!17 openEuler-22.03-LTS-Next Packages upgrade

Merge pull request !17 from xu_ping/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-28 01:11:43 +00:00 committed by Gitee
commit a51e3385a7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

BIN
PyKerberos-1.3.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-kerberos
Version: 1.3.0
Version: 1.3.1
Release: 1
Summary: Kerberos high-level interface
License: Apache License, Version 2.0
URL: https://github.com/apple/ccs-pykerberos
Source0: https://files.pythonhosted.org/packages/34/18/9c86fdfdb27e0f7437b7d5a9e22975dcc382637b2a68baac07843be512fc/kerberos-1.3.0.tar.gz
Source0: https://github.com/apple/ccs-pykerberos/archive/refs/tags/PyKerberos-1.3.1.tar.gz
%description
This Python package is a high-level wrapper for Kerberos (GSSAPI)
@ -39,7 +39,7 @@ authentication based on <http://www.ietf.org/rfc/rfc4559.txt>.
Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7.
%prep
%autosetup -n kerberos-1.3.0
%autosetup -n ccs-pykerberos-PyKerberos-1.3.1
%build
%py3_build
@ -79,5 +79,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.3.1-1
- Upgrade to version 1.3.1
* Tue Aug 04 2020 wangxiao <wangxiao65@huawei.com>
- package init