14
0

8 Commits

Author SHA256 Message Date
b2a122d83d 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
ce52edb9be - Add %{?sle15_python_module_pythons}
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
f003ed28b3 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
3dbaf728dc 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
373aac6a85 - 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
fd617e1ae9 - 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
738ba12cfd 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
0f867baf10 - 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 28 additions and 13 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:e232e31174de79cc79ca7174bbc159aabb4b95e0ff5cc2d894d33f6cbe1a1096
size 93710

View File

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

View File

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