Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2c0904ef34
!21 fix package description
From: @XIE-JING-2022 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-05-13 09:20:58 +00:00
xiejing
26f7fec992 fix package description 2024-05-11 09:55:25 +08:00
openeuler-ci-bot
288adcd212
!18 Upgrade version to 1.8.3
From: @cherry530 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2024-02-22 03:05:14 +00:00
cherry530
b49c829bce Upgrade version to 1.8.3
Signed-off-by: cherry530 <707078654@qq.com>
2024-02-21 15:48:30 +08:00
openeuler-ci-bot
7f520c7d87
!17 Upgrade package python3-gssapi to version 1.8.2
From: @desert-sailor 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-04-10 05:58:46 +00:00
desert-sailor
c594d62373 Upgrade package python3-gssapi to version 1.8.2 2023-04-07 10:29:12 +08:00
openeuler-ci-bot
a2f7dcd359
!11 fix error date format in %changelog
From: @ikernel-mryao 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-12-28 02:55:52 +00:00
yaoguangzhong
7dda615181 fix error date format in %changelog
Signed-off-by: Guangzhong Yao <yaoguangzhong@xfusion.com>
2022-12-26 18:33:48 +08:00
openeuler-ci-bot
f4aa42e86c
!8 [sync] PR-7: License compliance rectification
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-09-02 02:28:00 +00:00
lyn1001
cc6f2abf80 License compliance rectification
(cherry picked from commit 0a3ceff2666dbc6f91ad88ec6137679db5c038d6)
2022-09-02 10:17:48 +08:00
3 changed files with 27 additions and 16 deletions

Binary file not shown.

BIN
gssapi-1.8.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,17 +1,17 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-gssapi Name: python-gssapi
Version: 1.7.3 Version: 1.8.3
Release: 1 Release: 2
Summary: Python GSSAPI Wrapper Summary: Python GSSAPI Wrapper
License: LICENSE.txt License: ISC
URL: https://github.com/pythongssapi/python-gssapi URL: https://github.com/pythongssapi/python-gssapi
Source0: https://files.pythonhosted.org/packages/94/a3/017f779dae311964aa919bb57852ec4ce9b30ad4a5973d8bee1022f192ec/gssapi-1.7.3.tar.gz Source0: https://files.pythonhosted.org/packages/source/g/gssapi/gssapi-%{version}.tar.gz
%description %description
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers Python-GSSAPI provides both low-level and high level wrappers
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
should also be useable with other GSSAPI mechanisms.Documentation for the latest should also be useable with other GSSAPI mechanisms.
released version (including pre-release versions) can be found at <. Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%package -n python3-gssapi %package -n python3-gssapi
Summary: Python GSSAPI Wrapper Summary: Python GSSAPI Wrapper
@ -22,25 +22,26 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-Cython
BuildRequires: krb5-devel >= 1.10 krb5-libs >= 1.10 gcc BuildRequires: krb5-devel >= 1.10 krb5-libs >= 1.10 gcc
# General requires # General requires
BuildRequires: python3-decorator BuildRequires: python3-decorator
# General requires # General requires
Requires: python3-decorator krb5-libs >= 1.10 Requires: python3-decorator krb5-libs >= 1.10
%description -n python3-gssapi %description -n python3-gssapi
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers Python-GSSAPI provides both low-level and high level wrappers
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
should also be useable with other GSSAPI mechanisms.Documentation for the latest should also be useable with other GSSAPI mechanisms.
released version (including pre-release versions) can be found at <. Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%package help %package help
Summary: Python GSSAPI Wrapper Summary: Python GSSAPI Wrapper
Provides: python3-gssapi-doc Provides: python3-gssapi-doc
%description help %description help
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers Python-GSSAPI provides both low-level and high level wrappers
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
should also be useable with other GSSAPI mechanisms.Documentation for the latest should also be useable with other GSSAPI mechanisms.
released version (including pre-release versions) can be found at <. Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%prep %prep
%autosetup -n gssapi-%{version} %autosetup -n gssapi-%{version}
@ -83,16 +84,26 @@ mv %{buildroot}/doclist.lst .
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat May 11 2024 xiejing <xiejing@kylinos.cn> - 1.8.3-2
- fix package description
* Wed Feb 21 2024 xu_ping <707078654@qq.com> - 1.8.3-1
- Upgrade package python3-gssapi to version 1.8.3
* Thu Apr 6 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.8.2-1
- Upgrade package python3-gssapi to version 1.8.2
* Fri Sep 2 2022 liyanan <liyanan32@h-partners.com> - 1.7.3-2
- License compliance rectification
* Mon May 30 2022 OpenStack_SIG <openstack@openeuler.org> - 1.7.3-1 * Mon May 30 2022 OpenStack_SIG <openstack@openeuler.org> - 1.7.3-1
- Upgrade package python3-gssapi to version 1.7.3 - Upgrade package python3-gssapi to version 1.7.3
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5.1-4 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5.1-4
- DESC: delete -S git from %autosetup, and delete BuildRequires git - DESC: delete -S git from %autosetup, and delete BuildRequires git
*Wed Oct 21 2020 leiju <leiju4@huawei.com> - 1.5.1-3 * Fri Oct 21 2020 leiju <leiju4@huawei.com> - 1.5.1-3
- remove python2 subpackage - remove python2 subpackage
* Tue Apr 28 2020 yanan li <liyanan032@huawei.com> - 1.5.1-2 * Tue Apr 28 2020 yanan li <liyanan032@huawei.com> - 1.5.1-2