Hello community,
here is the log from the commit of package python-django-q for openSUSE:Factory
checked in at 2020-07-08 19:14:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-q (Old)
and /work/SRC/openSUSE:Factory/.python-django-q.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-q"
Wed Jul 8 19:14:25 2020 rev:5 rq:819187 version:1.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-q/python-django-q.changes
2020-06-12 21:46:13.156604343 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-q.new.3060/python-django-q.changes
2020-07-08 19:14:35.607446712 +0200
@@ -1,0 +2,13 @@
+Tue Jul 7 09:09:17 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 1.3.1
+ - Ability to customize schedule creation
+ - django-picklefield 3.0.1 has requirement Django>=2.2
+ - select_for_update could not be used outside of a transaction
+ - Support for Cron expressions
+ - Updates packages
+ - Adds hint, some linting and a release drafter
+ - Use 'force_str' instead of deprecated 'force_text'
+ - Add missing migration
+
+-------------------------------------------------------------------
Old:
----
v1.2.4.tar.gz
New:
----
v1.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-q.spec ++++++
--- /var/tmp/diff_new_pack.iGQk31/_old 2020-07-08 19:14:37.127452126 +0200
+++ /var/tmp/diff_new_pack.iGQk31/_new 2020-07-08 19:14:37.127452126 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-q
-Version: 1.2.4
+Version: 1.3.1
Release: 0
Summary: Multiprocessing Distributed Task Queue for Django
License: MIT
@@ -28,18 +28,19 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-Django >= 2.2
Requires: python-arrow
Requires: python-blessed
-Requires: python-django >= 1.11
Requires: python-django-picklefield
-Requires: python-setuptools
+Suggests: python-croniter
Suggests: python-django-q-rollbar >= 0.1
Suggests: python-django-q-sentry >= 0.1
BuildArch: noarch
# SECTION test requirements
+BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module arrow}
BuildRequires: %{python_module blessed}
-BuildRequires: %{python_module django >= 1.11}
+BuildRequires: %{python_module croniter}
BuildRequires: %{python_module django-picklefield}
BuildRequires: %{python_module django-redis}
BuildRequires: %{python_module hiredis}
@@ -72,6 +73,7 @@
# test_qcluster: hangs
# test_mongo: do not install mongodb
# test_disque: do not have disque at all
+PYTHONPATH=$PWD
%pytest -k 'not (test_qcluster or test_mongo or test_disque)'
# shutdown redis server
redis-cli shutdown
++++++ v1.2.4.tar.gz -> v1.3.1.tar.gz ++++++
++++ 3096 lines of diff (skipped)