Upgrade to version 1.0.0

This commit is contained in:
starlet-dx 2022-10-27 15:42:31 +08:00
parent 444c03cdd6
commit 7181c47b97
3 changed files with 8 additions and 6 deletions

Binary file not shown.

BIN
kdcproxy-1.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,15 +1,14 @@
%global realname kdcproxy %global realname kdcproxy
Name: python-%{realname} Name: python-%{realname}
Version: 0.4.2 Version: 1.0.0
Release: 4 Release: 1
Summary: MS-KKDCP (kerberos proxy) WSGI module Summary: MS-KKDCP (kerberos proxy) WSGI module
License: MIT License: MIT
URL: https://github.com/npmccallum/%{realname} URL: https://github.com/npmccallum/%{realname}
Source0: https://github.com/latchset/kdcproxy/releases/download/v0.4.2/kdcproxy-%{version}.tar.gz Source0: https://github.com/latchset/kdcproxy/releases/download/v1.0.0/kdcproxy-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: git
BuildRequires: python3-devel python3-pytest python3-coverage python3-asn1crypto python3-dns BuildRequires: python3-devel python3-pytest python3-coverage python3-asn1crypto python3-dns
BuildRequires: python3-mock BuildRequires: python3-mock python3-pyasn1
%description %description
This package contains a Python WSGI module for proxying KDC requests over This package contains a Python WSGI module for proxying KDC requests over
@ -27,7 +26,7 @@ HTTP by following the MS-KKDCP protocol. It aims to be simple to deploy, with
minimal configuration. minimal configuration.
%prep %prep
%autosetup -S git -n %{realname}-%{version} %autosetup -n %{realname}-%{version} -p1
%build %build
%py3_build %py3_build
@ -45,5 +44,8 @@ KDCPROXY_ASN1MOD=asn1crypto %{__python3} -m pytest
%{python3_sitelib}/%{realname}-%{version}-*.egg-info %{python3_sitelib}/%{realname}-%{version}-*.egg-info
%changelog %changelog
* Thu Oct 27 2022 yaoxin <yaoxin30@h-aprtners.com> - 1.0.0-1
- Upgrade to version 1.0.0
* Tue Jun 30 2020 leiju <leiju4@huawei.com> - 0.4.2-4 * Tue Jun 30 2020 leiju <leiju4@huawei.com> - 0.4.2-4
- Package init - Package init