14
0
2025-09-03 04:35:38 +00:00
committed by Git OBS Bridge
commit 0fe195a958
5 changed files with 99 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

4
python-signxml.changes Normal file
View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Wed Sep 3 04:35:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Initial release of 4.2.0.

68
python-signxml.spec Normal file
View File

@@ -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

3
signxml-4.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5317b71f682d6b9ebd4a827d564eb43fe8f6edf98030fc30eb629621045441c6
size 1610974