Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiostream


Commits:
708dbff5 by Daniel M. Capella at 2024-05-10T14:42:13-04:00
upgpkg: 0.6.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = python-aiostream
        pkgdesc = Generator-based operators for asynchronous iteration
-       pkgver = 0.5.2
-       pkgrel = 2
+       pkgver = 0.6.1
+       pkgrel = 1
        url = https://github.com/vxgmichel/aiostream
        arch = any
-       license = GPL3
+       license = GPL-3.0-only
        checkdepends = python-pytest
        checkdepends = python-pytest-asyncio
        makedepends = git
@@ -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.5.2
-       b2sums = 
42d1eaefde15c5fd7a0426921fd8e49a7c8192ec8b1c7fe826655f249b28206945356590bd18bfcb46c21ad2018fc33c65968c2afa67439023ad90ee140da486
+       source = git+https://github.com/vxgmichel/aiostream.git#tag=v0.6.1
+       b2sums = 
24a794b57458d8e45304cacb98a6fccc548bc356e04b51510b0046e2c30bce948efe89a8bb07901cf544685ded7cbb169d40ec8a80122576c009f155507cadb5
 
 pkgname = python-aiostream


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 
 pkgname=python-aiostream
 _name=${pkgname#python-}
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc='Generator-based operators for asynchronous iteration'
 arch=('any')
 url=https://github.com/vxgmichel/aiostream
-license=('GPL3')
+license=('GPL-3.0-only')
 depends=('python-typing_extensions')
 makedepends=(
   'git'
@@ -19,7 +19,7 @@ makedepends=(
 )
 checkdepends=('python-pytest' 'python-pytest-asyncio')
 source=("git+$url.git#tag=v$pkgver")
-b2sums=('42d1eaefde15c5fd7a0426921fd8e49a7c8192ec8b1c7fe826655f249b28206945356590bd18bfcb46c21ad2018fc33c65968c2afa67439023ad90ee140da486')
+b2sums=('24a794b57458d8e45304cacb98a6fccc548bc356e04b51510b0046e2c30bce948efe89a8bb07901cf544685ded7cbb169d40ec8a80122576c009f155507cadb5')
 
 build() {
   cd "$_name"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiostream/-/commit/708dbff5f9576a4f72cbe05166fb8d9425f274ae

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiostream/-/commit/708dbff5f9576a4f72cbe05166fb8d9425f274ae
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to