pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pugjs



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 23 11:42:48 UTC 2026

Modified Files:
        pkgsrc/textproc/py-pugjs: Makefile distinfo

Log Message:
py-pugjs: updated to 7.0.0

7.0.0

Add support for multiline unbuffered code blocks (- followed by indented Python code).
Fix multiline assignments in Django templates.
Fix Django include expansion when multiple mixin files are included.
Resolve Jinja includes relative to the current source file, including nested includes, while preserving the configured base-directory fallback.
Support backslash-continued multiline attribute strings.
Restore Django translation extraction on Django 6 by decoding template sources as UTF-8.
Update official Django support and CI coverage to Django 5.2 and 6.0; remove Django 3.x/4.x classifiers and test jobs.
Refresh runtime, development, and GitHub Actions dependencies.
Add Beads project-tracking metadata.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-pugjs/Makefile \
    pkgsrc/textproc/py-pugjs/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-pugjs/Makefile
diff -u pkgsrc/textproc/py-pugjs/Makefile:1.3 pkgsrc/textproc/py-pugjs/Makefile:1.4
--- pkgsrc/textproc/py-pugjs/Makefile:1.3       Tue May  5 18:08:23 2026
+++ pkgsrc/textproc/py-pugjs/Makefile   Thu Jul 23 11:42:48 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2026/05/05 18:08:23 adam Exp $
+# $NetBSD: Makefile,v 1.4 2026/07/23 11:42:48 adam Exp $
 
-DISTNAME=      pypugjs-6.0.3
+DISTNAME=      pypugjs-7.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    textproc lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypugjs/}
Index: pkgsrc/textproc/py-pugjs/distinfo
diff -u pkgsrc/textproc/py-pugjs/distinfo:1.3 pkgsrc/textproc/py-pugjs/distinfo:1.4
--- pkgsrc/textproc/py-pugjs/distinfo:1.3       Tue May  5 18:08:23 2026
+++ pkgsrc/textproc/py-pugjs/distinfo   Thu Jul 23 11:42:48 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2026/05/05 18:08:23 adam Exp $
+$NetBSD: distinfo,v 1.4 2026/07/23 11:42:48 adam Exp $
 
-BLAKE2s (pypugjs-6.0.3.tar.gz) = 5d52e3f2a755fca6a3a54895348d331c9d8b0c3dac3bfd3bcb95b8ee75b28dbc
-SHA512 (pypugjs-6.0.3.tar.gz) = d0d801b52671a7cae15ee4d67fb3c4e1843ec3b856ee56dd22e2df9b80ea4516218ae82a2da9420f84bbe8701efe4a299eb4f6c305dc7b02c96a268c1b6f1e20
-Size (pypugjs-6.0.3.tar.gz) = 35092 bytes
+BLAKE2s (pypugjs-7.0.0.tar.gz) = 02561130731b29f40e1cecc5c0203604d049624f85c666ce2074fec4b6341f57
+SHA512 (pypugjs-7.0.0.tar.gz) = 179901c5a28a0bc42f9b105fc6b4490543c0ecd6a705cd4b11bf96d98b4cbc4e3c73698f1240cb038c596d026d063f5701e394e1d92b413e3aa7ddc87845fff6
+Size (pypugjs-7.0.0.tar.gz) = 35768 bytes



Home | Main Index | Thread Index | Old Index