Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-nest-asyncio


Commits:
7d59f0c5 by Felix Yan at 2024-01-16T16:01:03+02:00
upgpkg: 1.5.9-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = python-nest-asyncio
+       pkgdesc = Patch asyncio to allow nested event loops
+       pkgver = 1.5.9
+       pkgrel = 1
+       url = https://github.com/erdewit/nest_asyncio
+       arch = any
+       license = BSD
+       makedepends = python-setuptools
+       depends = python
+       provides = python-nest_asyncio
+       replaces = python-nest_asyncio
+       source = 
https://github.com/erdewit/nest_asyncio/archive/v1.5.9/python-nest-asyncio-1.5.9.tar.gz
+       sha512sums = 
718611e340f2735ac5a389539a0c1b3f2fb55172fa48207c3dd990f8a7d74fd288862663e3585c09d483ae2f5da205ca341e95fa85dd452cf3a074b752b37827
+
+pkgname = python-nest-asyncio


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-nest-asyncio
-pkgver=1.5.8
+pkgver=1.5.9
 pkgrel=1
 pkgdesc="Patch asyncio to allow nested event loops"
 url="https://github.com/erdewit/nest_asyncio";
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
 provides=('python-nest_asyncio')
 replaces=('python-nest_asyncio')
 
source=("https://github.com/erdewit/nest_asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('845900760e50fa0d1aee75f93707dfbbf14044805e1cae53beff42091cbd6855ad134bcfa0130b4b422208270a49efeea415d0c2a7597d37019868c929102f2e')
+sha512sums=('718611e340f2735ac5a389539a0c1b3f2fb55172fa48207c3dd990f8a7d74fd288862663e3585c09d483ae2f5da205ca341e95fa85dd452cf3a074b752b37827')
 
 build() {
   cd nest_asyncio-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nest-asyncio/-/commit/7d59f0c5dc1cd7d5868ca20d5294fbad5db38a32

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nest-asyncio/-/commit/7d59f0c5dc1cd7d5868ca20d5294fbad5db38a32
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to