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,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 16 18:52:21 UTC 2018 - Todd R <toddrme2178@gmail.com>
- 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

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6829918157ed433fafa87b0bb1e93e3e63c885270166db5884a02c34c86f914
size 8287

3
queuelib-1.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42b413295551bdc24ed9376c1a2cd7d0b1b0fa4746b77b27ca2b797a276a1a17
size 9234