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


Commits:
fb997069 by Jelle van der Waa at 2024-10-06T14:26:51+02:00
upgpkg: 3.10.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-paste
        pkgdesc = Tools for using a Web Server Gateway Interface stack
-       pkgver = 3.7.1
+       pkgver = 3.10.1
        pkgrel = 1
        url = https://pythonpaste.readthedocs.io/
        arch = any
@@ -10,7 +10,7 @@ pkgbase = python-paste
        makedepends = python-setuptools
        depends = python-six
        optdepends = python-flup: WSGI utilities
-       source = 
https://files.pythonhosted.org/packages/source/P/Paste/Paste-3.7.1.tar.gz
-       sha512sums = 
672f0476582b0c0f65a049800fbd23f7df2c62b405ed1b803474715a80d532bbf117558b201329967bf83f4c88c8740e5f626ff5c2dafa3eade04fccefd332b0
+       source = 
https://files.pythonhosted.org/packages/source/p/paste/paste-3.10.1.tar.gz
+       sha512sums = 
3d224fc017f8354a4737c83d3dcddd0dfa8baaa80a86f843e817ccba295b8e04d16bb10594f17f010da204a0854cf9d57c03a09d0dacb0e7af305a9b0f86422f
 
 pkgname = python-paste


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Cilyan Olowen <[email protected]>
 
 pkgname=python-paste
-pkgver=3.7.1
+pkgver=3.10.1
 pkgrel=1
 pkgdesc="Tools for using a Web Server Gateway Interface stack"
 arch=('any')
@@ -13,21 +13,21 @@ depends=('python-six')
 optdepends=('python-flup: WSGI utilities')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-flup')
-source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz";)
-sha512sums=('672f0476582b0c0f65a049800fbd23f7df2c62b405ed1b803474715a80d532bbf117558b201329967bf83f4c88c8740e5f626ff5c2dafa3eade04fccefd332b0')
+source=("https://files.pythonhosted.org/packages/source/p/paste/paste-${pkgver}.tar.gz";)
+sha512sums=('3d224fc017f8354a4737c83d3dcddd0dfa8baaa80a86f843e817ccba295b8e04d16bb10594f17f010da204a0854cf9d57c03a09d0dacb0e7af305a9b0f86422f')
 
 build() {
-  cd Paste-$pkgver
+  cd paste-$pkgver
   python setup.py build
 }
 
 check() {
-  cd Paste-$pkgver
+  cd paste-$pkgver
   PYTHONWARNINGS="ignore::DeprecationWarning" pytest
 }
 
 package() {
-  cd Paste-$pkgver
+  cd paste-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 
   install -Dm644 docs/license.txt -t "$pkgdir"/usr/share/licenses/$pkgname/



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

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


Reply via email to