Hello community,
here is the log from the commit of package python-queuelib for openSUSE:Factory
checked in at 2019-11-15 22:38:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-queuelib (Old)
and /work/SRC/openSUSE:Factory/.python-queuelib.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-queuelib"
Fri Nov 15 22:38:22 2019 rev:4 rq:748845 version:1.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-queuelib/python-queuelib.changes
2018-12-24 11:42:56.249369906 +0100
+++
/work/SRC/openSUSE:Factory/.python-queuelib.new.26869/python-queuelib.changes
2019-11-15 22:38:40.808208697 +0100
@@ -1,0 +2,5 @@
+Fri Nov 15 10:20:46 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- fix requires
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-queuelib.spec ++++++
--- /var/tmp/diff_new_pack.Qgvliy/_old 2019-11-15 22:38:42.252213378 +0100
+++ /var/tmp/diff_new_pack.Qgvliy/_new 2019-11-15 22:38:42.276213455 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-queuelib
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,17 +22,17 @@
Release: 0
Summary: Collection of Persistent (Disk-Based) Queues
License: BSD-2-Clause
-Group: Development/Languages/Python
-Url: https://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 setuptools}
+BuildRequires: %{pythons}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
-BuildArch: noarch
-
%python_subpackages
%description