From fda77e4e11e2fa8a0b98f555a01df10a411a9b0b022c1698b2247aefea6ae9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 May 2019 18:42:20 +0000 Subject: [PATCH] Accepting request 703521 from home:kwususe1:branches:devel:languages:python - Update to v1.0.0 * Remove classifier for Python 3.4 for end-of-life. (#7535) * Refactor client_info support. (#7849) * Update dep on api_core >= 1.11.0. (#7986) * Updated client library documentation URLs. (#7307) OBS-URL: https://build.opensuse.org/request/show/703521 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-core?expand=0&rev=7 --- google-cloud-core-0.29.1.tar.gz | 3 --- google-cloud-core-1.0.0.tar.gz | 3 +++ python-google-cloud-core.changes | 9 +++++++++ python-google-cloud-core.spec | 15 +++++++-------- 4 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 google-cloud-core-0.29.1.tar.gz create mode 100644 google-cloud-core-1.0.0.tar.gz diff --git a/google-cloud-core-0.29.1.tar.gz b/google-cloud-core-0.29.1.tar.gz deleted file mode 100644 index 847d948..0000000 --- a/google-cloud-core-0.29.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d85b1aaaf3bad9415ad1d8ee5eadce96d7007a82f13ce0a0629a003a11e83f29 -size 30690 diff --git a/google-cloud-core-1.0.0.tar.gz b/google-cloud-core-1.0.0.tar.gz new file mode 100644 index 0000000..1705670 --- /dev/null +++ b/google-cloud-core-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf75936e3265cbfec028599ad013bccf10b855c79348b81488f7890ca3a3534 +size 31267 diff --git a/python-google-cloud-core.changes b/python-google-cloud-core.changes index 47ff46f..4c41ed7 100644 --- a/python-google-cloud-core.changes +++ b/python-google-cloud-core.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 16 18:06:22 UTC 2019 - kwu@suse.com + +- Update to v1.0.0 + * Remove classifier for Python 3.4 for end-of-life. (#7535) + * Refactor client_info support. (#7849) + * Update dep on api_core >= 1.11.0. (#7986) + * Updated client library documentation URLs. (#7307) + ------------------------------------------------------------------- Mon Feb 18 03:39:34 UTC 2019 - John Vandenberg diff --git a/python-google-cloud-core.spec b/python-google-cloud-core.spec index 542c45f..94ce7f7 100644 --- a/python-google-cloud-core.spec +++ b/python-google-cloud-core.spec @@ -18,32 +18,31 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-cloud-core -Version: 0.29.1 +Version: 1.0.0 Release: 0 Summary: Google Cloud API client core library License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/GoogleCloudPlatform/google-cloud-python +URL: https://github.com/GoogleCloudPlatform/google-cloud-python Source: https://files.pythonhosted.org/packages/source/g/google-cloud-core/google-cloud-core-%{version}.tar.gz BuildRequires: %{python_module grpcio} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-google-api-core >= 1.11.0 +Recommends: python-grpcio >= 1.8.2 +BuildArch: noarch %ifpython2 BuildRequires: python2-futures %endif -BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module google-api-core >= 0.1.1} # /SECTION -BuildRequires: fdupes -Requires: python-google-api-core >= 1.0.0 %ifpython2 Requires: python-futures >= 3.2.0 %endif -Recommends: python-grpcio >= 1.8.2 -BuildArch: noarch - %python_subpackages %description