- update to 1.6.0

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=7
This commit is contained in:
Ondřej Súkup 2019-08-07 14:27:02 +00:00 committed by Git OBS Bridge
parent 511a9a8993
commit 914cb1aece
3 changed files with 11 additions and 1 deletions

3
gssapi-1.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06725bb507c62c52f3096bf308556fa68c4cd8d1aec8c53ad5eabb9c8a7a3c9e
size 1042936

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 7 14:23:45 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 1.6.0
* no upstream changelog
-------------------------------------------------------------------
Fri May 10 09:50:34 UTC 2019 - pgajdos@suse.com

View File

@ -18,13 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gssapi
Version: 1.5.1
Version: 1.6.0
Release: 0
Summary: A Python interface to RFC 2743/2744 (plus common extensions)
License: ISC
Group: Development/Languages/Python
URL: https://pythongssapi.github.io/python-gssapi/stable/
Source: https://files.pythonhosted.org/packages/source/g/gssapi/gssapi-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module decorator}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}