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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Thu Feb 13 18:16:37 UTC 2014


    Date: Thursday, February 13, 2014 @ 18:16:36
  Author: eriol-guest
Revision: 27646

- Added python(3)-requests and python(3)-requests-oauthlib to Recommends
  since YahooPlaceFinder geocoder needs them

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

Modified: packages/geopy/trunk/debian/changelog
===================================================================
--- packages/geopy/trunk/debian/changelog	2014-02-13 16:26:40 UTC (rev 27645)
+++ packages/geopy/trunk/debian/changelog	2014-02-13 18:16:36 UTC (rev 27646)
@@ -5,6 +5,8 @@
   * debian/control
     - Bumped Standards-Version to 3.9.5 (no changes needed)
     - Removed python-beautifulsoup from (Build-)Depends since not used anymore
+    - Added python(3)-requests and python(3)-requests-oauthlib to Recommends
+      since YahooPlaceFinder geocoder needs them
   * debian/patches/01_add_missing_test_file.patch
     - Removed since no more used upstream
   * debian/patches/02_fix_missing_imports.patch:
@@ -15,7 +17,7 @@
   * debian/patches/04_use_lt_and_eq_instead_of_cmp.patch
     - Refreshed
 
- -- Daniele Tricoli <eriol at mornie.org>  Thu, 13 Feb 2014 17:24:49 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Thu, 13 Feb 2014 19:08:08 +0100
 
 geopy (0.95.1-1) unstable; urgency=low
 

Modified: packages/geopy/trunk/debian/control
===================================================================
--- packages/geopy/trunk/debian/control	2014-02-13 16:26:40 UTC (rev 27645)
+++ packages/geopy/trunk/debian/control	2014-02-13 18:16:36 UTC (rev 27646)
@@ -22,6 +22,9 @@
 Depends:
  ${misc:Depends},
  ${python:Depends},
+Recommends:
+ python-requests,
+ python-requests-oauthlib
 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
@@ -36,6 +39,9 @@
 Depends:
  ${misc:Depends},
  ${python3:Depends},
+Recommends:
+ python3-requests,
+ python3-requests-oauthlib
 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