Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
gunicorn


Commits:
a7120cfc by Daniel M. Capella at 2024-04-18T14:50:19-04:00
upgpkg: 22.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,27 +1,25 @@
 pkgbase = gunicorn
        pkgdesc = WSGI HTTP Server for UNIX
-       pkgver = 21.2.0
-       pkgrel = 3
+       pkgver = 22.0.0
+       pkgrel = 1
        url = https://gunicorn.org/
        arch = any
        license = MIT
        checkdepends = python-aiohttp
-       checkdepends = python-coverage
        checkdepends = python-eventlet
        checkdepends = python-gevent
        checkdepends = python-pytest
-       checkdepends = python-pytest-cov
        makedepends = git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
-       depends = python
+       depends = python-packaging
        optdepends = python-eventlet: for asynchronous request handling with 
eventlet
        optdepends = python-gevent: for asynchronous request handling with 
gevent
        optdepends = python-setproctitle: for process renaming
        optdepends = python-tornado: for asynchronous request handling with 
tornado
-       source = git+https://github.com/benoitc/gunicorn.git#tag=21.2.0
-       b2sums = 
6d16b867e202b5291529e757675c88236bb2cb213489fe9610cc057235f00fcc3c065e36857e152fe79e736d6cb903f8f18911a0eca597cf7b0e65350b4b5bcd
+       source = git+https://github.com/benoitc/gunicorn.git#tag=22.0.0
+       b2sums = 
ceba81b2dc5914f6f0aba0c8971ed36af1e0db078df3bcbb1381e3928a34152e2c251b145476522764582b556e176c1cbb3762e1a0ea2a2d8219f63f0e4a8180
 
 pkgname = gunicorn


=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
 # Contributor: Vsevolod Balashov <vsevolod at balashov dot name>
 
 pkgname=gunicorn
-pkgver=21.2.0
-pkgrel=3
+pkgver=22.0.0
+pkgrel=1
 pkgdesc='WSGI HTTP Server for UNIX'
 arch=('any')
 url='https://gunicorn.org/'
 license=('MIT')
-depends=('python')
+depends=('python-packaging')
 makedepends=(
   'git'
   'python-build'
@@ -21,11 +21,9 @@ makedepends=(
 )
 checkdepends=(
   'python-aiohttp'
-  'python-coverage'
   'python-eventlet'
   'python-gevent'
   'python-pytest'
-  'python-pytest-cov'
 )
 optdepends=(
   'python-eventlet: for asynchronous request handling with eventlet'
@@ -34,7 +32,7 @@ optdepends=(
   'python-tornado: for asynchronous request handling with tornado'
 )
 source=("git+https://github.com/benoitc/$pkgname.git#tag=$pkgver";)
-b2sums=('6d16b867e202b5291529e757675c88236bb2cb213489fe9610cc057235f00fcc3c065e36857e152fe79e736d6cb903f8f18911a0eca597cf7b0e65350b4b5bcd')
+b2sums=('ceba81b2dc5914f6f0aba0c8971ed36af1e0db078df3bcbb1381e3928a34152e2c251b145476522764582b556e176c1cbb3762e1a0ea2a2d8219f63f0e4a8180')
 
 build() {
   cd $pkgname
@@ -43,7 +41,7 @@ build() {
 
 check() {
   cd $pkgname
-  python -m pytest
+  python -m pytest --override-ini="addopts="
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gunicorn/-/commit/a7120cfc1c7ed9b0f9c2f09bdcd02533b6772a00

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gunicorn/-/commit/a7120cfc1c7ed9b0f9c2f09bdcd02533b6772a00
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to