diff --git a/gssapi-1.10.0.tar.gz b/gssapi-1.10.0.tar.gz new file mode 100644 index 0000000..3c1177b --- /dev/null +++ b/gssapi-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1495e0dc20bee3ad2839724d98ae723c7dae78c1ddea37a7c861c3c4bd77763 +size 94201 diff --git a/gssapi-1.9.0.tar.gz b/gssapi-1.9.0.tar.gz deleted file mode 100644 index 46d5b5b..0000000 --- a/gssapi-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f468fac8f3f5fca8f4d1ca19e3cd4d2e10bd91074e7285464b22715d13548afe -size 94285 diff --git a/python-gssapi.changes b/python-gssapi.changes index 7e70c91..be7d5d9 100644 --- a/python-gssapi.changes +++ b/python-gssapi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 18 12:07:31 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-gssapi.spec b/python-gssapi.spec index a896452..d8a64b6 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -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 .