diff --git a/.python-httpcore.metadata b/.python-httpcore.metadata index 2e1c53a..b635091 100644 --- a/.python-httpcore.metadata +++ b/.python-httpcore.metadata @@ -1 +1 @@ -d67f3a58c969dc0099aea22a10745ec00f137059 SOURCES/httpcore-0.12.3.tar.gz +8fdd2089aa88a98a252de7b5eb8c8cbfa1316cc3 SOURCES/httpcore-0.13.7.tar.gz diff --git a/SPECS/python-httpcore.spec b/SPECS/python-httpcore.spec index 1bdea1d..68948f5 100644 --- a/SPECS/python-httpcore.spec +++ b/SPECS/python-httpcore.spec @@ -1,7 +1,7 @@ %global pypi_name httpcore Name: python-%{pypi_name} -Version: 0.12.3 +Version: 0.13.7 Release: 1%{?dist} Summary: Minimal low-level HTTP client @@ -46,6 +46,18 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Sep 21 2021 Fabian Affolter - 0.13.7-1 +- Update to latest upstream release 0.13.7 (closes rhbz#2003602) + +* Thu Aug 26 2021 Fabian Affolter - 0.13.6-1 +- Update to latest upstream release 0.13.6 (rhbz#1952056) + +* Fri Jul 23 2021 Fedora Release Engineering - 0.12.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.12.3-2 +- Rebuilt for Python 3.10 + * Fri Jan 29 2021 Fabian Affolter - 0.12.3-1 - Update to latest upstream release 0.12.2 (#1921813)