diff --git a/google-api-core-1.11.0.tar.gz b/google-api-core-1.11.0.tar.gz deleted file mode 100644 index ca427d2..0000000 --- a/google-api-core-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a77d98bd733ec455b03a91dc732cce6e7dfc900db4ff44c52743826e3d28a741 -size 74168 diff --git a/google-api-core-1.13.0.tar.gz b/google-api-core-1.13.0.tar.gz new file mode 100644 index 0000000..7263189 --- /dev/null +++ b/google-api-core-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45d74aef41e1de49ceadebf382e1291ddcbe431a8b533aff8a1140a35531465 +size 72439 diff --git a/python-google-api-core.changes b/python-google-api-core.changes index 56cb966..cf266a4 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 2 14:51:05 UTC 2019 - Tomáš Chvátal + +- Update to 1.13.0: + * Various fixes for new updated dependencies + ------------------------------------------------------------------- Thu May 16 17:48:16 UTC 2019 - kwu@suse.com diff --git a/python-google-api-core.spec b/python-google-api-core.spec index 2b28f3d..2f91982 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-api-core -Version: 1.11.0 +Version: 1.13.0 Release: 0 Summary: Google 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-api-core/google-api-core-%{version}.tar.gz BuildRequires: %{python_module google-auth >= 0.4.0} BuildRequires: %{python_module googleapis-common-protos >= 1.5.3} @@ -40,25 +40,24 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python2-enum34 BuildRequires: python2-futures >= 3.2.0 -%ifpython2 -BuildRequires: python2-enum34 -BuildRequires: python2-futures -%endif Requires: python-google-auth >= 0.4.0 Requires: python-googleapis-common-protos >= 1.5.3 +Requires: python-grpcio >= 1.8.2 Requires: python-protobuf >= 3.0.0 Requires: python-pytz Requires: python-requests >= 2.18.0 Requires: python-setuptools >= 34.0.0 Requires: python-six >= 1.10.0 +Suggests: python-grpcio-gcp >= 0.2.2 +BuildArch: noarch +%ifpython2 +BuildRequires: python2-enum34 +BuildRequires: python2-futures +%endif %ifpython2 Requires: python-enum34 Requires: python-futures >= 3.2.0 %endif -Requires: python-grpcio >= 1.8.2 -Suggests: python-grpcio-gcp >= 0.2.2 -BuildArch: noarch - %python_subpackages %description @@ -75,7 +74,7 @@ Core Library for Google Client Libraries %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec -m pytest +%pytest %files %{python_files} %license LICENSE