forked from pool/python-dictknife
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6184f7ff0637f0a0fb94e3b834fbfdd271f1f35d81a795740c76a4d15406c5be
|
||||
size 100587
|
||||
3
dictknife-0.14.1.tar.gz
Normal file
3
dictknife-0.14.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77d7304f995a2996d4b09efc7dc5757943a2d5a6cbadbccb52d4bee238a7cdcc
|
||||
size 100657
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 10:48:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user