15
0
forked from pool/python-gssapi

Accepting request 1305792 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1305792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=16
This commit is contained in:
2025-09-20 20:03:46 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

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

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

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 18 12:07:31 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.10.0
* Update macOS build versions
* Fix return type for name property in Credentials class
* Remove deprecated license classifier
* Update Python requirements and pin Cython
- Remove zero-length files from source tree
-------------------------------------------------------------------
Fri Oct 25 10:12:09 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-gssapi
Version: 1.9.0
Version: 1.10.0
Release: 0
Summary: A Python interface to RFC 2743/2744 (plus common extensions)
License: ISC
@@ -48,6 +48,8 @@ usable with other GSSAPI mechanisms.
%prep
%autosetup -p1 -n gssapi-%{version}
sed -i "s/'gssapi.tests'//" setup.py
# Remove zero-length files from source tree
rm -f gssapi/raw/{ext_rfc6680_comp_oid.pyi,mech_krb5.pyi}
mv gssapi/tests .