Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f869a08437 | |||
| 1db34f724e | |||
| fc58a72c8b | |||
| 3035342084 | |||
| 1bf9f3b911 | |||
| debedc2ff8 | |||
| d0d2bee057 | |||
| 15f2f42b42 | |||
| 60c1152e7e | |||
| 745498d6d0 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:20a915f54ea77866498e4bed2fd260cfda4e6c444bd163ec6756d5fb2c58807f
|
|
||||||
size 15210
|
|
||||||
3
httpx_socks-0.10.1.tar.gz
Normal file
3
httpx_socks-0.10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14819689f569ae9079081a4c594d6a2ee915bf72ca30f210658e40ad4c5a7bcb
|
||||||
|
size 93986
|
||||||
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 13 12:30:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.10.1:
|
||||||
|
* Fix http2 issue
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Apr 22 07:03:11 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-httpx-socks
|
# spec file for package python-httpx-socks
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,21 +20,18 @@
|
|||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
# python310-hypercorn doesn't exist
|
|
||||||
%define skip_python310 1
|
|
||||||
%else
|
%else
|
||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-httpx-socks%{psuffix}
|
Name: python-httpx-socks%{psuffix}
|
||||||
Version: 0.9.1
|
Version: 0.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Proxy (HTTP, SOCKS) transports for httpx
|
Summary: Proxy (HTTP, SOCKS) transports for httpx
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/romis2012/httpx-socks
|
URL: https://github.com/romis2012/httpx-socks
|
||||||
# gh#romis2012/httpx-socks#22
|
Source: https://files.pythonhosted.org/packages/source/h/httpx-socks/httpx_socks-%{version}.tar.gz
|
||||||
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
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -44,13 +41,11 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: %{python_module anyio}
|
BuildRequires: %{python_module anyio}
|
||||||
BuildRequires: %{python_module async-timeout}
|
BuildRequires: %{python_module async-timeout}
|
||||||
BuildRequires: %{python_module flake8}
|
BuildRequires: %{python_module flake8}
|
||||||
BuildRequires: %{python_module httpcore}
|
BuildRequires: %{python_module httpx-socks = %{version}}
|
||||||
BuildRequires: %{python_module httpx}
|
|
||||||
BuildRequires: %{python_module hypercorn}
|
BuildRequires: %{python_module hypercorn}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest-trio}
|
BuildRequires: %{python_module pytest-trio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module python-socks}
|
|
||||||
BuildRequires: %{python_module starlette}
|
BuildRequires: %{python_module starlette}
|
||||||
BuildRequires: %{python_module tiny-proxy}
|
BuildRequires: %{python_module tiny-proxy}
|
||||||
BuildRequires: %{python_module trio}
|
BuildRequires: %{python_module trio}
|
||||||
@@ -71,7 +66,7 @@ BuildArch: noarch
|
|||||||
Proxy (HTTP, SOCKS) transports for httpx
|
Proxy (HTTP, SOCKS) transports for httpx
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n httpx-socks-%{version}
|
%autosetup -p1 -n httpx_socks-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{without test}
|
%if %{without test}
|
||||||
|
|||||||
Reference in New Issue
Block a user