Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiofiles


Commits:
f4c10ad0 by Maxime Gauduin at 2023-08-15T10:34:32+02:00
upgpkg: 23.2.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = python-aiofiles
+       pkgdesc = File support for asyncio
+       pkgver = 23.2.1
+       pkgrel = 1
+       url = https://github.com/Tinche/aiofiles
+       arch = any
+       license = APACHE
+       checkdepends = python-pytest-asyncio
+       checkdepends = python-pytest
+       makedepends = git
+       makedepends = python-build
+       makedepends = python-hatchling
+       makedepends = python-installer
+       depends = python
+       source = 
git+https://github.com/Tinche/aiofiles.git#tag=c35ef69768aed5a1a900164f80761a288836b015
+       sha256sums = SKIP
+
+pkgname = python-aiofiles


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: cclin <ccli...@outlook.com>
 
 pkgname=python-aiofiles
-pkgver=23.1.0
-pkgrel=2
+pkgver=23.2.1
+pkgrel=1
 pkgdesc='File support for asyncio'
 arch=(any)
 license=(APACHE)
@@ -12,14 +12,14 @@ depends=(python)
 makedepends=(
   git
   python-build
+  python-hatchling
   python-installer
-  python-poetry-core
 )
 checkdepends=(
   python-pytest-asyncio
   python-pytest
 )
-_tag=5cb9b6d3d51e0d9f8170cab06db8ae7f5792d8ff
+_tag=c35ef69768aed5a1a900164f80761a288836b015
 source=(git+https://github.com/Tinche/aiofiles.git#tag=${_tag})
 sha256sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiofiles/-/commit/f4c10ad04bc9cc0c0efe2dfea32b994b7cab8dda

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


Reply via email to