14
0
forked from pool/python-xmlsec

- update to 1.3.14:

* XMLSec 1.3.x compliance
  * Make DES/3DES/KW-3DES support conditional on DES availability
    in XMLSec
  * PKCS11 support
  * Improved libxml2 version check
  * Several test improvements
- Normalize the tests call
- Update BuildRequires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=29
This commit is contained in:
2024-06-10 08:20:12 +00:00
committed by Git OBS Bridge
parent f5364c781d
commit 29e1e010ea
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 10 08:20:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.14:
* XMLSec 1.3.x compliance
* Make DES/3DES/KW-3DES support conditional on DES availability
in XMLSec
* PKCS11 support
* Improved libxml2 version check
* Several test improvements
-------------------------------------------------------------------
Thu Nov 2 08:36:18 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
@@ -25,7 +36,7 @@ Tue Oct 18 13:13:45 UTC 2022 - Markéta Machová <mmachova@suse.com>
* remove pkgconfig as it's only a build-system requirement
* exclude lxml 4.7 because the wheels are missing the lxml includes
- Drop merged avoid_lxml_tests_failing.patch
- Normalize the tests call
- Normalize the tests call
-------------------------------------------------------------------
Wed May 11 12:39:21 UTC 2022 - Matej Cepl <mcepl@suse.com>
@@ -64,7 +75,7 @@ Tue Jun 2 06:38:20 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
* No upstream changelog.
- Drop reproducible.patch, included upstream.
- Switch to PyPI tarball due to use of setuptools_scm.
- Update BuildRequires.
- Update BuildRequires.
-------------------------------------------------------------------
Mon Jun 24 04:32:51 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>