diff --git a/python-queuelib.changes b/python-queuelib.changes index 5eec528..8bb90c6 100644 --- a/python-queuelib.changes +++ b/python-queuelib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 16 18:52:21 UTC 2018 - Todd R + +- Update to version 1.5.0 + * rename Queue -> RRQueue + * start_keys -> start_domains + * Remove print + ------------------------------------------------------------------- Thu Dec 21 22:38:02 UTC 2017 - mpluskal@suse.com diff --git a/python-queuelib.spec b/python-queuelib.spec index d57b525..ee90507 100644 --- a/python-queuelib.spec +++ b/python-queuelib.spec @@ -1,7 +1,7 @@ # # spec file for package python-queuelib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-queuelib -Version: 1.4.2 +Version: 1.5.0 Release: 0 Summary: Collection of Persistent (Disk-Based) Queues License: BSD-2-Clause Group: Development/Languages/Python -Url: http://github.com/scrapy/queuelib +Url: https://github.com/scrapy/queuelib Source: https://files.pythonhosted.org/packages/source/q/queuelib/queuelib-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION BuildArch: noarch + %python_subpackages %description @@ -53,7 +56,8 @@ Queuelib goals are speed and simplicity. It was originally part of the %python_exec setup.py test %files %{python_files} -%doc LICENSE README.rst NEWS +%doc README.rst NEWS +%license LICENSE %{python_sitelib}/* %changelog diff --git a/queuelib-1.4.2.tar.gz b/queuelib-1.4.2.tar.gz deleted file mode 100644 index 2b8d1bd..0000000 --- a/queuelib-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6829918157ed433fafa87b0bb1e93e3e63c885270166db5884a02c34c86f914 -size 8287 diff --git a/queuelib-1.5.0.tar.gz b/queuelib-1.5.0.tar.gz new file mode 100644 index 0000000..b1d129c --- /dev/null +++ b/queuelib-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b413295551bdc24ed9376c1a2cd7d0b1b0fa4746b77b27ca2b797a276a1a17 +size 9234