Sun Mar 3 15:27:09 2024 UTC (105d)
py-django-modelcluster: updated to 6.3

6.3 (26.02.2024)

* Support filtering with Q objects (Shohan Dutta Roy)
* Support random ordering with `.order_by("?")` (Shohan Dutta Roy)
* Support `distinct()` on querysets (Shohan Dutta Roy)
* Support `iso_weekday` and `iso_year` field lookups (Andy Babic)
* Support datetime transform expressions on `values` and `values_list` (Andy Babic)
* Fix: Correctly handle filtering on fields on related models when those fields have names that match a lookup type (Andy Babic)
* Fix: Correctly handle null foreign keys when traversing related fields (Andy Babic)


(adam)
diff -r1.6 -r1.7 pkgsrc/www/py-django-modelcluster/Makefile
diff -r1.6 -r1.7 pkgsrc/www/py-django-modelcluster/distinfo
diff -r1.2 -r1.3 pkgsrc/www/py-django-modelcluster/PLIST

cvs diff -r1.6 -r1.7 pkgsrc/www/py-django-modelcluster/Makefile (expand / switch to context diff)
--- pkgsrc/www/py-django-modelcluster/Makefile 2024/02/09 12:41:07 1.6
+++ pkgsrc/www/py-django-modelcluster/Makefile 2024/03/03 15:27:09 1.7
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/02/09 12:41:07 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/03/03 15:27:09 adam Exp $
 
-DISTNAME=	django-modelcluster-6.2.1
+DISTNAME=	django-modelcluster-6.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	www python
 MASTER_SITES=	${MASTER_SITE_PYPI:=d/django-modelcluster/}

cvs diff -r1.6 -r1.7 pkgsrc/www/py-django-modelcluster/distinfo (expand / switch to context diff)
--- pkgsrc/www/py-django-modelcluster/distinfo 2024/02/09 12:41:07 1.6
+++ pkgsrc/www/py-django-modelcluster/distinfo 2024/03/03 15:27:09 1.7
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/02/09 12:41:07 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/03/03 15:27:09 adam Exp $
 
-BLAKE2s (django-modelcluster-6.2.1.tar.gz) = 4b952edf2d107f66d7005eb2d0aa68b43c84446a707b44312bb6c13de1cc0254
+BLAKE2s (django-modelcluster-6.3.tar.gz) = fa5de529be02a8995c1ac0f6bcb6082f5ed24a4da610e9332b1c4b808c215ed0
-SHA512 (django-modelcluster-6.2.1.tar.gz) = 4e6ec1f727323be5307f0c203a6c63c46cb2b716fea8a4ac6117c9e3c481dfb59abbf5cdcdf64ee33509aa6aa014bb1140b49f967c772570d74844b751751668
+SHA512 (django-modelcluster-6.3.tar.gz) = d98dd78919df620540c8616c73d7f838ad996eb6306fcb9d4ffa4e53c4d8b1041bf141d230665de8955da95fc87dacf2d9d733e06fda385ae0b9dd0d9bc9f74c
-Size (django-modelcluster-6.2.1.tar.gz) = 27121 bytes
+Size (django-modelcluster-6.3.tar.gz) = 28903 bytes

cvs diff -r1.2 -r1.3 pkgsrc/www/py-django-modelcluster/PLIST (expand / switch to context diff)
--- pkgsrc/www/py-django-modelcluster/PLIST 2024/02/09 12:41:07 1.2
+++ pkgsrc/www/py-django-modelcluster/PLIST 2024/03/03 15:27:09 1.3
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/02/09 12:41:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/03/03 15:27:09 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -13,6 +13,9 @@
 ${PYSITELIB}/modelcluster/contrib/taggit.py
 ${PYSITELIB}/modelcluster/contrib/taggit.pyc
 ${PYSITELIB}/modelcluster/contrib/taggit.pyo
+${PYSITELIB}/modelcluster/datetime_utils.py
+${PYSITELIB}/modelcluster/datetime_utils.pyc
+${PYSITELIB}/modelcluster/datetime_utils.pyo
 ${PYSITELIB}/modelcluster/fields.py
 ${PYSITELIB}/modelcluster/fields.pyc
 ${PYSITELIB}/modelcluster/fields.pyo