pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 22 19:32:39 UTC 2024

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

Log Message:
py-django-mptt: updated to 0.16.0

0.16

Fixed get_cached_trees if there are multiple trees in the queryset.
Added support for Python 3.12, Django 5.0.
Added codespell and ruff checks to the CI.
Fixed rebuilding using custom managers not named objects.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-django-mptt/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-django-mptt/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-mptt/Makefile
diff -u pkgsrc/www/py-django-mptt/Makefile:1.24 pkgsrc/www/py-django-mptt/Makefile:1.25
--- pkgsrc/www/py-django-mptt/Makefile:1.24     Sat Oct 28 19:57:22 2023
+++ pkgsrc/www/py-django-mptt/Makefile  Mon Jan 22 19:32:39 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2023/10/28 19:57:22 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2024/01/22 19:32:39 adam Exp $
 
-DISTNAME=      django_mptt-0.15.0
+DISTNAME=      django_mptt-0.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-mptt/}
 
@@ -12,7 +11,6 @@ COMMENT=      Utilities for implementing Modi
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
 DEPENDS+=      ${PYPKGPREFIX}-django-js-asset-[0-9]*:../../www/py-django-js-asset
 
 USE_LANGUAGES= # none

Index: pkgsrc/www/py-django-mptt/distinfo
diff -u pkgsrc/www/py-django-mptt/distinfo:1.19 pkgsrc/www/py-django-mptt/distinfo:1.20
--- pkgsrc/www/py-django-mptt/distinfo:1.19     Tue Oct 10 16:34:20 2023
+++ pkgsrc/www/py-django-mptt/distinfo  Mon Jan 22 19:32:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/10/10 16:34:20 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/01/22 19:32:39 adam Exp $
 
-BLAKE2s (django_mptt-0.15.0.tar.gz) = 131898caaed6f5a960db446ac99af549860e9a1ef79faf4cc8319313a3b059d4
-SHA512 (django_mptt-0.15.0.tar.gz) = 31d237fe218e592560db7b9d74dc9e937afebfcf6c9434bf88049b514c74dec693e8140471887f5622b67f99f492f2872ae90745208766ab8d611dd03a044e83
-Size (django_mptt-0.15.0.tar.gz) = 69646 bytes
+BLAKE2s (django_mptt-0.16.0.tar.gz) = 6719c0e4a00af9f6f15a9fc4581e70dd2063062b0032f7dd25eba3fc0a27a013
+SHA512 (django_mptt-0.16.0.tar.gz) = f275a81c676b2866b2cef279e3bc8fc6fe1b3396871ae3be132ea80140ef79d25a7a54792ea0e10d55a9c8f16ef9282aa167597ff816ff35c8caf32b16ef03fe
+Size (django_mptt-0.16.0.tar.gz) = 69886 bytes



Home | Main Index | Thread Index | Old Index