From 511a9a8993d9c005a453e463895140f532b14060a6943c8f4a8c8072084b2057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 10 May 2019 09:53:31 +0000 Subject: [PATCH] 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 --- gssapi-1.5.0.tar.gz | 3 --- gssapi-1.5.1.tar.gz | 3 +++ python-gssapi.changes | 6 ++++++ python-gssapi.spec | 9 ++++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 gssapi-1.5.0.tar.gz create mode 100644 gssapi-1.5.1.tar.gz diff --git a/gssapi-1.5.0.tar.gz b/gssapi-1.5.0.tar.gz deleted file mode 100644 index 1eb2403..0000000 --- a/gssapi-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be715cb74ac56db2dd888b016097aaa29ab7d7d34c1f8c706ff63f76b3553f71 -size 958382 diff --git a/gssapi-1.5.1.tar.gz b/gssapi-1.5.1.tar.gz new file mode 100644 index 0000000..2fcb133 --- /dev/null +++ b/gssapi-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c9fda88a7178f41bf6454a06d64054c56b46f0dcbc73307f2e57bb8c25d8cc +size 965050 diff --git a/python-gssapi.changes b/python-gssapi.changes index 6a310ed..598ed63 100644 --- a/python-gssapi.changes +++ b/python-gssapi.changes @@ -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 diff --git a/python-gssapi.spec b/python-gssapi.spec index 826ffca..025b352 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -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