14
0

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:
Tomáš Chvátal
2019-05-15 18:27:06 +00:00
committed by Git OBS Bridge
parent 765e634759
commit 368aa67d1d
5 changed files with 1829 additions and 6 deletions

View File

@@ -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