17
0

10 Commits

Author SHA256 Message Date
f869a08437 Accepting request 1294586 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1294586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpx-socks?expand=0&rev=5
2025-07-21 18:00:23 +00:00
1db34f724e - update to 0.10.1:
* Fix http2 issue

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx-socks?expand=0&rev=12
2025-07-13 12:30:59 +00:00
fc58a72c8b Accepting request 1249635 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1249635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpx-socks?expand=0&rev=4
2025-03-05 12:39:09 +00:00
3035342084 Accepting request 1248958 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1248958
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx-socks?expand=0&rev=10
2025-03-03 08:45:59 +00:00
1bf9f3b911 Accepting request 1231776 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1231776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpx-socks?expand=0&rev=3
2024-12-18 19:09:44 +00:00
debedc2ff8 Sigh.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx-socks?expand=0&rev=8
2024-12-18 04:47:57 +00:00
d0d2bee057 - Tighten up test BuildRequires.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx-socks?expand=0&rev=7
2024-12-18 04:43:10 +00:00
15f2f42b42 - Update to 0.10.0:
* Minor fixes for httpx 0.28.x
- hypercorn now builds for 3.10, so don't skip testing there.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx-socks?expand=0&rev=6
2024-12-18 04:41:27 +00:00
60c1152e7e Accepting request 1224010 from devel:languages:python
- update to 0.9.2:
  * Release connection on any exception
  * Include tests in MANIFEST.in

OBS-URL: https://build.opensuse.org/request/show/1224010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpx-socks?expand=0&rev=2
2024-11-14 15:09:13 +00:00
745498d6d0 - update to 0.9.2:
* Release connection on any exception
  * Include tests in MANIFEST.in

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx-socks?expand=0&rev=4
2024-11-13 15:26:19 +00:00
4 changed files with 35 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20a915f54ea77866498e4bed2fd260cfda4e6c444bd163ec6756d5fb2c58807f
size 15210

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14819689f569ae9079081a4c594d6a2ee915bf72ca30f210658e40ad4c5a7bcb
size 93986

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -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.1
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}