forked from pool/python-amqp
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d53691982c | |||
| 9fc267796c | |||
| ae0197f5d1 | |||
| 18df44faf5 |
@@ -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
3
amqp-5.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cddc00c725449522023bad949f70fff7b48f0b1ade74d170a6f10ab044739432
|
||||
size 129013
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user