[arch-commits] Commit in python-geopy/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue May 12 18:14:45 UTC 2020


    Date: Tuesday, May 12, 2020 @ 18:14:44
  Author: dvzrv
Revision: 627126

upgpkg: python-geopy 1.22.0-1: Upgrading to 1.22.0.
Removing unneeded fix for failing tests.

Modified:
  python-geopy/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 18:14:10 UTC (rev 627125)
+++ PKGBUILD	2020-05-12 18:14:44 UTC (rev 627126)
@@ -2,7 +2,7 @@
 
 _name=geopy
 pkgname=python-geopy
-pkgver=1.21.0
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="Geocoding library for Python"
 arch=('any')
@@ -9,10 +9,11 @@
 url="https://github.com/geopy/geopy"
 license=('MIT')
 depends=('python-geographiclib')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-coverage' 'python-mock' 'python-pytest' 'python-pytz' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-mock' 'python-pytest' 'python-pytz'
+'python-six')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('8060d565d1e86cc3ebea6c5a1f923565f4384faedad478a11dd61ac6c00210a642c2b496802b908bd1bcc12da14f62e0bfc6ce403062205f2d7f39061555f7d5'
+sha512sums=('18773b2bfc95c4bf26e27a0a1a09de4b57cdae39e67e4f73ff5ccf92c32844f3b517d3a8fa2a027bd1c4cee189182ad3becb0f4fc8773e1375ea2e22d1f726ba'
             'SKIP')
 validpgpkeys=('BE3D633AB6792715ECF34D742D3B9C1712FF84F7') # Kostya Esmukov <kostya at esmukov.ru>
 
@@ -28,14 +29,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  # some endpoint tests fail:
-  # https://github.com/geopy/geopy/issues/386
-  pytest -v -k 'not test_country_codes_list \
-               and not test_country_codes_str \
-               and not test_params \
-               and not test_reverse \
-               and not test_reverse_kind_param \
-               and not test_unicode_name'
+  pytest -v
 }
 
 package() {



More information about the arch-commits mailing list