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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sat Aug 7 17:22:49 UTC 2021


    Date: Saturday, August 7, 2021 @ 17:22:48
  Author: yan12125
Revision: 994678

upgpkg: python-aioitertools 0.8.0-1; python-typing_extensions is no longer needed after [1]

[1] https://github.com/omnilib/aioitertools/pull/49

Modified:
  python-aioitertools/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-07 15:53:04 UTC (rev 994677)
+++ PKGBUILD	2021-08-07 17:22:48 UTC (rev 994678)
@@ -2,16 +2,16 @@
 
 pkgname=python-aioitertools
 _pkgname=aioitertools
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables'
 arch=(any)
 url='https://github.com/omnilib/aioitertools'
 license=(MIT)
-depends=(python python-typing_extensions)
+depends=(python)
 makedepends=(python-setuptools)
 source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('54a56c7cf3b5290d1cb5e8974353c9f52c677612b5d69a859369a020c53414a3')
+sha256sums=('8b02facfbc9b0f1867739949a223f3d3267ed8663691cc95abd94e2c1d8c2b46')
 
 prepare() {
   cd $_pkgname-$pkgver



More information about the arch-commits mailing list