Accepting request 109115 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/109115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geopy?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2012-03-20 10:33:04 +00:00 committed by Git OBS Bridge
parent 2ba51bd879
commit 4cb4defe16
4 changed files with 20 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d361931141ce5e0cf39e4781ba62150217f611b63d887309dc2da1e257174999
size 25171

3
geopy-0.94.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c13fdeec9bf63d5f02ccd7cd25a97912e9848d21df9b7c6eedb387aa357d321d
size 30210

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 13 01:32:09 UTC 2012 - alexandre@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.
-------------------------------------------------------------------
Wed Sep 21 09:25:03 UTC 2011 - saschpe@suse.de

View File

@ -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 @@ Requires: python-xml
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 @@ python setup.py build
%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