From 6a1a30b4903c5f8175a44aa120c8bb700fc779bb4bacc17cdd940fe9df16be90 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Mar 2024 10:49:02 +0000 Subject: [PATCH] - update to 0.14.1: * fix bug `unexpected keyword argument loader` is occured when yaml library is not installed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dictknife?expand=0&rev=11 --- dictknife-0.14.0.tar.gz | 3 --- dictknife-0.14.1.tar.gz | 3 +++ python-dictknife.changes | 8 ++++++++ python-dictknife.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 dictknife-0.14.0.tar.gz create mode 100644 dictknife-0.14.1.tar.gz diff --git a/dictknife-0.14.0.tar.gz b/dictknife-0.14.0.tar.gz deleted file mode 100644 index 0cd332d..0000000 --- a/dictknife-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6184f7ff0637f0a0fb94e3b834fbfdd271f1f35d81a795740c76a4d15406c5be -size 100587 diff --git a/dictknife-0.14.1.tar.gz b/dictknife-0.14.1.tar.gz new file mode 100644 index 0000000..8ef6fc8 --- /dev/null +++ b/dictknife-0.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d7304f995a2996d4b09efc7dc5757943a2d5a6cbadbccb52d4bee238a7cdcc +size 100657 diff --git a/python-dictknife.changes b/python-dictknife.changes index 8b62393..367cd62 100644 --- a/python-dictknife.changes +++ b/python-dictknife.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 18 10:48:41 UTC 2024 - Dirk Müller + +- update to 0.14.1: + + * fix bug `unexpected keyword argument loader` is occured when + yaml library is not installed + ------------------------------------------------------------------- Sat Dec 2 14:18:06 UTC 2023 - Dirk Müller diff --git a/python-dictknife.spec b/python-dictknife.spec index e91ba04..d1f6896 100644 --- a/python-dictknife.spec +++ b/python-dictknife.spec @@ -1,7 +1,7 @@ # # spec file for package python-dictknife # -# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-dictknife -Version: 0.14.0 +Version: 0.14.1 Release: 0 Summary: Army knife of handling data License: MIT @@ -36,7 +36,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Suggests: python-ruamel.yaml Suggests: python-google-api-python-client Suggests: python-google-auth-oauthlib