pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-WebOb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov  1 00:08:47 UTC 2024

Modified Files:
        pkgsrc/www/py-WebOb: Makefile distinfo

Log Message:
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 https://github.com/Pylons/webob/pull/469


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-WebOb/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-WebOb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-WebOb/Makefile
diff -u pkgsrc/www/py-WebOb/Makefile:1.18 pkgsrc/www/py-WebOb/Makefile:1.19
--- pkgsrc/www/py-WebOb/Makefile:1.18   Sat Oct 12 08:13:13 2024
+++ pkgsrc/www/py-WebOb/Makefile        Fri Nov  1 00:08:47 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/10/12 08:13:13 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/11/01 00:08:47 wiz Exp $
 
-DISTNAME=      webob-1.8.8
+DISTNAME=      webob-1.8.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/webob/WebOb/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/webob/}
@@ -18,14 +18,16 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-test-xdist
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-# doesn't really support Python 3.13
-# https://github.com/Pylons/webob/issues/437
-
 WHEEL_NAME=    ${DISTNAME:S/webob/WebOb/}
 
-# as of 1.8.8
-# 1 failed, 2379 passed, 9 skipped, 1 xfailed, 35 warnings
+# as of 1.8.9
+# 1 failed, 2379 passed, 9 skipped, 1 xfailed, 34 warnings
+
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYTHON_VERSION} > 312
+DEPENDS+=      ${PYPKGPREFIX}-legacy-cgi-[0-9]*:../../www/py-legacy-cgi
+.endif
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-WebOb/distinfo
diff -u pkgsrc/www/py-WebOb/distinfo:1.13 pkgsrc/www/py-WebOb/distinfo:1.14
--- pkgsrc/www/py-WebOb/distinfo:1.13   Mon Aug 19 21:09:45 2024
+++ pkgsrc/www/py-WebOb/distinfo        Fri Nov  1 00:08:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/08/19 21:09:45 wiz Exp $
+$NetBSD: distinfo,v 1.14 2024/11/01 00:08:47 wiz Exp $
 
-BLAKE2s (webob-1.8.8.tar.gz) = 5739872a91794d8b9dc1a7b35a94d02297037c59839382f2c5e9993f1984df14
-SHA512 (webob-1.8.8.tar.gz) = 13093e77591a3bdb36e8f30a5d40922120d949faf24e3322b0116f1a14483180772b22c82237b0db4a17a914c2c99509847a9f2a717de09b4bffa55fa5269838
-Size (webob-1.8.8.tar.gz) = 279035 bytes
+BLAKE2s (webob-1.8.9.tar.gz) = 53562e458912bb2fb93d8a463dfe1e8ff163f26c6eedf370e762fc76a364436b
+SHA512 (webob-1.8.9.tar.gz) = ed5d91f864572b4bbeaa2aa6ada98285d597f83bc14613e62defb6fd6617986aa63534f0962d8045866471f8dfa09c803a5f2105efb84e5f618db6eeb804b9a1
+Size (webob-1.8.9.tar.gz) = 279775 bytes



Home | Main Index | Thread Index | Old Index