diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 02:44:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 02:44:35 +0000 |
commit | 48b82be38a59c3130fa86023e44611fc378d1228 (patch) | |
tree | 13ccc9f8ce53b63e9452bc4a7e389da8cd8609ca | |
parent | ccb04e6ebebb991ae0fc74e357301f5d14724eb4 (diff) |
automatic import of python-httpx-socksopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-httpx-socks.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /httpx-socks-0.7.5.tar.gz +/httpx-socks-0.7.6.tar.gz diff --git a/python-httpx-socks.spec b/python-httpx-socks.spec index caf824f..374a6b9 100644 --- a/python-httpx-socks.spec +++ b/python-httpx-socks.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-httpx-socks -Version: 0.7.5 +Version: 0.7.6 Release: 1 Summary: Proxy (HTTP, SOCKS) transports for httpx License: Apache 2 URL: https://github.com/romis2012/httpx-socks -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/5d/9a60e05acab027ae88e777599738d374be9967df3cea66c12e72967cbd58/httpx-socks-0.7.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5d/00/607d297068f3b4750257d8fd7edd67a95cde06a844fddab102444dd9d2a9/httpx-socks-0.7.6.tar.gz BuildArch: noarch Requires: python3-httpx @@ -285,7 +285,7 @@ async def fetch(url): %prep -%autosetup -n httpx-socks-0.7.5 +%autosetup -n httpx-socks-0.7.6 %build %py3_build @@ -325,5 +325,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.5-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.6-1 - Package Spec generated @@ -1 +1 @@ -848e1d5db31cf244edc32c9fcc8280c8 httpx-socks-0.7.5.tar.gz +49c8016c2c2afeaa1012d528db2f5878 httpx-socks-0.7.6.tar.gz |