14
0

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
This commit is contained in:
2022-10-07 07:53:40 +00:00
committed by Git OBS Bridge
parent 2cf34a2fe9
commit da2dd2e532
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f2dca8df5f84a3be039c026893850d731a8bb38395292e1610ffb0a08ba876c
size 24535

3
pykerberos-1.2.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d701ebd8fc596c99d3155d5ba45813bd5908d26ef83ba0add250edb622abed4
size 25046

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 5 00:18:47 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <tbechtold@suse.com>

View File

@@ -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}