forked from pool/python-amqp
Accepting request 812617 from devel:languages:python
- update to 2.6.0: - Implement speedups in cython (#311) - Updated some tests & code improvements - Separate logger for Connection.heartbeat_tick method - Cython generic content (#315) - Improve documentation a_global parameter of basic_qos() method. - Fix saving partial read buffer on windows during socket timeout. (#321) - Fix deserialization of long string field values that are not utf-8. - Added simple cythonization of abstract_channel.py - Speedups of serialization.py are more restrictive OBS-URL: https://build.opensuse.org/request/show/812617 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-amqp?expand=0&rev=32
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77f1aef9410698d20eaeac5b73a87817365f457a507d82edf292e12cbb83b08d
|
||||
size 117788
|
||||
3
amqp-2.6.0.tar.gz
Normal file
3
amqp-2.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24dbaff8ce4f30566bb88976b398e8c4e77637171af3af6f1b9650f48890e60b
|
||||
size 119679
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 13:29:28 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 2.6.0:
|
||||
- Implement speedups in cython (#311)
|
||||
- Updated some tests & code improvements
|
||||
- Separate logger for Connection.heartbeat_tick method
|
||||
- Cython generic content (#315)
|
||||
- Improve documentation a_global parameter of basic_qos() method.
|
||||
- Fix saving partial read buffer on windows during socket timeout. (#321)
|
||||
- Fix deserialization of long string field values that are not utf-8.
|
||||
- Added simple cythonization of abstract_channel.py
|
||||
- Speedups of serialization.py are more restrictive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 08:40:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-amqp
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-amqp
|
||||
Version: 2.5.2
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: Low-level AMQP client for Python (fork of amqplib)
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user