pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-sql-explorer py-django-sql-explorer: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d138d3d7c5d
branches:  trunk
changeset: 419311:9d138d3d7c5d
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 15 21:47:20 2019 +0000

description:
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:

 www/py-django-sql-explorer/Makefile |   8 ++++----
 www/py-django-sql-explorer/PLIST    |   5 ++++-
 www/py-django-sql-explorer/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r 5385fd498fa5 -r 9d138d3d7c5d www/py-django-sql-explorer/Makefile
--- a/www/py-django-sql-explorer/Makefile       Sun Dec 15 21:41:26 2019 +0000
+++ b/www/py-django-sql-explorer/Makefile       Sun Dec 15 21:47:20 2019 +0000
@@ -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}-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 -r 5385fd498fa5 -r 9d138d3d7c5d www/py-django-sql-explorer/PLIST
--- a/www/py-django-sql-explorer/PLIST  Sun Dec 15 21:41:26 2019 +0000
+++ b/www/py-django-sql-explorer/PLIST  Sun Dec 15 21:47:20 2019 +0000
@@ -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/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 -r 5385fd498fa5 -r 9d138d3d7c5d www/py-django-sql-explorer/distinfo
--- a/www/py-django-sql-explorer/distinfo       Sun Dec 15 21:41:26 2019 +0000
+++ b/www/py-django-sql-explorer/distinfo       Sun Dec 15 21:47:20 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index