summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-12-15 21:47:20 +0000
committeradam <adam@pkgsrc.org>2019-12-15 21:47:20 +0000
commit5997872ad085407e5309a0a52f509ae235e0ff62 (patch)
tree4feb03fcb0a247e89dd1f78660a59caa62021f43 /www
parent2504d3435313d3743b9fcead7ce648133a13769a (diff)
downloadpkgsrc-5997872ad085407e5309a0a52f509ae235e0ff62.tar.gz
py-django-sql-explorer: updated to 1.1.3
1.1.3: - URL-friendly parameter encoding - Updating dependency reference for Python 3 compatibility - Include database views in list of tables - Fix unicode issue when generating migration with py2 or py3 - Do not use "message" attribute on exception - Update EXPLORER_SCHEMA_EXCLUDE_TABLE_PREFIXES - Minor Changes - release checklist included in repo - readme updated with new screenshots - python dependencies/optional-dependencies updated to latest - six, xlsxwriter, factory-boy, sqlparse
Diffstat (limited to 'www')
-rw-r--r--www/py-django-sql-explorer/Makefile8
-rw-r--r--www/py-django-sql-explorer/PLIST5
-rw-r--r--www/py-django-sql-explorer/distinfo10
3 files changed, 13 insertions, 10 deletions
diff --git a/www/py-django-sql-explorer/Makefile b/www/py-django-sql-explorer/Makefile
index 083910cc2b4..2e6147b016b 100644
--- a/www/py-django-sql-explorer/Makefile
+++ b/www/py-django-sql-explorer/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/10/03 10:47:20 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/15 21:47:20 adam Exp $
-DISTNAME= django-sql-explorer-1.1.2
+DISTNAME= django-sql-explorer-1.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sql-explorer/}
@@ -15,11 +15,11 @@ DEPENDS+= ${PYPKGPREFIX}-sqlparse>=0.1.18:../../databases/py-sqlparse
DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-unicodecsv>=0.14.1:../../databases/py-unicodecsv
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
# remove cache files from the distribution
post-extract:
- find ${WRKSRC} -type f \( -name '*.pyc' -or -name .DS_Store \) -print -delete
+ ${FIND} ${WRKSRC} -type f -name '*.pyc' -print -delete
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-django-sql-explorer/PLIST b/www/py-django-sql-explorer/PLIST
index 05998651358..baae2a978e7 100644
--- a/www/py-django-sql-explorer/PLIST
+++ b/www/py-django-sql-explorer/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/10/03 10:47:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/12/15 21:47:20 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -50,6 +50,9 @@ ${PYSITELIB}/explorer/migrations/0006_query_connection.pyo
${PYSITELIB}/explorer/migrations/0007_querylog_connection.py
${PYSITELIB}/explorer/migrations/0007_querylog_connection.pyc
${PYSITELIB}/explorer/migrations/0007_querylog_connection.pyo
+${PYSITELIB}/explorer/migrations/0008_auto_20190308_1642.py
+${PYSITELIB}/explorer/migrations/0008_auto_20190308_1642.pyc
+${PYSITELIB}/explorer/migrations/0008_auto_20190308_1642.pyo
${PYSITELIB}/explorer/migrations/__init__.py
${PYSITELIB}/explorer/migrations/__init__.pyc
${PYSITELIB}/explorer/migrations/__init__.pyo
diff --git a/www/py-django-sql-explorer/distinfo b/www/py-django-sql-explorer/distinfo
index 585e48582bb..49a09424d01 100644
--- a/www/py-django-sql-explorer/distinfo
+++ b/www/py-django-sql-explorer/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/10/03 10:47:20 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/12/15 21:47:20 adam Exp $
-SHA1 (django-sql-explorer-1.1.2.tar.gz) = 049d2a0444a389cbf9b04063b89ef73c5018ed31
-RMD160 (django-sql-explorer-1.1.2.tar.gz) = 23e3cafcd51e5934cfabe129b4e21697183b0188
-SHA512 (django-sql-explorer-1.1.2.tar.gz) = 597ffbe4b21a4d1cfdee90a3b3efc3a17f5e2ba60bb4d7ff88b7d100ac7971bb174442d2472c64437cd48d0889e1228390e81513d99de2b23b76b182fe9e8fcb
-Size (django-sql-explorer-1.1.2.tar.gz) = 154526 bytes
+SHA1 (django-sql-explorer-1.1.3.tar.gz) = 5654088500630b0f5a290a1e9e85a3db33961502
+RMD160 (django-sql-explorer-1.1.3.tar.gz) = 937275ef9223a73f0771befb3be8d3178ad5784d
+SHA512 (django-sql-explorer-1.1.3.tar.gz) = 91d88ef63e9171e216624af74b20e4f80cf890fe5a508edfbe17e3da2c18e6ea1d4a64e2c0309ef880c9c6bfe3a205d0782ec4611d808d5fcf00301d5f2f55ea
+Size (django-sql-explorer-1.1.3.tar.gz) = 182208 bytes