14
0

Accepting request 917055 from home:pgajdos:python

- 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

OBS-URL: https://build.opensuse.org/request/show/917055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-queuelib?expand=0&rev=10
This commit is contained in:
2021-09-08 07:39:58 +00:00
committed by Git OBS Bridge
parent 332ec7caba
commit 332ebdde5a
4 changed files with 31 additions and 6 deletions

View File

@@ -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