Hello community,
here is the log from the commit of package python-python-barcode for
openSUSE:Leap:15.2 checked in at 2020-03-26 05:41:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-python-barcode (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-python-barcode.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-barcode"
Thu Mar 26 05:41:52 2020 rev:2 rq:788213 version:0.11.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-python-barcode/python-python-barcode.changes
2020-02-22 17:51:38.261673854 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-python-barcode.new.3160/python-python-barcode.changes
2020-03-26 05:42:05.995301212 +0100
@@ -1,0 +2,16 @@
+Mon Mar 23 13:08:48 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Remove tests folder that was installed in sitelib
+
+-------------------------------------------------------------------
+Fri Mar 20 13:50:51 UTC 2020 - [email protected]
+
+- version update to 0.11.0
+ * Added basic support for multiline text.
+ * Dropped lots of older compat-only code and other cleanups.
+ * Fixed a bug in the API when combining certain barcodes and writers.
+ * Published documentation again and updated all project references.
+ * Fix python_barcode.get mixups between options as writer_options.
Previously, some writer/barcode combinations worked fine, while others failed.
Now all work consistently.
+ * The cli tool has been fixed and should now work as expected again.
+
+-------------------------------------------------------------------
Old:
----
python-barcode-0.10.0.tar.gz
New:
----
python-barcode-0.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-barcode.spec ++++++
--- /var/tmp/diff_new_pack.XeOU7Q/_old 2020-03-26 05:42:07.199301836 +0100
+++ /var/tmp/diff_new_pack.XeOU7Q/_new 2020-03-26 05:42:07.227301850 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-barcode
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
%define skip_python2 1
%define base_name python-barcode
Name: python-%{base_name}
-Version: 0.10.0
+Version: 0.11.0
Release: 0
Summary: Library to create Barcodes with Python
License: MIT
@@ -30,6 +30,7 @@
Source:
https://files.pythonhosted.org/packages/source/p/%{base_name}/%{base_name}-%{version}.tar.gz
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module pathlib}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: dejavu-fonts
@@ -49,20 +50,22 @@
# 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
-rm docs/{Makefile,make.bat}
+rm docs/Makefile
%build
%python_build
%install
%python_install
+%python_expand rm -r %{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"
done
%check
-%python_exec test.py
+sed -i '/cov/d' setup.cfg
+%pytest
%files %{python_files}
%doc docs/*
++++++ python-barcode-0.10.0.tar.gz -> python-barcode-0.11.0.tar.gz ++++++
++++ 4173 lines of diff (skipped)