Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-webob
Commits:
deb27083 by Carl Smedstad at 2024-11-17T16:15:26+01:00
Update URL to non-dead one
- - - - -
8c331418 by Carl Smedstad at 2024-11-17T16:26:21+01:00
upgpkg: 1.8.7-9: Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = python-webob
pkgdesc = WSGI request and response object
pkgver = 1.8.7
- pkgrel = 8
- url = http://pythonpaste.org/webob/
+ pkgrel = 9
+ url = https://webob.org/
arch = any
license = MIT
checkdepends = python-pytest
@@ -12,6 +12,7 @@ pkgbase = python-webob
makedepends = python-installer
makedepends = python-wheel
depends = python
+ depends = python-legacy-cgi
optdepends = python-webob-docs: documentation
source = https://pypi.io/packages/source/W/WebOb/WebOb-1.8.7.tar.gz
source =
python-webob-py39.patch::https://github.com/Pylons/webob/commit/6b5d8c382c26.patch
=====================================
PKGBUILD
=====================================
@@ -5,12 +5,12 @@
pkgbase='python-webob'
pkgname=('python-webob' 'python-webob-docs')
pkgver=1.8.7
-pkgrel=8
+pkgrel=9
pkgdesc="WSGI request and response object"
arch=('any')
-url="http://pythonpaste.org/webob/"
+url="https://webob.org/"
license=('MIT')
-depends=('python')
+depends=('python' 'python-legacy-cgi')
makedepends=('python-setuptools' 'python-sphinx' 'python-build'
'python-installer' 'python-wheel')
checkdepends=('python-pytest')
optdepends=('python-webob-docs: documentation')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-webob/-/compare/ad73e4472f3bc955384565536b06b28718820882...8c331418824ca06fcf2ee528441d3db43d6cb542
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-webob/-/compare/ad73e4472f3bc955384565536b06b28718820882...8c331418824ca06fcf2ee528441d3db43d6cb542
You're receiving this email because of your account on gitlab.archlinux.org.