From da2dd2e532be31f3f40da8818546cfc3cbcd70f6ded8b5d2b37c08b8f4d7b376 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2022 07:53:40 +0000 Subject: [PATCH] Accepting request 1008635 from home:yarunachalam:branches:devel:languages:python - Update to v1.2.4 (9 Nov 2021) * Added C API change support for Python 3.10 (thanks @stevenpackardblp!) * Fixed a pointer alignment issue that impacted M1 Mac users (thanks @devashish2203!) OBS-URL: https://build.opensuse.org/request/show/1008635 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykerberos?expand=0&rev=12 --- pykerberos-1.2.1.tar.gz | 3 --- pykerberos-1.2.4.tar.gz | 3 +++ python-pykerberos.changes | 8 ++++++++ python-pykerberos.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pykerberos-1.2.1.tar.gz create mode 100644 pykerberos-1.2.4.tar.gz diff --git a/pykerberos-1.2.1.tar.gz b/pykerberos-1.2.1.tar.gz deleted file mode 100644 index 8e371d6..0000000 --- a/pykerberos-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f2dca8df5f84a3be039c026893850d731a8bb38395292e1610ffb0a08ba876c -size 24535 diff --git a/pykerberos-1.2.4.tar.gz b/pykerberos-1.2.4.tar.gz new file mode 100644 index 0000000..cb1a0c2 --- /dev/null +++ b/pykerberos-1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d701ebd8fc596c99d3155d5ba45813bd5908d26ef83ba0add250edb622abed4 +size 25046 diff --git a/python-pykerberos.changes b/python-pykerberos.changes index a6ba15e..dc47e67 100644 --- a/python-pykerberos.changes +++ b/python-pykerberos.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 5 00:18:47 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v1.2.4 (9 Nov 2021) + + * Added C API change support for Python 3.10 (thanks @stevenpackardblp!) + * Fixed a pointer alignment issue that impacted M1 Mac users (thanks @devashish2203!) + ------------------------------------------------------------------- Tue Feb 5 05:19:12 UTC 2019 - Thomas Bechtold diff --git a/python-pykerberos.spec b/python-pykerberos.spec index ea1b58b..79ad6b7 100644 --- a/python-pykerberos.spec +++ b/python-pykerberos.spec @@ -1,7 +1,7 @@ # # spec file for package python-pykerberos # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pykerberos -Version: 1.2.1 +Version: 1.2.4 Release: 0 Summary: High-level interface to Kerberos License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/02strich/pykerberos/ +URL: https://github.com/02strich/pykerberos/ Source: https://pypi.io/packages/source/p/pykerberos/pykerberos-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools}