pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 20 09:58:11 UTC 2026

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

Log Message:
py-django-modelcluster: updated to 6.5

6.5 (01.05.2026)

* Preliminary Django 6.1 support (Sage Abdullah)
* Implement `none` method on FakeQuerySet (Victor Miti)
* Fix: Recursively copy child relations on `copy_cluster`, `copy_all_child_relations` and `copy_child_relation` (Jakub Musil, Matt Westcott)
* Fix: Fix behavior of ParentalManyToManyFields and `prefetch_related()` supplied with a lookup queryset (Bernhard Bliem)
* Fix: Prevent `ClusterForm` creating duplicates when unsaved child objects exist on both initial instance and form data (Alex Tomkins)
* Maintenance: Migrate setup.py to pyproject.toml (Storm Heg)
* Maintenance: Add tooling for linting / formatting (Storm Heg)
* Maintenance: Set up nightly testing against Django main branch (Storm Heg)
* Maintenance: Set up PyPI trusted publishing (Storm Heg)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-django-modelcluster/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django-modelcluster/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-modelcluster/Makefile
diff -u pkgsrc/www/py-django-modelcluster/Makefile:1.11 pkgsrc/www/py-django-modelcluster/Makefile:1.12
--- pkgsrc/www/py-django-modelcluster/Makefile:1.11     Thu Dec 11 10:40:05 2025
+++ pkgsrc/www/py-django-modelcluster/Makefile  Wed May 20 09:58:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/12/11 10:40:05 adam Exp $
+# $NetBSD: Makefile,v 1.12 2026/05/20 09:58:11 adam Exp $
 
-DISTNAME=      django_modelcluster-6.4.1
+DISTNAME=      django_modelcluster-6.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-modelcluster/}

Index: pkgsrc/www/py-django-modelcluster/distinfo
diff -u pkgsrc/www/py-django-modelcluster/distinfo:1.9 pkgsrc/www/py-django-modelcluster/distinfo:1.10
--- pkgsrc/www/py-django-modelcluster/distinfo:1.9      Thu Dec 11 10:40:05 2025
+++ pkgsrc/www/py-django-modelcluster/distinfo  Wed May 20 09:58:11 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/12/11 10:40:05 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/05/20 09:58:11 adam Exp $
 
-BLAKE2s (django_modelcluster-6.4.1.tar.gz) = 3f4f2dc192ddf22c3f74f3f4167aed03d43cf4397122977c20ddfe839eba8eae
-SHA512 (django_modelcluster-6.4.1.tar.gz) = 14ff2c0abb1de72ee29b86f4d2441ce6c564c9ef2fb9c6ccb02128d53bdbd2bfa9abfa7211f4502d5e83b3ba0d8c768782a9e2e734404e9972e7d4eb3dc013ef
-Size (django_modelcluster-6.4.1.tar.gz) = 29029 bytes
+BLAKE2s (django_modelcluster-6.5.tar.gz) = 355558dfea3960c9d8828922cef3e5f25a71876de0c23fd3b7c126d615d3b939
+SHA512 (django_modelcluster-6.5.tar.gz) = 7dd457875de3af6b9a95d3665b25d234f3fc259de148549ad6e06daf60f314477af9bd951e10c0acab24228be0752038fb3c23ac8ca37abba854831bc84f4c79
+Size (django_modelcluster-6.5.tar.gz) = 29707 bytes



Home | Main Index | Thread Index | Old Index