14
0

Accepting request 649801 from home:TheBlackCat:branches:devel:languages:python

- Update to version 1.5.0
  * rename Queue -> RRQueue
  * start_keys -> start_domains
  * Remove print

OBS-URL: https://build.opensuse.org/request/show/649801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-queuelib?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2018-11-17 16:07:31 +00:00
committed by Git OBS Bridge
parent abf16118bb
commit c16980f61a
4 changed files with 20 additions and 8 deletions

View File

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