pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-bootstrap5



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep  2 15:19:36 UTC 2026

Modified Files:
        pkgsrc/www/py-django-bootstrap5: Makefile distinfo

Log Message:
py-django-bootstrap5: updated to 26.3

26.3 (2026-08-28)

- Drop support for Django 4.2 (EOL).
- Add support for Django 6.1.
- Recognize `month` and `datetime-local` input-type widget subclasses as form-control widgets, enabling addons and floating labels for them
- **Breaking:** Rewrite `radio_select.html` to forward each option's own attrs (fixing custom attrs like `data-total` from a custom `create_option()` being silently dropped on 
`RadioSelect`/`CheckboxSelectMultiple`) and to stop leaking `disabled`/`required`/`form`/an always-empty `class=""` onto the non-form-control wrapper `<div>`
- Fix `server_side_validation` not propagating from `bootstrap_form`/`bootstrap_formset` to field renderers
- Fix placeholder being set on color and range inputs
- Fix bugs in `url_replace_param`, jinja2 helpers, and `BaseRenderer.render`; add AGENTS.md
- Add `label` argument to `bootstrap_field` to override a field's label text without touching the form definition — works with horizontal/floating layout and as the default placeholder
- Add `label_class` setting so a default label CSS class can be set globally
- Support `addon_before`/`addon_after` on `Select` widgets, excluding `SelectMultiple` and `RadioSelect`
- Add `layout` setting to set a default layout for forms and fields
- Update default Bootstrap to 5.3.8.
- Add `input_class` argument to `bootstrap_field`
- Warn when `layout="floating"` is used with `addon_before` or `addon_after`
- Add a maintenance-round section and release-note ordering convention to MAINTAINING.md.
- Add tests for `django.contrib.gis` form field rendering.
- Add a 15-minute `timeout-minutes` to every CI job.
- Fix `just build`: ignore the transient `pyproject.toml.orig` in `check-manifest`.
- Add `typos` spell checking to `just lint`.
- Add MAINTAINING.md (version-support policy, release process); add scope statement and PR-review checklist to CONTRIBUTING.md.
- Fix typos in `CHANGELOG.md` and `docs/settings.rst`.
- Fix `size` docstrings for `bootstrap_field`/`bootstrap_form` and `bootstrap_pagination` — the documented values (`'small'`/`'medium'`/`'large'`) don't exist; the accepted values are 
`'sm'`/`'md'`/`'lg'`


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-bootstrap5/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-bootstrap5/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-django-bootstrap5/Makefile
diff -u pkgsrc/www/py-django-bootstrap5/Makefile:1.10 pkgsrc/www/py-django-bootstrap5/Makefile:1.11
--- pkgsrc/www/py-django-bootstrap5/Makefile:1.10       Thu Feb 12 14:09:34 2026
+++ pkgsrc/www/py-django-bootstrap5/Makefile    Wed Sep  2 15:19:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2026/02/12 14:09:34 adam Exp $
+# $NetBSD: Makefile,v 1.11 2026/09/02 15:19:36 adam Exp $
 
-DISTNAME=      django_bootstrap5-26.2
+DISTNAME=      django_bootstrap5-26.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-bootstrap5/}
@@ -11,7 +11,7 @@ COMMENT=      Bootstrap 5 for Django
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-uv-build>=0.9.6:../../devel/py-uv-build
-DEPENDS+=      ${PYPKGPREFIX}-django>=4.2:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=5.2:../../www/py-django
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-django-bootstrap5/distinfo
diff -u pkgsrc/www/py-django-bootstrap5/distinfo:1.8 pkgsrc/www/py-django-bootstrap5/distinfo:1.9
--- pkgsrc/www/py-django-bootstrap5/distinfo:1.8        Thu Feb 12 14:09:34 2026
+++ pkgsrc/www/py-django-bootstrap5/distinfo    Wed Sep  2 15:19:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/02/12 14:09:34 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/09/02 15:19:36 adam Exp $
 
-BLAKE2s (django_bootstrap5-26.2.tar.gz) = 479ff7953f41c6acdb516c0ff4c96f26a21999f1493a98ad419f0765eba9e636
-SHA512 (django_bootstrap5-26.2.tar.gz) = b5f880779c55bb2675cd4a3d8e54ca2f9e84ac83f592bbf84f3f1b987ad96da29dfe627c8f32cf83d6f1d5c50469da12902cd2e60ee3a0e353e6258ccf90f18c
-Size (django_bootstrap5-26.2.tar.gz) = 51468 bytes
+BLAKE2s (django_bootstrap5-26.3.tar.gz) = bf689837eee62aff3fd2ff379f4128f4292dc8f1a39e0de2055b00b5d7f49d8c
+SHA512 (django_bootstrap5-26.3.tar.gz) = 5f3d0cfc9c1eb0362399b160297f1aa7aa32b894a556f753118614faa11e6c5b148e10e066755cf63ce7315a6eae81dfaa85c3734190c1abae53dfc227e12ed5
+Size (django_bootstrap5-26.3.tar.gz) = 59834 bytes



Home | Main Index | Thread Index | Old Index