Skip to content
Snippets Groups Projects
Unverified Commit 351a643e authored by Chih-Hsuan Yen's avatar Chih-Hsuan Yen
Browse files

upgpkg: 4.3.0-1

parent cbb22c94
No related branches found
No related tags found
No related merge requests found
pkgbase = python-anyio
pkgdesc = High level compatibility layer for multiple asynchronous event loop implementations
pkgver = 4.2.0
pkgver = 4.3.0
pkgrel = 1
url = https://github.com/agronholm/anyio
arch = any
......@@ -24,7 +24,7 @@ pkgbase = python-anyio
optdepends = python-outcome: trio backend
optdepends = python-uvloop: use uvloop for asyncio backend
optdepends = python-pytest: pytest plugin
source = https://github.com/agronholm/anyio/archive/4.2.0/anyio-4.2.0.tar.gz
sha256sums = 64e2b1158ace6fee6c990ab78ee79707c0dea3f7f833a9541cd6ad056802ff87
source = https://github.com/agronholm/anyio/archive/4.3.0/anyio-4.3.0.tar.gz
sha256sums = 795c49397862065e6650d6bc30d5ccfd4bc149f8a4f9fbdbe3d816b8aaf5fb21
pkgname = python-anyio
......@@ -2,7 +2,7 @@
pkgname=python-anyio
# https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst
pkgver=4.2.0
pkgver=4.3.0
pkgrel=1
pkgdesc='High level compatibility layer for multiple asynchronous event loop implementations'
arch=(any)
......@@ -19,7 +19,7 @@ optdepends=(
'python-pytest: pytest plugin'
)
source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz)
sha256sums=('64e2b1158ace6fee6c990ab78ee79707c0dea3f7f833a9541cd6ad056802ff87')
sha256sums=('795c49397862065e6650d6bc30d5ccfd4bc149f8a4f9fbdbe3d816b8aaf5fb21')
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment