Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
c0ee0cf40d | |||
83308d984d | |||
699003a903 | |||
ad1f8ef8da | |||
5653201695 | |||
c45e25b7de |
@@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 4 09:57:31 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.3.16
|
||||||
|
* This release provides binary wheels that are fully compatible
|
||||||
|
with lxml v6.0.0. The compatibility is ensured by using the
|
||||||
|
same underlying libxml2 version in both python-xmlsec and lxml.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Add patch fix-lxml-incompat.patch:
|
||||||
|
* Cast to avoid an incompatibility with lxml.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 10 08:20:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Jun 10 08:20:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-xmlsec
|
# spec file for package python-xmlsec
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +19,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-xmlsec
|
Name: python-xmlsec
|
||||||
Version: 1.3.14
|
Version: 1.3.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for the XML Security Library
|
Summary: Python bindings for the XML Security Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -74,7 +75,7 @@ donttest="test_sign_case5"
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitearch}/xmlsec
|
%{python_sitearch}/xmlsec
|
||||||
%{python_sitearch}/xmlsec-%{version}*-info
|
%{python_sitearch}/xmlsec-%{version}.dist-info
|
||||||
%{python_sitearch}/xmlsec*.so
|
%{python_sitearch}/xmlsec*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:934f804f2f895bcdb86f1eaee236b661013560ee69ec108d29cdd6e5f292a2d9
|
|
||||||
size 68854
|
|
3
xmlsec-1.3.16.tar.gz
Normal file
3
xmlsec-1.3.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b6c70544c6d1d4ca006aaa314958e0ef3514dc81fffde1b23f2ec41a5791f9d
|
||||||
|
size 114202
|
Reference in New Issue
Block a user