Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-barcode for
openSUSE:Factory checked in at 2026-04-04 19:07:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-barcode (Old)
and /work/SRC/openSUSE:Factory/.python-python-barcode.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-barcode"
Sat Apr 4 19:07:58 2026 rev:11 rq:1344566 version:0.16.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-barcode/python-python-barcode.changes
2025-05-05 22:59:36.052554068 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-barcode.new.21863/python-python-barcode.changes
2026-04-04 19:09:54.923270092 +0200
@@ -1,0 +2,18 @@
+Sat Apr 4 08:31:24 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.16.1:
+ * Switch from setup.py to pyproject.toml. Only affects how
+ installation from source is performed, and has no runtime
+ impact.
+ * Breaking Drop support for Python 3.7 and 3.8.
+ * Make image DPI configurable.
+ * Fixed inconsistent checksum calculation when calculating the
+ checksum multiple times for EAN barcodes.
+ * Update the documentation with some barcodes that were not
+ previously documented.
+ * Specifying None as a background for the SVGWriter, no
+ background is included resulting in a transparent background.
+ * Do not paint text if its size would be zero, to avoid an
+ "invalid ppem value" error with newer versions of Pillow.
+
+-------------------------------------------------------------------
Old:
----
python-barcode-0.15.1.tar.gz
New:
----
python_barcode-0.16.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-barcode.spec ++++++
--- /var/tmp/diff_new_pack.KAI8Fd/_old 2026-04-04 19:09:55.423290593 +0200
+++ /var/tmp/diff_new_pack.KAI8Fd/_new 2026-04-04 19:09:55.427290757 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-barcode
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2019-2024 Dr. Axel Braun <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -21,17 +21,17 @@
%define base_name python-barcode
Name: python-%{base_name}
-Version: 0.15.1
+Version: 0.16.1
Release: 0
Summary: Library to create Barcodes with Python
License: MIT
URL: https://github.com/WhyNotHugo/python-barcode
-Source:
https://files.pythonhosted.org/packages/source/p/%{base_name}/%{base_name}-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/p/%{base_name}/python_barcode-%{version}.tar.gz
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools_scm}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools >= 61}
+BuildRequires: %{python_module setuptools_scm >= 6.2}
BuildRequires: %{python_module wheel}
BuildRequires: dejavu-fonts
BuildRequires: fdupes
@@ -48,7 +48,7 @@
Library to create standard barcodes with Python. No external modules needed
(optional PIL support included).
%prep
-%setup -q -n %{base_name}-%{version}
+%setup -q -n python_barcode-%{version}
# Fix rpmlint warning about too many +x perms when these files get installed
later.
find . -type f -exec chmod a-x {} +
# doc buildscripts we don't wanna ship
@@ -60,6 +60,8 @@
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/python-barcode
+%python_expand rm -rf %{buildroot}%{$python_sitelib}/docs
+%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
%python_expand %fdupes %{buildroot}%{$python_sitelib}
find %{buildroot} -type f -name "*.ttf" | while read i; do
ln -fs "%{_datadir}/fonts/truetype/${i##*/}" "$i"