diff --git a/1.0.7.tar.gz b/1.0.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..92515d7d0fd944e16439bf615be0896ae8f47af2 Binary files /dev/null and b/1.0.7.tar.gz differ diff --git a/httpcore-1.0.6.tar.gz b/httpcore-1.0.6.tar.gz deleted file mode 100644 index a4c666991673dc52aa5567eabeec1e027fb8e118..0000000000000000000000000000000000000000 Binary files a/httpcore-1.0.6.tar.gz and /dev/null differ diff --git a/python-httpcore.spec b/python-httpcore.spec index dab7cc268681acffaadea282254595023532edc4..ff8d67274555192c39a51499928bab5e064ccad8 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -2,13 +2,13 @@ %global pypi_name httpcore Name: python-%{pypi_name} -Version: 1.0.6 +Version: 1.0.7 Release: 1 Summary: A minimal low-level HTTP client License: BSD URL: https://github.com/encode/httpcore -Source0: https://files.pythonhosted.org/packages/source/h/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://github.com/encode/httpcore/archive/refs/tags/%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -36,7 +36,7 @@ decoding, handling JSON, environment based configuration defaults, or any of tha %prep -%autosetup -n %{pypi_name}-%{version} +%autosetup -n httpcore-%{version} %build %pyproject_build @@ -52,6 +52,10 @@ decoding, handling JSON, environment based configuration defaults, or any of tha %{python3_sitelib}/%{pypi_name}/ %changelog +* Sun Dec 22 2024 sqfu - 1.0.7-1 +- update to 1.0.7 +- Support proxy=… configuration on ConnectionPool() + * Thu Oct 24 2024 shaoning - 1.0.6-1 - Update package to version 1.0.6 * Relax trio dependency pinning.