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:           Tue Aug  8 12:13:06 UTC 2023

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

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

0.14

Merged the docs/upgrade.rst file into the main CHANGELOG.rst.
Fixed the Sphinx autodoc configuration to also work locally. Ensured that readthedocs is able to build the docs again.
Fixed a bug where DraggableMPTTAdmin assumed that the user model's primary key is called id.
Ensured that we do not install the tests.myapp package.
Added dark mode support to the draggable model admin.
Started using pre-commit, for the fun of it.

0.13

MARKED THE PROJECT AS UNMAINTAINED, WHICH IT STILL IS
Reformatted everything using black, isort etc.
Switched from Travis CI to GitHub actions.
Switched to a declarative setup.
Verified compatibility with Django up to 3.2 and Python up to 3.9. Dropped compatibility guarantees (ha!) with anything older than Django 2.2 and Python 3.6.
Renamed the main development branch to main.
Fixed a problem where our _get_user_field_names mistakenly returned abstract fields.
Added a workaround for the default_app_config warning.
Changed saving to always call get_ordered_insertion_target when using ordered insertion.
Made it possible to override the starting level when using the tree node choice field.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-django-mptt/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-mptt/PLIST
cvs rdiff -u -r1.17 -r1.18 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.21 pkgsrc/www/py-django-mptt/Makefile:1.22
--- pkgsrc/www/py-django-mptt/Makefile:1.21     Thu Jul 13 10:03:28 2023
+++ pkgsrc/www/py-django-mptt/Makefile  Tue Aug  8 12:13:06 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2023/07/13 10:03:28 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/08/08 12:13:06 adam Exp $
 
-DISTNAME=      django-mptt-0.12.0
+DISTNAME=      django-mptt-0.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-mptt/}
 

Index: pkgsrc/www/py-django-mptt/PLIST
diff -u pkgsrc/www/py-django-mptt/PLIST:1.10 pkgsrc/www/py-django-mptt/PLIST:1.11
--- pkgsrc/www/py-django-mptt/PLIST:1.10        Wed Feb 19 09:56:48 2020
+++ pkgsrc/www/py-django-mptt/PLIST     Tue Aug  8 12:13:06 2023
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.10 2020/02/19 09:56:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/08/08 12:13:06 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/mptt/__init__.py
@@ -72,9 +73,12 @@ ${PYSITELIB}/mptt/settings.pyo
 ${PYSITELIB}/mptt/signals.py
 ${PYSITELIB}/mptt/signals.pyc
 ${PYSITELIB}/mptt/signals.pyo
-${PYSITELIB}/mptt/static/mptt/arrow-move.png
-${PYSITELIB}/mptt/static/mptt/disclosure-down.png
-${PYSITELIB}/mptt/static/mptt/disclosure-right.png
+${PYSITELIB}/mptt/static/mptt/arrow-move-black.png
+${PYSITELIB}/mptt/static/mptt/arrow-move-white.png
+${PYSITELIB}/mptt/static/mptt/disclosure-down-black.png
+${PYSITELIB}/mptt/static/mptt/disclosure-down-white.png
+${PYSITELIB}/mptt/static/mptt/disclosure-right-black.png
+${PYSITELIB}/mptt/static/mptt/disclosure-right-white.png
 ${PYSITELIB}/mptt/static/mptt/draggable-admin.css
 ${PYSITELIB}/mptt/static/mptt/draggable-admin.js
 ${PYSITELIB}/mptt/templates/admin/grappelli_mptt_change_list.html

Index: pkgsrc/www/py-django-mptt/distinfo
diff -u pkgsrc/www/py-django-mptt/distinfo:1.17 pkgsrc/www/py-django-mptt/distinfo:1.18
--- pkgsrc/www/py-django-mptt/distinfo:1.17     Tue Oct 26 11:30:32 2021
+++ pkgsrc/www/py-django-mptt/distinfo  Tue Aug  8 12:13:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 11:30:32 nia Exp $
+$NetBSD: distinfo,v 1.18 2023/08/08 12:13:06 adam Exp $
 
-BLAKE2s (django-mptt-0.12.0.tar.gz) = 64f8cb18689eb9cc6a2d82ec90c10cbe26094c93b1baf47b80d447ad199bc784
-SHA512 (django-mptt-0.12.0.tar.gz) = 527135b859170c887f592f4f9b6f105dfc7f54af18affbf205d33860e80e3ba2336cfc9a3727792f4778817359cbef705d696c122725cf45d36838b5026e8699
-Size (django-mptt-0.12.0.tar.gz) = 103513 bytes
+BLAKE2s (django-mptt-0.14.0.tar.gz) = 9b1d66dc804a2e16b069fb918fc31f154f609f43b7c73ee8970d68b3aebf67ff
+SHA512 (django-mptt-0.14.0.tar.gz) = 2b3fd766b66b4d448af1bbb966355b59f4a6cd00935f49b9543d18159959bc1d31143ffafffa39c530b314b126a873ac943f7c2ec778da211836ad9ae9c309bc
+Size (django-mptt-0.14.0.tar.gz) = 103453 bytes



Home | Main Index | Thread Index | Old Index