- update to 0.10.4:

* Use OIDC for PyPI release
  * Include both license files
  * Fix MIT start_kadmind
  * Set max_renewable_life to 1 week for the MIT KDC
  * Bump version for next release
- Update to v0.10.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-k5test?expand=0&rev=9
This commit is contained in:
Dirk Mueller 2024-04-03 07:50:13 +00:00 committed by Git OBS Bridge
parent 78276f6539
commit a5fc4a8a3b
4 changed files with 16 additions and 6 deletions

BIN
k5test-0.10.3.tar.gz (Stored with Git LFS)

Binary file not shown.

3
k5test-0.10.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 3 07:49:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.10.4:
* Use OIDC for PyPI release
* Include both license files
* Fix MIT start_kadmind
* Set max_renewable_life to 1 week for the MIT KDC
* Bump version for next release
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 21 12:27:39 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri Apr 21 12:27:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -11,7 +21,7 @@ Thu Apr 13 22:42:22 UTC 2023 - Matej Cepl <mcepl@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 8 17:14:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Tue Nov 8 17:14:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v0.10.3 - Update to v0.10.3
* Remove no longer valid reference by @stanislavlevin in #23 * Remove no longer valid reference by @stanislavlevin in #23
- Update to v0.10.2 - Update to v0.10.2
* Remove redundant wheel dep from pyproject.toml by @mgorny in #19 * Remove redundant wheel dep from pyproject.toml by @mgorny in #19

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-k5test # spec file for package python-k5test
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-k5test Name: python-k5test
Version: 0.10.3 Version: 0.10.4
Release: 0 Release: 0
Summary: A library for testing Python applications in krb5 environments Summary: A library for testing Python applications in krb5 environments
License: MIT License: MIT