forked from pool/python-httpx-socks
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b2a122d83d | |||
| ce52edb9be | |||
| f003ed28b3 | |||
| 3dbaf728dc | |||
| 373aac6a85 | |||
| fd617e1ae9 | |||
| 738ba12cfd | |||
| 0f867baf10 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20a915f54ea77866498e4bed2fd260cfda4e6c444bd163ec6756d5fb2c58807f
|
||||
size 15210
|
||||
3
httpx_socks-0.10.0.tar.gz
Normal file
3
httpx_socks-0.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e232e31174de79cc79ca7174bbc159aabb4b95e0ff5cc2d894d33f6cbe1a1096
|
||||
size 93710
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 11:54:41 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Add %{?sle15_python_module_pythons}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 04:47:35 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.10.0:
|
||||
* Minor fixes for httpx 0.28.x
|
||||
- hypercorn now builds for 3.10, so don't skip testing there.
|
||||
- Tighten up test BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 15:24:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9.2:
|
||||
* Release connection on any exception
|
||||
* Include tests in MANIFEST.in
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 07:03:11 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
||||
@@ -20,21 +20,18 @@
|
||||
%if "%{flavor}" == "test"
|
||||
%define psuffix -test
|
||||
%bcond_without test
|
||||
# python310-hypercorn doesn't exist
|
||||
%define skip_python310 1
|
||||
%else
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-httpx-socks%{psuffix}
|
||||
Version: 0.9.1
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: Proxy (HTTP, SOCKS) transports for httpx
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/romis2012/httpx-socks
|
||||
# gh#romis2012/httpx-socks#22
|
||||
Source: https://github.com/romis2012/httpx-socks/archive/refs/tags/v%{version}.tar.gz#/httpx-socks-%{version}.tar.gz
|
||||
# Source: https://files.pythonhosted.org/packages/source/h/httpx-socks/httpx-socks-%%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/h/httpx-socks/httpx_socks-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -44,13 +41,11 @@ BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module anyio}
|
||||
BuildRequires: %{python_module async-timeout}
|
||||
BuildRequires: %{python_module flake8}
|
||||
BuildRequires: %{python_module httpcore}
|
||||
BuildRequires: %{python_module httpx}
|
||||
BuildRequires: %{python_module httpx-socks = %{version}}
|
||||
BuildRequires: %{python_module hypercorn}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest-trio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-socks}
|
||||
BuildRequires: %{python_module starlette}
|
||||
BuildRequires: %{python_module tiny-proxy}
|
||||
BuildRequires: %{python_module trio}
|
||||
@@ -71,7 +66,7 @@ BuildArch: noarch
|
||||
Proxy (HTTP, SOCKS) transports for httpx
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n httpx-socks-%{version}
|
||||
%autosetup -p1 -n httpx_socks-%{version}
|
||||
|
||||
%build
|
||||
%if %{without test}
|
||||
|
||||
Reference in New Issue
Block a user