Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a3e3ef6241
!21 Update package to version 7.4.2
From: @ccdxx 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-06-25 00:52:41 +00:00
chendexi
789e0597cf Update package to version 7.4.2 2023-06-21 13:59:57 +08:00
openeuler-ci-bot
24a942c73a
!20 Update to 7.4.1
From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-06-02 01:28:38 +00:00
wu-leilei
6847b33edd Update to 7.4.1 2023-05-31 17:00:49 +08:00
openeuler-ci-bot
52bbcb03b2
!16 update to 7.1.2
From: @lyn1001 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-06-01 02:45:42 +00:00
lyn1001
62c0a075d9 update to 7.1.2 2022-05-31 17:26:36 +08:00
openeuler-ci-bot
77c1f340f6
!15 统一spec文件的License名称规范
From: @lauk001 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-05-20 10:38:34 +00:00
lauk
6b2e3e4364 License compliance rectification 2022-05-20 15:33:23 +08:00
openeuler-ci-bot
7aa89d1fa8 !12 update version to 6.5.1
From: @ffrog
Reviewed-by: @huangtianhua
Signed-off-by:
2021-08-18 08:41:12 +00:00
FFrog
b2739b7c41 update version to 6.5.1 2021-08-16 17:10:19 +08:00
3 changed files with 42 additions and 23 deletions

Binary file not shown.

View File

@ -1,23 +1,28 @@
Name: python-pysaml2
Version: 6.1.0
Version: 7.4.2
Release: 1
Summary: Python implementation of SAML Version 2 Standard
License: Apache License 2.0
License: Apache-2.0
URL: https://github.com/IdentityPython/pysaml2
Source0: https://github.com/IdentityPython/pysaml2/archive/v%{version}/pysaml2-%{version}.tar.gz
Source0: https://github.com/IdentityPython/pysaml2/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-sphinx
BuildRequires: python3-defusedxml
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-cryptography
Requires: python3-defusedxml
Requires: python3-pyOpenSSL
Requires: python3-dateutil
Requires: python3-pytz
Requires: python3-requests
Requires: python3-six
BuildRequires: python3-sphinx
BuildRequires: python3-defusedxml
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel python3-poetry-core
BuildRequires: python3-poetry-core
Requires: python3-cryptography
Requires: python3-defusedxml
Requires: python3-pyOpenSSL
Requires: python3-dateutil
Requires: python3-pytz
Requires: python3-requests
Requires: python3-six
Requires: python3-importlib-resources
Requires: python3-xmlschema
%description
PySAML2 is a pure python implementation of SAML2. It contains all
@ -48,22 +53,36 @@ Documentation for Python implementation of SAML Version 2.
%autosetup -n pysaml2-%{version}
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
%files -n python3-pysaml2
%doc README.rst
%doc README.md
%license LICENSE
%{_bindir}/parse_xsd2.py
%{_bindir}/make_metadata.py
%{_bindir}/mdexport.py
%{_bindir}/merge_metadata.py
%{python3_sitelib}/saml2
%{python3_sitelib}/*.egg-info
%{_bindir}/parse_xsd2
%{_bindir}/make_metadata
%{_bindir}/mdexport
%{_bindir}/merge_metadata
%{python3_sitelib}/*
%changelog
* Wed Jun 21 2023 chendexi <chendexi@kylinos.cn> - 7.4.2-1
- Update package to version 7.4.2
* 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
- update to 7.1.2
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 6.5.1-2
- License compliance rectification
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 6.5.1-1
- Update version to 6.5.1
* Sat Jan 30 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated

BIN
v7.4.2.tar.gz Normal file

Binary file not shown.