Hello community,
here is the log from the commit of package python-kubernetes for
openSUSE:Factory checked in at 2019-07-28 10:20:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kubernetes (Old)
and /work/SRC/openSUSE:Factory/.python-kubernetes.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kubernetes"
Sun Jul 28 10:20:03 2019 rev:9 rq:718121 version:10.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kubernetes/python-kubernetes.changes
2019-06-13 22:30:49.836430317 +0200
+++
/work/SRC/openSUSE:Factory/.python-kubernetes.new.4126/python-kubernetes.changes
2019-07-28 10:20:12.588601637 +0200
@@ -1,0 +2,11 @@
+Wed Jul 24 08:11:05 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 10.0.0:
+ * Fix base64 padding for kube config kubernetes-client/python-base#79
+ * Fix websocket client decoding binary message. Replace non-utf8 data
instead of failing kubernetes-client/python-base#104
+ * Add email scope to GCP provided credential refresh
kubernetes-client/python-base#110
+ * Fix broken urllib3 dependencies kubernetes-client/python#816
+ * Add method to dynamically set namespace in yaml utility
kubernetes-client/python#782
+ * Add json-patch to custom object patch method kubernetes-client/gen#119
+
+-------------------------------------------------------------------
Old:
----
kubernetes-9.0.0.tar.gz
New:
----
kubernetes-10.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-kubernetes.spec ++++++
--- /var/tmp/diff_new_pack.Q0fvmV/_old 2019-07-28 10:20:13.052601638 +0200
+++ /var/tmp/diff_new_pack.Q0fvmV/_new 2019-07-28 10:20:13.056601638 +0200
@@ -18,55 +18,52 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-kubernetes
-Version: 9.0.0
+Version: 10.0.0
Release: 0
Summary: Kubernetes python client
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/kubernetes-incubator/client-python
+URL: https://github.com/kubernetes-incubator/client-python
Source:
https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-%{version}.tar.gz
-BuildRequires: %{python_module PyYAML}
+BuildRequires: %{python_module PyYAML >= 3.12}
BuildRequires: %{python_module adal}
-BuildRequires: %{python_module certifi}
-BuildRequires: %{python_module google-auth}
-BuildRequires: %{python_module oauth2client}
-BuildRequires: %{python_module python-dateutil}
-BuildRequires: %{python_module requests-oauthlib}
-BuildRequires: %{python_module requests}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six}
-BuildRequires: %{python_module urllib3}
-BuildRequires: %{python_module websocket-client}
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
-BuildRequires: python2-ipaddress
-%ifpython2
-BuildRequires: python2-ipaddress
-Requires: python-ipaddress >= 1.0.17
-%endif
+BuildRequires: %{python_module certifi >= 14.05.14}
+BuildRequires: %{python_module google-auth >= 1.0.1}
# Test
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
+BuildRequires: %{python_module oauth2client}
BuildRequires: %{python_module pluggy}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module python-dateutil >= 2.5.3}
# gh#kubernetes-client/python#749
# BuildRequires: %%{python_module randomize}
BuildRequires: %{python_module recommonmark}
+BuildRequires: %{python_module requests-oauthlib}
+BuildRequires: %{python_module requests}
+BuildRequires: %{python_module setuptools >= 21.0.0}
+BuildRequires: %{python_module six >= 1.9.0}
+BuildRequires: %{python_module urllib3 >= 1.23}
+BuildRequires: %{python_module websocket-client >= 0.32.0}
+BuildRequires: fdupes
+BuildRequires: python-ipaddress >= 1.0.17
+BuildRequires: python-rpm-macros
Requires: python-PyYAML >= 3.12
Requires: python-adal
-Requires: python-certifi
+Requires: python-certifi >= 14.05.14
Requires: python-google-auth >= 1.0.1
Requires: python-oauth2client
Requires: python-python-dateutil >= 2.5.3
Requires: python-requests
Requires: python-requests-oauthlib
-Requires: python-setuptools
+Requires: python-setuptools >= 21.0.0
Requires: python-six >= 1.9.0
-Requires: python-urllib3 >= 1.19.1
+Requires: python-urllib3 >= 1.23
Requires: python-websocket-client >= 0.32.0
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-
+%ifpython2
+Requires: python-ipaddress >= 1.0.17
+%endif
%python_subpackages
%description
++++++ kubernetes-9.0.0.tar.gz -> kubernetes-10.0.0.tar.gz ++++++
++++ 48627 lines of diff (skipped)