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


Commits:
08d5019c by Maxime Gauduin at 2026-05-29T17:40:12+02:00
upgpkg: 0.8.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-quart-cors
        pkgdesc = A Quart extension to provide Cross Origin Resource Sharing, 
access control, support
-       pkgver = 0.7.0
-       pkgrel = 7
+       pkgver = 0.8.0
+       pkgrel = 1
        url = https://github.com/pgjones/quart-cors
        arch = any
        license = MIT
@@ -12,10 +12,12 @@ pkgbase = python-quart-cors
        makedepends = git
        makedepends = python-build
        makedepends = python-installer
+       makedepends = python-pdm-backend
        makedepends = python-poetry-core
        depends = python
        depends = python-quart
-       source = 
git+https://github.com/pgjones/quart-cors.git#tag=e998af02d7a40b2dfd2acb656e0a981faef5e782
-       sha256sums = SKIP
+       depends = python-typing_extensions
+       source = git+https://github.com/pgjones/quart-cors.git#tag=0.8.0
+       b2sums = SKIP
 
 pkgname = python-quart-cors


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <[email protected]>
 
 pkgname=python-quart-cors
-pkgver=0.7.0
-pkgrel=7
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='A Quart extension to provide Cross Origin Resource Sharing, access 
control, support'
 url=https://github.com/pgjones/quart-cors
 arch=(any)
@@ -10,11 +10,13 @@ license=(MIT)
 depends=(
   python
   python-quart
+  python-typing_extensions
 )
 makedepends=(
   git
   python-build
   python-installer
+  python-pdm-backend
   python-poetry-core
 )
 checkdepends=(
@@ -23,14 +25,8 @@ checkdepends=(
   python-pytest-asyncio
   python-pytest-sugar
 )
-_tag=e998af02d7a40b2dfd2acb656e0a981faef5e782
-source=(git+https://github.com/pgjones/quart-cors.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd quart-cors
-  git describe --tags
-}
+source=(git+https://github.com/pgjones/quart-cors.git#tag=${pkgver})
+b2sums=(SKIP)
 
 build() {
   cd quart-cors



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-quart-cors/-/commit/08d5019cdcbbab07b99f3e564a623a996a2a81a8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-quart-cors/-/commit/08d5019cdcbbab07b99f3e564a623a996a2a81a8
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to