pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr  5 16:20:23 UTC 2021

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

Log Message:
py-django-extensions: updated to 3.1.2

3.1.2
-----
Changes:
- Improvement: shell_plus, not save ipython history when using Jupyter
- Improvement: docs, fix spelling mistakes
- Improvement: tests, move to Github Actions instead of Travis
- Improvement: drop_test_database, delete all cloned test databases
- Improvement: setup.py, Added minimum Django>=2.2 version to PyPI package
- Improvement: shell_plus, fix --command globals / locals error


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-django-extensions/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-django-extensions/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-django-extensions/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-extensions/Makefile
diff -u pkgsrc/www/py-django-extensions/Makefile:1.20 pkgsrc/www/py-django-extensions/Makefile:1.21
--- pkgsrc/www/py-django-extensions/Makefile:1.20       Wed Feb 17 16:04:04 2021
+++ pkgsrc/www/py-django-extensions/Makefile    Mon Apr  5 16:20:23 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/02/17 16:04:04 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/04/05 16:20:23 adam Exp $
 
-DISTNAME=      django-extensions-3.1.1
+DISTNAME=      django-extensions-3.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-extensions/}

Index: pkgsrc/www/py-django-extensions/PLIST
diff -u pkgsrc/www/py-django-extensions/PLIST:1.11 pkgsrc/www/py-django-extensions/PLIST:1.12
--- pkgsrc/www/py-django-extensions/PLIST:1.11  Tue Dec 15 11:59:31 2020
+++ pkgsrc/www/py-django-extensions/PLIST       Mon Apr  5 16:20:23 2021
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.11 2020/12/15 11:59:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/04/05 16:20:23 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/django_extensions/__init__.py
 ${PYSITELIB}/django_extensions/__init__.pyc

Index: pkgsrc/www/py-django-extensions/distinfo
diff -u pkgsrc/www/py-django-extensions/distinfo:1.19 pkgsrc/www/py-django-extensions/distinfo:1.20
--- pkgsrc/www/py-django-extensions/distinfo:1.19       Wed Feb 17 16:04:04 2021
+++ pkgsrc/www/py-django-extensions/distinfo    Mon Apr  5 16:20:23 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2021/02/17 16:04:04 adam Exp $
+$NetBSD: distinfo,v 1.20 2021/04/05 16:20:23 adam Exp $
 
-SHA1 (django-extensions-3.1.1.tar.gz) = a417990223e9cffee29339d701e674bb33674f9f
-RMD160 (django-extensions-3.1.1.tar.gz) = 1c29daa480c883f8fb50db299a6c3bddeb3ff5d8
-SHA512 (django-extensions-3.1.1.tar.gz) = 5de1af5105351b0fb075f8c8511807cb374d4f5874a2245a4903256cd58de5b48dc2774992eab07c762ffcd65ac4c7ccc776cbb57407df9395f1d64f65316833
-Size (django-extensions-3.1.1.tar.gz) = 611262 bytes
+SHA1 (django-extensions-3.1.2.tar.gz) = cbd035cb7cf32c48ae67031ebb47b5604351cff9
+RMD160 (django-extensions-3.1.2.tar.gz) = 0af111774d4ab72d29709b93a6478598a23adf45
+SHA512 (django-extensions-3.1.2.tar.gz) = 7496447611a179a0cc8286c2adf1aad61f7b83674c70c99221cdba34df51118b3d132c27b58011acfac6e46b75745ed242885190c95e683598455788979ec238
+Size (django-extensions-3.1.2.tar.gz) = 613633 bytes



Home | Main Index | Thread Index | Old Index