rdobuilder b180d4
# Tests can optionally be disabled
rdobuilder b180d4
%bcond_without tests
rdobuilder b180d4
rdobuilder b180d4
# These Sphinx docs do not build without sphinx_celery packaged
rdobuilder b180d4
%bcond_with sphinx_docs
rdobuilder b180d4
rdobuilder b180d4
%global srcname amqp
rdobuilder b180d4
rdobuilder b180d4
Name:           python-%{srcname}
rdobuilder b180d4
Version:        5.0.9
rdobuilder b180d4
Release:        1%{?dist}
rdobuilder b180d4
Summary:        Low-level AMQP client for Python (fork of amqplib)
rdobuilder b180d4
rdobuilder b180d4
License:        BSD
rdobuilder b180d4
URL:            http://pypi.python.org/pypi/amqp
rdobuilder b180d4
Source0:        https://files.pythonhosted.org/packages/source/a/%{srcname}/%{srcname}-%{version}.tar.gz
rdobuilder b180d4
BuildArch:      noarch
rdobuilder b180d4
rdobuilder b180d4
%if %{with sphinx_docs}
rdobuilder b180d4
BuildRequires:  python3-sphinx
rdobuilder b180d4
%endif
rdobuilder b180d4
rdobuilder b180d4
%description
rdobuilder b180d4
Low-level AMQP client for Python
rdobuilder b180d4
rdobuilder b180d4
This is a fork of amqplib, maintained by the Celery project.
rdobuilder b180d4
rdobuilder b180d4
This library should be API compatible with librabbitmq.
rdobuilder b180d4
rdobuilder b180d4
rdobuilder b180d4
%package -n python3-%{srcname}
rdobuilder b180d4
Summary:        Client library for AMQP
rdobuilder b180d4
BuildRequires:  python3-devel
rdobuilder b180d4
BuildRequires:  python3-setuptools
rdobuilder b180d4
%if %{with tests}
rdobuilder b180d4
BuildRequires:  python3-pytest
rdobuilder b180d4
BuildRequires:  python3-vine >= 5.0.0
rdobuilder b180d4
%endif
rdobuilder b180d4
%if %{with sphinx_docs}
rdobuilder b180d4
BuildRequires:  python3-sphinx >= 0.8
rdobuilder b180d4
%endif
rdobuilder b180d4
%{?python_provide:%python_provide python3-%{srcname}}
rdobuilder b180d4
Requires:    python3-vine >= 5.0.0
rdobuilder b180d4
rdobuilder b180d4
%description -n python3-%{srcname}
rdobuilder b180d4
Low-level AMQP client for Python
rdobuilder b180d4
rdobuilder b180d4
This is a fork of amqplib, maintained by the Celery project.
rdobuilder b180d4
rdobuilder b180d4
This library should be API compatible with librabbitmq.
rdobuilder b180d4
rdobuilder b180d4
rdobuilder b180d4
%package doc
rdobuilder b180d4
Summary:        Documentation for python-amqp
rdobuilder b180d4
Requires:       %{name} = %{version}-%{release}
rdobuilder b180d4
rdobuilder b180d4
%description doc
rdobuilder b180d4
Documentation for python-amqp
rdobuilder b180d4
rdobuilder b180d4
rdobuilder b180d4
%prep
rdobuilder b180d4
%autosetup -n %{srcname}-%{version}
rdobuilder b180d4
rdobuilder b180d4
%build
rdobuilder b180d4
%py3_build
rdobuilder b180d4
rdobuilder b180d4
%install
rdobuilder b180d4
%py3_install
rdobuilder b180d4
rdobuilder b180d4
%if %{with sphinx_docs}
rdobuilder b180d4
# docs generation requires everything to be installed first
rdobuilder b180d4
export PYTHONPATH="$( pwd ):$PYTHONPATH"
rdobuilder b180d4
rdobuilder b180d4
pushd docs
rdobuilder b180d4
rdobuilder b180d4
# Disable extensions to prevent intersphinx from accessing net during build.
rdobuilder b180d4
# Other extensions listed are not used.
rdobuilder b180d4
sed -i s/^extensions/disable_extensions/ conf.py
rdobuilder b180d4
rdobuilder b180d4
SPHINX_DEBUG=1 sphinx-build -b html . build/html
rdobuilder b180d4
rm -rf build/html/.doctrees build/html/.buildinfo
rdobuilder b180d4
rdobuilder b180d4
popd
rdobuilder b180d4
%endif
rdobuilder b180d4
rdobuilder b180d4
%check
rdobuilder b180d4
%if %{with tests}
rdobuilder b180d4
py.test-3 t/unit
rdobuilder b180d4
%endif
rdobuilder b180d4
rdobuilder b180d4
%files -n python3-%{srcname}
rdobuilder b180d4
%doc Changelog README.rst
rdobuilder b180d4
%license LICENSE
rdobuilder b180d4
%{python3_sitelib}/%{srcname}
rdobuilder b180d4
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info
rdobuilder b180d4
rdobuilder b180d4
%files doc
rdobuilder b180d4
%license LICENSE
rdobuilder b180d4
%if %{with sphinx_docs}
rdobuilder b180d4
%doc docs/build/html docs/reference
rdobuilder b180d4
%endif
rdobuilder b180d4
rdobuilder b180d4
rdobuilder b180d4
%changelog
rdobuilder b180d4
* Mon Dec 20 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.9-1
rdobuilder b180d4
- python-amqp 5.0.9
rdobuilder b180d4
rdobuilder b180d4
* Mon Dec 20 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.8-1
rdobuilder b180d4
- python-amqp 5.0.8
rdobuilder b180d4
rdobuilder b180d4
* Wed Dec 15 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.7-1
rdobuilder b180d4
- python-amqp 5.0.7
rdobuilder b180d4
- drop Python 2 subpackage/clean spec
rdobuilder b180d4
- drop dependency on python-case
rdobuilder b180d4
- drop dependency on python-nose and python-nose (cstratak)
rdobuilder b180d4
rdobuilder b180d4
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-3
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 5.0.6-2
rdobuilder b180d4
- Rebuilt for Python 3.10
rdobuilder b180d4
rdobuilder b180d4
* Tue Apr 20 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.6-1
rdobuilder b180d4
- python-amqp 5.0.6
rdobuilder b180d4
rdobuilder b180d4
* Thu Jan 28 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.5-1
rdobuilder b180d4
- python-amqp 5.0.5
rdobuilder b180d4
rdobuilder b180d4
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Thu Jan 21 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.3-1
rdobuilder b180d4
- python-amqp 5.0.3
rdobuilder b180d4
rdobuilder b180d4
* Sun Nov 08 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.2-1
rdobuilder b180d4
- python-amqp 5.0.2
rdobuilder b180d4
rdobuilder b180d4
* Tue Sep 29 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.1-1
rdobuilder b180d4
- python-amqp 5.0.1
rdobuilder b180d4
rdobuilder b180d4
* Mon Aug 03 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.6.1-1
rdobuilder b180d4
- python-amqp 2.6.1
rdobuilder b180d4
rdobuilder b180d4
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-2
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Tue Jun 02 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.6.0-1
rdobuilder b180d4
- python-amqp 2.6.0
rdobuilder b180d4
rdobuilder b180d4
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 2.5.2-4
rdobuilder b180d4
- Rebuilt for Python 3.9
rdobuilder b180d4
rdobuilder b180d4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-3
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Tue Nov 19 2019 Yatin Karel <ykarel@redhat.com> - 2.5.2-2
rdobuilder b180d4
- Fix build for rhel < 8
rdobuilder b180d4
rdobuilder b180d4
* Tue Nov 12 2019 Eric Harney <eharney@redhat.com> - 2.5.2-1
rdobuilder b180d4
- Update to 2.5.2
rdobuilder b180d4
rdobuilder b180d4
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.5.1-2
rdobuilder b180d4
- Rebuilt for Python 3.8.0rc1 (#1748018)
rdobuilder b180d4
rdobuilder b180d4
* Sun Aug 25 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.5.1-1
rdobuilder b180d4
- Update to 2.5.1
rdobuilder b180d4
rdobuilder b180d4
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.5.0-3
rdobuilder b180d4
- Rebuilt for Python 3.8
rdobuilder b180d4
rdobuilder b180d4
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-2
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Fri Jun 14 2019 Eric Harney <eharney@redhat.com> - 2.5.0-1
rdobuilder b180d4
- Update to 2.5.0
rdobuilder b180d4
rdobuilder b180d4
* Thu Mar 21 2019 Eric Harney <eharney@redhat.com> - 2.4.2-1
rdobuilder b180d4
- Update to 2.4.2
rdobuilder b180d4
rdobuilder b180d4
* Mon Feb 04 2019 Eric Harney <eharney@redhat.com> - 2.4.1-1
rdobuilder b180d4
- Update to 2.4.1
rdobuilder b180d4
rdobuilder b180d4
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Sat Jan 26 2019 Neal Gompa <ngompa13@gmail.com> - 2.4.0-1
rdobuilder b180d4
- Update to 2.4.0
rdobuilder b180d4
- Fix license tag to match actual source license
rdobuilder b180d4
- Use bconds for controlling build behavior
rdobuilder b180d4
- Make compatible with EPEL7
rdobuilder b180d4
rdobuilder b180d4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-3
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.3.2-2
rdobuilder b180d4
- Rebuilt for Python 3.7
rdobuilder b180d4
rdobuilder b180d4
* Thu May 31 2018 Eric Harney <eharney@redhat.com> - 2.3.2-1
rdobuilder b180d4
- Update to 2.3.2
rdobuilder b180d4
rdobuilder b180d4
* Tue May 29 2018 Eric Harney <eharney@redhat.com> - 2.3.1-1
rdobuilder b180d4
- Update to 2.3.1
rdobuilder b180d4
rdobuilder b180d4
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-3
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Tue Jan 16 2018 Eric Harney <eharney@redhat.com> - 2.2.2-2
rdobuilder b180d4
- Enable py3 build for el8
rdobuilder b180d4
rdobuilder b180d4
* Tue Oct 24 2017 Eric Harney <eharney@redhat.com> - 2.2.2-1
rdobuilder b180d4
- Update to 2.2.2
rdobuilder b180d4
rdobuilder b180d4
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-3
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Fri Jul 14 2017 Eric Harney <eharney@redhat.com> - 2.2.1-2
rdobuilder b180d4
- Enable unit tests
rdobuilder b180d4
rdobuilder b180d4
* Fri Jul 14 2017 Eric Harney <eharney@redhat.com> - 2.2.1-1
rdobuilder b180d4
- Update to 2.2.1
rdobuilder b180d4
rdobuilder b180d4
* Thu Jul 13 2017 Eric Harney <eharney@redhat.com> - 2.2.0-1
rdobuilder b180d4
- Update to 2.2.0
rdobuilder b180d4
rdobuilder b180d4
* Wed Feb 08 2017 Matthias Runge <mrunge@redhat.com> - 2.1.4-1
rdobuilder b180d4
- upgrade to 2.1.4 (rhbz#1340298)
rdobuilder b180d4
- modernize spec, add provides (rhbz#1399248)
rdobuilder b180d4
rdobuilder b180d4
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.4.9-4
rdobuilder b180d4
- Rebuild for Python 3.6
rdobuilder b180d4
rdobuilder b180d4
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.9-3
rdobuilder b180d4
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
rdobuilder b180d4
rdobuilder b180d4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-2
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Fri Jan 15 2016 Eric Harney <eharney@redhat.com> - 1.4.9-1
rdobuilder b180d4
- Update to 1.4.9
rdobuilder b180d4
rdobuilder b180d4
* Thu Jan 07 2016 Eric Harney <eharney@redhat.com> - 1.4.8-1
rdobuilder b180d4
- Update to 1.4.8
rdobuilder b180d4
rdobuilder b180d4
* Thu Nov 12 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.7-2
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
rdobuilder b180d4
rdobuilder b180d4
* Wed Nov 11 2015 Eric Harney <eharney@redhat.com> - 1.4.7-1
rdobuilder b180d4
- Update to 1.4.7
rdobuilder b180d4
rdobuilder b180d4
* Wed Nov 04 2015 Matej Stuchlik <mstuchli@redhat.com> - 1.4.6-3
rdobuilder b180d4
- Rebuilt for Python 3.5
rdobuilder b180d4
rdobuilder b180d4
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6-2
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Mon Oct 06 2014 Eric Harney <eharney@redhat.com> - 1.4.6-1
rdobuilder b180d4
- Update to 1.4.6
rdobuilder b180d4
rdobuilder b180d4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-3
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.4.5-2
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
rdobuilder b180d4
rdobuilder b180d4
* Wed Apr 16 2014 Eric Harney <eharney@redhat.com> - 1.4.5-1
rdobuilder b180d4
- Update to 1.4.5
rdobuilder b180d4
rdobuilder b180d4
* Fri Feb 07 2014 Eric Harney <eharney@redhat.com> - 1.4.2-1
rdobuilder b180d4
- Update to 1.4.2
rdobuilder b180d4
rdobuilder b180d4
* Fri Jan 17 2014 Eric Harney <eharney@redhat.com> - 1.4.1-1
rdobuilder b180d4
- Update to 1.4.1
rdobuilder b180d4
rdobuilder b180d4
* Fri Nov 15 2013 Eric Harney <eharney@redhat.com> - 1.3.3-1
rdobuilder b180d4
- Update to 1.3.3
rdobuilder b180d4
rdobuilder b180d4
* Fri Oct 25 2013 Eric Harney <eharney@redhat.com> - 1.3.1-1
rdobuilder b180d4
- Update to 1.3.1
rdobuilder b180d4
rdobuilder b180d4
* Tue Oct 08 2013 Eric Harney <eharney@redhat.com> - 1.3.0-1
rdobuilder b180d4
- Update to 1.3.0
rdobuilder b180d4
rdobuilder b180d4
* Fri Sep 20 2013 Eric Harney <eharney@redhat.com> - 1.2.1-1
rdobuilder b180d4
- Update to 1.2.1
rdobuilder b180d4
rdobuilder b180d4
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-2
rdobuilder b180d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
rdobuilder b180d4
rdobuilder b180d4
* Fri Jun 21 2013 Eric Harney <eharney@redhat.com> - 1.0.11-1
rdobuilder b180d4
- Initial package