14
0
forked from pool/python-amqp

Accepting request 1225084 from devel:languages:python

- update to 5.3.1:
  * Fixed readthedocs (#443)
  * Prepare for release: 5.3.1 (#444)
  * Hard-code requests version because of the bug in docker-py
    (#432)
  * fix AbstractTransport repr socket error (#361) (#431)
  * blacksmith.sh: Migrate workflows to Blacksmith (#436)
  * Added Python 3.13 to CI (#440)
  * Prepare for release: 5.3.0 (#441)

OBS-URL: https://build.opensuse.org/request/show/1225084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-amqp?expand=0&rev=44
This commit is contained in:
2024-11-19 21:23:36 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1ecff425ad063ad42a486c902807d1482311481c8ad95a72694b2975e75f7fd
size 128754

3
amqp-5.3.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cddc00c725449522023bad949f70fff7b48f0b1ade74d170a6f10ab044739432
size 129013

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Nov 19 12:16:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.3.1:
* Fixed readthedocs (#443)
* Prepare for release: 5.3.1 (#444)
* Hard-code requests version because of the bug in docker-py
(#432)
* fix AbstractTransport repr socket error (#361) (#431)
* blacksmith.sh: Migrate workflows to Blacksmith (#436)
* Added Python 3.13 to CI (#440)
* Prepare for release: 5.3.0 (#441)
-------------------------------------------------------------------
Tue Nov 14 12:43:10 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-amqp
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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 @@
%{?sle15_python_module_pythons}
Name: python-amqp
Version: 5.2.0
Version: 5.3.1
Release: 0
Summary: Low-level AMQP client for Python (fork of amqplib)
License: LGPL-2.1-or-later