From 21a461ae328324207a9eda7593be7a94b93eda35d342d4b0741028b756ed1a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 11:40:24 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-k5test revision b429c66d233af0781a2b9d1d87ba449e --- 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