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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be715cb74ac56db2dd888b016097aaa29ab7d7d34c1f8c706ff63f76b3553f71
size 958382

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76c9fda88a7178f41bf6454a06d64054c56b46f0dcbc73307f2e57bb8c25d8cc
size 965050

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 10 09:50:34 UTC 2019 - pgajdos@suse.com
- version update to 1.5.1
* Remove warning about collections.abc usage for Python 3.7+ (#154)
-------------------------------------------------------------------
Mon May 7 15:54:57 UTC 2018 - mimi.vx@gmail.com

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