diff --git a/google-cloud-core-0.28.1.tar.gz b/google-cloud-core-0.28.1.tar.gz deleted file mode 100644 index ed9ead2..0000000 --- a/google-cloud-core-0.28.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89e8140a288acec20c5e56159461d3afa4073570c9758c05d4e6cb7f2f8cc440 -size 32718 diff --git a/google-cloud-core-0.29.1.tar.gz b/google-cloud-core-0.29.1.tar.gz new file mode 100644 index 0000000..847d948 --- /dev/null +++ b/google-cloud-core-0.29.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85b1aaaf3bad9415ad1d8ee5eadce96d7007a82f13ce0a0629a003a11e83f29 +size 30690 diff --git a/python-google-cloud-core.changes b/python-google-cloud-core.changes index 135b1a6..47ff46f 100644 --- a/python-google-cloud-core.changes +++ b/python-google-cloud-core.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Feb 18 03:39:34 UTC 2019 - John Vandenberg + +- 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 + ------------------------------------------------------------------- Tue Dec 4 12:48:36 UTC 2018 - Matej Cepl diff --git a/python-google-cloud-core.spec b/python-google-cloud-core.spec index b39fff3..542c45f 100644 --- a/python-google-cloud-core.spec +++ b/python-google-cloud-core.spec @@ -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-rpm-macros 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 @@ common helpers (e.g. base ``Client`` classes) used by all of the %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