14
0

Accepting request 333732 from home:posophe:branches:devel:languages:python

update

OBS-URL: https://build.opensuse.org/request/show/333732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=7
This commit is contained in:
Denisart Benjamin
2015-09-25 11:47:24 +00:00
committed by Git OBS Bridge
parent 56fd2bc218
commit fcee04a79c
5 changed files with 51 additions and 20 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Sep 25 11:24:49 UTC 2015 - p.drouand@gmail.com
- Update to version 1.12
* Rely on six for importing httplib to work around conflicts with
other Python 3 shims. (Issue #688)
* Add support for directories of certificate authorities, as
supported by OpenSSL. (Issue #701)
* New exception: NewConnectionError, raised when we fail to
establish a new connection, usually ECONNREFUSED socket error.
- Fix version dependencies
- Add new build requirements following upstream changes
* python-nose-exclude
* python-tox
* python-twine
* python-wheel
- Update 0001-Don-t-pin-dependency-to-exact-version.patch
- Disable tests for now, as there require network
-------------------------------------------------------------------
Thu Sep 11 12:38:13 UTC 2014 - toddrme2178@gmail.com