13
0

10 Commits

Author SHA256 Message Date
e5723bd15f Accepting request 1272749 from devel:languages:python
- Update to 1.0.9
  * Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 
    dependency update. (#1008)

OBS-URL: https://build.opensuse.org/request/show/1272749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpcore?expand=0&rev=19
2025-04-25 20:18:43 +00:00
c8f1b5e553 Accepting request 1272748 from devel:languages:python
revert

OBS-URL: https://build.opensuse.org/request/show/1272748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=43
2025-04-25 15:08:17 +00:00
c85fad8415 - Don't limit Requires from higher versions.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=42
2025-04-25 15:07:48 +00:00
c5f2851f3a Accepting request 1272665 from home:mcalabkova:branches:devel:languages:python
believe it or not, they dropped the upper bound

- Update to 1.0.9
  * Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 
    dependency update. (#1008)

OBS-URL: https://build.opensuse.org/request/show/1272665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=41
2025-04-25 11:44:21 +00:00
4803d6f40f Accepting request 1270572 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1270572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpcore?expand=0&rev=18
2025-04-18 14:15:09 +00:00
1af100e17f Accepting request 1270048 from home:fstegmeier:branches:devel:languages:python
- Update to 1.0.8
  * Fix AttributeError when importing on Python 3.14. (#1005)

OBS-URL: https://build.opensuse.org/request/show/1270048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=39
2025-04-17 14:02:57 +00:00
c527498b7f Accepting request 1237373 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1237373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpcore?expand=0&rev=17
2025-01-14 15:21:29 +00:00
2ce1aa6e22 Accepting request 1237350 from home:glaubitz:branches:devel:languages:python
- Update to 1.0.7
  * Support `proxy=…` configuration on `ConnectionPool()`.

OBS-URL: https://build.opensuse.org/request/show/1237350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=37
2025-01-13 10:11:57 +00:00
2252e45eb8 Accepting request 1219100 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1219100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpcore?expand=0&rev=16
2024-10-30 16:33:01 +00:00
8fa2b011d4 Accepting request 1218973 from home:glaubitz:branches:devel:languages:python
- Update to 1.0.6
  * Relax `trio` dependency pinning.
  * Handle `trio` raising `NotImplementedError` on unsupported platforms.
  * Handle mapping `ssl.SSLError` to `httpcore.ConnectError`.
- Update Requires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1218973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=35
2024-10-29 17:06:08 +00:00
4 changed files with 35 additions and 7 deletions

BIN
httpcore-1.0.5.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
httpcore-1.0.9.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Apr 25 11:36:42 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 1.0.9
* Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11
dependency update. (#1008)
-------------------------------------------------------------------
Wed Apr 16 14:22:23 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- Update to 1.0.8
* Fix AttributeError when importing on Python 3.14. (#1005)
-------------------------------------------------------------------
Mon Jan 13 09:26:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.0.7
* Support `proxy=…` configuration on `ConnectionPool()`.
-------------------------------------------------------------------
Tue Oct 29 09:23:07 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.0.6
* Relax `trio` dependency pinning.
* Handle `trio` raising `NotImplementedError` on unsupported platforms.
* Handle mapping `ssl.SSLError` to `httpcore.ConnectError`.
- Update Requires from pyproject.toml
-------------------------------------------------------------------
Wed Apr 3 07:04:47 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-httpcore
#
# 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
@@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-httpcore%{psuffix}
Version: 1.0.5
Version: 1.0.9
Release: 0
Summary: Minimal low-level Python HTTP client
License: BSD-3-Clause
@@ -43,8 +43,8 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-certifi
Requires: python-h11 >= 0.16
Requires: (python-anyio >= 3 with python-anyio < 5)
Requires: (python-h11 >= 0.13.0 with python-h11 < 0.15)
Requires: (python-sniffio >= 1.0 with python-sniffio < 2)
Recommends: python-h2 >= 3.0
Recommends: python-socksio >= 1.0
@@ -58,7 +58,7 @@ BuildRequires: %{python_module pytest >= 7.0.1}
BuildRequires: %{python_module pytest-asyncio >= 0.16.0}
BuildRequires: %{python_module pytest-httpbin}
BuildRequires: %{python_module pytest-trio >= 0.7.0}
BuildRequires: %{python_module trio >= 0.21.0}
BuildRequires: %{python_module trio >= 0.22.0}
%endif
# /SECTION
%python_subpackages