Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-geopy
Commits: 04fc19f4 by Jelle van der Waa at 2023-12-27T16:17:19+01:00 Drop unneeded async_generator This was dropped with dropping 3.5 support. https://github.com/geopy/geopy/commit/9ef1a06814c1aedb30dd4a932eb15cfb4a9a5e06 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,11 @@ pkgbase = python-geopy pkgdesc = Geocoding library for Python pkgver = 2.4.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/geopy/geopy arch = any license = MIT checkdepends = python-aiohttp - checkdepends = python-async_generator checkdepends = python-pytest-asyncio checkdepends = python-pytest-aiohttp checkdepends = python-pytest ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _name=geopy pkgname=python-geopy _commit=b93ffa7ae48eccb99565812f2a82a774c0d8a720 # refs/tags/2.4.1 pkgver=2.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Geocoding library for Python" arch=(any) url="https://github.com/geopy/geopy" @@ -22,7 +22,6 @@ makedepends=( ) checkdepends=( python-aiohttp - python-async_generator python-pytest-asyncio python-pytest-aiohttp python-pytest View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopy/-/commit/04fc19f4765233ca9deb086c0811cca7ff5936d5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopy/-/commit/04fc19f4765233ca9deb086c0811cca7ff5936d5 You're receiving this email because of your account on gitlab.archlinux.org.
