From a5fc4a8a3b8d825db62736272a821099c3f9e5441c868236467d048585e9034a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Apr 2024 07:50:13 +0000 Subject: [PATCH] - 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 --- k5test-0.10.3.tar.gz | 3 --- k5test-0.10.4.tar.gz | 3 +++ python-k5test.changes | 12 +++++++++++- python-k5test.spec | 4 ++-- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 k5test-0.10.3.tar.gz create mode 100644 k5test-0.10.4.tar.gz diff --git a/k5test-0.10.3.tar.gz b/k5test-0.10.3.tar.gz deleted file mode 100644 index d3684af..0000000 --- a/k5test-0.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c9deebcad63a315e81833d45e9fd12bf20166643b8abcb9ff6f4d6b184c571f -size 13580 diff --git a/k5test-0.10.4.tar.gz b/k5test-0.10.4.tar.gz new file mode 100644 index 0000000..5364875 --- /dev/null +++ b/k5test-0.10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e152491e6602f6a93b3d533d387bd4590f2476093b6842170ff0b93de64bef30 +size 13661 diff --git a/python-k5test.changes b/python-k5test.changes index 7e8aa09..d687eee 100644 --- a/python-k5test.changes +++ b/python-k5test.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 3 07:49:11 UTC 2024 - Dirk Müller + +- 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 @@ -11,7 +21,7 @@ Thu Apr 13 22:42:22 UTC 2023 - Matej Cepl ------------------------------------------------------------------- Tue Nov 8 17:14:41 UTC 2022 - Yogalakshmi Arunachalam -- Update to v0.10.3 +- Update to v0.10.3 * Remove no longer valid reference by @stanislavlevin in #23 - Update to v0.10.2 * Remove redundant wheel dep from pyproject.toml by @mgorny in #19 diff --git a/python-k5test.spec b/python-k5test.spec index 31554c6..df5e3ce 100644 --- a/python-k5test.spec +++ b/python-k5test.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-k5test -Version: 0.10.3 +Version: 0.10.4 Release: 0 Summary: A library for testing Python applications in krb5 environments License: MIT