diff --git a/google-api-core-1.22.2.tar.gz b/google-api-core-1.22.2.tar.gz deleted file mode 100644 index f266a5f..0000000 --- a/google-api-core-1.22.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:779107f17e0fef8169c5239d56a8fbff03f9f72a3893c0c9e5842ec29dfedd54 -size 92933 diff --git a/google-api-core-1.22.4.tar.gz b/google-api-core-1.22.4.tar.gz new file mode 100644 index 0000000..e97c4e0 --- /dev/null +++ b/google-api-core-1.22.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9d7ac2527a9e298eebb580a5e24e7e41d6afd97010848dd0f306cae198ec1a +size 93054 diff --git a/python-google-api-core.changes b/python-google-api-core.changes index 3816bac..55b12f5 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 7 06:13:07 UTC 2020 - John Vandenberg + +- Update URL to match PyPI: https://github.com/googleapis/python-api-core +- Update to v1.22.4 + * use version.py instead of pkg_resources.get_distribution +- from v1.22.3 + * require six >= 1.13.0 + ------------------------------------------------------------------- Thu Sep 10 11:52:56 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-google-api-core.spec b/python-google-api-core.spec index 57d616b..1e9521c 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-google-api-core -Version: 1.22.2 +Version: 1.22.4 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/googleapis/python-api-core Source: https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz BuildRequires: %{python_module google-auth >= 1.21.1} BuildRequires: %{python_module googleapis-common-protos >= 1.6.0} @@ -36,7 +36,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module requests >= 2.18.0} BuildRequires: %{python_module setuptools >= 34.0.0} -BuildRequires: %{python_module six >= 1.10.0} +BuildRequires: %{python_module six >= 1.13.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-google-auth >= 1.21.1 @@ -46,7 +46,7 @@ Requires: python-protobuf >= 3.12.0 Requires: python-pytz Requires: python-requests >= 2.18.0 Requires: python-setuptools >= 34.0.0 -Requires: python-six >= 1.10.0 +Requires: python-six >= 1.13.0 Suggests: python-grpcio-gcp >= 0.2.2 BuildArch: noarch %if %{with python2} @@ -60,7 +60,7 @@ Requires: python-futures >= 3.2.0 %python_subpackages %description -Core Library for Google Client Libraries +Core Library for Google Client Libraries. %prep %setup -q -n google-api-core-%{version}