[Python-modules-commits] r31212 - in packages/geopy/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Oct 21 23:07:59 UTC 2014


    Date: Tuesday, October 21, 2014 @ 23:07:58
  Author: eriol-guest
Revision: 31212

Add python{,3}-tz to Reccomends since Google geocoder needs them to locate timezones

Modified:
  packages/geopy/trunk/debian/changelog
  packages/geopy/trunk/debian/control

Modified: packages/geopy/trunk/debian/changelog
===================================================================
--- packages/geopy/trunk/debian/changelog	2014-10-21 22:30:27 UTC (rev 31211)
+++ packages/geopy/trunk/debian/changelog	2014-10-21 23:07:58 UTC (rev 31212)
@@ -3,10 +3,12 @@
   * New upstream release.
   * debian/control
     - Bump Standards-Version to 3.9.6 (no changes needed).
+    - Add python{,3}-tz to Reccomends since Google geocoder needs them to
+      locate timezones.
   * debian/rules
     - Use PYBUILD_NAME instead of PYBUILD_DESTDIR_python{2,3}.
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 22 Oct 2014 00:30:09 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 22 Oct 2014 01:04:46 +0200
 
 geopy (0.99-1) unstable; urgency=medium
 

Modified: packages/geopy/trunk/debian/control
===================================================================
--- packages/geopy/trunk/debian/control	2014-10-21 22:30:27 UTC (rev 31211)
+++ packages/geopy/trunk/debian/control	2014-10-21 23:07:58 UTC (rev 31212)
@@ -23,7 +23,8 @@
  ${python:Depends},
 Recommends:
  python-requests,
- python-requests-oauthlib
+ python-requests-oauthlib,
+ python-tz
 Description: geocoding toolbox for Python
  geopy makes it easy for developers to locate the coordinates of addresses,
  cities, countries, and landmarks across the globe using third-party geocoders
@@ -40,7 +41,8 @@
  ${python3:Depends},
 Recommends:
  python3-requests,
- python3-requests-oauthlib
+ python3-requests-oauthlib,
+ python3-tz
 Description: geocoding toolbox for Python3
  geopy makes it easy for developers to locate the coordinates of addresses,
  cities, countries, and landmarks across the globe using third-party geocoders




More information about the Python-modules-commits mailing list