Hello community, here is the log from the commit of package python-googlemaps for openSUSE:Factory checked in at 2019-03-18 10:39:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-googlemaps (Old) and /work/SRC/openSUSE:Factory/.python-googlemaps.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-googlemaps" Mon Mar 18 10:39:08 2019 rev:3 rq:685350 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-googlemaps/python-googlemaps.changes 2018-12-24 11:37:41.365649262 +0100 +++ /work/SRC/openSUSE:Factory/.python-googlemaps.new.28833/python-googlemaps.changes 2019-03-18 10:39:13.599453987 +0100 @@ -1,0 +2,6 @@ +Fri Mar 15 12:37:28 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 3.0.2: + * no upstream changelog + +------------------------------------------------------------------- Old: ---- LICENSE googlemaps-2.5.1.tar.gz New: ---- googlemaps-3.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-googlemaps.spec ++++++ --- /var/tmp/diff_new_pack.iCCVvQ/_old 2019-03-18 10:39:14.083453573 +0100 +++ /var/tmp/diff_new_pack.iCCVvQ/_new 2019-03-18 10:39:14.087453569 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-googlemaps # -# 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,25 +18,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-googlemaps -Version: 2.5.1 +Version: 3.0.2 Release: 0 Summary: Python client library for Google Maps API Web Services License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/googlemaps/google-maps-services-python +URL: https://github.com/googlemaps/google-maps-services-python Source: https://files.pythonhosted.org/packages/source/g/googlemaps/googlemaps-%{version}.tar.gz -Source10: https://raw.githubusercontent.com/googlemaps/google-maps-services-python/%{version}/LICENSE -BuildRequires: %{python_module requests >= 2.11.1} +BuildRequires: %{python_module nose} +BuildRequires: %{python_module requests >= 2.20.0} +BuildRequires: %{python_module responses >= 0.3} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -# SECTION test requirements -BuildRequires: %{python_module nose} -BuildRequires: %{python_module responses >= 0.3} -# /SECTION -Requires: python-requests >= 2.11.1 +Requires: python-requests >= 2.20.0 BuildArch: noarch - %python_subpackages %description @@ -45,7 +41,6 @@ %prep %setup -q -n googlemaps-%{version} -cp %{SOURCE10} . %build %python_build @@ -54,6 +49,9 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v + %files %{python_files} %license LICENSE %{python_sitelib}/* ++++++ googlemaps-2.5.1.tar.gz -> googlemaps-3.0.2.tar.gz ++++++ ++++ 2802 lines of diff (skipped)
