14
0
forked from pool/python-amqp

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=70
This commit is contained in:
2020-11-10 04:09:23 +00:00
committed by Git OBS Bridge
parent 60a86022a3
commit f0f06cd266
5 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 10 03:55:27 UTC 2020 - Steve Kowalik <steven.kowalik@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
-------------------------------------------------------------------
Tue Aug 4 12:09:50 UTC 2020 - Dirk Mueller <dmueller@suse.com>