SHA256
1
0
forked from pool/python-amqp

4 Commits

Author SHA256 Message Date
d53691982c Accepting request 1285328 from devel:languages:python
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1285328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-amqp?expand=0&rev=45
2025-06-13 16:45:57 +00:00
9fc267796c - Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=90
2025-06-13 05:41:09 +00:00
ae0197f5d1 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
2024-11-19 21:23:36 +00:00
18df44faf5 - 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/package/show/devel:languages:python/python-amqp?expand=0&rev=88
2024-11-19 12:16:40 +00:00
4 changed files with 30 additions and 8 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,22 @@
-------------------------------------------------------------------
Fri Jun 13 05:36:04 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
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) 2025 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
@@ -26,9 +26,11 @@ URL: https://github.com/celery/py-amqp
Source: https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module case >= 1.3.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 3.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module vine >= 5.0.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-vine >= 5.0.0
@@ -47,10 +49,10 @@ This library should be API compatible with librabbitmq.
rm t/integration/test_rmq.py
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -58,6 +60,7 @@ rm t/integration/test_rmq.py
%files %{python_files}
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/amqp
%{python_sitelib}/amqp-%{version}.dist-info
%changelog