Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dictknife for
openSUSE:Factory checked in at 2022-04-16 00:14:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dictknife (Old)
and /work/SRC/openSUSE:Factory/.python-dictknife.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dictknife"
Sat Apr 16 00:14:37 2022 rev:4 rq:970292 version:0.13.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dictknife/python-dictknife.changes
2022-02-03 23:17:41.256120837 +0100
+++
/work/SRC/openSUSE:Factory/.python-dictknife.new.1941/python-dictknife.changes
2022-04-16 00:14:59.873709078 +0200
@@ -1,0 +2,7 @@
+Thu Apr 14 19:15:20 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update optional runtime and buildtime requirements
+ * 0.13 replaced deprecated ouauth2client with newer oauthlib.
+ * 0.11 replaced toml with qtoml (unavailabe in TW)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dictknife.spec ++++++
--- /var/tmp/diff_new_pack.b2hlWE/_old 2022-04-16 00:15:00.517709938 +0200
+++ /var/tmp/diff_new_pack.b2hlWE/_new 2022-04-16 00:15:00.525709948 +0200
@@ -28,24 +28,24 @@
Patch0: support-python-310.patch
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module google-api-python-client}
+BuildRequires: %{python_module google-auth-oauthlib}
BuildRequires: %{python_module jsonpatch}
BuildRequires: %{python_module magicalimport}
-BuildRequires: %{python_module oauth2client}
BuildRequires: %{python_module prestring}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module toml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun):update-alternatives
Suggests: python-PyYAML
Suggests: python-google-api-python-client
+Suggests: python-google-auth-oauthlib
Suggests: python-jsonpatch
Suggests: python-magicalimport
-Suggests: python-oauth2client
Suggests: python-prestring
-Suggests: python-toml
+# Not available
+Suggests: python-qtoml
BuildArch: noarch
%python_subpackages
@@ -88,6 +88,7 @@
%python_alternative %{_bindir}/dictknife
%python_alternative %{_bindir}/jsonknife
%python_alternative %{_bindir}/swaggerknife
-%{python_sitelib}/*
+%{python_sitelib}/dictknife
+%{python_sitelib}/dictknife-%{version}*-info
%changelog