commit python-geopy for openSUSE:Factory
Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at 2020-10-14 15:39:14 Comparing /work/SRC/openSUSE:Factory/python-geopy (Old) and /work/SRC/openSUSE:Factory/.python-geopy.new.3486 (New) Package is "python-geopy" Wed Oct 14 15:39:14 2020 rev:16 rq:841650 version:1.18.1 Changes: --- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes 2019-09-04 09:16:21.242929708 +0200 +++ /work/SRC/openSUSE:Factory/.python-geopy.new.3486/python-geopy.changes 2020-10-14 15:39:54.342377354 +0200 @@ -1,0 +2,5 @@ +Tue Oct 13 16:34:02 UTC 2020 - Dominique Leuenberger + +- Only buildRequire python2-* when also using python, aka python2. + +--- Other differences: -- ++ python-geopy.spec ++ --- /var/tmp/diff_new_pack.46UMd6/_old 2020-10-14 15:39:54.814377518 +0200 +++ /var/tmp/diff_new_pack.46UMd6/_new 2020-10-14 15:39:54.818377520 +0200 @@ -33,8 +33,8 @@ BuildRequires: %{python_module pytz} BuildRequires: %{python_module six} BuildRequires: %{python_module xml} -BuildRequires: python2-contextlib2 -BuildRequires: python2-statistics +BuildRequires: (python2-contextlib2 if python) +BuildRequires: (python2-statistics if python) # /SECTION BuildRequires: fdupes Requires: python-geographiclib >= 1.49
commit python-geopy for openSUSE:Factory
Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at 2019-09-04 09:15:21 Comparing /work/SRC/openSUSE:Factory/python-geopy (Old) and /work/SRC/openSUSE:Factory/.python-geopy.new.7948 (New) Package is "python-geopy" Wed Sep 4 09:15:21 2019 rev:15 rq:727966 version:1.18.1 Changes: --- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes 2019-08-13 13:21:47.997409929 +0200 +++ /work/SRC/openSUSE:Factory/.python-geopy.new.7948/python-geopy.changes 2019-09-04 09:16:21.242929708 +0200 @@ -1,0 +2,5 @@ +Tue Aug 27 07:00:00 UTC 2019 - Jan Engelhardt + +- Ensure neutrality of descriptions. + +--- @@ -239 +244 @@ -- Changes from +- Changes from 0.95.1 Other differences: -- ++ python-geopy.spec ++ --- /var/tmp/diff_new_pack.qhTJWu/_old 2019-09-04 09:16:21.886929618 +0200 +++ /var/tmp/diff_new_pack.qhTJWu/_new 2019-09-04 09:16:21.886929618 +0200 @@ -49,9 +49,9 @@ %python_subpackages %description -Geopy makes it easy for developers to locate the coordinates of addresses, cities, -countries, and landmarks across the globe using third-party geocoders and other data -sources, such as wikis. +Geopy can determine the coordinates of addresses, cities, countries, +and landmarks using third-party geocoders and other data sources such +as wikis. Geopy currently includes support for six geocoders: Google Maps, Yahoo! Maps, Windows Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki pages (with the GIS
commit python-geopy for openSUSE:Factory
Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at 2019-08-13 13:20:47 Comparing /work/SRC/openSUSE:Factory/python-geopy (Old) and /work/SRC/openSUSE:Factory/.python-geopy.new.9556 (New) Package is "python-geopy" Tue Aug 13 13:20:47 2019 rev:14 rq:722259 version:1.18.1 Changes: --- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes 2016-03-02 14:21:28.0 +0100 +++ /work/SRC/openSUSE:Factory/.python-geopy.new.9556/python-geopy.changes 2019-08-13 13:21:47.997409929 +0200 @@ -1,0 +2,14 @@ +Mon Mar 25 04:17:12 UTC 2019 - John Vandenberg + +- Update URL to https://github.com/geopy/geopy +- Convert to single spec +- Activate test suite +- Remove unnecessary build dependency on python-devel +- Use %license +- Added changelog to %doc +- update to v1.18.1 + - Geocoders dot_us, navidata and placefinder removed + - Many new geocoders added + - See changelog_1xx.rst for more details + +--- Old: geopy-1.11.0.tar.gz New: geopy-1.18.1.tar.gz Other differences: -- ++ python-geopy.spec ++ --- /var/tmp/diff_new_pack.fSQnIC/_old 2019-08-13 13:21:48.565409780 +0200 +++ /var/tmp/diff_new_pack.fSQnIC/_new 2019-08-13 13:21:48.565409780 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-geopy # -# Copyright (c) 2016 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 @@ -13,28 +13,40 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ -# +%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-geopy -Version:1.11.0 +Version:1.18.1 Release:0 -Url:http://code.google.com/p/geopy/ -Summary:Python Geocoding Toolbox License:MIT +Summary:Python Geocoding Toolbox +Url:https://github.com/geopy/geopy Group: Development/Languages/Python -Source: https://pypi.python.org/packages/source/g/geopy/geopy-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel >= 2.7 -BuildRequires: python-setuptools -BuildRequires: python-simplejson -BuildRequires: python-xml -Requires: python-xml -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else -BuildArch: noarch +Source: https://github.com/geopy/geopy/archive/%{version}.tar.gz#/geopy-%{version}.tar.gz +BuildRequires: python-rpm-macros +BuildRequires: %{python_module setuptools} +# SECTION test requirements +BuildRequires: %{python_module geographiclib >= 1.49} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module pytest >= 3.10} +BuildRequires: %{python_module pytz} +BuildRequires: %{python_module six} +BuildRequires: %{python_module xml} +BuildRequires: python2-contextlib2 +BuildRequires: python2-statistics +# /SECTION +BuildRequires: fdupes +Requires: python-geographiclib >= 1.49 +Requires: python-six +Recommends: python-pytz +Recommends: python-xml +%ifpython2 +Requires: python-statistics %endif +BuildArch: noarch + +%python_subpackages %description Geopy makes it easy for developers to locate the coordinates of addresses, cities, @@ -48,15 +60,40 @@ %prep %setup -q -n geopy-%{version} +# Proxy to live service will not work, resulting in unexpected exceptions +# that do not match test cases +rm test/test_proxy.py + +# Online services are not available +rm \ + test/geocoders/arcgis.py \ + test/geocoders/banfrance.py \ + test/geocoders/databc.py \ + test/geocoders/geocodefarm.py \ + test/geocoders/geonames.py \ + test/geocoders/googlev3.py \ + test/geocoders/nominatim.py \ + test/geocoders/openmapquest.py \ + test/geocoders/photon.py \ + test/geocoders/pickpoint.py \ + test/geocoders/yandex.py + %build -python setup.py build +export LANG=en_US.UTF-8 +%python_build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} - -%files -%defattr(-,root,root,-) -%doc LICENSE README -%{python_sitelib} +export LANG=en_US.UTF-8 +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +export LANG=en_US.UTF-8 +%python_exec setup.py test + +%files %{python_files} +%doc AUTHORS README.rst docs/changelog_09x.rst docs/changelog_1xx.rst +%license LICENSE +%{python_sitel
commit python-geopy for openSUSE:Factory
Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at 2016-03-02 14:21:26 Comparing /work/SRC/openSUSE:Factory/python-geopy (Old) and /work/SRC/openSUSE:Factory/.python-geopy.new (New) Package is "python-geopy" Changes: --- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes 2015-05-10 10:46:21.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-geopy.new/python-geopy.changes 2016-03-02 14:21:28.0 +0100 @@ -1,0 +2,10 @@ +Thu Feb 18 15:12:48 UTC 2016 - eshmar...@suse.com + +- update to version 1.11.0: + * ADDED: Photon geocoder. + * ADDED: Bing supports structured query parameters. + * CHANGED: Geocoders send a User-Agent header, which by default is geopy/1.11.0. + * FIXED: Index out of range error with no results using Yandex. + * FIXED: Nominatim was incorrectly sending view_box when not requested, and formatting it incorrectly. + +--- Old: geopy-1.10.0.tar.gz New: geopy-1.11.0.tar.gz Other differences: -- ++ python-geopy.spec ++ --- /var/tmp/diff_new_pack.dSPXV6/_old 2016-03-02 14:21:29.0 +0100 +++ /var/tmp/diff_new_pack.dSPXV6/_new 2016-03-02 14:21:29.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-geopy # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,7 +17,7 @@ Name: python-geopy -Version:1.10.0 +Version:1.11.0 Release:0 Url:http://code.google.com/p/geopy/ Summary:Python Geocoding Toolbox ++ geopy-1.10.0.tar.gz -> geopy-1.11.0.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geopy-1.10.0/PKG-INFO new/geopy-1.11.0/PKG-INFO --- old/geopy-1.10.0/PKG-INFO 2015-04-05 21:23:15.0 +0200 +++ new/geopy-1.11.0/PKG-INFO 2015-08-31 16:24:43.0 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: geopy -Version: 1.10.0 +Version: 1.11.0 Summary: Python Geocoding Toolbox Home-page: https://github.com/geopy/geopy Author: GeoPy Contributors Author-email: uijllji@gmail License: MIT -Download-URL: https://github.com/geopy/geopy/archive/1.10.0.tar.gz +Download-URL: https://github.com/geopy/geopy/archive/1.11.0.tar.gz Description: UNKNOWN Keywords: geocode geocoding gis geographical maps earth distance Platform: UNKNOWN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geopy-1.10.0/geopy/__init__.py new/geopy-1.11.0/geopy/__init__.py --- old/geopy-1.10.0/geopy/__init__.py 2015-04-05 20:55:30.0 +0200 +++ new/geopy-1.11.0/geopy/__init__.py 2015-08-31 16:23:49.0 +0200 @@ -11,6 +11,4 @@ from geopy.point import Point from geopy.location import Location from geopy.geocoders import * # pylint: disable=W0401 - - -__version__ = "1.10.0" +from geopy.util import __version__ Files old/geopy-1.10.0/geopy/__init__.pyc and new/geopy-1.11.0/geopy/__init__.pyc differ Files old/geopy-1.10.0/geopy/compat.pyc and new/geopy-1.11.0/geopy/compat.pyc differ Files old/geopy-1.10.0/geopy/distance.pyc and new/geopy-1.11.0/geopy/distance.pyc differ Files old/geopy-1.10.0/geopy/exc.pyc and new/geopy-1.11.0/geopy/exc.pyc differ Files old/geopy-1.10.0/geopy/format.pyc and new/geopy-1.11.0/geopy/format.pyc differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geopy-1.10.0/geopy/geocoders/__init__.py new/geopy-1.11.0/geopy/geocoders/__init__.py --- old/geopy-1.10.0/geopy/geocoders/__init__.py2015-04-05 20:54:42.0 +0200 +++ new/geopy-1.11.0/geopy/geocoders/__init__.py2015-08-31 15:37:19.0 +0200 @@ -90,6 +90,7 @@ "LiveAddress", 'Yandex', "What3Words", +"Photon", ) @@ -110,6 +111,7 @@ from geopy.geocoders.what3words import What3Words from geopy.geocoders.yandex import Yandex from geopy.geocoders.ignfrance import IGNFrance +from geopy.geocoders.photon import Photon from geopy.exc import GeocoderNotFound @@ -135,6 +137,7 @@ "what3words": What3Words, "yandex": Yandex, "ignfrance": IGNFrance, +"photon": Photon } Files old/geopy-1.10.0/geopy/geocoders/__init__.pyc and new/geopy-1.11.0/geopy/geocoders/__init__.pyc differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geopy-1.10.0/geopy/geocoders/arcgis.py new/geopy-1.11.0/geopy/geocoders/arcgis.py --- old/geopy-1.10.0/geopy/g
commit python-geopy for openSUSE:Factory
Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at 2015-05-10 10:46:19 Comparing /work/SRC/openSUSE:Factory/python-geopy (Old) and /work/SRC/openSUSE:Factory/.python-geopy.new (New) Package is "python-geopy" Changes: --- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes 2013-12-17 10:03:23.0 +0100 +++ /work/SRC/openSUSE:Factory/.python-geopy.new/python-geopy.changes 2015-05-10 10:46:21.0 +0200 @@ -1,0 +2,182 @@ +Tue May 5 15:39:14 UTC 2015 - benoit.mo...@gmx.fr + +- update to version 1.10.0: + * CHANGED: GeocodeFarm now uses version 3 of the service’s API, +which allows use by unauthenticated users, multiple results, +and SSL/TLS. You may need to obtain a new API key from +GeocodeFarm, or use None for their free tier. Contributed by +Eric Palakovich Carr. + * ADDED: DataBC geocoder for use with the British Columbia +government’s DataBC service. Contributed by Benjamin +Trigona-Harany. + * ADDED: Placefinder’s geocode method now requests a timezone if +the with_timezone parameter is true. Contributed by willr. + * FIXED: Nominatim specifies a viewbox parameter rather than the +apparently deprecated view_box. +- additional changes from version 1.9.1: + * FIXED: Fix support for GoogleV3 bounds parameter. Contributed +by Benjamin Trigona-Harany. +- additional changes from version 1.9.0: + * CHANGED: MapQuest geocoder removed as the API it uses is now +only available to enterprise accounts. OpenMapQuest is a +replacement for Nominatim-sourced data. + * CHANGED: Nominatim now uses HTTPS by default and accepts a +scheme argument. Contributed by srounet. + * ADDED: Nominatim now accepts a domain argument, which allows +using a different server than nominatim.openstreetmap.org. +Contributed by srounet. + * FIXED: Bing was not accessible from get_geocoder_for_service. +Contributed by Adrián López. +- additional changes from version 1.8.1: + * FIXED: GoogleV3 geocoder did not send API keys for reverse and +timezone methods. +- additional changes from version 1.8.0: + * ADDED: NaviData geocoder added. Contributed by NaviData. + * CHANGED: LiveAddress now requires HTTPS connections. If you set +scheme to be http, rather than the default https, you will now +receive a ConfigurationError. +- additional changes from version 1.7.1: + * FIXED: IGN France geocoder’s address formatting better handles +results that do not have a building number. Contributed by +Thomas Gratier. +- additional changes from version 1.7.0: + * ADDED: IGN France geocoder. Contributed by Thomas Gratier. + * FIXED: Bing checks the response body for error codes. +- additional changes from version 1.6.1: + * FIXED: What3Words validation loosened. Contributed by +spatialbitz. + * FIXED: Point.format() includes altitude. +- additional changes from version 1.6.0: + * ADDED: Python 3.2 and PyPy3 compatibility. Contributed by Mike +Toews. +- additional changes from version 1.5.0: + * ADDED: Yandex geocoder added. Contributed by htch. + * ADDED: What3Words geocoder added. Contributed by spatialbitz. + * FIXED: LiveAddress geocoder made compatible with a change in +the service’s authentication. An auth_id parameter was added to +the geocoder’s initialization. Contributed by Arsen Mamikonyan. +- additional changes from version 1.4.0: + * ADDED: Mapquest.reverse() method added. Contributed by Dody +Suria Wijaya. + * ADDED: Bing’s geocoder now accepts the optional arguments +“culture”, “includeNeighborhood”, and “include”. Contributed by +oskholl. +- additional changes from version 1.3.0: + * ADDED: Nominatim.geocode() accepts a geometry argument for +retrieving wkt, svg, kml, or geojson formatted geometries in +results. Contributed by spatialbitz. +- additional changes from version 1.2.0: + * ADDED: GeoNames.reverse() added. Contributed by Emile Aben. + * ADDED: GoogleV3.timezone() added. This returns a pytz object +giving the timezone in effect for a given location at a time +(defaulting to now). +- additional changes from version 1.1.5: + * FIXED: YahooPlaceFinder is now compatible with the older +requests_oauthlib version 0.4.0. +- additional changes from version 1.1.4: + * FIXED: Point.format() seconds precision in Python 3. +- additional changes from version 1.1.3: + * FIXED: Fix OpenCage AttributeError on empty result. Contributed +by IsaacHaze. +- additional changes from version 1.1.2: + * FIXED: Update Point __repr__ method to format _items properly. +Contributed by TristanH. +- additional changes from version 1.1.1: + * FIXED: Python 3 compatibility. +- additional changes from version 1.1.0: + * ADDED: OpenCage geocoder added. Contr
commit python-geopy for openSUSE:Factory
Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at 2013-12-17 10:03:22 Comparing /work/SRC/openSUSE:Factory/python-geopy (Old) and /work/SRC/openSUSE:Factory/.python-geopy.new (New) Package is "python-geopy" Changes: --- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes 2013-10-25 11:17:12.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-geopy.new/python-geopy.changes 2013-12-17 10:03:23.0 +0100 @@ -1,0 +2,47 @@ +Wed Dec 11 01:23:31 UTC 2013 - p.drou...@gmail.com + +- Update to version 0.96.2 + + fix : MANIFEST.in should not use `exclude`. +- Changes from 0.96.1 + + fix : GoogleV3 returns `None` when the service returns an error +status of `ZERO_RESULTS`. +- Changes from 0.96.0 + + GoogleV3's reverse geocoder now returns one result by default. Set +`exactly_one` to False for a list. + + + GoogleV3 returns new exception types: +`geopy.geocoders.base.GQueryError` -> `geopy.exc.GeocoderQueryError` +`geopy.geocoders.base.GeocoderResultError` -> `geopy.exc.GeocoderQueryError` +`geopy.geocoders.base.GTooManyQueriesError` -> `geopy.exc.GeocoderQuotaExceeded` + + + OpenStreetMap Nominatim geocoder implemented. + + Yahoo! BOSS Geo PlaceFinder geocoder implemented. + + SmartyStreets LiveAddress geocoder implemented. + + GeoNames geocoder is implements GeoNames' new username +requirement and `api.geonames.org` endpoint. + + Bing geocoder supports `user_location` (`Point`) parameter. Bing will +prefer results near the coordinates of `user_location`. + + `GoogleV3.geocode_first()` no longer throws exception on multiple +results. + + Unnecessary coercing to UTF-8 on Py3k. + +`format_degrees` now rounds minutes properly. + + No longer warn if the optional dependency `BeautifulSoup` is +not present. + + Miscellaneous inconsistent behavior and errors in geolocating. + + Google V2 geocoder has been removed as its API was shutdown. +- Changes from + + Fix #12, where `DeprecationWarning` was showing for GoogleV2 even if +it wasn't being used (due to `geopy.geocoders` importing it). + + `GoogleV3.geocode` "address" kwarg renamed to "string" to match +`Google.geocode` to make updating easier. + + Geocoders now properly handle Unicode objects as input (previously +would fail on non-ASCII characters due to wanting UTF-8 strings). +- Changes from 0.95 + + Google Geocoding API V3 support. "google.Google()" should be +replaced by "googlev3.GoogleV3()", with no `api_key`. +Please see http://goo.gl/somDT for valid arguments. + + setup.py updated to now automatically support Python 3+ +(via 2to3 auto-compile option). +- Package LICENSE, README and RELEASES in documentation directory + +--- Old: geopy-0.94.2.tar.bz2 New: geopy-0.96.2.tar.gz Other differences: -- ++ python-geopy.spec ++ --- /var/tmp/diff_new_pack.dmUwqN/_old 2013-12-17 10:03:24.0 +0100 +++ /var/tmp/diff_new_pack.dmUwqN/_new 2013-12-17 10:03:24.0 +0100 @@ -15,30 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - Name: python-geopy -Version:0.94.2 +Version:0.96.2 Release:0 Url:http://code.google.com/p/geopy/ Summary:Python Geocoding Toolbox License:MIT Group: Development/Languages/Python -Source: geopy-%{version}.tar.bz2 +Source: https://pypi.python.org/packages/source/g/geopy/geopy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-simplejson BuildRequires: python-xml Requires: python-xml -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else BuildArch: noarch %endif -%endif %description Geopy makes it easy for developers to locate the coordinates of addresses, cities, @@ -60,6 +55,7 @@ %files %defattr(-,root,root,-) -%{python_sitelib}/* +%doc LICENSE README RELEASES +%{python_sitelib} %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-co
commit python-geopy for openSUSE:Factory
Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at 2013-10-25 11:17:11 Comparing /work/SRC/openSUSE:Factory/python-geopy (Old) and /work/SRC/openSUSE:Factory/.python-geopy.new (New) Package is "python-geopy" Changes: --- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes 2012-03-20 11:33:05.0 +0100 +++ /work/SRC/openSUSE:Factory/.python-geopy.new/python-geopy.changes 2013-10-25 11:17:12.0 +0200 @@ -1,0 +2,5 @@ +Thu Oct 24 11:06:00 UTC 2013 - speili...@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + +--- Other differences: -- ++ python-geopy.spec ++ --- /var/tmp/diff_new_pack.VoaQNC/_old 2013-10-25 11:17:25.0 +0200 +++ /var/tmp/diff_new_pack.VoaQNC/_new 2013-10-25 11:17:25.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-geopy # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,10 +11,11 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -28,7 +29,7 @@ Source: geopy-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRequires: python-simplejson BuildRequires: python-xml Requires: python-xml -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit python-geopy for openSUSE:Factory
Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at 2012-03-20 11:33:04 Comparing /work/SRC/openSUSE:Factory/python-geopy (Old) and /work/SRC/openSUSE:Factory/.python-geopy.new (New) Package is "python-geopy", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes 2011-09-26 10:15:24.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-geopy.new/python-geopy.changes 2012-03-20 11:33:05.0 +0100 @@ -1,0 +2,9 @@ +Tue Mar 13 01:32:09 UTC 2012 - alexan...@exatati.com.br + +- Update to 0.94.2: + ADDED: MANIFEST.in so that LICENSE file gets included in dist + packages (per req by Debian Python Module Team) + UPDATED: Yahoo geocoder uses new PlaceFinder API instead of + outdated MapsService V1 API. + +--- Old: geopy-0.94.1.tar.bz2 New: geopy-0.94.2.tar.bz2 Other differences: -- ++ python-geopy.spec ++ --- /var/tmp/diff_new_pack.xhttrw/_old 2012-03-20 11:33:08.0 +0100 +++ /var/tmp/diff_new_pack.xhttrw/_new 2012-03-20 11:33:08.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-geopy # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,11 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-geopy -Version:0.94.1 +Version:0.94.2 Release:0 -Url:http://www.geopy.org/ +Url:http://code.google.com/p/geopy/ Summary:Python Geocoding Toolbox License:MIT Group: Development/Languages/Python @@ -36,14 +38,13 @@ BuildArch: noarch %endif %endif -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description -geopy makes it easy for developers to locate the coordinates of addresses, cities, +Geopy makes it easy for developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other data sources, such as wikis. -geopy currently includes support for six geocoders: Google Maps, Yahoo! Maps, Windows +Geopy currently includes support for six geocoders: Google Maps, Yahoo! Maps, Windows Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki pages (with the GIS extension), and Semantic MediaWiki pages. @@ -56,12 +57,8 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -# TODO: Disable only tests that need network access -#%%check -#python setup.py test - %files %defattr(-,root,root,-) -%python_sitelib/* +%{python_sitelib}/* %changelog ++ geopy-0.94.1.tar.bz2 -> geopy-0.94.2.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/geopy-0.94.1/LICENSE new/geopy-0.94.2/LICENSE --- old/geopy-0.94.1/LICENSE1970-01-01 01:00:00.0 +0100 +++ new/geopy-0.94.2/LICENSE2012-03-12 20:27:30.0 +0100 @@ -0,0 +1,21 @@ +Copyright (c) 2006-2010 Brian Beck +Copyright (c) 2010-2012 GeoPy Project and individual contributors. +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH T
commit python-geopy for openSUSE:Factory
Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at Mon Sep 26 10:15:14 CEST 2011. --- python-geopy/python-geopy.changes 2011-03-25 00:37:29.0 +0100 +++ /mounts/work_src_done/STABLE/python-geopy/python-geopy.changes 2011-09-21 11:26:36.0 +0200 @@ -1,0 +2,7 @@ +Wed Sep 21 09:25:03 UTC 2011 - sasc...@suse.de + +- Spec file cleanup: + * Removed %clean section (not needed anymore) + * Removed CFLAGS (not a C extension) + +--- calling whatdependson for head-i586 Other differences: -- ++ python-geopy.spec ++ --- /var/tmp/diff_new_pack.vBHhHn/_old 2011-09-26 10:15:11.0 +0200 +++ /var/tmp/diff_new_pack.vBHhHn/_new 2011-09-26 10:15:11.0 +0200 @@ -11,36 +11,32 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. - +# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - -%define mod_name geopy -Name: python-%{mod_name} +Name: python-geopy Version:0.94.1 -Release:1 +Release:0 Url:http://www.geopy.org/ Summary:Python Geocoding Toolbox License:MIT Group: Development/Languages/Python -Source: %{mod_name}-%{version}.tar.bz2 +Source: geopy-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python-distribute BuildRequires: python-simplejson BuildRequires: python-xml +Requires: python-xml %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110 BuildArch: noarch %endif %endif +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description geopy makes it easy for developers to locate the coordinates of addresses, cities, @@ -52,22 +48,20 @@ extension), and Semantic MediaWiki pages. %prep -%setup -q -n %{mod_name}-%{version} +%setup -q -n geopy-%{version} %build -export CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%clean -rm -rf %{buildroot} +# TODO: Disable only tests that need network access +#%%check +#python setup.py test %files %defattr(-,root,root,-) -# You may have to add additional files here (documentation and binaries mostly) -%python_sitelib/%{mod_name}* -%python_sitelib/*.egg-info +%python_sitelib/* %changelog Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit python-geopy for openSUSE:Factory
Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at Mon May 30 16:41:44 CEST 2011. New Changes file: --- /dev/null 2010-08-26 16:28:41.0 +0200 +++ python-geopy/python-geopy.changes 2011-03-25 00:37:29.0 +0100 @@ -0,0 +1,16 @@ +--- +Thu Mar 24 23:18:59 UTC 2011 - alexan...@exatati.com.br + +- Update to 0.94.1; +- Regenerated spec file with py2pack. + +--- +Tue Mar 9 01:17:23 UTC 2010 - alexan...@exatati.com.br + +- Update to 0.94; +- Building as noarch for openSUSE >= 11.2. + +--- +Tue Aug 18 12:57:25 UTC 2009 - alexan...@exatati.com.br + +- Initial package (0.93) for openSUSE. calling whatdependson for head-i586 New: geopy-0.94.1.tar.bz2 python-geopy.changes python-geopy.spec Other differences: -- ++ python-geopy.spec ++ # # spec file for package python-geopy # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define mod_name geopy Name: python-%{mod_name} Version:0.94.1 Release:1 Url:http://www.geopy.org/ Summary:Python Geocoding Toolbox License:MIT Group: Development/Languages/Python Source: %{mod_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-simplejson BuildRequires: python-xml %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110 BuildArch: noarch %endif %endif %description geopy makes it easy for developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other data sources, such as wikis. geopy currently includes support for six geocoders: Google Maps, Yahoo! Maps, Windows Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki pages (with the GIS extension), and Semantic MediaWiki pages. %prep %setup -q -n %{mod_name}-%{version} %build export CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) # You may have to add additional files here (documentation and binaries mostly) %python_sitelib/%{mod_name}* %python_sitelib/*.egg-info %changelog Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org