Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-queuelib for openSUSE:Factory
checked in at 2021-09-08 21:36:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-queuelib (Old)
and /work/SRC/openSUSE:Factory/.python-queuelib.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-queuelib"
Wed Sep 8 21:36:48 2021 rev:5 rq:917458 version:1.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-queuelib/python-queuelib.changes
2019-11-15 22:38:40.808208697 +0100
+++
/work/SRC/openSUSE:Factory/.python-queuelib.new.1899/python-queuelib.changes
2021-09-08 21:37:11.825929246 +0200
@@ -1,0 +2,25 @@
+Mon Sep 6 09:07:34 UTC 2021 - [email protected]
+
+- version update to 1.6.2
+ Version 1.6.2
+ -------------
+ (released on August 26th, 2021)
+ No functionality changes with respect to 1.6.1
+ * Added `python_requires>=3.5` to `setup.py`
+ * Formatted the codebase with `black`
+ * Added type annotations
+ * Added CI checks for typing, security and linting
+ Version 1.6.1
+ -------------
+ (released on April 21st, 2021)
+ No code changes with respect to 1.6
+ * Migrate CI to GitHub actions
+ * Fix release
+ Version 1.6
+ -----------
+ (released on April 21st, 2021)
+ * Add peek support
+ * Remove py2 support
+ * Full test coverage
+
+-------------------------------------------------------------------
Old:
----
queuelib-1.5.0.tar.gz
New:
----
queuelib-1.6.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-queuelib.spec ++++++
--- /var/tmp/diff_new_pack.HRNElf/_old 2021-09-08 21:37:12.277929776 +0200
+++ /var/tmp/diff_new_pack.HRNElf/_new 2021-09-08 21:37:12.277929776 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-queuelib
#
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-queuelib
-Version: 1.5.0
+Version: 1.6.2
Release: 0
Summary: Collection of Persistent (Disk-Based) Queues
License: BSD-2-Clause
@@ -52,7 +52,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pyunittest discover -v
%files %{python_files}
%doc README.rst NEWS
++++++ queuelib-1.5.0.tar.gz -> queuelib-1.6.2.tar.gz ++++++
++++ 2659 lines of diff (skipped)