Skip to content

Commit 6a2d9ad

Browse files
committed
py-WebOb: update to 1.8.9.
1.8.9 (2024-11-23) ------------------ Bugfix ~~~~~~ - Add `legacy-cgi` to required packages to be installed for Python 3.13 compatibility. See Pylons/webob#469
1 parent fc15349 commit 6a2d9ad

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

www/py-WebOb/Makefile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.18 2024/10/12 08:13:13 wiz Exp $
1+
# $NetBSD: Makefile,v 1.19 2024/11/01 00:08:47 wiz Exp $
22

3-
DISTNAME= webob-1.8.8
3+
DISTNAME= webob-1.8.9
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/webob/WebOb/}
55
CATEGORIES= www python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=w/webob/}
@@ -18,14 +18,16 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
1818

1919
USE_LANGUAGES= # none
2020

21-
PYTHON_VERSIONS_INCOMPATIBLE= 27
22-
# doesn't really support Python 3.13
23-
# https://github.com/Pylons/webob/issues/437
24-
2521
WHEEL_NAME= ${DISTNAME:S/webob/WebOb/}
2622

27-
# as of 1.8.8
28-
# 1 failed, 2379 passed, 9 skipped, 1 xfailed, 35 warnings
23+
# as of 1.8.9
24+
# 1 failed, 2379 passed, 9 skipped, 1 xfailed, 34 warnings
25+
26+
.include "../../lang/python/pyversion.mk"
27+
28+
.if ${PYTHON_VERSION} > 312
29+
DEPENDS+= ${PYPKGPREFIX}-legacy-cgi-[0-9]*:../../www/py-legacy-cgi
30+
.endif
2931

3032
.include "../../lang/python/wheel.mk"
3133
.include "../../mk/bsd.pkg.mk"

www/py-WebOb/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.13 2024/08/19 21:09:45 wiz Exp $
1+
$NetBSD: distinfo,v 1.14 2024/11/01 00:08:47 wiz Exp $
22

3-
BLAKE2s (webob-1.8.8.tar.gz) = 5739872a91794d8b9dc1a7b35a94d02297037c59839382f2c5e9993f1984df14
4-
SHA512 (webob-1.8.8.tar.gz) = 13093e77591a3bdb36e8f30a5d40922120d949faf24e3322b0116f1a14483180772b22c82237b0db4a17a914c2c99509847a9f2a717de09b4bffa55fa5269838
5-
Size (webob-1.8.8.tar.gz) = 279035 bytes
3+
BLAKE2s (webob-1.8.9.tar.gz) = 53562e458912bb2fb93d8a463dfe1e8ff163f26c6eedf370e762fc76a364436b
4+
SHA512 (webob-1.8.9.tar.gz) = ed5d91f864572b4bbeaa2aa6ada98285d597f83bc14613e62defb6fd6617986aa63534f0962d8045866471f8dfa09c803a5f2105efb84e5f618db6eeb804b9a1
5+
Size (webob-1.8.9.tar.gz) = 279775 bytes

0 commit comments

Comments
 (0)