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
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
a21a4af214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=70
2018-01-09 11:05:57 +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
0fcb096fd6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=67
2017-04-19 22:24:01 +00:00
Todd R
b4795b2e5d
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=65
2017-04-19 22:13:39 +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
06a2205920
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=61
2016-10-12 19:52:23 +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
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
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
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
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
12b4560850
ca-certificates are only needed at runtime
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=18
2012-06-20 12:01:27 +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
fae378746f
cleaned up specfile
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=14
2012-01-27 16:11:01 +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
Pascal Bleser
0b9d3506b5
remove %debug_package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=11
2011-12-12 09:02:24 +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
79afe17aeb
- update to version 0.6.0:
...
* include python 3 support/compatibility
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=7
2010-04-19 11:53:53 +00:00
OBS User autobuild
e18fff618d
Accepting request 38349 from devel:languages:python
...
Copy from devel:languages:python/python-httplib2 based on submit request 38349 from user cstender
OBS-URL: https://build.opensuse.org/request/show/38349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=7
2010-04-20 23:56:17 +00:00
OBS User autobuild
15eda10ba0
Accepting request 17698 from devel:languages:python
...
Copy from devel:languages:python/python-httplib2 based on submit request 17698 from user cstender
OBS-URL: https://build.opensuse.org/request/show/17698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=4
2009-08-13 21:50:37 +00:00
OBS User unknown
c8bb72aa7d
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=3
2009-08-04 21:12:24 +00:00
OBS User unknown
09b628870c
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=2
2008-09-09 20:19:41 +00:00