Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d049261f48
!4 Package upgrade
From: @wk333 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-30 02:16:13 +00:00
wk333
a7005e203d Package upgrade 2022-06-29 19:28:19 +08:00
openeuler-ci-bot
771c9122f8 !3 python-kdcproxy delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-08-13 02:18:24 +00:00
chenyanpanHW
ac79339b48
delete -S git from %autosetup, and delete BuildRequires git 2021-07-30 23:24:21 +08:00
openeuler-ci-bot
444c03cdd6 !2 Package init
Merge pull request !2 from 雷炬/master
2020-06-30 16:45:22 +08:00
lei_ju
f620c29a2d Update to latest 0.4.2 2020-06-30 16:21:31 +08:00
lei_ju
ba47e1f55b Remove python2 2020-06-30 15:18:05 +08:00
lei_ju
d62b57b7f5 Modify installed rely of package 2020-06-30 14:35:10 +08:00
lei_ju
a2680e340b Modify yaml file 2020-06-30 14:29:29 +08:00
lei_ju
8690e06f75 Package init 2020-06-19 18:35:43 +08:00
3 changed files with 59 additions and 0 deletions

BIN
kdcproxy-1.0.0.tar.gz Normal file

Binary file not shown.

54
python-kdcproxy.spec Normal file
View File

@ -0,0 +1,54 @@
%global realname kdcproxy
Name: python-%{realname}
Version: 1.0.0
Release: 1
Summary: MS-KKDCP (kerberos proxy) WSGI module
License: MIT
URL: https://github.com/npmccallum/%{realname}
Source0: https://github.com/latchset/kdcproxy/releases/download/v1.0.0/kdcproxy-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-pytest python3-coverage python3-asn1crypto python3-dns
BuildRequires: python3-mock python3-pyasn1
%description
This package contains a Python WSGI module for proxying KDC requests over
HTTP by following the MS-KKDCP protocol. It aims to be simple to deploy, with
minimal configuration.
%package -n python3-%{realname}
Summary: MS-KKDCP (kerberos proxy) WSGI module
Requires: python3-dns python3-asn1crypto
%{?python_provide:%python_provide python3-%{realname}}
%description -n python3-%{realname}
This package contains a Python 3.x WSGI module for proxying KDC requests over
HTTP by following the MS-KKDCP protocol. It aims to be simple to deploy, with
minimal configuration.
%prep
%autosetup -n %{realname}-%{version} -p1
%build
%py3_build
%install
%py3_install
%check
KDCPROXY_ASN1MOD=asn1crypto %{__python3} -m pytest
%files -n python3-%{realname}
%doc README
%license COPYING
%{python3_sitelib}/%{realname}/
%{python3_sitelib}/%{realname}-%{version}-*.egg-info
%changelog
* Wed Jun 29 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.0.0-1
- Upgrade to version 1.0.0
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.4.2-5
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Tue Jun 30 2020 leiju <leiju4@huawei.com> - 0.4.2-4
- Package init

5
python-kdcproxy.yaml Normal file
View File

@ -0,0 +1,5 @@
git_url: https://github.com/latchset/kdcproxy
version_control: github
src_repo: latchset/kdcproxy
tag_prefix: "^v"
seperator: "."