Hello community,

here is the log from the commit of package python-amqp for openSUSE:Factory 
checked in at 2020-12-12 20:28:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-amqp (Old)
 and      /work/SRC/openSUSE:Factory/.python-amqp.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-amqp"

Sat Dec 12 20:28:28 2020 rev:34 rq:847375 version:5.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-amqp/python-amqp.changes  2020-08-06 
17:32:27.097099036 +0200
+++ /work/SRC/openSUSE:Factory/.python-amqp.new.2328/python-amqp.changes        
2020-12-12 20:30:37.405743055 +0100
@@ -1,0 +2,12 @@
+Tue Nov 10 03:55:27 UTC 2020 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 5.0.1:
+  * Require vine 5.0.0.
+  * Stop to use deprecated method ssl.wrap_socket.
+  * Dropped Python 3.5 support.
+  * Removed additional compatibility code.
+  * Dropped Python 2.x support.
+  * Dropped Python 3.4 support.
+- Add vine-no-double-equals-deps.patch that loosens the vine requirement
+
+-------------------------------------------------------------------

Old:
----
  amqp-2.6.1.tar.gz

New:
----
  amqp-5.0.1.tar.gz
  vine-no-double-equals-deps.patch

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

Other differences:
------------------
++++++ python-amqp.spec ++++++
--- /var/tmp/diff_new_pack.3XRTNJ/_old  2020-12-12 20:30:38.469744165 +0100
+++ /var/tmp/diff_new_pack.3XRTNJ/_new  2020-12-12 20:30:38.473744170 +0100
@@ -17,21 +17,22 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-amqp
-Version:        2.6.1
+Version:        5.0.1
 Release:        0
 Summary:        Low-level AMQP client for Python (fork of amqplib)
 License:        LGPL-2.1-or-later
-Group:          Development/Languages/Python
 URL:            http://github.com/celery/py-amqp
 Source:         
https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz
+Patch0:         vine-no-double-equals-deps.patch
 BuildRequires:  %{python_module case >= 1.3.1}
 BuildRequires:  %{python_module pytest >= 3.0}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module vine >= 1.1.3}
+BuildRequires:  %{python_module vine >= 5.0.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-vine >= 1.1.3
+Requires:       python-vine >= 5.0.0
 BuildArch:      noarch
 %python_subpackages
 
@@ -43,6 +44,7 @@
 
 %prep
 %setup -q -n amqp-%{version}
+%autopatch -p1
 # requires internet connection:
 rm t/integration/test_rmq.py
 

++++++ amqp-2.6.1.tar.gz -> amqp-5.0.1.tar.gz ++++++
++++ 2325 lines of diff (skipped)

++++++ vine-no-double-equals-deps.patch ++++++
Index: amqp-5.0.1/requirements/default.txt
===================================================================
--- amqp-5.0.1.orig/requirements/default.txt
+++ amqp-5.0.1/requirements/default.txt
@@ -1 +1 @@
-vine==5.0.0
+vine>=5.0.0
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to