Commit Graph

55 Commits

Author SHA256 Message Date
3b85a8f387 - 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
a53fc1a775 - 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
Markéta Machová
d3c3ca6173 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
9905c9bf38 - 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
799d1fa88d 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
efec7c47ef - 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
a711aee7c5 - 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
b443f250ab - 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
e7a04e332c - 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
56f540b0af - 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
047293b969 - 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
088d4a1249 - 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
477a421f4a - 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
5eac0c98dd - 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
c7342e5ee8 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
42222b6489 - 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
33f462ff2f 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
52ccb74791 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
3adfe884ac - 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
bffbdd4e27 - 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
ac37ff9fe0 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
a794be5468 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
5f935d64e2 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
055eb8bd6a - 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
8912f58546 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
401079e586 - 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
8c30554690 - 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
ff08ca0403 - 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
954aaab436 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
ebe2329d86 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
6364e2e8d9 - 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
ec4ee5f3b4 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
b29a01e8f4 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
17d0e36fca - 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
cbe6341ca8 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
579330f9b9 - 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
f1d9144b77 - 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
bfa6628a9f - 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
4f4c6e432e - 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
8a73ff7588 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
e424a51ce1 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
3a7f18f45a 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
5ef267a12e - 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
0df6b2030f - 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
89e0334862 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
9e561e42a6 - 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
7a36ed553e 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
dbc0577cf4 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
46a91c0e1e 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
OBS User autobuild
8bb66c31c1 Accepting request 38349 from devel:languages:python
checked in (request 38349)

OBS-URL: https://build.opensuse.org/request/show/38349
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=8
2010-04-20 23:56:16 +00:00