14
0
forked from pool/python-xmlsec

- Update to 1.3.12:

- Added support for registering custom xmlsec IO callbacks
  - Added support for building without MD5 transforms
  - Added support for PEP 539 for Python 3.7 and newer
  - Using lxml-stubs package instead of custom LXML stubs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=14
This commit is contained in:
2022-05-11 15:14:14 +00:00
committed by Git OBS Bridge
parent 981ff4f063
commit 7a27bab5dc
5 changed files with 51 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 11 12:39:21 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 1.3.12:
- Added support for registering custom xmlsec IO callbacks
- Added support for building without MD5 transforms
- Added support for PEP 539 for Python 3.7 and newer
- Using lxml-stubs package instead of custom LXML stubs
-------------------------------------------------------------------
Thu Jun 10 09:15:51 UTC 2021 - Matej Cepl <mcepl@suse.com>