|
|
e00d45 |
%global debug_package %{nil}
|
|
|
e00d45 |
%global pypi_name yarl
|
|
|
e00d45 |
|
|
|
e00d45 |
Name: python-%{pypi_name}
|
|
|
e00d45 |
Version: 1.6.3
|
|
|
e00d45 |
Release: 3%{?dist}
|
|
|
e00d45 |
Summary: Python module to handle URLs
|
|
|
e00d45 |
|
|
|
e00d45 |
License: ASL 2.0
|
|
|
e00d45 |
URL: https://yarl.readthedocs.io
|
|
|
e00d45 |
Source0: %{pypi_source}
|
|
|
e00d45 |
|
|
|
e00d45 |
BuildRequires: gcc
|
|
|
e00d45 |
|
|
|
e00d45 |
%description
|
|
|
e00d45 |
The module provides handy URL class for URL parsing and changing.
|
|
|
e00d45 |
|
|
|
e00d45 |
%package -n python3-%{pypi_name}
|
|
|
e00d45 |
Summary: %{summary}
|
|
|
e00d45 |
|
|
|
e00d45 |
BuildRequires: python3-devel
|
|
|
e00d45 |
BuildRequires: python3dist(setuptools)
|
|
|
e00d45 |
BuildRequires: python3-Cython
|
|
|
e00d45 |
BuildRequires: python3dist(pytest)
|
|
|
e00d45 |
BuildRequires: python3dist(pytest-runner)
|
|
|
e00d45 |
BuildRequires: python3dist(pytest-cov)
|
|
|
e00d45 |
BuildRequires: python3dist(multidict)
|
|
|
e00d45 |
BuildRequires: python3dist(idna)
|
|
|
e00d45 |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
e00d45 |
|
|
|
e00d45 |
%description -n python3-%{pypi_name}
|
|
|
e00d45 |
The module provides handy URL class for URL parsing and changing.
|
|
|
e00d45 |
|
|
|
e00d45 |
%prep
|
|
|
e00d45 |
%autosetup -n %{pypi_name}-%{version}
|
|
|
e00d45 |
|
|
|
e00d45 |
%build
|
|
|
e00d45 |
# cythonization extracted from Makefile
|
|
|
e00d45 |
# we don't use `make cythonize` here, as it pip-installs cython and runs `python`
|
|
|
e00d45 |
%{python3} -m cython -3 -o yarl/_quoting_c.c yarl/_quoting_c.pyx -I yarl
|
|
|
e00d45 |
|
|
|
e00d45 |
%py3_build
|
|
|
e00d45 |
|
|
|
e00d45 |
%install
|
|
|
e00d45 |
%py3_install
|
|
|
e00d45 |
|
|
|
e00d45 |
%check
|
|
|
e00d45 |
%pytest -v tests | true
|
|
|
e00d45 |
|
|
|
e00d45 |
%files -n python3-%{pypi_name}
|
|
|
e00d45 |
%doc CHANGES.rst README.rst
|
|
|
e00d45 |
%license LICENSE
|
|
|
e00d45 |
%{python3_sitearch}/%{pypi_name}/
|
|
|
e00d45 |
%{python3_sitearch}/%{pypi_name}-*.egg-info/
|
|
|
e00d45 |
|
|
|
e00d45 |
%changelog
|
|
|
e00d45 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-3
|
|
|
e00d45 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
e00d45 |
|
|
|
e00d45 |
* Mon Jan 25 2021 Miro Hrončok <mhroncok@redhat.com> - 1.6.3-2
|
|
|
e00d45 |
- Build the extension module and install it
|
|
|
e00d45 |
- Run the tests
|
|
|
e00d45 |
- Fixes: rhbz#1919977
|
|
|
e00d45 |
|
|
|
e00d45 |
* Tue Nov 17 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.6.3-1
|
|
|
e00d45 |
- Tests are disaabled for now (approx. 10 % failures)
|
|
|
e00d45 |
- Update to latest upstream release 1.6.3 (#1887712)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Tue Oct 13 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.6.2-1
|
|
|
e00d45 |
- Update to latest upstream release 1.6.2 (#1887712)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Sep 24 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.6.0-1
|
|
|
e00d45 |
- Update to latest upstream release 1.6.0 (#1882235)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sun Aug 09 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.5.1-1
|
|
|
e00d45 |
- Update to latest upstream release 1.5.1 (#1860699)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Aug 06 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.5.0-1
|
|
|
e00d45 |
- Update to latest upstream release 1.5.0 (#1860699)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-4
|
|
|
e00d45 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-3
|
|
|
e00d45 |
- Rebuilt for Python 3.9
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
|
|
|
e00d45 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sun Dec 08 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1.4.2-1
|
|
|
e00d45 |
- Update to latest upstream release 1.4.2 (#1758088)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Dec 05 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1.4.1-1
|
|
|
e00d45 |
- Update to latest upstream release 1.4.1 (#1758088)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Mon Dec 02 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1.4.0-1
|
|
|
e00d45 |
- Update to latest upstream release 1.4.0
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-6
|
|
|
e00d45 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-5
|
|
|
e00d45 |
- Rebuilt for Python 3.8
|
|
|
e00d45 |
|
|
|
e00d45 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
|
|
e00d45 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sat Jun 01 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.0-3
|
|
|
e00d45 |
- Remove dep generator
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
|
|
e00d45 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Jan 10 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.0-1
|
|
|
e00d45 |
- Update to latest upstream release 1.3.0
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-3
|
|
|
e00d45 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
e00d45 |
|
|
|
e00d45 |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.2.6-2
|
|
|
e00d45 |
- Rebuilt for Python 3.7
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Jun 14 2018 Fabian Affolter <mail@fabian-affolter.ch> - 1.2.6-1
|
|
|
e00d45 |
- Update to latest upstream release 1.2.6 (#1588495)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu May 24 2018 Fabian Affolter <mail@fabian-affolter.ch> - 1.2.5-1
|
|
|
e00d45 |
- Update to latest upstream release 1.2.5 (#1582015)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Tue May 08 2018 Fabian Affolter <mail@fabian-affolter.ch> - 1.2.4-1
|
|
|
e00d45 |
- Update to latest upstream release 1.2.4 (#1575970)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Mon May 07 2018 Fabian Affolter <mail@fabian-affolter.ch> - 1.2.3-1
|
|
|
e00d45 |
- Update to latest upstream release 1.2.3 (#1574065)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sat May 05 2018 Fabian Affolter <mail@fabian-affolter.ch> - 1.2.2-1
|
|
|
e00d45 |
- Update to latest upstream release 1.2.2 (#1574065)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Fri May 04 2018 Fabian Affolter <mail@fabian-affolter.ch> - 1.2.1-1
|
|
|
e00d45 |
- Update to latest upstream release 1.2.1 (#1574065)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Mon Feb 19 2018 Fabian Affolter <mail@fabian-affolter.ch> - 1.1.1-1
|
|
|
e00d45 |
- Update to latest upstream release 1.1.1
|
|
|
e00d45 |
|
|
|
e00d45 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
|
|
e00d45 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sun Jan 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-1
|
|
|
e00d45 |
- Update to 1.1.0
|
|
|
e00d45 |
|
|
|
e00d45 |
* Fri Jan 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-2
|
|
|
e00d45 |
- Enable usage of dependency generator
|
|
|
e00d45 |
|
|
|
e00d45 |
* Mon Jan 15 2018 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.0-1
|
|
|
e00d45 |
- Update to latest upstream release 1.0.0
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Jan 11 2018 Fabian Affolter <mail@fabian-affolter.ch> - 0.18.0-1
|
|
|
e00d45 |
- Update to latest upstream release 0.18.0
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sun Dec 31 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.17.0-1
|
|
|
e00d45 |
- Update to latest upstream release 0.17.0 (#1523436)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Fri Dec 08 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.16.0-1
|
|
|
e00d45 |
- Update to latest upstream release 0.16.0 (#1523436)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Fri Nov 24 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.15.0-1
|
|
|
e00d45 |
- Update to latest upstream release 0.15.0
|
|
|
e00d45 |
|
|
|
e00d45 |
* Tue Nov 14 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.14.2-1
|
|
|
e00d45 |
- Update to latest upstream release 0.14.2
|
|
|
e00d45 |
|
|
|
e00d45 |
* Tue Nov 14 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.14.1-1
|
|
|
e00d45 |
- Update to latest upstream release 0.14.1
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sat Nov 11 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.14.0-1
|
|
|
e00d45 |
- Update to latest upstream release 0.14.0 (#1512195)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sun Oct 01 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.13.0-2
|
|
|
e00d45 |
- Fixes and cleanups in spec file
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sun Oct 01 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.13.0-1
|
|
|
e00d45 |
- Update to latest upstream release 0.13.0 (#1497531)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-3
|
|
|
e00d45 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-2
|
|
|
e00d45 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sat Jul 15 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.12.0-1
|
|
|
e00d45 |
- Update to latest upstream release 0.12.0 (#1471102)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Wed Jun 28 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.11.0-1
|
|
|
e00d45 |
- Update to latest upstream release 0.11.0 (#1465202)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Wed Jun 14 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.10.3-1
|
|
|
e00d45 |
- Update to 0.10.3 (#1461225)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Tue May 09 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.10.2-1
|
|
|
e00d45 |
- Update to 0.10.2
|
|
|
e00d45 |
|
|
|
e00d45 |
* Wed Mar 15 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.10.0-1
|
|
|
e00d45 |
- Update to latest upstream release 0.10.0 (#1432279)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Mon Feb 20 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.8-1
|
|
|
e00d45 |
- Update to latest upstream release 0.9.8 (#1423061)
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Feb 16 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.6-1
|
|
|
e00d45 |
- Update to 0.9.6
|
|
|
e00d45 |
|
|
|
e00d45 |
* Thu Feb 09 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.2-1
|
|
|
e00d45 |
- Update to 0.9.2
|
|
|
e00d45 |
|
|
|
e00d45 |
* Wed Feb 08 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.1-1
|
|
|
e00d45 |
- Update to 0.9.1
|
|
|
e00d45 |
|
|
|
e00d45 |
* Tue Feb 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.8.1-4
|
|
|
e00d45 |
- Fix BRs
|
|
|
e00d45 |
|
|
|
e00d45 |
* Tue Feb 07 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.1-3
|
|
|
e00d45 |
- Update BR
|
|
|
e00d45 |
|
|
|
e00d45 |
* Fri Jan 27 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.1-2
|
|
|
e00d45 |
- Don't remove _quoting.c
|
|
|
e00d45 |
|
|
|
e00d45 |
* Sat Jan 21 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.1-1
|
|
|
e00d45 |
- Update to latest upstream release 0.8.1
|
|
|
e00d45 |
- Remove _quoting.c
|
|
|
e00d45 |
|
|
|
e00d45 |
* Mon Nov 21 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.1-2
|
|
|
e00d45 |
- Update Source0, summary
|
|
|
e00d45 |
|
|
|
e00d45 |
* Fri Nov 18 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.1-1
|
|
|
e00d45 |
- Initial package
|