1
0

Accepting request 706314 from home:mcalabkova:branches:devel:languages:python

- update to version 0.5.1
  0.5.*
  * Drop support for EOL Python 2.6 and 3.3
  * Updated SSL Context objects to default to TLS 1.2
  * Fix to Subject Alternative Name handling to allow for 
    certificates with more than 64 names (max now 1024).
  0.4.*
  * Fix to ndg namespace package warning issue
  * Minor fix for installation: set minimum release for pyasn1
  * Fix to bug in ndg.httpsclient.utils.open_url - duplicate open call.
  * Moved LICENSE file into package

OBS-URL: https://build.opensuse.org/request/show/706314
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ndg-httpsclient?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-05-29 13:47:47 +00:00
committed by Git OBS Bridge
parent 773847c266
commit 5699bcf67a
4 changed files with 28 additions and 16 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed May 29 12:54:21 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.5.1
0.5.*
* Drop support for EOL Python 2.6 and 3.3
* Updated SSL Context objects to default to TLS 1.2
* Fix to Subject Alternative Name handling to allow for
certificates with more than 64 names (max now 1024).
0.4.*
* Fix to ndg namespace package warning issue
* Minor fix for installation: set minimum release for pyasn1
* Fix to bug in ndg.httpsclient.utils.open_url - duplicate open call.
* Moved LICENSE file into package
-------------------------------------------------------------------
Tue Dec 4 12:50:44 UTC 2018 - Matej Cepl <mcepl@suse.com>