4 Commits

Author SHA256 Message Date
7169891a56 Accepting request 1317153 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1317153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=17
2025-11-12 20:41:41 +00:00
3f0ac31a0c - Update to 1.10.1
* Add long_description_content_type to setup
  * Use the SPDX license name in setup.py as required
  * Fix license file release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=35
2025-11-11 16:23:01 +00:00
559d9fc376 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
2025-09-20 20:03:46 +00:00
a40e49bd0e - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=33
2025-09-18 12:39:59 +00:00
4 changed files with 24 additions and 4 deletions

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

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

Binary file not shown.

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Nov 11 13:55:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.10.1
* Add long_description_content_type to setup
* Use the SPDX license name in setup.py as required
* Fix license file release
-------------------------------------------------------------------
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.1
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 .