Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rq for openSUSE:Factory 
checked in at 2021-06-29 22:43:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rq (Old)
 and      /work/SRC/openSUSE:Factory/.python-rq.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rq"

Tue Jun 29 22:43:06 2021 rev:7 rq:902853 version:1.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rq/python-rq.changes      2020-07-24 
10:03:24.813831677 +0200
+++ /work/SRC/openSUSE:Factory/.python-rq.new.2625/python-rq.changes    
2021-06-29 22:43:45.902913654 +0200
@@ -1,0 +2,12 @@
+Mon Jun 28 14:33:46 UTC 2021 - Mark??ta Machov?? <[email protected]>
+
+- Update to 1.8.1
+  * You can now declare multiple job dependencies.
+  * Added support for running asyncio tasks.
+  * Now horses are killed by their parent group. This helps in cleanly 
+    killing all related processes if job uses multiprocessing.
+  * Fixed scheduler on Python > 3.8.0.
+  * RQ is now aware of which version of Redis server it's running on.
+  * More changes, see upstream changelog.
+
+-------------------------------------------------------------------

Old:
----
  python-rq-1.4.3.tar.gz

New:
----
  python-rq-1.8.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rq.spec ++++++
--- /var/tmp/diff_new_pack.9RX59L/_old  2021-06-29 22:43:46.370914272 +0200
+++ /var/tmp/diff_new_pack.9RX59L/_new  2021-06-29 22:43:46.374914278 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rq
 #
-# Copyright (c) 2020 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
@@ -20,26 +20,27 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-rq
-Version:        1.4.3
+Version:        1.8.1
 Release:        0
 Summary:        Easy Job Queues for Python
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/rq/rq
 Source:         
https://github.com/rq/rq/archive/v%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  %{python_module click >= 3.0}
+BuildRequires:  %{python_module click >= 5.0.0}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module redis >= 3.0.0}
+BuildRequires:  %{python_module redis >= 3.5.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  psmisc
 BuildRequires:  python-rpm-macros
 BuildRequires:  redis
-Requires:       python-click >= 3.0
-Requires:       python-redis >= 3.0.0
+Requires:       python-click >= 5.0.0
+Requires:       python-redis >= 3.5.0
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 %python_subpackages
 
 %description
@@ -58,7 +59,6 @@
 %python_clone -a %{buildroot}%{_bindir}/rq
 %python_clone -a %{buildroot}%{_bindir}/rqinfo
 %python_clone -a %{buildroot}%{_bindir}/rqworker
-%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

++++++ python-rq-1.4.3.tar.gz -> python-rq-1.8.1.tar.gz ++++++
++++ 5174 lines of diff (skipped)

Reply via email to