From 914cb1aece15b3560e55492ad8c0b00c8996d630328a2a1f62c84a17fc4d0699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 7 Aug 2019 14:27:02 +0000 Subject: [PATCH] - 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 --- gssapi-1.6.0.tar.gz | 3 +++ python-gssapi.changes | 6 ++++++ python-gssapi.spec | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gssapi-1.6.0.tar.gz diff --git a/gssapi-1.6.0.tar.gz b/gssapi-1.6.0.tar.gz new file mode 100644 index 0000000..1147a3a --- /dev/null +++ b/gssapi-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06725bb507c62c52f3096bf308556fa68c4cd8d1aec8c53ad5eabb9c8a7a3c9e +size 1042936 diff --git a/python-gssapi.changes b/python-gssapi.changes index 598ed63..6e19d79 100644 --- a/python-gssapi.changes +++ b/python-gssapi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 7 14:23:45 UTC 2019 - Ondřej Súkup + +- update to 1.6.0 + * no upstream changelog + ------------------------------------------------------------------- Fri May 10 09:50:34 UTC 2019 - pgajdos@suse.com diff --git a/python-gssapi.spec b/python-gssapi.spec index 025b352..7b91470 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -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}