pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-extensions py-django-extensions: updated...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e64619fc41e
branches:  trunk
changeset: 335354:1e64619fc41e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jun 18 08:02:35 2019 +0000

description:
py-django-extensions: updated to 2.1.9

2.1.9
Changes:
- Fix: show_urls, fix for traceback on multi language sites
- Improvement: reset_db, fix typo's in help test


2.1.8
Changes:
- New: HexValidator, validate hex strings
- Improvement: reset_db, move settings to `django_settings.settings` which makes it easier to override.
- Improvement: AutoSlugField, extend support for custom slugify function
- Fix: runprofileserver, fix autoreloader for newer Django versions

diffstat:

 www/py-django-extensions/Makefile |   4 ++--
 www/py-django-extensions/PLIST    |   5 ++++-
 www/py-django-extensions/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 803b3ea3aaff -r 1e64619fc41e www/py-django-extensions/Makefile
--- a/www/py-django-extensions/Makefile Tue Jun 18 08:00:34 2019 +0000
+++ b/www/py-django-extensions/Makefile Tue Jun 18 08:02:35 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/05/27 16:43:54 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/06/18 08:02:35 adam Exp $
 
-DISTNAME=      django-extensions-2.1.7
+DISTNAME=      django-extensions-2.1.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-extensions/}
diff -r 803b3ea3aaff -r 1e64619fc41e www/py-django-extensions/PLIST
--- a/www/py-django-extensions/PLIST    Tue Jun 18 08:00:34 2019 +0000
+++ b/www/py-django-extensions/PLIST    Tue Jun 18 08:02:35 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/05/27 16:43:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/06/18 08:02:35 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -351,6 +351,9 @@
 ${PYSITELIB}/django_extensions/templatetags/syntax_color.py
 ${PYSITELIB}/django_extensions/templatetags/syntax_color.pyc
 ${PYSITELIB}/django_extensions/templatetags/syntax_color.pyo
+${PYSITELIB}/django_extensions/templatetags/text_tags.py
+${PYSITELIB}/django_extensions/templatetags/text_tags.pyc
+${PYSITELIB}/django_extensions/templatetags/text_tags.pyo
 ${PYSITELIB}/django_extensions/templatetags/truncate_letters.py
 ${PYSITELIB}/django_extensions/templatetags/truncate_letters.pyc
 ${PYSITELIB}/django_extensions/templatetags/truncate_letters.pyo
diff -r 803b3ea3aaff -r 1e64619fc41e www/py-django-extensions/distinfo
--- a/www/py-django-extensions/distinfo Tue Jun 18 08:00:34 2019 +0000
+++ b/www/py-django-extensions/distinfo Tue Jun 18 08:02:35 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/05/27 16:43:54 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/06/18 08:02:35 adam Exp $
 
-SHA1 (django-extensions-2.1.7.tar.gz) = 32d769ba7e21655e92cfe6d02725ebef5c049a78
-RMD160 (django-extensions-2.1.7.tar.gz) = ab98aa8be4e3be3ea13b52f291cfeb482849eab5
-SHA512 (django-extensions-2.1.7.tar.gz) = 8a71273bd69301699f10776acaaec877331e8207eb7e04bb83e10f18fe8f8c3eab785441162c113167b5afe47145dfc4d727fdf1e67b5bd49145a017b26516eb
-Size (django-extensions-2.1.7.tar.gz) = 558972 bytes
+SHA1 (django-extensions-2.1.9.tar.gz) = 96dd21bbf723fc2805a53b50cac0017ad5b0eab0
+RMD160 (django-extensions-2.1.9.tar.gz) = 85d6ece88553fa3b5b692232f722eae0ec20bf35
+SHA512 (django-extensions-2.1.9.tar.gz) = 98f088d75e22c3dc62e35169e1b2610be31efc88a20828b4b93d46f13566c66d4cf0ffe98ba13366d316a7b00d23c7ad06ed585b21f4173bdaca1bc2dea8d79a
+Size (django-extensions-2.1.9.tar.gz) = 579316 bytes



Home | Main Index | Thread Index | Old Index