Hello community,

here is the log from the commit of package python-celery for openSUSE:Factory 
checked in at 2020-05-28 09:05:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-celery (Old)
 and      /work/SRC/openSUSE:Factory/.python-celery.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-celery"

Thu May 28 09:05:48 2020 rev:31 rq:805558 version:4.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-celery/python-celery.changes      
2020-01-30 09:35:09.321289568 +0100
+++ /work/SRC/openSUSE:Factory/.python-celery.new.3606/python-celery.changes    
2020-05-28 09:05:56.851452233 +0200
@@ -1,0 +2,7 @@
+Thu May 14 09:55:53 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 4.4.2:
+  * Various fixes for the 4.4 series
+- Remove no longer needed unpin-pytest.patch
+
+-------------------------------------------------------------------

Old:
----
  celery-4.4.0.tar.gz
  unpin-pytest.patch

New:
----
  celery-4.4.2.tar.gz

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

Other differences:
------------------
++++++ python-celery.spec ++++++
--- /var/tmp/diff_new_pack.QvPMuC/_old  2020-05-28 09:05:58.559457354 +0200
+++ /var/tmp/diff_new_pack.QvPMuC/_new  2020-05-28 09:05:58.563457366 +0200
@@ -28,14 +28,12 @@
 %bcond_with ringdisabled
 %bcond_without python2
 Name:           python-celery%{psuffix}
-Version:        4.4.0
+Version:        4.4.2
 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
-Patch2:         unpin-pytest.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  netcfg
@@ -84,7 +82,6 @@
 
 %prep
 %setup -q -n celery-%{version}
-%autopatch -p1
 # do not hardcode versions
 sed -i -e 's:==:>=:g' requirements/*.txt
 
@@ -99,7 +96,8 @@
 
 %check
 %if %{with test}
-%pytest
+# test_setup_security__default_app - fails with py3.8
+%pytest -k 'not test_setup_security__default_app'
 %endif
 
 %if !%{with test}

++++++ celery-4.4.0.tar.gz -> celery-4.4.2.tar.gz ++++++
++++ 2627 lines of diff (skipped)


Reply via email to