Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-aiostream
Commits:
ffb05898 by Daniel M. Capella at 2024-07-21T20:05:21-04:00
upgpkg: 0.6.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-aiostream
pkgdesc = Generator-based operators for asynchronous iteration
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/vxgmichel/aiostream
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-aiostream
makedepends = python-setuptools
makedepends = python-wheel
depends = python-typing_extensions
- source = git+https://github.com/vxgmichel/aiostream.git#tag=v0.6.1
- b2sums =
24a794b57458d8e45304cacb98a6fccc548bc356e04b51510b0046e2c30bce948efe89a8bb07901cf544685ded7cbb169d40ec8a80122576c009f155507cadb5
+ source = git+https://github.com/vxgmichel/aiostream.git#tag=v0.6.2
+ b2sums =
5b69f211c69747310c07f02f503cffaf1c51437c03df76fbc91bb46d4e430fa2978d24140ee217c06c34da0e5bd77328b2d3a3ee38612416c13d9ce6902a4fdb
pkgname = python-aiostream
=====================================
PKGBUILD
=====================================
@@ -3,23 +3,23 @@
pkgname=python-aiostream
_name=${pkgname#python-}
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc='Generator-based operators for asynchronous iteration'
-arch=('any')
+arch=(any)
url=https://github.com/vxgmichel/aiostream
-license=('GPL-3.0-only')
-depends=('python-typing_extensions')
+license=(GPL-3.0-only)
+depends=(python-typing_extensions)
makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-setuptools'
- 'python-wheel'
+ git
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel
)
-checkdepends=('python-pytest' 'python-pytest-asyncio')
+checkdepends=(python-pytest python-pytest-asyncio)
source=("git+$url.git#tag=v$pkgver")
-b2sums=('24a794b57458d8e45304cacb98a6fccc548bc356e04b51510b0046e2c30bce948efe89a8bb07901cf544685ded7cbb169d40ec8a80122576c009f155507cadb5')
+b2sums=('5b69f211c69747310c07f02f503cffaf1c51437c03df76fbc91bb46d4e430fa2978d24140ee217c06c34da0e5bd77328b2d3a3ee38612416c13d9ce6902a4fdb')
build() {
cd "$_name"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiostream/-/commit/ffb05898a99d3890e0c13325609a4fbbdece8194
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiostream/-/commit/ffb05898a99d3890e0c13325609a4fbbdece8194
You're receiving this email because of your account on gitlab.archlinux.org.