Hello community,
here is the log from the commit of package python-google-cloud-core for
openSUSE:Factory checked in at 2019-02-28 21:41:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-core (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-core.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-core"
Thu Feb 28 21:41:01 2019 rev:3 rq:676981 version:0.29.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-core/python-google-cloud-core.changes
2018-12-19 13:53:49.538918889 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-core.new.28833/python-google-cloud-core.changes
2019-02-28 21:41:51.921564510 +0100
@@ -1,0 +2,24 @@
+Mon Feb 18 03:39:34 UTC 2019 - John Vandenberg <[email protected]>
+
+- Activate tests
+- Increased minimum google-api-core >= 1.0.0 per upstream
+- Update to v0.29.1
+ * Document Python 2 deprecation
+- from 0.29.0
+ * Breaking Changes
+ - Remove iam module from core. This module is now available as part of
+ google-api-core.
+ * Implementation Changes
+ - Fix _time_from_iso8601_time_naive for values with micros.
+ - Import stdlib ABCs from collections.abc rather than collections.
+ * Dependencies
+ - Bump minimum api_core version to 1.0.0.
+ * Internal / Testing Changes
+ - Blacken api_core and core.
+ - Add / fix badges for PyPI / versions.
+ - Use new Nox. (#6175)
+ - Use inplace installs for nox
+ - Fix bad trove classifier.
+ - Add Test runs for Python 3.7 and remove 3.4
+
+-------------------------------------------------------------------
Old:
----
google-cloud-core-0.28.1.tar.gz
New:
----
google-cloud-core-0.29.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-core.spec ++++++
--- /var/tmp/diff_new_pack.fXtZBt/_old 2019-02-28 21:41:52.361564322 +0100
+++ /var/tmp/diff_new_pack.fXtZBt/_new 2019-02-28 21:41:52.365564319 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-core
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-cloud-core
-Version: 0.28.1
+Version: 0.29.1
Release: 0
Summary: Google Cloud API client core library
License: Apache-2.0
@@ -37,7 +37,7 @@
BuildRequires: %{python_module google-api-core >= 0.1.1}
# /SECTION
BuildRequires: fdupes
-Requires: python-google-api-core >= 0.1.1
+Requires: python-google-api-core >= 1.0.0
%ifpython2
Requires: python-futures >= 3.2.0
%endif
@@ -63,7 +63,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_version} tests/unit
+%python_exec setup.py test
%files %{python_files}
%license LICENSE
++++++ google-cloud-core-0.28.1.tar.gz -> google-cloud-core-0.29.1.tar.gz ++++++
++++ 3503 lines of diff (skipped)