1
0

2 Commits

Author SHA256 Message Date
d4b7b01541 Accepting request 1320302 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1320302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=58
2025-11-27 14:21:37 +00:00
51984cfe2c - Update to 0.31.0
* https: avoid costly load_verify_locations when SSL certificate
    validation is disabled (#249)
- from version 0.30.2
  * No changes in library. Fix automatic pypi release from CI.
- from version 0.30.1
  * restore socks proxy support, was broken in 0.30.0 (#251)
- from version 0.30.0
  * BREAKING CHANGE! Python support 3.7+ only
  * https: Do not rely on ssl.PROTOCOL_TLS, which has been
    deprecated in Python3.10 (#243)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=106
2025-11-27 09:30:01 +00:00
4 changed files with 19 additions and 4 deletions

Binary file not shown.

3
httplib2-0.31.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Nov 26 13:54:47 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.31.0
* https: avoid costly load_verify_locations when SSL certificate
validation is disabled (#249)
- from version 0.30.2
* No changes in library. Fix automatic pypi release from CI.
- from version 0.30.1
* restore socks proxy support, was broken in 0.30.0 (#251)
- from version 0.30.0
* BREAKING CHANGE! Python support 3.7+ only
* https: Do not rely on ssl.PROTOCOL_TLS, which has been
deprecated in Python3.10 (#243)
-------------------------------------------------------------------
Tue Jan 2 22:31:23 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -20,7 +20,7 @@
%bcond_with tests
%{?sle15_python_module_pythons}
Name: python-httplib2
Version: 0.22.0
Version: 0.31.0
Release: 0
Summary: A Python HTTP client library
License: Apache-2.0 AND MIT AND (GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later)