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:           Sun Mar  3 15:27:09 UTC 2024

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-modelcluster/Makefile \
    pkgsrc/www/py-django-modelcluster/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-modelcluster/PLIST

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.6 pkgsrc/www/py-django-modelcluster/Makefile:1.7
--- pkgsrc/www/py-django-modelcluster/Makefile:1.6      Fri Feb  9 12:41:07 2024
+++ pkgsrc/www/py-django-modelcluster/Makefile  Sun Mar  3 15:27:09 2024
@@ -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/}
Index: pkgsrc/www/py-django-modelcluster/distinfo
diff -u pkgsrc/www/py-django-modelcluster/distinfo:1.6 pkgsrc/www/py-django-modelcluster/distinfo:1.7
--- pkgsrc/www/py-django-modelcluster/distinfo:1.6      Fri Feb  9 12:41:07 2024
+++ pkgsrc/www/py-django-modelcluster/distinfo  Sun Mar  3 15:27:09 2024
@@ -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
-SHA512 (django-modelcluster-6.2.1.tar.gz) = 4e6ec1f727323be5307f0c203a6c63c46cb2b716fea8a4ac6117c9e3c481dfb59abbf5cdcdf64ee33509aa6aa014bb1140b49f967c772570d74844b751751668
-Size (django-modelcluster-6.2.1.tar.gz) = 27121 bytes
+BLAKE2s (django-modelcluster-6.3.tar.gz) = fa5de529be02a8995c1ac0f6bcb6082f5ed24a4da610e9332b1c4b808c215ed0
+SHA512 (django-modelcluster-6.3.tar.gz) = d98dd78919df620540c8616c73d7f838ad996eb6306fcb9d4ffa4e53c4d8b1041bf141d230665de8955da95fc87dacf2d9d733e06fda385ae0b9dd0d9bc9f74c
+Size (django-modelcluster-6.3.tar.gz) = 28903 bytes

Index: pkgsrc/www/py-django-modelcluster/PLIST
diff -u pkgsrc/www/py-django-modelcluster/PLIST:1.2 pkgsrc/www/py-django-modelcluster/PLIST:1.3
--- pkgsrc/www/py-django-modelcluster/PLIST:1.2 Fri Feb  9 12:41:07 2024
+++ pkgsrc/www/py-django-modelcluster/PLIST     Sun Mar  3 15:27:09 2024
@@ -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/__init
 ${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



Home | Main Index | Thread Index | Old Index