py-django-sql-explorer: updated to 4.0.2

4.0.2

Minor bugfixes

4.0.1

Add support for Django 5.0. Drop support for Python < 3.10.
Basic code completion in the editor!
Front-end must be built with Vite if installing from source.
* Front-end modernization. CodeMirror 6. Bootstrap5. Vite-based build
* Django 5 support & tests
* S3 signature version support
* Record and show whether the last run of each query was successful
* Replace isort and flake8 with Ruff (linting)

Note: There is no 4.0.0 release as 4.0.1 was needed to resolve a conflict on PyPi
This commit is contained in:
adam 2024-02-08 22:52:01 +00:00
parent f661adce9f
commit 96a142e821
3 changed files with 39 additions and 33 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2023/12/07 18:10:26 adam Exp $
# $NetBSD: Makefile,v 1.8 2024/02/08 22:52:01 adam Exp $
DISTNAME= django-sql-explorer-3.2.1
DISTNAME= django-sql-explorer-4.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sql-explorer/}
@ -12,12 +12,12 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-django>=3.2.12:../../www/py-django
DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django
DEPENDS+= ${PYPKGPREFIX}-sqlparse>=0.4.0:../../databases/py-sqlparse
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2023/12/07 18:10:26 adam Exp $
@comment $NetBSD: PLIST,v 1.5 2024/02/08 22:52:01 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@ -72,6 +72,9 @@ ${PYSITELIB}/explorer/migrations/0011_query_favorites.pyo
${PYSITELIB}/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.py
${PYSITELIB}/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.pyc
${PYSITELIB}/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.pyo
${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.py
${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.pyc
${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.pyo
${PYSITELIB}/explorer/migrations/__init__.py
${PYSITELIB}/explorer/migrations/__init__.pyc
${PYSITELIB}/explorer/migrations/__init__.pyo
@ -84,30 +87,30 @@ ${PYSITELIB}/explorer/permissions.pyo
${PYSITELIB}/explorer/schema.py
${PYSITELIB}/explorer/schema.pyc
${PYSITELIB}/explorer/schema.pyo
${PYSITELIB}/explorer/static/explorer/css/bootstrap.min.css
${PYSITELIB}/explorer/static/explorer/css/codemirror.min.css
${PYSITELIB}/explorer/static/explorer/css/explorer.css
${PYSITELIB}/explorer/static/explorer/css/pivot.min.css
${PYSITELIB}/explorer/static/explorer/fonts/glyphicons-halflings-regular.eot
${PYSITELIB}/explorer/static/explorer/fonts/glyphicons-halflings-regular.svg
${PYSITELIB}/explorer/static/explorer/fonts/glyphicons-halflings-regular.ttf
${PYSITELIB}/explorer/static/explorer/fonts/glyphicons-halflings-regular.woff
${PYSITELIB}/explorer/static/explorer/fonts/glyphicons-halflings-regular.woff2
${PYSITELIB}/explorer/static/explorer/js/bootstrap.min.js
${PYSITELIB}/explorer/static/explorer/js/codemirror.min.js
${PYSITELIB}/explorer/static/explorer/js/comment.min.js
${PYSITELIB}/explorer/static/explorer/js/explorer.js
${PYSITELIB}/explorer/static/explorer/js/favorites.js
${PYSITELIB}/explorer/static/explorer/js/jquery-ui.min.js
${PYSITELIB}/explorer/static/explorer/js/jquery.cookie.min.js
${PYSITELIB}/explorer/static/explorer/js/jquery.floatThead.min.js
${PYSITELIB}/explorer/static/explorer/js/jquery.min.js
${PYSITELIB}/explorer/static/explorer/js/list.min.js
${PYSITELIB}/explorer/static/explorer/js/pivot.min.js
${PYSITELIB}/explorer/static/explorer/js/query-list.js
${PYSITELIB}/explorer/static/explorer/js/sql.min.js
${PYSITELIB}/explorer/static/explorer/js/underscore-min.js
${PYSITELIB}/explorer/static/explorer/js/xlsx.mini.min.js
${PYSITELIB}/explorer/src/js/codemirror-config.js
${PYSITELIB}/explorer/src/js/csrf.js
${PYSITELIB}/explorer/src/js/explorer.js
${PYSITELIB}/explorer/src/js/favorites.js
${PYSITELIB}/explorer/src/js/main.js
${PYSITELIB}/explorer/src/js/pivot-setup.js
${PYSITELIB}/explorer/src/js/pivot.js
${PYSITELIB}/explorer/src/js/query-list.js
${PYSITELIB}/explorer/src/js/schema.js
${PYSITELIB}/explorer/src/js/table-to-csv.js
${PYSITELIB}/explorer/src/scss/explorer.scss
${PYSITELIB}/explorer/src/scss/pivot.css
${PYSITELIB}/explorer/src/scss/styles.scss
${PYSITELIB}/explorer/src/scss/variables.scss
${PYSITELIB}/explorer/static/explorer/bootstrap-icons.woff
${PYSITELIB}/explorer/static/explorer/bootstrap-icons.woff2
${PYSITELIB}/explorer/static/explorer/explorer.js
${PYSITELIB}/explorer/static/explorer/favorites.js
${PYSITELIB}/explorer/static/explorer/index.js
${PYSITELIB}/explorer/static/explorer/main.js
${PYSITELIB}/explorer/static/explorer/pivot-setup.js
${PYSITELIB}/explorer/static/explorer/query-list.js
${PYSITELIB}/explorer/static/explorer/schema.js
${PYSITELIB}/explorer/static/explorer/styles.css
${PYSITELIB}/explorer/tasks.py
${PYSITELIB}/explorer/tasks.pyc
${PYSITELIB}/explorer/tasks.pyo
@ -132,6 +135,9 @@ ${PYSITELIB}/explorer/templatetags/__init__.pyo
${PYSITELIB}/explorer/templatetags/explorer_tags.py
${PYSITELIB}/explorer/templatetags/explorer_tags.pyc
${PYSITELIB}/explorer/templatetags/explorer_tags.pyo
${PYSITELIB}/explorer/templatetags/vite.py
${PYSITELIB}/explorer/templatetags/vite.pyc
${PYSITELIB}/explorer/templatetags/vite.pyo
${PYSITELIB}/explorer/tests/__init__.py
${PYSITELIB}/explorer/tests/__init__.pyc
${PYSITELIB}/explorer/tests/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2023/12/07 18:10:26 adam Exp $
$NetBSD: distinfo,v 1.7 2024/02/08 22:52:01 adam Exp $
BLAKE2s (django-sql-explorer-3.2.1.tar.gz) = cd96c8d64d674b9caf851a52b4c01efccd8cc1e97b6a4265dbed0bfbd96fdd88
SHA512 (django-sql-explorer-3.2.1.tar.gz) = 459e1fbf607a993f31657a2d259b10e153cd9e19d6fb98f9df0a01e7f9e1424a6e5e231093336aba170bdb598ceff283d899bdbd6e0e91698c6f95771669a1d4
Size (django-sql-explorer-3.2.1.tar.gz) = 428969 bytes
BLAKE2s (django-sql-explorer-4.0.2.tar.gz) = 5a6e753ea8e65d7c7699f3cf6a8f44a56c2902f39af8ca30ac925eaaa0a94a2c
SHA512 (django-sql-explorer-4.0.2.tar.gz) = dd82d9ae38dfe1463b1b89b298d589a07fcd544f453d66cc0555fa312f919370e19cca2178d11184635a12e11c5c861b24f2945cbb091b1350b38d7b871f7254
Size (django-sql-explorer-4.0.2.tar.gz) = 649885 bytes