diff options
author | adam <adam@pkgsrc.org> | 2021-03-19 10:05:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-19 10:05:30 +0000 |
commit | 78bcfaa22f74bf37cd069eb2d8b61309ded5d98c (patch) | |
tree | d3b6200f91848853cd773d679b7945dcb8b18e86 | |
parent | 7367a63292a1e9abd2973236d826a202ddc828da (diff) | |
download | pkgsrc-78bcfaa22f74bf37cd069eb2d8b61309ded5d98c.tar.gz |
py-django-mptt: updated to 0.12.0
0.12
Fixed a few bugs and added a few features.
Reformatted the code using isort and black.
Other, undocumented changes. Please help out.
-rw-r--r-- | www/py-django-mptt/Makefile | 4 | ||||
-rw-r--r-- | www/py-django-mptt/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-django-mptt/Makefile b/www/py-django-mptt/Makefile index cac4073c186..383ab4f5755 100644 --- a/www/py-django-mptt/Makefile +++ b/www/py-django-mptt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/02/19 09:56:48 adam Exp $ +# $NetBSD: Makefile,v 1.19 2021/03/19 10:05:30 adam Exp $ -DISTNAME= django-mptt-0.11.0 +DISTNAME= django-mptt-0.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-mptt/} diff --git a/www/py-django-mptt/distinfo b/www/py-django-mptt/distinfo index fe32557efa5..620ac41b309 100644 --- a/www/py-django-mptt/distinfo +++ b/www/py-django-mptt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/02/19 09:56:48 adam Exp $ +$NetBSD: distinfo,v 1.15 2021/03/19 10:05:30 adam Exp $ -SHA1 (django-mptt-0.11.0.tar.gz) = 21912aa6dc8a4d7730add85e499e1fd105eca8c7 -RMD160 (django-mptt-0.11.0.tar.gz) = fd9da15c7275ed4738ba5272e4cddb889ac68997 -SHA512 (django-mptt-0.11.0.tar.gz) = 21af30007661db1474628b6f8af86a3f6de52494efe1aaf9235f8b1660ba153f0de3ad91ff979588e4b681b00b44652a05146df7d3951d6ee62da38a1900fd89 -Size (django-mptt-0.11.0.tar.gz) = 98300 bytes +SHA1 (django-mptt-0.12.0.tar.gz) = 38dc689a76017a0190ff60052dbf1632d2487256 +RMD160 (django-mptt-0.12.0.tar.gz) = 1a55dd199554dfb9dc1a4a5e255736d2e7fee882 +SHA512 (django-mptt-0.12.0.tar.gz) = 527135b859170c887f592f4f9b6f105dfc7f54af18affbf205d33860e80e3ba2336cfc9a3727792f4778817359cbef705d696c122725cf45d36838b5026e8699 +Size (django-mptt-0.12.0.tar.gz) = 103513 bytes |