forked from pool/python-kerberos
Accepting request 703232 from home:SVasudevan:branches:devel:languages:python
- Update to 1.3.0 * no changelog available * added the license file OBS-URL: https://build.opensuse.org/request/show/703232 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kerberos?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
765e634759
commit
368aa67d1d
1813
LICENSE.txt
Normal file
1813
LICENSE.txt
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b32ae66b1da2938a2ae68f83d67ce41b5c5e3b6c731407104cd209ba426dadfe
|
||||
size 16070
|
||||
3
kerberos-1.3.0.tar.gz
Normal file
3
kerberos-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f039b7dd4746df56f6102097b3dc250fe0078be75130b9dc4211a85a3b1ec6a4
|
||||
size 19402
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 17:40:46 UTC 2019 - svasudevan@suse.com
|
||||
|
||||
- Update to 1.3.0
|
||||
* no changelog available
|
||||
* added the license file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 09:43:38 UTC 2017 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-kerberos
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,13 +19,14 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-kerberos
|
||||
Version: 1.2.5
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Kerberos high-level interface
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://www.calendarserver.org/
|
||||
Url: https://github.com/apple/ccs-pykerberos
|
||||
Source: https://files.pythonhosted.org/packages/source/k/kerberos/kerberos-%{version}.tar.gz
|
||||
Source1: https://github.com/apple/ccs-pykerberos/blob/master/LICENSE.txt
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -42,6 +43,7 @@ authentication based on <http://www.ietf.org/rfc/rfc4559.txt>.
|
||||
|
||||
%prep
|
||||
%setup -q -n kerberos-%{version}
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
@@ -55,5 +57,6 @@ export CFLAGS="%{optflags}"
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst
|
||||
%{python_sitearch}/*
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user