David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-async-timeout


Commits:
4c21c8cf by David Runge at 2024-04-30T17:24:03+02:00
Add nvchecker integration

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
f22df5a6 by David Runge at 2024-04-30T17:24:46+02:00
upgpkg: 4.0.3-4

Rebuild to remove unneeded dependency on python-typing_extensions

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-async-timeout
        pkgdesc = Asyncio-compatible timeout class
        pkgver = 4.0.3
-       pkgrel = 3
+       pkgrel = 4
        url = https://github.com/aio-libs/async-timeout
        arch = any
        license = Apache-2.0
@@ -14,7 +14,6 @@ pkgbase = python-async-timeout
        makedepends = python-installer
        makedepends = python-wheel
        depends = python
-       depends = python-typing_extensions
        source = 
https://github.com/aio-libs/async-timeout/archive/v4.0.3/python-async-timeout-4.0.3.tar.gz
        sha256sums = 
c63f1252d5fa878fdceb7a6894f1df6a73f92546e52a0b7999a5de429fd64ff8
        sha512sums = 
cb5913647e99783ab6ef07901808baa09d7221fc5f1c6e49e7a3e35bf8b627a866277c6503418a00913c1a8f841514b0878a9469719ed7623d9d199de8df9ae8


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[python-async-timeout]
+source = "pypi"
+pypi = "async-timeout"


=====================================
PKGBUILD
=====================================
@@ -6,12 +6,12 @@
 _pkgname=async-timeout
 pkgname=python-async-timeout
 pkgver=4.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
 arch=('any')
 license=('Apache-2.0')
-depends=('python' 'python-typing_extensions')
+depends=('python')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
 
source=(https://github.com/aio-libs/async-timeout/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-async-timeout/-/compare/7c2e5c0e7c96de95a3d0d5ff396d8f83fc99bf9e...f22df5a6557e4d35c70ed92d72ea2077e02cf406

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-async-timeout/-/compare/7c2e5c0e7c96de95a3d0d5ff396d8f83fc99bf9e...f22df5a6557e4d35c70ed92d72ea2077e02cf406
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to