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:           Tue Jul 24 06:34:21 UTC 2018

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

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

2.1.0:
Fix: travis

2.0.9:
Improvement: use README as project description on PyPI

2.0.8:
Please stop using ForeignKeyAutocompleteAdmin edition :-)
Fix: special markers in runserver_plus.rst
Fix: shell_plus, refactor reading pythonrc file outside of exec(compile(...))
Fix: reset_db, fix default utf8 support
Fix: autoslugfield, Fix autoslug generation when existing model is copied
Improvement: Cleanup management commands options after argparse migration 916
Improvement: sqldiff, add more tests
Improvement: sqldiff, add DurationField and SearchVectorField
Improvement: shell_plus, add more tests
Improvement: shell_plus, backport macos fix for tab completion
Improvement: clear_cache, add --all option
Improvement: pipchecker, treat dev versions as unstable
Deprecation: ForeignKeyAutocompleteAdmin, Django 2.0 has similar capabilities, which are much better supported.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-extensions/Makefile \
    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.2 pkgsrc/www/py-django-extensions/Makefile:1.3
--- pkgsrc/www/py-django-extensions/Makefile:1.2        Wed Apr 18 06:58:16 2018
+++ pkgsrc/www/py-django-extensions/Makefile    Tue Jul 24 06:34:21 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/04/18 06:58:16 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/24 06:34:21 adam Exp $
 
-DISTNAME=      django-extensions-2.0.7
+DISTNAME=      django-extensions-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-extensions/}
Index: pkgsrc/www/py-django-extensions/distinfo
diff -u pkgsrc/www/py-django-extensions/distinfo:1.2 pkgsrc/www/py-django-extensions/distinfo:1.3
--- pkgsrc/www/py-django-extensions/distinfo:1.2        Wed Apr 18 06:58:16 2018
+++ pkgsrc/www/py-django-extensions/distinfo    Tue Jul 24 06:34:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/04/18 06:58:16 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/07/24 06:34:21 adam Exp $
 
-SHA1 (django-extensions-2.0.7.tar.gz) = e60d2291ef308e0e88734f882f43c8e40b67ba5d
-RMD160 (django-extensions-2.0.7.tar.gz) = 5cbe25dced01446b117d810d6934798d748edfb0
-SHA512 (django-extensions-2.0.7.tar.gz) = 41a10bf81cfc3401d9e46323ef73c6cbf2120a8bd159becbb93f2849450b0be2ca9fd92baa2a3f51b01b9b28dc51c25f2a059f0d1663b6641a75f9eb3e529e21
-Size (django-extensions-2.0.7.tar.gz) = 487969 bytes
+SHA1 (django-extensions-2.1.0.tar.gz) = ed7d4828b303575df20ce54d375acadf4ecbbd69
+RMD160 (django-extensions-2.1.0.tar.gz) = 9ca7437f030e43530504faed634da370a481e385
+SHA512 (django-extensions-2.1.0.tar.gz) = b425774b2b0b61bb5b0864e554f055c4d72c47bbb488ac7840cf8df29239c8ca7b27680dd21e089861acf412fbbb4ffd449d84bf1397e4e39257992be81d12d4
+Size (django-extensions-2.1.0.tar.gz) = 484563 bytes



Home | Main Index | Thread Index | Old Index