forked from pool/python-httplib2
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d4b7b01541 | |||
| 51984cfe2c |
BIN
httplib2-0.22.0.tar.gz
LFS
BIN
httplib2-0.22.0.tar.gz
LFS
Binary file not shown.
3
httplib2-0.31.0.tar.gz
Normal file
3
httplib2-0.31.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac7ab497c50975147d4f7b1ade44becc7df2f8954d42b38b3d69c515f531135c
|
||||||
|
size 250759
|
||||||
@@ -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>
|
Tue Jan 2 22:31:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-httplib2
|
Name: python-httplib2
|
||||||
Version: 0.22.0
|
Version: 0.31.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python HTTP client library
|
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)
|
License: Apache-2.0 AND MIT AND (GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later)
|
||||||
|
|||||||
Reference in New Issue
Block a user