pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-webpy



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun 12 07:57:09 UTC 2026

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

Log Message:
py-webpy: updated to 0.76

0.76

docs: fix simple typo, resvere -> reverse
Remove unreachable code.
TEMPLATE_BUILTIN_NAMES: Add Python builtin round()
MANIFEST.in: include LICENSE.txt
Optimize badge resolution
test: pin dbutils to >= 2.0.0
add GitHub URL for PyPi
Blacken the codebase
Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10.
refactor: remove python2 compatibility codes for using super
chore: remove unnecessary files in generated python package
Update README.md
Upgrade to MySQL 8.0 and Python 3.11-dev
Pre commit autoupdate
fix: pypy3 support
refactor: run pyupgrade on exists codes
pre-commit: Add isort --profile=black
Migrate from setup.py to pyproject.toml
pre-commit: Add pyupgrade --py36-plus
Test on Python 3.11 production release
Add Python 3.12-dev to the testing
Travis CI is no longer used
Replace flake8, isort, and pyupgrade with ruff
pre-commit autoupdate 2023-04-20
ruff --select=UP032 --fix .
Remove cgi.FieldStorage
Upgrade GitHub Actions
web.py release v0.70
Fix storify and multipart
Fix: update deprecated sqlite3 datetime and timestamp adapters
Keep GitHub Actions up to date with Dependabot
Fix: enable Python 3.12 to parse templates
Propagate field notes
Automate PyPI release on new tag push
Fix: disable accessing special variables from template
Address CVE-2025-3818
pre-commit run --all-files, fix SQLQuery
Fix query
Remove required Python version limit
refactor: remove python2 compatible import usages
Allow python v3.14.x
Document development setup
Fix session.py to allow suppression of the cookie


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/py-webpy/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-webpy/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-webpy/Makefile
diff -u pkgsrc/www/py-webpy/Makefile:1.29 pkgsrc/www/py-webpy/Makefile:1.30
--- pkgsrc/www/py-webpy/Makefile:1.29   Mon Apr 14 20:28:03 2025
+++ pkgsrc/www/py-webpy/Makefile        Fri Jun 12 07:57:09 2026
@@ -1,14 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2025/04/14 20:28:03 adam Exp $
+# $NetBSD: Makefile,v 1.30 2026/06/12 07:57:09 adam Exp $
 
-DISTNAME=      webpy-0.70
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/webpy/web.py/}
-PKGREVISION=   1
+DISTNAME=      web_py-0.76
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/web_py/webpy/}
 CATEGORIES=    www python
-# 0.62 is latest on pypi
-#MASTER_SITES= ${MASTER_SITE_PYPI:=w/web.py/}
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=webpy/}
-GITHUB_PROJECT=        webpy
-GITHUB_TAG=    ${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=w/web.py/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://webpy.org/
@@ -17,12 +12,11 @@ LICENSE=    public-domain
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cheroot>=6.0.0:../../www/py-cheroot
-DEPENDS+=      ${PYPKGPREFIX}-multipart>=0:../../www/py-multipart
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools>=2.6:../../devel/py-more-itertools
+DEPENDS+=      ${PYPKGPREFIX}-multipart>=0.2.4:../../www/py-multipart
 
 USE_LANGUAGES= # none
 
-WHEEL_NAME=    ${DISTNAME:S/web/web_/}
-
 # as of 0.70:
 # 57 passed, 132 warnings
 # but sometimes (DiskStoreTest.testStoreConcurrent)

Index: pkgsrc/www/py-webpy/distinfo
diff -u pkgsrc/www/py-webpy/distinfo:1.9 pkgsrc/www/py-webpy/distinfo:1.10
--- pkgsrc/www/py-webpy/distinfo:1.9    Sun Oct 13 19:48:10 2024
+++ pkgsrc/www/py-webpy/distinfo        Fri Jun 12 07:57:09 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/10/13 19:48:10 wiz Exp $
+$NetBSD: distinfo,v 1.10 2026/06/12 07:57:09 adam Exp $
 
-BLAKE2s (webpy-0.70.tar.gz) = cd629e1bc86bd95e1fd4ad54994a233727b0df693124e597510b9b77fb1add0c
-SHA512 (webpy-0.70.tar.gz) = 555d49bff8c246b3b9f474385897fecf8d30e597cf4b14abb727936c9391410e330836228be27baca0cea120d70ec7c4a59e4065c58833941e15ad0c988b1f09
-Size (webpy-0.70.tar.gz) = 104202 bytes
+BLAKE2s (web_py-0.76.tar.gz) = b8c82e90bb0ea48eceab1719523c11007c0ff1c4226772ffb092747a0003766e
+SHA512 (web_py-0.76.tar.gz) = 4b99478e0c3e357779889df3d4f70c1c92db5a9dd103e2a3a371ee12ea5511739fe985a99def28c9c998e7e81ea907d154c1f8d87eac7cd7fdc1431d04ef9c75
+Size (web_py-0.76.tar.gz) = 93609 bytes



Home | Main Index | Thread Index | Old Index