2014-10-06 20:06:41 +00:00
|
|
|
%global srcname aiohttp
|
|
|
|
|
2015-11-27 14:26:42 +00:00
|
|
|
Name: python-%{srcname}
|
2017-03-25 16:20:53 +00:00
|
|
|
Version: 2.0.3
|
|
|
|
Release: 1%{?dist}
|
2016-05-12 18:49:50 +00:00
|
|
|
Summary: Python HTTP client/server for asyncio
|
2014-10-06 20:06:41 +00:00
|
|
|
|
2015-08-01 20:52:36 +00:00
|
|
|
License: ASL 2.0
|
2016-05-12 18:49:50 +00:00
|
|
|
URL: https://github.com/KeepSafe/aiohttp
|
2017-02-09 08:20:46 +00:00
|
|
|
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
2014-10-06 20:06:41 +00:00
|
|
|
|
2016-05-12 18:49:50 +00:00
|
|
|
BuildRequires: gcc
|
2014-10-06 20:06:41 +00:00
|
|
|
|
|
|
|
%description
|
2017-01-21 21:50:03 +00:00
|
|
|
Python HTTP client/server for asyncio which supports both the client and the
|
|
|
|
server side of the HTTP protocol, client and server websocket, and webservers
|
|
|
|
with middlewares and pluggable routing.
|
2014-10-06 20:06:41 +00:00
|
|
|
|
2014-10-12 16:03:54 +00:00
|
|
|
%package -n python3-%{srcname}
|
2016-05-12 18:49:50 +00:00
|
|
|
Summary: %{summary}
|
2015-11-27 14:23:08 +00:00
|
|
|
%{?python_provide:%python_provide python3-%{srcname}}
|
2017-01-01 15:11:58 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-Cython
|
2017-01-21 21:50:03 +00:00
|
|
|
|
2016-08-10 05:46:57 +00:00
|
|
|
Requires: python3-chardet
|
2017-02-09 08:20:46 +00:00
|
|
|
Requires: python3-multidict >= 2.1.4
|
2017-03-23 20:12:40 +00:00
|
|
|
Requires: python3-async-timeout >= 1.2.0
|
2017-03-23 20:32:01 +00:00
|
|
|
Requires: python3-yarl >= 0.10.0
|
|
|
|
Conflicts: python3-yarl >= 0.11
|
2014-10-12 16:03:54 +00:00
|
|
|
|
|
|
|
%description -n python3-%{srcname}
|
2017-01-21 21:50:03 +00:00
|
|
|
Python HTTP client/server for asyncio which supports both the client and the
|
|
|
|
server side of the HTTP protocol, client and server websocket, and webservers
|
|
|
|
with middlewares and pluggable routing.
|
2014-10-12 16:03:54 +00:00
|
|
|
|
2014-10-06 20:06:41 +00:00
|
|
|
%prep
|
2016-08-30 12:21:57 +00:00
|
|
|
%autosetup -n %{srcname}-%{version}
|
2014-10-06 20:06:41 +00:00
|
|
|
|
|
|
|
%build
|
2015-11-27 14:23:08 +00:00
|
|
|
%py3_build
|
2014-10-06 20:06:41 +00:00
|
|
|
|
|
|
|
%install
|
2015-11-27 14:23:08 +00:00
|
|
|
%py3_install
|
2014-10-06 20:06:41 +00:00
|
|
|
|
2014-10-12 16:03:54 +00:00
|
|
|
%files -n python3-%{srcname}
|
2016-10-31 22:13:43 +00:00
|
|
|
%doc CHANGES.rst CONTRIBUTING.rst CONTRIBUTORS.txt HISTORY.rst README.rst
|
2017-01-21 21:50:03 +00:00
|
|
|
%license LICENSE.txt
|
2016-05-12 18:49:50 +00:00
|
|
|
%{python3_sitearch}/%{srcname}-*.egg-info/
|
|
|
|
%{python3_sitearch}/%{srcname}/
|
2014-10-06 20:06:41 +00:00
|
|
|
|
|
|
|
%changelog
|
2017-03-25 16:20:53 +00:00
|
|
|
* Sat Mar 25 2017 Fabian Affolter <mail@fabian-affolter.ch> - 2.0.3-1
|
|
|
|
- Update to new upstream version 2.0.3 (rhbz#1435844)
|
|
|
|
|
2017-03-23 20:32:01 +00:00
|
|
|
* Thu Mar 23 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0.2-3
|
|
|
|
- Specify proper yarl version
|
|
|
|
|
2017-03-23 20:12:40 +00:00
|
|
|
* Thu Mar 23 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0.2-2
|
|
|
|
- Fix requires
|
|
|
|
|
2017-03-23 20:03:47 +00:00
|
|
|
* Thu Mar 23 2017 Fabian Affolter <mail@fabian-affolter.ch> - 2.0.2-1
|
|
|
|
- Update to new upstream version 2.0.2 (rhbz#1432690)
|
|
|
|
|
2017-03-15 08:07:31 +00:00
|
|
|
* Wed Mar 15 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.3.4-1
|
|
|
|
- Update to 1.3.4
|
|
|
|
|
2017-02-20 23:14:21 +00:00
|
|
|
* Mon Feb 20 2017 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.3-1
|
2017-02-20 23:04:42 +00:00
|
|
|
- Update to new upstream version 1.3.3 (rhbz#1423053)
|
|
|
|
|
2017-02-09 08:20:46 +00:00
|
|
|
* Thu Feb 09 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.3-1
|
|
|
|
- Update to 1.3
|
|
|
|
|
2017-01-21 21:50:03 +00:00
|
|
|
* Sun Jan 22 2017 Fabian Affolter <mail@fabian-affolter.ch> - 1.2-1
|
|
|
|
- Update to new upstream version 1.2
|
|
|
|
- Add new requirement
|
|
|
|
- Add real description
|
|
|
|
|
2017-01-01 15:12:53 +00:00
|
|
|
* Sun Jan 01 2017 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0.5-3
|
|
|
|
- Add missing dependency on async-timeout (RHBZ #1391287)
|
|
|
|
|
2016-12-19 17:20:36 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.0.5-2
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-10-31 21:34:19 +00:00
|
|
|
* Mon Oct 31 2016 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.5-1
|
|
|
|
- Update to new upstream version 1.0.5
|
|
|
|
|
2016-08-30 12:21:57 +00:00
|
|
|
* Tue Aug 30 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.22.5-1
|
|
|
|
- Update to new upstream version 0.22.5
|
|
|
|
|
2016-08-10 05:46:57 +00:00
|
|
|
* Wed Aug 10 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.21.6-4
|
|
|
|
- Move requires under real subpackage
|
|
|
|
|
2016-07-19 08:53:11 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21.6-3
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-06-23 17:49:08 +00:00
|
|
|
* Thu Jun 23 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.21.6-2
|
|
|
|
- Add missing Requires: python3-multidict (RHBZ #1349576)
|
|
|
|
|
2016-05-12 18:49:50 +00:00
|
|
|
* Thu May 12 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.21.6-1
|
|
|
|
- Update to 0.21.6
|
|
|
|
|
2016-03-22 18:08:58 +00:00
|
|
|
* Tue Mar 22 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.21.5-1
|
|
|
|
- Update to new upstream version 0.21.5
|
|
|
|
|
2016-03-04 23:41:28 +00:00
|
|
|
* Sat Mar 05 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.21.2-1
|
|
|
|
- Update to new upstream version 0.21.2
|
|
|
|
|
2016-02-14 15:32:25 +00:00
|
|
|
* Sun Feb 14 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.21.1-1
|
|
|
|
- Add requirements (rhbz#1300186)
|
|
|
|
- Update to new upstream version 0.21.1
|
|
|
|
|
2016-02-04 20:54:15 +00:00
|
|
|
* Thu Feb 04 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.21.0-1
|
|
|
|
- Update to new upstream version 0.21.0
|
|
|
|
|
2016-02-04 18:58:31 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-27 14:23:08 +00:00
|
|
|
* Fri Nov 27 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.19.0-1
|
|
|
|
- Update py3
|
|
|
|
- Update to new upstream version 0.19.0
|
|
|
|
|
2015-11-10 15:07:22 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-10-17 10:00:08 +00:00
|
|
|
* Fri Oct 16 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.17.4-1
|
|
|
|
- Update to new upstream version 0.17.4
|
|
|
|
|
2015-08-01 20:52:36 +00:00
|
|
|
* Sat Aug 01 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.16.6-2
|
|
|
|
- Fix license
|
|
|
|
|
|
|
|
* Sat Aug 01 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.16.6-1
|
2015-08-01 20:40:39 +00:00
|
|
|
- Update to lastest upstream release 0.16.6 (rhbz#1231670)
|
2015-06-18 18:29:04 +00:00
|
|
|
|
2015-08-01 21:29:22 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-08-01 21:33:22 +00:00
|
|
|
* Mon Jun 15 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.16.5-1
|
|
|
|
- Update to lastest upstream release 0.16.5 (rhbz#1231670)
|
|
|
|
|
2014-11-26 22:10:41 +00:00
|
|
|
* Wed Nov 26 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.10.2-1
|
|
|
|
- Update to lastest upstream release 0.10.2
|
|
|
|
|
2014-10-12 16:03:54 +00:00
|
|
|
* Wed Oct 08 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.1-2
|
|
|
|
- Build only a py3 package
|
|
|
|
|
2014-10-06 20:06:41 +00:00
|
|
|
* Wed Feb 26 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.1-1
|
|
|
|
- Initial package for Fedora
|