commit 0fe195a9588a9651a6416f6f6c6f5945bb34bb537732fd3a9d9660db5be1743a Author: Steve Kowalik Date: Wed Sep 3 04:35:38 2025 +0000 - Initial release of 4.2.0. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-signxml?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-signxml.changes b/python-signxml.changes new file mode 100644 index 0000000..57b6fe8 --- /dev/null +++ b/python-signxml.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Wed Sep 3 04:35:19 UTC 2025 - Steve Kowalik + +- Initial release of 4.2.0. diff --git a/python-signxml.spec b/python-signxml.spec new file mode 100644 index 0000000..e8fa3c8 --- /dev/null +++ b/python-signxml.spec @@ -0,0 +1,68 @@ +# +# spec file for package python-signxml +# +# Copyright (c) 2025 SUSE LLC and contributors +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: python-signxml +Version: 4.2.0 +Release: 0 +Summary: Python XML Signature and XAdES library +License: Apache-2.0 +URL: https://github.com/XML-Security/signxml +Source: https://files.pythonhosted.org/packages/source/s/signxml/signxml-%{version}.tar.gz +BuildRequires: %{python_module hatch-vcs} +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module pip} +BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module certifi >= 2023.11.17} +BuildRequires: %{python_module cryptography >= 43} +BuildRequires: %{python_module lxml >= 5.2.1} +BuildRequires: %{python_module testsuite} +# /SECTION +BuildRequires: fdupes +Requires: python-certifi >= 2023.11.17 +Requires: python-cryptography >= 43 +Requires: python-lxml >= 5.2.1 +BuildArch: noarch +%python_subpackages + +%description +SignXML is an implementation of the W3C XML Signature standard in +Python. This standard (also known as "XMLDSig") is used to provide payload security in SAML 2.0, +EBICS, and `WS-Security, among other uses. The standard is defined in the `W3C Recommendation +XML Signature Syntax and Processing Version 1.1. + +%prep +%autosetup -p1 -n signxml-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%python_exec test/test.py + +%files %{python_files} +%doc Changes.rst README.rst NOTICE +%license LICENSE +%{python_sitelib}/signxml +%{python_sitelib}/signxml-%{version}.dist-info + +%changelog diff --git a/signxml-4.2.0.tar.gz b/signxml-4.2.0.tar.gz new file mode 100644 index 0000000..aed15e7 --- /dev/null +++ b/signxml-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5317b71f682d6b9ebd4a827d564eb43fe8f6edf98030fc30eb629621045441c6 +size 1610974