Hello community, here is the log from the commit of package python-celery for openSUSE:Factory checked in at 2020-01-30 09:34:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-celery (Old) and /work/SRC/openSUSE:Factory/.python-celery.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-celery" Thu Jan 30 09:34:57 2020 rev:30 rq:767613 version:4.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-celery/python-celery.changes 2019-11-22 10:26:06.709261385 +0100 +++ /work/SRC/openSUSE:Factory/.python-celery.new.26092/python-celery.changes 2020-01-30 09:35:09.321289568 +0100 @@ -1,0 +2,14 @@ +Fri Jan 24 14:16:04 UTC 2020 - Marketa Calabkova <[email protected]> + +- update to 4.4.0 + * Python 3.4 drop + * Replace deprecated PyMongo methods usage + * Avoid serializing datetime + * fixed call for null args + * Fix termination of asyncloop + * Python 3.8 + * Fix a race condition when publishing a very large chord header +- Drop unneeded patch pytest5.patch +- Reapplied unpin-pytest.patch + +------------------------------------------------------------------- Old: ---- celery-4.3.0.tar.gz pytest5.patch New: ---- celery-4.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-celery.spec ++++++ --- /var/tmp/diff_new_pack.7S1ZZW/_old 2020-01-30 09:35:10.397290144 +0100 +++ /var/tmp/diff_new_pack.7S1ZZW/_new 2020-01-30 09:35:10.397290144 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-celery # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,23 +26,22 @@ %bcond_with test %endif %bcond_with ringdisabled +%bcond_without python2 Name: python-celery%{psuffix} -Version: 4.3.0 +Version: 4.4.0 Release: 0 Summary: Distributed Task Queue module for Python License: BSD-3-Clause Group: Development/Languages/Python URL: http://celeryproject.org Source: https://files.pythonhosted.org/packages/source/c/celery/celery-%{version}.tar.gz -Patch0: pytest5.patch Patch2: unpin-pytest.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: netcfg BuildRequires: python-rpm-macros -Requires: python-billiard >= 3.6.0 -Requires: python-kombu >= 4.4.0 -Requires: python-python-dateutil +Requires: python-billiard >= 3.6.1 +Requires: python-kombu >= 4.6.7 Requires: python-pytz >= 2016.7 Requires: python-vine >= 1.3.0 Recommends: python-curses @@ -55,26 +54,27 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module SQLAlchemy} -BuildRequires: %{python_module billiard >= 3.6.0} -BuildRequires: %{python_module boto3 >= 1.9.125} +BuildRequires: %{python_module billiard >= 3.6.1} +BuildRequires: %{python_module boto3 >= 1.9.178} BuildRequires: %{python_module case >= 1.3.1} BuildRequires: %{python_module curses} BuildRequires: %{python_module eventlet} BuildRequires: %{python_module gevent} -BuildRequires: %{python_module kombu >= 4.4.0} +BuildRequires: %{python_module kombu >= 4.6.7} BuildRequires: %{python_module moto >= 1.3.7} +BuildRequires: %{python_module msgpack} BuildRequires: %{python_module pyOpenSSL} -BuildRequires: %{python_module pytest >= 4.3.1} -BuildRequires: %{python_module python-dateutil} +BuildRequires: %{python_module pymongo} +BuildRequires: %{python_module pytest >= 4.6.0} BuildRequires: %{python_module pytz >= 2016.7} BuildRequires: %{python_module vine >= 1.3.0} +%if %{with python2} +BuildRequires: %{python_module python-dateutil >= 2.1} +%endif %if %{with ringdisabled} ExclusiveArch: do-not-build %endif %endif -%ifpython3 -Requires: python3-dbm -%endif %python_subpackages %description @@ -106,7 +106,7 @@ %files %{python_files} %{python_sitelib}/* %license LICENSE -%doc Changelog README.rst TODO +%doc README.rst TODO %python3_only %{_bindir}/celery* %endif ++++++ celery-4.3.0.tar.gz -> celery-4.4.0.tar.gz ++++++ ++++ 11020 lines of diff (skipped) ++++++ unpin-pytest.patch ++++++ --- /var/tmp/diff_new_pack.7S1ZZW/_old 2020-01-30 09:35:10.669290289 +0100 +++ /var/tmp/diff_new_pack.7S1ZZW/_new 2020-01-30 09:35:10.669290289 +0100 @@ -1,10 +1,11 @@ -Index: celery-4.3.0/requirements/test.txt +Index: celery-4.4.0/requirements/test.txt =================================================================== ---- celery-4.3.0.orig/requirements/test.txt -+++ celery-4.3.0/requirements/test.txt -@@ -1,4 +1,4 @@ +--- celery-4.4.0.orig/requirements/test.txt ++++ celery-4.4.0/requirements/test.txt +@@ -1,5 +1,5 @@ case>=1.3.1 --pytest>=4.3.1,<4.4.0 -+pytest>=4.3.1 - boto3>=1.4.6 +-pytest>=4.6.0,<5.0.0 ++pytest>=4.6.0 + boto3>=1.9.178 moto==1.3.7 + pre-commit
