Update to 7.4.1

This commit is contained in:
wu-leilei 2023-05-31 17:00:49 +08:00
parent 52bbcb03b2
commit 6847b33edd
3 changed files with 16 additions and 11 deletions

View File

@ -1,16 +1,19 @@
Name: python-pysaml2 Name: python-pysaml2
Version: 7.1.2 Version: 7.4.1
Release: 1 Release: 1
Summary: Python implementation of SAML Version 2 Standard Summary: Python implementation of SAML Version 2 Standard
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/IdentityPython/pysaml2 URL: https://github.com/IdentityPython/pysaml2
Source0: https://github.com/IdentityPython/pysaml2/archive/refs/tags/v%{version}.tar.gz Source0: https://github.com/IdentityPython/pysaml2/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
BuildRequires: python3-defusedxml BuildRequires: python3-defusedxml
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel python3-poetry-core
BuildRequires: python3-poetry-core
Requires: python3-cryptography Requires: python3-cryptography
Requires: python3-defusedxml Requires: python3-defusedxml
Requires: python3-pyOpenSSL Requires: python3-pyOpenSSL
@ -50,23 +53,25 @@ Documentation for Python implementation of SAML Version 2.
%autosetup -n pysaml2-%{version} %autosetup -n pysaml2-%{version}
%build %build
%py3_build %pyproject_build
%install %install
%py3_install %pyproject_install
%files -n python3-pysaml2 %files -n python3-pysaml2
%doc README.rst %doc README.md
%license LICENSE %license LICENSE
%{_bindir}/parse_xsd2.py %{_bindir}/parse_xsd2
%{_bindir}/make_metadata.py %{_bindir}/make_metadata
%{_bindir}/mdexport.py %{_bindir}/mdexport
%{_bindir}/merge_metadata.py %{_bindir}/merge_metadata
%{python3_sitelib}/saml2 %{python3_sitelib}/*
%{python3_sitelib}/*.egg-info
%changelog %changelog
* Wed May 31 2023 wulei <wu_lei@hoperun.com> - 7.4.1-1
- Update to 7.4.1
* Tue May 31 2022 liyanan <liyanan32@h-partners.com> - 7.1.2-1 * Tue May 31 2022 liyanan <liyanan32@h-partners.com> - 7.1.2-1
- update to 7.1.2 - update to 7.1.2

Binary file not shown.

BIN
v7.4.1.tar.gz Normal file

Binary file not shown.