15
0
forked from pool/python-gssapi

Accepting request 701965 from home:pgajdos

- version update to 1.5.1
  * Remove warning about collections.abc usage for Python 3.7+ (#154)

OBS-URL: https://build.opensuse.org/request/show/701965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-05-10 09:53:31 +00:00
committed by Git OBS Bridge
parent e5136e42fa
commit 511a9a8993
4 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-gssapi
#
# 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
@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gssapi
Version: 1.5.0
Version: 1.5.1
Release: 0
Summary: A Python interface to RFC 2743/2744 (plus common extensions)
License: ISC
@@ -56,6 +56,9 @@ export CFLAGS="%{optflags} -DHAS_GSSAPI_EXT_H -fno-strict-aliasing"
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
# requires 'MIT Kerberos installation'
%files %{python_files}
%{python_sitearch}/gssapi*
%doc README.rst