7 Commits

Author SHA256 Message Date
5e3007e683 Accepting request 1238508 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1238508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpx?expand=0&rev=18
2025-01-18 12:18:04 +00:00
51cf5812d4 Accepting request 1238441 from home:nkrapp:branches:devel:languages:python
- Use libalternatives instead of update-alternatives, bsc#1235784 
- don't run tests in strict async mode, upstream doesn't either
- disable flaky test

OBS-URL: https://build.opensuse.org/request/show/1238441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=39
2025-01-17 13:58:42 +00:00
75cdb5a91d Accepting request 1229172 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1229172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpx?expand=0&rev=17
2024-12-13 21:33:07 +00:00
12eff59f5f Accepting request 1229039 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 0.28.1
  * Fix SSL case where verify=False together with client side
    certificates.
- Release 0.28.0
  ## Deprecations:
  * We are working towards a simplified SSL configuration API.
  * For users of the standard verify=True or verify=False cases, or
    verify=<ssl_context> case this should require no changes. The
    following cases have been deprecated...
    - The verify argument as a string argument is now deprecated
      and will raise warnings.
    - The cert argument is now deprecated and will raise warnings.
  * Our revised SSL documentation covers how to implement the same
    behaviour with a more constrained API.
  ## The following changes are also included:
  * The deprecated proxies argument has now been removed.
  * The deprecated app argument has now been removed.
  * JSON request bodies use a compact representation. (#3363)
  * Review URL percent escape sets, based on WHATWG spec. (#3371,
    #3373)
  * Ensure certifi and httpcore are only imported if required.
    (#3377)
  * Treat socks5h as a valid proxy scheme. (#3178)
  * Cleanup Request() method signature in line with
    client.request() and httpx.request(). (#3378)

OBS-URL: https://build.opensuse.org/request/show/1229039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=37
2024-12-08 23:27:43 +00:00
f0485b4f2e Accepting request 1200062 from devel:languages:python
- update to 0.27.2:
  * Reintroduced supposedly-private `URLTypes` shortcut.
  * Support for `zstd` content decoding using the python
    `zstandard` package is added. Installable using
    `httpx[zstd]`.
  * Improved error messaging for `InvalidURL` exceptions.
  * Fix `app` type signature in `ASGITransport`.

  * The app=... shortcut has been deprecated. Use the explicit style of

OBS-URL: https://build.opensuse.org/request/show/1200062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpx?expand=0&rev=16
2024-09-12 14:54:01 +00:00
721293fa1b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=35 2024-09-11 08:16:58 +00:00
4eb79c2680 - update to 0.27.2:
* Reintroduced supposedly-private `URLTypes` shortcut.
  * Support for `zstd` content decoding using the python
    `zstandard` package is added. Installable using
    `httpx[zstd]`.
  * Improved error messaging for `InvalidURL` exceptions.
  * Fix `app` type signature in `ASGITransport`.
  * The app=... shortcut has been deprecated. Use the explicit style of

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=34
2024-09-08 13:05:57 +00:00
2 changed files with 2 additions and 7 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Tue Nov 4 00:35:57 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Insist on anyio >= 4, to drop out anyio3 from the choices.
-------------------------------------------------------------------
Wed Jan 15 13:25:11 UTC 2025 - Nico Krapp <nico.krapp@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-httpx
#
# Copyright (c) 2025 SUSE LLC and contributors
# 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
@@ -46,7 +46,7 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-anyio >= 4
Requires: python-anyio
Requires: python-certifi
Requires: python-httpcore >= 0.18.0
Requires: python-idna >= 2.0