14
0
forked from pool/python-xmlsec

Accepting request 1254094 from home:glaubitz:branches:devel:languages:python

- Update to 1.3.15
  * Explicitly cast the pointer type in PyXmlSec_ClearReplacedNodes
  * Fix sdist CI workflow
  * Build wheels for Python 3.13
  * Fix linuxbrew workflow
  * Fix macosx CI workflow
  * Fix type mismatch in PyXmlSec_ClearReplacedNodes
    for Python 3.13 compatibility
- Drop fix-lxml-incompat.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1254094
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=33
This commit is contained in:
2025-03-18 12:13:06 +00:00
committed by Git OBS Bridge
parent c45e25b7de
commit ad1f8ef8da
5 changed files with 18 additions and 31 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Mar 18 11:49:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.3.15
* Explicitly cast the pointer type in PyXmlSec_ClearReplacedNodes
* Fix sdist CI workflow
* Build wheels for Python 3.13
* Fix linuxbrew workflow
* Fix macosx CI workflow
* Fix type mismatch in PyXmlSec_ClearReplacedNodes
for Python 3.13 compatibility
- Drop fix-lxml-incompat.patch, merged upstream
-------------------------------------------------------------------
Thu Aug 29 04:40:55 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>