Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiohttp


Commits:
d7d8a8f0 by Levente Polyak at 2024-05-27T00:36:19+02:00
nvchecker: add config

- - - - -
0a701400 by Levente Polyak at 2024-05-27T00:46:10+02:00
upgpkg: 3.9.5-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = python-aiohttp
        pkgdesc = HTTP client/server for asyncio
-       pkgver = 3.9.3
-       pkgrel = 2
+       pkgver = 3.9.5
+       pkgrel = 1
        url = https://aiohttp.readthedocs.io
        arch = x86_64
-       license = Apache
+       license = Apache-2.0
        checkdepends = gunicorn
        checkdepends = python-aiodns
        checkdepends = python-brotli
@@ -33,9 +33,9 @@ pkgbase = python-aiohttp
        optdepends = gunicorn: to deploy using Gunicorn
        optdepends = python-aiodns: for fast DNS resolving
        optdepends = python-brotli: for Brotli transfer-encodings support
-       source = 
python-aiohttp::git+https://github.com/aio-libs/aiohttp#tag=v3.9.3
+       source = 
python-aiohttp::git+https://github.com/aio-libs/aiohttp#tag=v3.9.5
        source = git+https://github.com/nodejs/llhttp.git
-       sha512sums = 
68668a42748423a8ee14eba47ba68ffa6cec09e843fed3b14ea9c5b8a2a080b01c3f9c9478f99cf30ec6f465aac0913ef44238d456530f7d53e1b35741cb6846
+       sha512sums = 
2ed6058f951f753cc31356b89f6712a5c2e0d893b59504650b939f04fa141441b5a1ea1d9659309ac48f17db1e6eabf3354abb15a83fb8c18971bbc92fc1161d
        sha512sums = SKIP
 
 pkgname = python-aiohttp


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,5 @@
+[python-aiohttp]
+source = "git"
+git = "https://github.com/aio-libs/aiohttp.git";
+prefix = "v"
+exclude_regex = ".*0(pre|a|alpha|b|beta|r|rc|RC)[0-9]*"


=====================================
PKGBUILD
=====================================
@@ -7,12 +7,12 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.9.3
-pkgrel=2
+pkgver=3.9.5
+pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 arch=('x86_64')
 url='https://aiohttp.readthedocs.io'
-license=('Apache')
+license=(Apache-2.0)
 depends=(
   'python'
   'python-aiosignal'
@@ -53,14 +53,9 @@ source=(
   "${pkgname}::git+https://github.com/aio-libs/aiohttp#tag=v${pkgver}";
   git+https://github.com/nodejs/llhttp.git
 )
-sha512sums=('68668a42748423a8ee14eba47ba68ffa6cec09e843fed3b14ea9c5b8a2a080b01c3f9c9478f99cf30ec6f465aac0913ef44238d456530f7d53e1b35741cb6846'
+sha512sums=('2ed6058f951f753cc31356b89f6712a5c2e0d893b59504650b939f04fa141441b5a1ea1d9659309ac48f17db1e6eabf3354abb15a83fb8c18971bbc92fc1161d'
             'SKIP')
 
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
 prepare() {
   cd ${pkgname}
   git submodule init



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiohttp/-/compare/8675b93255f3c748955611ae34a6107c6d73a51e...0a701400a498507dc6aff01a23fce1c2f8e88b4f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiohttp/-/compare/8675b93255f3c748955611ae34a6107c6d73a51e...0a701400a498507dc6aff01a23fce1c2f8e88b4f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to