Hello community,
here is the log from the commit of package python-kubernetes for
openSUSE:Factory checked in at 2020-01-04 19:20:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kubernetes (Old)
and /work/SRC/openSUSE:Factory/.python-kubernetes.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kubernetes"
Sat Jan 4 19:20:26 2020 rev:11 rq:760417 version:10.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kubernetes/python-kubernetes.changes
2019-08-16 15:28:20.989997690 +0200
+++
/work/SRC/openSUSE:Factory/.python-kubernetes.new.6675/python-kubernetes.changes
2020-01-04 19:20:32.261115875 +0100
@@ -1,0 +2,5 @@
+Thu Jan 2 12:52:07 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update dependencies to match up what is in requirements.txt
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-kubernetes.spec ++++++
--- /var/tmp/diff_new_pack.JyTkkL/_old 2020-01-04 19:20:33.669116498 +0100
+++ /var/tmp/diff_new_pack.JyTkkL/_new 2020-01-04 19:20:33.693116509 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-kubernetes
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,18 +26,12 @@
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 >= 3.12}
-BuildRequires: %{python_module adal}
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}
@@ -49,10 +43,8 @@
BuildRequires: python-ipaddress >= 1.0.17
BuildRequires: python-rpm-macros
Requires: python-PyYAML >= 3.12
-Requires: python-adal
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
@@ -80,7 +72,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec %{_bindir}/nosetests -v
+%pytest
%files %{python_files}
%license LICENSE