Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-wsgiproxy2


Commits:
ca9a2487 by Jelle van der Waa at 2024-04-27T17:46:28+02:00
Drop dependency on python-six

https://github.com/gawel/WSGIProxy2/blob/1ff3742e954e9186e1cfce824132e25a98bc27f6/CHANGES.rst#L13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-wsgiproxy2
        pkgdesc = A WSGI Proxy with various http client backends
        pkgver = 0.5.1
-       pkgrel = 6
+       pkgrel = 7
        url = https://github.com/gawel/WSGIProxy2/
        arch = any
        license = MIT
@@ -14,7 +14,6 @@ pkgbase = python-wsgiproxy2
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python-webob
-       depends = python-six
        source = 
https://github.com/gawel/WSGIProxy2/archive/0.5.1/python-wsgiproxy2-0.5.1.tar.gz
        sha512sums = 
f72e151fedafae535fae3708220586b4baf137b66980b4b395be2895ae2c91e4a8c2a0473cb76a80de6ce057cdf9990620184f726235c1bb780bfb59d0cf54c0
 


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 
 pkgname=python-wsgiproxy2
 pkgver=0.5.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A WSGI Proxy with various http client backends"
 arch=('any')
 license=('MIT')
 url="https://github.com/gawel/WSGIProxy2/";
-depends=('python-webob' 'python-six')
+depends=('python-webob')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest' 'python-requests' 'python-webtest' 
'python-waitress')
 
source=("https://github.com/gawel/WSGIProxy2/archive/$pkgver/$pkgname-$pkgver.tar.gz";)



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

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


Reply via email to