17
0
Commit Graph

56 Commits

Author SHA256 Message Date
1218794710 Accepting request 1320186 from home:glaubitz:branches:devel:languages:python
- 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/request/show/1320186
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
957446e5c4 - require setuptools
- Update to 0.21.0:
- add pyparsing dependency
  set first, othewise a "ValueError: Cannot set
  verify_mode to CERT_NONE when check_hostname
  instead (bnc#761162)
          item not in cache
- initial version of python-httplib2 (0.2.0)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=104
2024-01-02 22:32:02 +00:00
7ccb7194a4 - Clean up SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=102
2023-07-05 07:47:20 +00:00
1d50c8b540 Accepting request 1092792 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092792
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=100
2023-06-14 06:38:31 +00:00
744d4b18bd - update to 0.22.0:
* https: disable_ssl_certificate_validation caused
    ValueError: Cannot set verify_mode to CERT_NONE when
    check_hostname is enabled

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=98
2023-03-26 20:03:02 +00:00
79af58a2b5 Accepting request 1034584 from home:yarunachalam:branches:devel:languages:python
- Update to 0.21.0: 
  * http: `Content-Encoding: deflate` must accept zlib encapsulation
  * https://github.com/httplib2/httplib2/pull/230
  * Begin support and CI against CPython 3.10 and 3.11.

OBS-URL: https://build.opensuse.org/request/show/1034584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=96
2022-11-08 21:16:38 +00:00
c3b3f4a323 - update to 0.20.4:
proxy: support proxy urls with ipv6 address
  Tests compatible with Python3.10 and recent pytest.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=95
2022-02-15 09:34:23 +00:00
ad08b320aa - add pyparsing dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=94
2021-11-30 08:22:37 +00:00
23e91da23f - update to 0.20.2:
auth: support pyparsing v3
  proxy: correct extraction of errno from pysocks ProxyConnectionError
  IMPORTANT cacerts: remove expired DST Root CA X3, add ISRG Root X1, X2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=93
2021-11-29 10:56:34 +00:00
a421b01fdd - update to 0.19.1:
* auth header parsing performance optimizations; Thanks to Paul McGuire
  * Use mock from the standard library on Python>=3.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=91
2021-05-18 21:48:25 +00:00
23e9842831 - update to 0.18.1: (bsc#1171998, CVE-2020-11078)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=90
2021-03-15 12:37:29 +00:00
989a893574 - Update in SLE to 0.19.0 (bsc#1182053, CVE-2021-21240)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=88
2021-02-26 12:52:33 +00:00
b4f645d749 - update to 0.19.0:
* auth: parse headers using pyparsing instead of regexp
  * auth: WSSE token needs to be string not bytes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=86
2021-02-18 21:43:59 +00:00
f2aea67044 - update to 0.18.1:
* explicit build-backend workaround for pip build isolation bug
  * IMPORTANT security vulnerability CWE-93 CRLF injection
  Force %xx quote of space, CR, LF characters in uri.
  * Ship test suite in source dist

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=84
2020-10-13 07:27:42 +00:00
471fa947a8 - update to 0.17.3:
* bugfixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=82
2020-04-29 10:55:11 +00:00
Tomáš Chvátal
b2bb2d9cd4 Accepting request 791789 from home:mcalabkova:branches:devel:languages:python
- Update to 0.17.1
  * python3: no_proxy was not checked with https
  * feature: Http().redirect_codes set, works after follow(_all)_redirects check
    This allows one line workaround for old gcloud library that uses 308
    response without redirect semantics.
  * IMPORTANT cache invalidation change, fix 307 keep method, add 308 Redirects
  * proxy: username/password as str compatible with pysocks
  * python2: regression in connect() error handling
  * add support for password protected certificate files
  * feature: Http.close() to clean persistent connections and sensitive data

OBS-URL: https://build.opensuse.org/request/show/791789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=80
2020-04-06 14:34:13 +00:00
Tomáš Chvátal
4cfad8af6a - Update to 0.14.0:
* Python3: PROXY_TYPE_SOCKS5 with str user/pass raised TypeError

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=78
2019-10-09 10:47:58 +00:00
Tomáš Chvátal
93c76974cb Accepting request 725549 from home:pgajdos
- version update to 0.13.1
  0.13.1
   * Python3: Use no_proxy
     https://github.com/httplib2/httplib2/pull/140
  0.13.0
    * Allow setting TLS max/min versions
      https://github.com/httplib2/httplib2/pull/138
  0.12.3
    * No changes to library. Distribute py3 wheels.
  0.12.1
    * Catch socket timeouts and clear dead connection
      https://github.com/httplib2/httplib2/issues/18
      https://github.com/httplib2/httplib2/pull/111
    * Officially support Python 3.7 (package metadata)
      https://github.com/httplib2/httplib2/issues/123
  0.12.0
    * Drop support for Python 3.3
    * ca_certs from environment HTTPLIB2_CA_CERTS or certifi
      https://github.com/httplib2/httplib2/pull/117
    * PROXY_TYPE_HTTP with non-empty user/pass raised TypeError: bytes required
      https://github.com/httplib2/httplib2/pull/115
    * Revert http:443->https workaround
      https://github.com/httplib2/httplib2/issues/112
    * eliminate connection pool read race
      https://github.com/httplib2/httplib2/pull/110
    * cache: stronger safename
      https://github.com/httplib2/httplib2/pull/101
  0.11.3
    * No changes, just reupload of 0.11.2 after fixing automatic release conditions in Travis.
  0.11.2

OBS-URL: https://build.opensuse.org/request/show/725549
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=76
2019-08-24 07:37:13 +00:00
Tomáš Chvátal
76be5b8147 Accepting request 579612 from home:stefannica:branches:devel:languages:python
- update httplib2-use-system-certs.patch: handle the case when validation is disabled correctly.
  The 'check_hostname' context attribute has to be set first, othewise a "ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled." exception is raised.

OBS-URL: https://build.opensuse.org/request/show/579612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=74
2018-02-26 08:37:30 +00:00
9d1c828697 - update httplib2-use-system-certs.patch: handle
the case with ssl_version being None correctly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=72
2018-01-10 07:48:13 +00:00
748565bfbe - update httplib2-use-system-certs.patch: Also use
ssl.create_default_context in the python2 case so that
  the system wide certificates are loaded as trusted again.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=69
2018-01-09 11:05:33 +00:00
Todd R
74f35247ed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=66 2017-04-19 22:15:02 +00:00
Todd R
28d7e1f58c Accepting request 489328 from home:TheBlackCat:branches:devel:languages:python
Spec file cleanups

OBS-URL: https://build.opensuse.org/request/show/489328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=64
2017-04-19 14:21:15 +00:00
Todd R
80ac2c5cc8 Accepting request 487690 from devel:languages:python:singlespec
1

OBS-URL: https://build.opensuse.org/request/show/487690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=63
2017-04-19 14:09:02 +00:00
e248369ef7 - Project moved from code.google.com to GitHub, fix the url
accordingly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=60
2016-10-12 19:51:06 +00:00
49c1e548e5 Accepting request 373386 from home:matejcik:requests-mess
- update and cleanup of httplib2-use-system-certs.patch,
  so that the passthrough is clean for python2 and so that it does
  the right thing in python3

OBS-URL: https://build.opensuse.org/request/show/373386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=58
2016-03-15 20:06:26 +00:00
4a4546f8e8 - Update to version 0.9.2:
* Fix incorrect ResponseNotReady exceptions, retry on transient errors.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=56
2015-12-03 18:19:30 +00:00
3d35c55048 - Include 0.9.1 in SLE 12 (FATE#319904, bsc#954690)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=55
2015-12-02 13:23:12 +00:00
b4e3b7f6fb - Incloude 0.9.1 in SLE 12 (FATE#319904, bsc#954690)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=54
2015-12-01 14:59:41 +00:00
ec52e71b9e Accepting request 305613 from home:benoit_monin:branches:devel:languages:python
update to version 0.9.1

OBS-URL: https://build.opensuse.org/request/show/305613
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=52
2015-05-06 16:24:56 +00:00
Jan Matejek
076acd0f8a Accepting request 249220 from Cloud:OpenStack:Master
New upstream release

OBS-URL: https://build.opensuse.org/request/show/249220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=50
2014-09-15 14:01:57 +00:00
d87373aa90 - Modify httplib2-use-system-certs.patch to not depend on a generated bundle.
OpenSSL has everything built in to do the cert verification, we do not
  need to pass a cert bundle file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=48
2014-03-05 21:24:40 +00:00
Sascha Peilicke
f7e4cc3419 Accepting request 222116 from home:rjschwei:branches:devel:languages:python
- Include in SLE 12 (FATE #316168)

OBS-URL: https://build.opensuse.org/request/show/222116
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=46
2014-02-13 11:51:35 +00:00
Denisart Benjamin
ce58825893 Accepting request 208955 from home:rjschwei:branches:devel:languages:python
- SUSE internal build service does not recognize %0{sles_version}
  use a different version inidcator to depend on openssl-certs vs
  ca-certificates

OBS-URL: https://build.opensuse.org/request/show/208955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=44
2013-12-01 21:18:19 +00:00
Sascha Peilicke
e1e4fcfb62 - Drop pre_checkin.sh
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=42
2013-08-15 10:03:14 +00:00
Sascha Peilicke
da2dd6cbc5 revert to 37 again
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=40
2013-07-03 12:43:31 +00:00
Sascha Peilicke
f6ff703611 - Drop SLES parts of ca_certs_locater.py, it's meant for openSUSE only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=39
2013-07-03 08:23:39 +00:00
Sascha Peilicke
0c67c77012 - Change the mechanism to use system-wide CA certificates:
+ on openSUSE, use the (new) upstream ca_certs_locater mechanism
    and don't ship a private copy of Mozilla's CA certs file
  + on SLES, regenerate cacerts.txt from /etc/ssl/certs when
    httplib2 is installed and/or openssl-certs is installed/updated

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=38
2013-07-03 08:20:25 +00:00
Sascha Peilicke
9593266fbc - Add httplib2-bnc-818100.patch (bnc#818100): Fix for subsequent
request SSL certificate validation

- Add httplib2-bnc-818100.patch (bnc#818100): Fix for subsequent
  request SSL certificate validation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=34
2013-05-02 10:24:13 +00:00
Sascha Peilicke
7b9fcd17a9 - Update to version 0.8:
+ Improved App Engine behavior

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=32
2013-03-22 13:33:59 +00:00
Sascha Peilicke
0a9df9c7a7 Accepting request 156302 from home:posophe:branches:devel:languages:python
Remove macros usage

OBS-URL: https://build.opensuse.org/request/show/156302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=30
2013-02-25 12:27:56 +00:00
Sascha Peilicke
1051fee060 Accepting request 137335 from home:poorboywilly:branches:devel:languages:python
Update to 0.7.6, update URL.

OBS-URL: https://build.opensuse.org/request/show/137335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=28
2012-10-08 09:26:32 +00:00
Ismail Dönmez
9b8fe4c15e Accepting request 133403 from home:poorboywilly:branches:devel:languages:python
Update to 0.7.5

OBS-URL: https://build.opensuse.org/request/show/133403
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=26
2012-09-09 21:54:27 +00:00
Sascha Peilicke
b7d8e6396a - Require openssl-certs on SLE instead of ca-certificates
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=24
2012-07-23 14:56:47 +00:00
Sascha Peilicke
32302c6585 - Add missing runtime requirement on python-pyOpenSSL to gain
access to 'ssl' module

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=22
2012-07-17 08:25:57 +00:00
Christopher Stender
7263749062 Accepting request 127395 from home:babelworx:ldig:branches:devel:languages:python
license update: MIT and Apache-2.0 and (MPL-1.1 or GPL-2.0+ or LGPL-2.1+)
__init__.py contains code derived from a Google owned Apache project. cacerts.txt is Mozilla triple-licensed.

OBS-URL: https://build.opensuse.org/request/show/127395
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=20
2012-07-09 10:56:49 +00:00
Sascha Peilicke
50647b4358 - Don't ship private copy of Mozilla NSS certs, use system certs
instead (bnc#761162)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=17
2012-06-20 11:42:51 +00:00
Christopher Stender
c40bd65ed4 Accepting request 123713 from home:cstender:branches:devel:languages:python
- update to version 0.7.4
  * See CHANGELOG for all changes and fixes

OBS-URL: https://build.opensuse.org/request/show/123713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=15
2012-06-05 22:47:21 +00:00
Christopher Stender
056a901ecd Accepting request 97890 from home:cstender:branches:devel:languages:python
- updated to version 0.7.2

OBS-URL: https://build.opensuse.org/request/show/97890
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=12
2011-12-22 13:04:02 +00:00
Christopher Stender
45f622de9c Accepting request 76049 from home:cstender:branches:devel:languages:python
- updated to version 0.7.1
  * See CHANGELOG for all changes and fixes

OBS-URL: https://build.opensuse.org/request/show/76049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=9
2011-07-11 12:59:37 +00:00