Sun Mar 3 15:27:09 2024 UTC (83d)
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 unified 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,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2024/02/09 12:41:07 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2024/03/03 15:27:09 adam Exp $
2 2
3DISTNAME= django-modelcluster-6.2.1 3DISTNAME= django-modelcluster-6.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-modelcluster/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-modelcluster/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/wagtail/django-modelcluster 9HOMEPAGE= https://github.com/wagtail/django-modelcluster
10COMMENT= Django extension for offline model instances 10COMMENT= Django extension for offline model instances
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django4 15DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django4
16DEPENDS+= ${PYPKGPREFIX}-pytz>=2022.4:../../time/py-pytz 16DEPENDS+= ${PYPKGPREFIX}-pytz>=2022.4:../../time/py-pytz

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

cvs diff -r1.2 -r1.3 pkgsrc/www/py-django-modelcluster/PLIST (expand / switch to unified 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,28 +1,31 @@ @@ -1,28 +1,31 @@
1@comment $NetBSD: PLIST,v 1.2 2024/02/09 12:41:07 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2024/03/03 15:27:09 adam Exp $
2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE 2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
3${PYSITELIB}/${WHEEL_INFODIR}/METADATA 3${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4${PYSITELIB}/${WHEEL_INFODIR}/RECORD 4${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL 5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt 6${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
7${PYSITELIB}/modelcluster/__init__.py 7${PYSITELIB}/modelcluster/__init__.py
8${PYSITELIB}/modelcluster/__init__.pyc 8${PYSITELIB}/modelcluster/__init__.pyc
9${PYSITELIB}/modelcluster/__init__.pyo 9${PYSITELIB}/modelcluster/__init__.pyo
10${PYSITELIB}/modelcluster/contrib/__init__.py 10${PYSITELIB}/modelcluster/contrib/__init__.py
11${PYSITELIB}/modelcluster/contrib/__init__.pyc 11${PYSITELIB}/modelcluster/contrib/__init__.pyc
12${PYSITELIB}/modelcluster/contrib/__init__.pyo 12${PYSITELIB}/modelcluster/contrib/__init__.pyo
13${PYSITELIB}/modelcluster/contrib/taggit.py 13${PYSITELIB}/modelcluster/contrib/taggit.py
14${PYSITELIB}/modelcluster/contrib/taggit.pyc 14${PYSITELIB}/modelcluster/contrib/taggit.pyc
15${PYSITELIB}/modelcluster/contrib/taggit.pyo 15${PYSITELIB}/modelcluster/contrib/taggit.pyo
 16${PYSITELIB}/modelcluster/datetime_utils.py
 17${PYSITELIB}/modelcluster/datetime_utils.pyc
 18${PYSITELIB}/modelcluster/datetime_utils.pyo
16${PYSITELIB}/modelcluster/fields.py 19${PYSITELIB}/modelcluster/fields.py
17${PYSITELIB}/modelcluster/fields.pyc 20${PYSITELIB}/modelcluster/fields.pyc
18${PYSITELIB}/modelcluster/fields.pyo 21${PYSITELIB}/modelcluster/fields.pyo
19${PYSITELIB}/modelcluster/forms.py 22${PYSITELIB}/modelcluster/forms.py
20${PYSITELIB}/modelcluster/forms.pyc 23${PYSITELIB}/modelcluster/forms.pyc
21${PYSITELIB}/modelcluster/forms.pyo 24${PYSITELIB}/modelcluster/forms.pyo
22${PYSITELIB}/modelcluster/models.py 25${PYSITELIB}/modelcluster/models.py
23${PYSITELIB}/modelcluster/models.pyc 26${PYSITELIB}/modelcluster/models.pyc
24${PYSITELIB}/modelcluster/models.pyo 27${PYSITELIB}/modelcluster/models.pyo
25${PYSITELIB}/modelcluster/queryset.py 28${PYSITELIB}/modelcluster/queryset.py
26${PYSITELIB}/modelcluster/queryset.pyc 29${PYSITELIB}/modelcluster/queryset.pyc
27${PYSITELIB}/modelcluster/queryset.pyo 30${PYSITELIB}/modelcluster/queryset.pyo
28${PYSITELIB}/modelcluster/tags.py 31${PYSITELIB}/modelcluster/tags.py