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


Commits:
d5e06761 by Jelle van der Waa at 2024-12-29T15:02:56+01:00
Remove python-six dependency

No longer needed as upstream does not support python 2 anymore.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = python-paste
        pkgdesc = Tools for using a Web Server Gateway Interface stack
        pkgver = 3.10.1
-       pkgrel = 3
+       pkgrel = 4
        url = https://pythonpaste.readthedocs.io/
        arch = any
        license = MIT
        checkdepends = python-pytest
        checkdepends = python-flup
        makedepends = python-setuptools
-       depends = python-six
+       depends = python
        optdepends = python-flup: WSGI utilities
        source = 
https://files.pythonhosted.org/packages/source/p/paste/paste-3.10.1.tar.gz
        sha512sums = 
3d224fc017f8354a4737c83d3dcddd0dfa8baaa80a86f843e817ccba295b8e04d16bb10594f17f010da204a0854cf9d57c03a09d0dacb0e7af305a9b0f86422f


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
 
 pkgname=python-paste
 pkgver=3.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Tools for using a Web Server Gateway Interface stack"
 arch=('any')
 url="https://pythonpaste.readthedocs.io/";
 license=('MIT')
-depends=('python-six')
+depends=('python')
 optdepends=('python-flup: WSGI utilities')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-flup')



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

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


Reply via email to