15
0

Accepting request 698280 from home:mcepl:branches:devel:languages:python

- Upgrade to 0.33.0:
  - eb4525c - Stop pretending to support Python 3.4.
  - 6a89548 - Fix use of urlunsplit (25 hours ago)
  - 0a5a356 - tests/test_ssl: use -ciphercuites for TLS1.3 cipher in
        openssl1.1
  - 8a0a3e3 - There are apparently multiword CPP variables. Taking that
        into account.
- Remove
  0001-tests-test_ssl-use-ciphercuites-for-TLS1.3-cipher-in.patch
  as it included in the latest release.

OBS-URL: https://build.opensuse.org/request/show/698280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=79
This commit is contained in:
2019-04-26 15:10:16 +00:00
committed by Git OBS Bridge
parent 2184e314eb
commit 507d684c3f
5 changed files with 18 additions and 36 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Apr 26 16:48:44 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Upgrade to 0.33.0:
- eb4525c - Stop pretending to support Python 3.4.
- 6a89548 - Fix use of urlunsplit (25 hours ago)
- 0a5a356 - tests/test_ssl: use -ciphercuites for TLS1.3 cipher in
openssl1.1
- 8a0a3e3 - There are apparently multiword CPP variables. Taking that
into account.
- Remove
0001-tests-test_ssl-use-ciphercuites-for-TLS1.3-cipher-in.patch
as it included in the latest release.
-------------------------------------------------------------------
Thu Mar 7 14:14:45 CET 2019 - Matej Cepl <mcepl@suse.com>