Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7169891a56 | |||
| 3f0ac31a0c | |||
| 559d9fc376 | |||
| a40e49bd0e |
3
gssapi-1.10.1.tar.gz
Normal file
3
gssapi-1.10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b54335dc9a3c55d564624fb6e25fcf9cfc0b80296a5c51e9c7cf9781c7d295b
|
||||
size 94262
|
||||
BIN
gssapi-1.9.0.tar.gz
LFS
BIN
gssapi-1.9.0.tar.gz
LFS
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user