diff --git a/python-queuelib.changes b/python-queuelib.changes index 8cc250e..6b22822 100644 --- a/python-queuelib.changes +++ b/python-queuelib.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Sep 6 09:07:34 UTC 2021 - pgajdos@suse.com + +- 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 + ------------------------------------------------------------------- Fri Nov 15 10:20:46 UTC 2019 - Ondřej Súkup diff --git a/python-queuelib.spec b/python-queuelib.spec index 8365e02..32df562 100644 --- a/python-queuelib.spec +++ b/python-queuelib.spec @@ -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 @@ Queuelib goals are speed and simplicity. It was originally part of the %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %doc README.rst NEWS diff --git a/queuelib-1.5.0.tar.gz b/queuelib-1.5.0.tar.gz deleted file mode 100644 index b1d129c..0000000 --- a/queuelib-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b413295551bdc24ed9376c1a2cd7d0b1b0fa4746b77b27ca2b797a276a1a17 -size 9234 diff --git a/queuelib-1.6.2.tar.gz b/queuelib-1.6.2.tar.gz new file mode 100644 index 0000000..a6d5f95 --- /dev/null +++ b/queuelib-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b207267f2642a8699a1f806045c56eb7ad1a85a10c0e249884580d139c2fcd2 +size 12787