[arch-commits] Commit in python-geopy/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sun Jan 10 13:11:20 UTC 2021
Date: Sunday, January 10, 2021 @ 13:11:19
Author: dvzrv
Revision: 817054
upgpkg: python-geopy 2.1.0-1: Upgrade to 2.1.0.
Upstream switched PGP keys, but did not sign the new key with the old key.
On request upstream provided a signed message verifying that the old key is
still under their control and that the switch to the new key has been
intentional:
https://github.com/geopy/geopy/issues/463
Modified:
python-geopy/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-10 13:02:06 UTC (rev 817053)
+++ PKGBUILD 2021-01-10 13:11:19 UTC (rev 817054)
@@ -2,8 +2,8 @@
_name=geopy
pkgname=python-geopy
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
pkgdesc="Geocoding library for Python"
arch=('any')
url="https://github.com/geopy/geopy"
@@ -15,9 +15,11 @@
optdepends=('python-aiohttp: for geopy.adapters.AioHTTPAdapter'
'python-requests: for geopy.adapters.RequestsAdapter')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('99411b42d8878736a1bd1de5b5eca4d037fea4d465bb8a689d9da99fb9f186dae32d59985ee9ae95eed1094edd7fa2af12e8c69cf63c8c6770aa1266f8de975d'
+sha512sums=('1873686748e1957d9717dc3b980d617ff838aeaf327bbbecfb766d17bc5ba21f6a24ac90c504541586040acd1b33d3bcfab636665a324084a6d70b6bc6be8e4a'
'SKIP')
-validpgpkeys=('BE3D633AB6792715ECF34D742D3B9C1712FF84F7') # Kostya Esmukov <kostya at esmukov.ru>
+b2sums=('a508a84ef569ffb4cb40acef685a42a8658f5a8ca942d5265a708dcc98f1c7075c0f6bb00b7277a0f62b7a4678597028582804f536dc96d1a94ea2ba3e62f1a9'
+ 'SKIP')
+validpgpkeys=('A18FE9F6F570D5B4E1E1853FAA7B5406547AF062') # Kostya Esmukov <kostya at esmukov.ru>
prepare() {
mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
More information about the arch-commits
mailing list