From d193123b16bd8f0eef6d73142129dcc1e0d2dd2d5c2246e8e72551d97dd4577c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Nov 2022 21:17:42 +0000 Subject: [PATCH] Accepting request 1034586 from home:yarunachalam:branches:devel:languages:python - 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 * Use built-in shutil.which() instead of which(1) tool by @mgorny in #20 * Update CI to use new action versions by @jborean93 in #21 OBS-URL: https://build.opensuse.org/request/show/1034586 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-k5test?expand=0&rev=5 --- k5test-0.10.1.tar.gz | 3 --- k5test-0.10.3.tar.gz | 3 +++ python-k5test.changes | 10 ++++++++++ python-k5test.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 k5test-0.10.1.tar.gz create mode 100644 k5test-0.10.3.tar.gz diff --git a/k5test-0.10.1.tar.gz b/k5test-0.10.1.tar.gz deleted file mode 100644 index 17e0a0a..0000000 --- a/k5test-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c9181133f3d52c8e29a5ba970b668273c08f855e5da834aaee2ea9efeb6b069 -size 13664 diff --git a/k5test-0.10.3.tar.gz b/k5test-0.10.3.tar.gz new file mode 100644 index 0000000..d3684af --- /dev/null +++ b/k5test-0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9deebcad63a315e81833d45e9fd12bf20166643b8abcb9ff6f4d6b184c571f +size 13580 diff --git a/python-k5test.changes b/python-k5test.changes index 6a99f90..a665b47 100644 --- a/python-k5test.changes +++ b/python-k5test.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 8 17:14:41 UTC 2022 - Yogalakshmi Arunachalam + +- 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 + * Use built-in shutil.which() instead of which(1) tool by @mgorny in #20 + * Update CI to use new action versions by @jborean93 in #21 + ------------------------------------------------------------------- Sat Sep 17 12:57:07 UTC 2022 - John Vandenberg diff --git a/python-k5test.spec b/python-k5test.spec index a57ad53..7b5d184 100644 --- a/python-k5test.spec +++ b/python-k5test.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-k5test -Version: 0.10.1 +Version: 0.10.3 Release: 0 Summary: A library for testing Python applications in krb5 environments License: MIT