kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / 
python-aioquic


Commits:
b802d26b by kpcyrd at 2024-03-14T17:06:26+01:00
upgpkg: 1.0.0-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-aioquic
        pkgdesc = QUIC and HTTP/3 implementation in Python
-       pkgver = 0.9.25
+       pkgver = 1.0.0
        pkgrel = 1
        url = https://github.com/aiortc/aioquic
        arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = python-aioquic
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
+       depends = glibc
        depends = openssl
        depends = python
        depends = python-certifi
@@ -16,8 +17,8 @@ pkgbase = python-aioquic
        depends = python-pylsqpack
        depends = python-pyopenssl
        depends = python-service-identity
-       source = 
https://files.pythonhosted.org/packages/source/a/aioquic/aioquic-0.9.25.tar.gz
-       sha256sums = 
70795c78905326d855c2ae524072234aae586c789b81292e272d021e9b0430a3
-       b2sums = 
50b12f7d274e47172af88185e58f4debb6961724446e47b03bea2ed5379ef20093e86fcc1d482a8a9f5574e541fe855eadd14c504468b6fe9c9f258e5bd3a3cc
+       source = 
https://files.pythonhosted.org/packages/source/a/aioquic/aioquic-1.0.0.tar.gz
+       sha256sums = 
ed31c2b5afa98c5b6cafa4f36149deaf1dff6c5a69701eadd27167415f9f1660
+       b2sums = 
b184174b322180fda42939e990df7fef9e69bef946a148ae98a38153c8bcdc6859ae73eab7f20d0b2397d0308ba80a3914ce20183be5c34f220336eb0c5bfd18
 
 pkgname = python-aioquic


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,5 @@
+[python-aioquic]
+source = "github"
+github = "aiortc/aioquic"
+prefix = "v"
+use_max_tag = true


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,14 @@
 
 pkgname=python-aioquic
 _name=aioquic
-pkgver=0.9.25
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='QUIC and HTTP/3 implementation in Python'
 url='https://github.com/aiortc/aioquic'
 arch=('x86_64')
 license=('BSD-3-Clause')
 depends=(
+  'glibc'
   'openssl'
   'python'
   'python-certifi'
@@ -24,8 +25,8 @@ makedepends=(
   'python-wheel'
 )
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('70795c78905326d855c2ae524072234aae586c789b81292e272d021e9b0430a3')
-b2sums=('50b12f7d274e47172af88185e58f4debb6961724446e47b03bea2ed5379ef20093e86fcc1d482a8a9f5574e541fe855eadd14c504468b6fe9c9f258e5bd3a3cc')
+sha256sums=('ed31c2b5afa98c5b6cafa4f36149deaf1dff6c5a69701eadd27167415f9f1660')
+b2sums=('b184174b322180fda42939e990df7fef9e69bef946a148ae98a38153c8bcdc6859ae73eab7f20d0b2397d0308ba80a3914ce20183be5c34f220336eb0c5bfd18')
 
 build() {
   cd "${_name}-${pkgver}"



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

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


Reply via email to