diff --git a/0.18.2.tar.gz b/0.23.0.tar.gz similarity index 30% rename from 0.18.2.tar.gz rename to 0.23.0.tar.gz index db7075871a200fc5d0af7fa7b6856bb7ef1d8d1a..c2a10dea0fa8d51ced4bcb369f5f807e7eb2b01c 100644 Binary files a/0.18.2.tar.gz and b/0.23.0.tar.gz differ diff --git a/python-httpx.spec b/python-httpx.spec index 6624dd8f06d6f382d34d5fd4c5361ae3a7c6d09e..631b1a1a8ec8579058af07cbd0f082811226b2de 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -1,13 +1,13 @@ %global src_name httpx Name: python-%{src_name} -Version: 0.18.2 +Version: 0.23.0 Release: 1 Summary: Python HTTP client License: BSD URL: https://github.com/encode/httpx -Source0: https://github.com/encode/httpx/archive/refs/tags/0.18.2.tar.gz +Source0: https://github.com/encode/httpx/archive/refs/tags/0.23.0.tar.gz BuildArch: noarch %description @@ -40,7 +40,11 @@ rm -rf %{src_name}.egg-info %doc README.md %{python3_sitelib}/%{src_name}/ %{python3_sitelib}/%{src_name}-%{version}-py%{python3_version}.egg-info/ +/usr/bin/httpx %changelog +* Mon Aug 1 2022 wenzhiwei - 0.23.0-1 +- Update to 0.23.0 + * Mon Jul 19 2021 yinyongkang - 0.18.2-1 - Init Package