diff --git a/httpcore-1.0.4.tar.gz b/httpcore-1.0.4.tar.gz deleted file mode 100644 index 5170dd8d86776672f752636a4fe37b44407714d7..0000000000000000000000000000000000000000 Binary files a/httpcore-1.0.4.tar.gz and /dev/null differ diff --git a/httpcore-1.0.5.tar.gz b/httpcore-1.0.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4541ce167158a9a9b78ba0610bf94ffb8610feae Binary files /dev/null and b/httpcore-1.0.5.tar.gz differ diff --git a/python-httpcore.spec b/python-httpcore.spec index dc7e659a4992034258f5ff9ec5cb283a30acdbe3..8f15fb37ee7acf464758ba426a50aae2168fb293 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -2,7 +2,7 @@ %global pypi_name httpcore Name: python-%{pypi_name} -Version: 1.0.4 +Version: 1.0.5 Release: 1 Summary: A minimal low-level HTTP client @@ -52,6 +52,11 @@ decoding, handling JSON, environment based configuration defaults, or any of tha %{python3_sitelib}/%{pypi_name}/ %changelog +* Mon Jul 29 2024 zhangxingrong - 1.0.5-1 +- update to version 1.0.5 + Handle EndOfStream for anyio backend. (#899) + Allow trio 0.25.* series in package dependancies. (#903) + * Thu Feb 29 2024 Dongxing Wang - 1.0.4-1 - Upgrade package with version 1.0.4 Add support for HTTPS proxies.