bf011e1
%bcond_without tests
94493d5
%global srcname kombu
09fd612
# Packaging unstable?
e7dc4bc
#%%global prerel rc1
bc56b41
%global general_version 5.2.4
09fd612
%global upstream_version %{general_version}%{?prerel}
94493d5
94493d5
Name:           python-%{srcname}
09fd612
Version:        %{general_version}%{?prerel:~%{prerel}}
038235c
Release:        3%{?dist}
ceb4975
Epoch:          1
Fabian Affolter 8668e42
Summary:        An AMQP Messaging Framework for Python
94493d5
94493d5
# utils/functional.py contains a header that says Python
94493d5
License:        BSD and Python
1f59263
URL:            http://kombu.readthedocs.org/
09fd612
Source0:        https://github.com/celery/kombu/archive/v%{upstream_version}/%{srcname}-%{upstream_version}.tar.gz
8433a7d
23eca17
BuildArch: noarch
94493d5
94493d5
%description
94493d5
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
94493d5
for message orientation, queuing, routing, reliability and security.
94493d5
94493d5
One of the most popular implementations of AMQP is RabbitMQ.
94493d5
94493d5
The aim of Kombu is to make messaging in Python as easy as possible by
94493d5
providing an idiomatic high-level interface for the AMQP protocol, and
94493d5
also provide proven and tested solutions to common messaging problems.
94493d5
1f59263
%package -n python3-%{srcname}
1f59263
Summary:        %{summary}
ed98c70
Requires:       python3-amqp
6b8f7b0
Requires:       python3-vine
6b8f7b0
23eca17
BuildRequires:  python3-devel
23eca17
BuildRequires:  python3-setuptools
bf011e1
%if %{with tests}
ed98c70
BuildRequires:  python3-amqp
23eca17
BuildRequires:  python3-pymongo
94f74e1
BuildRequires:  python3-vine
94f74e1
BuildRequires:  python3-pytz
6705438
BuildRequires:  python3-sqlalchemy
6705438
BuildRequires:  python3-boto3
6705438
BuildRequires:  python3-pytest
ed98c70
BuildRequires:  python3-pyro
e7dc4bc
BuildRequires:  python3-azure-mgmt-servicebus
e7dc4bc
BuildRequires:  python3-azure-mgmt-storage
e7dc4bc
BuildRequires:  python3-brotli
bf011e1
%endif
Matthias Runge f6dce75
1f59263
%description -n python3-%{srcname}
Matthias Runge f6dce75
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
Matthias Runge f6dce75
for message orientation, queuing, routing, reliability and security.
Matthias Runge f6dce75
Matthias Runge f6dce75
One of the most popular implementations of AMQP is RabbitMQ.
Matthias Runge f6dce75
Matthias Runge f6dce75
The aim of Kombu is to make messaging in Python as easy as possible by
Matthias Runge f6dce75
providing an idiomatic high-level interface for the AMQP protocol, and
Matthias Runge f6dce75
also provide proven and tested solutions to common messaging problems.
Matthias Runge f6dce75
94493d5
%prep
09fd612
%autosetup -n %{srcname}-%{upstream_version}
Matthias Runge f6dce75
94493d5
%build
ed98c70
%py3_build
Matthias Runge f6dce75
94493d5
%install
ed98c70
%py3_install
94493d5
23eca17
%check
6705438
%if %{with tests}
e7dc4bc
%pytest
6705438
%endif
23eca17
1f59263
%files -n python3-%{srcname}
6705438
%doc AUTHORS FAQ READ* THANKS TODO examples/
1f59263
%license LICENSE
e1543f5
%{python3_sitelib}/%{srcname}
cc3dd13
%{python3_sitelib}/%{srcname}*.egg-info
Matthias Runge f6dce75
94493d5
%changelog
038235c
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.4-3
038235c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
038235c
6059642
* Fri Jun 24 2022 Python Maint <python-maint@redhat.com> - 1:5.2.4-2
6059642
- Rebuilt for Python 3.11
6059642
bc56b41
* Fri Mar 18 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:5.2.4-1
bc56b41
- kombu 5.2.4
bc56b41
a4e93a5
* Thu Feb 24 2022 Charalampos Stratakis <cstratak@redhat.com> - 1:5.2.3-3
a4e93a5
- Remove redundant BuildRequires
a4e93a5
b434d72
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.3-2
b434d72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
b434d72
eccd2c1
* Thu Jan 06 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:5.2.3-1
eccd2c1
- kombu 5.2.3
eccd2c1
4925ba9
* Mon Nov 22 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:5.2.2-1
4925ba9
- kombu 5.2.2
4925ba9
57dc22d
* Mon Nov 08 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:5.2.1-1
57dc22d
- kombu 5.2.1
57dc22d
e7dc4bc
* Wed Nov 03 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:5.2.0-1
e7dc4bc
- kombu 5.2.0
e7dc4bc
- pull in bunch of more BR for tests
e7dc4bc
09fd612
* Thu Oct 14 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:5.2.0~rc1-1
5741765
- kombu 5.2.0rc1
5741765
7801495
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.0-3
7801495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
7801495
cc241d3
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1:5.1.0-2
cc241d3
- Rebuilt for Python 3.10
cc241d3
ed98c70
* Tue May 25 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:5.1.0-1
ed98c70
- kombu 5.1.0
ed98c70
- specfile cleanup
ed98c70
69e5f99
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.0.2-2
69e5f99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
69e5f99
21bab05
* Tue Sep 29 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:5.0.2-1
21bab05
- kombu 5.0.2
21bab05
6a77915
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.6.11-2
6a77915
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6a77915
b70b185
* Thu Jun 25 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:4.6.11-1
b70b185
- kombu 4.6.11
b70b185
e1846b2
* Wed Jun 03 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:4.6.10-1
e1846b2
- kombu 4.6.10
e1846b2
6705438
* Mon Jun 01 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:4.6.9-1
6705438
- kombu 4.6.9
6705438
6705438
* Mon Jun 01 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1:4.6.6-5
6705438
- Enable testsuite as python-vine is now packaged
6705438
c93fd2f
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 1:4.6.6-4
c93fd2f
- Rebuilt for Python 3.9
c93fd2f
da4aec9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.6.6-3
da4aec9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
da4aec9
8433a7d
* Tue Dec 03 2019 Matthias Runge <mrunge@redhat.com> -4.6.6-2
8433a7d
- use importlib.metadata from the standard library in python
8433a7d
5226dc8
* Tue Dec 03 2019 Yatin Karel <ykarel@redhat.com> - 4.6.6-1
5226dc8
- Update to 4.6.6
5226dc8
d792b0f
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:4.6.4-4
d792b0f
- Rebuilt for Python 3.8.0rc1 (#1748018)
d792b0f
9ee3c9d
* Tue Aug 20 2019 Miro Hrončok <mhroncok@redhat.com> - 1:4.6.4-3
9ee3c9d
- Use standard library importlib.metadata on Python 3.8
9ee3c9d
21999c0
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1:4.6.4-2
21999c0
- Rebuilt for Python 3.8
21999c0
88a14ae
* Mon Aug 19 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1:4.6.4-1
88a14ae
- Update to latest upstream version 4.6.4 (rhbz#1742743)
88a14ae
fbc69b9
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1:4.6.3-4
fbc69b9
- Rebuilt for Python 3.8
fbc69b9
90c26fc
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.6.3-3
90c26fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
90c26fc
90a11b6
* Tue Jul 02 2019 Nils Philippsen <nils@redhat.com> - 1:4.6.3-2
88a14ae
- Don't indiscriminately require Python 2 packages to fix FTBFS on Rawhide
90a11b6
880f6ed
* Sat Jun 15 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1:4.6.3-1
880f6ed
- Update to latest upstream version 4.6.3 (rhbz#1717745)
880f6ed
880f6ed
* Fri Jun 14 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1:4.6.2-1
880f6ed
- Update to latest upstream version 4.6.2 (rhbz#1717745)
880f6ed
c1fceba
* Sat Jun 08 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1:4.6.1-2
c1fceba
- Update to latest upstream version 4.6.1 (rhbz#1717745)
c1fceba
0243248
* Thu May 30 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1:4.6.0-1
0243248
- Update to latest upstream version 4.6.0
0243248
4cffd7f
* Thu May 30 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1:4.5.0-1
4cffd7f
- Update to latest upstream version 4.5.0 (rhbz#1673119)
4cffd7f
2cca3dd
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.2-2
2cca3dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2cca3dd
bf011e1
* Mon Jan 28 2019 Neal Gompa <ngompa13@gmail.com> - 1:4.2.2-1
bf011e1
- Update to 4.2.2
bf011e1
- Fix summary for Python 2 subpackage
bf011e1
- Switch to bconds for controlling the build
bf011e1
- Add EPEL7 compatibility
bf011e1
8bdfb5f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.1-3
8bdfb5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8bdfb5f
fdaea74
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1:4.2.1-2
fdaea74
- Rebuilt for Python 3.7
fdaea74
924f4b2
* Mon Jun 04 2018 Matthias Runge <mrunge@redhat.com> - 1:4.2.1-1
924f4b2
- update to 4.2.1 (rhbz#1584452)
924f4b2
5bade91
* Thu May 24 2018 Matthias Runge <mrunge@redhat.com> - 1:4.2.0-2
5bade91
- drop anyjson dependency
5bade91
abe5a70
* Wed May 23 2018 Matthias Runge <mrunge@redhat.com> - 1:4.2.0-1
abe5a70
- update to 4.2.0 (rhbz#1473462)
abe5a70
3ef04e1
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.0.2-8
3ef04e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3ef04e1
531c598
* Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:4.0.2-7
531c598
- Update Python 2 dependency declarations to new packaging standards
531c598
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
531c598
09eb4dc
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.0.2-6
09eb4dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
09eb4dc
041e854
* Fri Mar 24 2017 Matthias Runge <mrunge@redhat.com> - 1:4.0.2-5
041e854
- disable checks temporarily, until they are fixed
041e854
acfaf15
* Sun Feb 26 2017 Brian Bouterse <bmbouter@redhat.com> - 1:4.0.2-4
acfaf15
- Adds upstream patch for 699 preventing the Qpid transport from working with Celery 4
acfaf15
7d1be7d
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.0.2-3
7d1be7d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7d1be7d
e896ef3
* Wed Jan 04 2017 Matthias Runge <mrunge@redhat.com> - 1:4.0.2-2
6b8f7b0
- add requires: python[23]-vine (rhbz#1409908)
6b8f7b0
23eca17
* Tue Dec 27 2016 Matthias Runge <mrunge@redhat.com> - 1:4.0.2-1
23eca17
- fixed FTBFS, upgraded to 4.0.2 (rhbz#1314754)
23eca17
7edf5ec
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1:4.0.0-8
7edf5ec
- Rebuild for Python 3.6
7edf5ec
1f59263
* Wed Nov 16 2016 Fabian Affolter <mail@fabian-affolter.ch> - 1:4.0.0-1
1f59263
- Update to latest upstream version 4.0.0 (rhbz#1314754)
1f59263
13c43c4
* Fri Aug 05 2016 Brian Bouterse <bmbouter@redhat.com> - 1:3.0.33-7
13c43c4
- Adds additional patch for 577 which prevents leaking file descriptors in Qpid transport
13c43c4
9d82ed8
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.33-6
9d82ed8
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
9d82ed8
1b42356
* Wed Apr 06 2016 Brian Bouterse <bmbouter@redhat.com> - 1:3.0.33-5
1b42356
- Adds patch to fix upstream issue 577
1b42356
f9af88c
* Tue Feb 23 2016 Brian Bouterse <bmbouter@redhat.com> - 1:3.0.33-4
f9af88c
- Adds patch to fix upstream issue 569
f9af88c
- Adds patch to fix upstream issue 571
f9af88c
d46ab6d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.33-3
d46ab6d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d46ab6d
27f258f
* Wed Jan 27 2016 Brian Bouterse <bmbouter@redhat.com> - 1:3.0.33-2
27f258f
- Adds patch to fix upstream issue 563 (rhbz#1300811)
27f258f
f0f42f9
* Wed Jan 20 2016 Brian Bouterse <bmbouter@redhat.com> - 1:3.0.33-1
f0f42f9
- Update to latest upstream version 3.0.33 (rhbz#1297116)
f0f42f9
813a02b
* Tue Dec 22 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 1:3.0.32-1
813a02b
- Upstream 3.0.32 (RHBZ#1289079)
813a02b
- Fix python3 guards
813a02b
- Bugfix for debug log flooding and redis transport
813a02b
e1543f5
* Wed Dec 02 2015 Matthias Runge <mrunge@redhat.com> - 1:3.0.29-5
72235f4
- add requires: python3-anyjson
72235f4
- minor spec cleanup
72235f4
4dbdbab
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
4dbdbab
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
4dbdbab
f568c3c
* Mon Nov  9 2015 Toshio Kuratomi <toshio@fedoraproject.org> - - 3.0.29-2
f568c3c
- Make it so the python3 subpackage doesn't drag in python2
f568c3c
Fabian Affolter 8875331
* Wed Oct 28 2015 Fabian Affolter <mail@fabian-affolter.ch> - 1:3.0.29-1
Fabian Affolter 8875331
- Update to latest upstream version 3.0.29 (rhbz#1275450)
Fabian Affolter 8875331
Fabian Affolter 9adfb72
* Thu Oct 15 2015 Fabian Affolter <mail@fabian-affolter.ch> - 1:3.0.28-1
Fabian Affolter 9adfb72
- Update to latest upstream version 3.0.28 (rhbz#1270505)
Fabian Affolter 9adfb72
21a0b56
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.26-2
21a0b56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
21a0b56
Fabian Affolter 8668e42
* Thu May 07 2015 Fabian Affolter <mail@fabian-affolter.ch> - 1:3.0.26-1
Fabian Affolter 8668e42
- Update to latest upstream version 3.0.26 (rhbz#1214720)
Fabian Affolter 8668e42
Fabian Affolter 293f18b
* Fri Nov 21 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1:3.0.24-1
Fabian Affolter 293f18b
- Update to latest upstream version 3.0.24 (rhbz#1166402)
Fabian Affolter 293f18b
Fabian Affolter d330810
* Thu Sep 18 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1:3.0.23-1
Fabian Affolter d330810
- Update to latest upstream version 3.0.23 (rhbz#1142995)
Fabian Affolter d330810
Fabian Affolter fee8436
* Sun Sep 14 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1:3.0.22-1
Fabian Affolter 2aa2d75
- Update to latest upstream version 3.0.22 (rhbz#1118674)
Fabian Affolter 2aa2d75
883b7ef
* Tue Jul 15 2014 Rahul Sundaram <sundaram@fedoraproject.org> - 1:3.0.21-2
883b7ef
- reintroduce adjusted conditions for EPEL
883b7ef
- fix permission for a test script
883b7ef
f86e906
* Sun Jul 13 2014 Rahul Sundaram <sundaram@fedoraproject.org> - 1:3.0.21-1
f86e906
- update to 3.0.21
f86e906
- drop conditionals in spec
f86e906
Fabian Affolter 287a327
* Thu Jul 03 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1:3.0.20-1
Fabian Affolter 287a327
- Update to latest upstream version 3.0.20 (rhbz#1114337)
Fabian Affolter 287a327
527e00a
* Mon Jun 23 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1:3.0.19-1
527e00a
- Update to latest upstream version 3.0.19 (rhbz#1095266)
527e00a
9c728f2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.15-4
9c728f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9c728f2
925b146
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.0.15-3
925b146
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
925b146
b5bc200
* Mon May 05 2014 Matthias Runge <mrunge@redhat.com> - 3.0.15-2
b5bc200
- fix broken build
b5bc200
- have files listed only once
b5bc200
8e895ed
* Thu Apr 17 2014 Fabian Affolter <mail@fabian-affolter.ch> - 3.0.15-1
8e895ed
- Update to latest upstream version 3.0.15 (rhbz#1072265)
8e895ed
8903785
* Wed Mar 26 2014 Fabian Affolter <mail@fabian-affolter.ch> - 3.0.14-1
8903785
- update to 3.0.14 (rhbz#1072265)
8903785
f144c0a
* Wed Feb 26 2014 Matthias Runge <mrunge@redhat.com> - 3.0.12-1
f144c0a
- update to 3.0.12 (rhbz#1052424)
f144c0a
ceb4975
* Wed Jan 08 2014 Matthias Runge <mrunge@redhat.com> - 3.0.8-2
527e00a
- Remove requirements patch, bump epoch to be upgradeable
ceb4975
a4a74c7
* Wed Jan 08 2014 Matthias Runge <mrunge@redhat.com> - 3.0.8-1
527e00a
- Update to 3.0.8 (rhbz#1037549)
a4a74c7
5b8fd90
* Fri Nov 22 2013 Matthias Runge <mrunge@redhat.com> - 3.0.6-1
6705438
- Update to 3.0.6 and enable tests for py3 as well
5b8fd90
29bcc62
* Sun Nov 17 2013 Fabian Affolter <mail@fabian-affolter.ch> - 3.0.5-1
29bcc62
- Updated to latest upstream version 3.0.5 (rhbz#1024916)
29bcc62
94f6006
* Sat Nov 16 2013 Fabian Affolter <mail@fabian-affolter.ch> - 3.0.4-1
527e00a
- Update to latest upstream version 3.0.4 (rhbz#1024916)
94f6006
8839db1
* Fri Nov 15 2013 Fabian Affolter <mail@fabian-affolter.ch> - 3.0.3-1
527e00a
- Update to latest upstream version 3.0.3 (rhbz#1024916)
8839db1
281b2cc
* Sun Nov 03 2013 Fabian Affolter <mail@fabian-affolter.ch> - 3.0.2-1
527e00a
- Updatd to latest upstream version 3.0.2 (rhbz#1024916)
3b7ad41
29a2286
* Mon Oct 28 2013 Fabian Affolter <mail@fabian-affolter.ch> - 3.0.1-1
527e00a
- Update to latest upstream version 3.0.1 (rhbz#1019148)
29a2286
77753d9
* Mon Oct 14 2013 Matthias Runge <mrunge@redhat.com> - 2.5.15-2
527e00a
- Enable tests for python2
77753d9
b3d2736
* Mon Oct 14 2013 Matthias Runge <mrunge@redhat.com> - 2.5.15-1
527e00a
- Update to 2.5.15 (rhbz#1016271)
b3d2736
ed56d8e
* Sun Aug 25 2013 Fabian Affolter <mail@fabian-affolter.ch> - 2.5.14-1
527e00a
- Update to latest upstream version 2.5.14 (rhbz#1000696)
ed56d8e
ed56d8e
* Wed Aug 21 2013 Matthias Runge <mrunge@redhat.com> - 2.5.13-1
527e00a
- Update to latest upstream version 2.5.13 (rhbz#998104)
0d669e0
46afeb0
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.12-2
46afeb0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
46afeb0
4520b57
* Sat Jun 29 2013 Fabian Affolter <mail@fabian-affolter.ch> - 2.5.12-1
527e00a
- Update to latest upstream version 2.5.12
4520b57
33c8b21
* Mon Jun 24 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 2.5.10-2
527e00a
- Add requires on python-amqp/python3-amqp. resolves rhbz#974684
527e00a
- Fix rpmlint warnings about macro in comments
33c8b21
6a7fb18
* Sun Apr 21 2013 Fabian Affolter <mail@fabian-affolter.ch> - 2.5.10-1
527e00a
- Update to latest upstream version 2.5.10
6a7fb18
237006d
* Sat Mar 23 2013 Fabian Affolter <mail@fabian-affolter.ch> - 2.5.8-1
527e00a
- Update to latest upstream version 2.5.8
237006d
4970ef7
* Sat Mar 09 2013 Fabian Affolter <mail@fabian-affolter.ch> - 2.5.7-1
527e00a
- Update to latest upstream version 2.5.7
4970ef7
c499b80
* Mon Feb 11 2013 Fabian Affolter <mail@fabian-affolter.ch> - 2.5.6-1
527e00a
- Update to latest upstream version 2.5.6
c499b80
ab3b9c5
* Sat Feb 09 2013 Fabian Affolter <mail@fabian-affolter.ch> - 2.5.5-1
527e00a
- Update to latest upstream version 2.5.5
ab3b9c5
5443416
* Thu Dec 13 2012 Matthias Runge <mrunge@redhat.com> - 2.5.4-1
237006d
- Update to upstream version 2.5.4 (rhbz#886001)
5443416
5f3084f
* Tue Dec 04 2012 Matthias Runge <mrunge@redhat.com> - 2.5.3-1
237006d
- Update to latest upstream version 2.5.3
5f3084f
757abb7
* Mon Nov 26 2012 Matthias Runge <mrunge@redhat.com> - 2.4.10-1
237006d
- Update to latest upstream version 2.4.10
757abb7
16cdfab
* Tue Nov 06 2012 Matthias Runge <mrunge@redhat.com> - 2.4.8-1
527e00a
- Update to new upstream version 2.4.8
16cdfab
3633a06
* Thu Sep 20 2012 Matthias Runge <mrunge@redhat.com> - 2.4.7-1
237006d
- Update to new upstream version 2.4.7
bc05190
Matthias Runge 0895191
* Sun Aug 26 2012 Matthias Runge <mrunge@matthias-runge.de> - 2.4.3-1
237006d
- Update to new upstream version 2.4.3
Matthias Runge 0895191
Matthias Runge 7e82271
* Thu Aug 23 2012 Matthias Runge <mrunge@matthias-runge.de> - 2.4.0-1
527e00a
- Update to new upstream version 2.4.0
Matthias Runge 7e82271
0d669e0
* Fri Aug 03 2012 Matthias Runge <mrunge@matthias-runge.de> - 2.3.2-1
527e00a
- Update to version 2.3.2
527e00a
- Enable tests
527e00a
- Require python2 and/or python3
Matthias Runge f6dce75
ae3ef25
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-3
ae3ef25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ae3ef25
540e0a6
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
540e0a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
540e0a6
94493d5
* Fri Jul 15 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.1.3-1
527e00a
- Initial spec
527e00a
- Derived from the one written by Fabian Affolter
527e00a
- Spec patch from Lakshmi Narasimhan
94493d5