pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-sql-explorer



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May  7 03:59:49 UTC 2024

Modified Files:
        pkgsrc/www/py-django-sql-explorer: Makefile PLIST distinfo

Log Message:
py-django-sql-explorer: updated to 4.2

4.2

Tracking should be opt-in and not use the SECRET_KEY
Import error (sql_metadata) with 4.1 version
Accessing the database during app initialization
Regex-injection vulnerability
Improved assistant UI


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-sql-explorer/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-sql-explorer/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-sql-explorer/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-sql-explorer/Makefile
diff -u pkgsrc/www/py-django-sql-explorer/Makefile:1.8 pkgsrc/www/py-django-sql-explorer/Makefile:1.9
--- pkgsrc/www/py-django-sql-explorer/Makefile:1.8      Thu Feb  8 22:52:01 2024
+++ pkgsrc/www/py-django-sql-explorer/Makefile  Tue May  7 03:59:49 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/02/08 22:52:01 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/05/07 03:59:49 adam Exp $
 
-DISTNAME=      django-sql-explorer-4.0.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      django_sql_explorer-4.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-sql-explorer/}
 
@@ -13,6 +13,7 @@ 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:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.2:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-sqlparse>=0.4.0:../../databases/py-sqlparse
 
 USE_LANGUAGES= # none

Index: pkgsrc/www/py-django-sql-explorer/PLIST
diff -u pkgsrc/www/py-django-sql-explorer/PLIST:1.5 pkgsrc/www/py-django-sql-explorer/PLIST:1.6
--- pkgsrc/www/py-django-sql-explorer/PLIST:1.5 Thu Feb  8 22:52:01 2024
+++ pkgsrc/www/py-django-sql-explorer/PLIST     Tue May  7 03:59:49 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/02/08 22:52:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/05/07 03:59:49 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -20,6 +20,24 @@ ${PYSITELIB}/explorer/app_settings.pyo
 ${PYSITELIB}/explorer/apps.py
 ${PYSITELIB}/explorer/apps.pyc
 ${PYSITELIB}/explorer/apps.pyo
+${PYSITELIB}/explorer/assistant/__init__.py
+${PYSITELIB}/explorer/assistant/__init__.pyc
+${PYSITELIB}/explorer/assistant/__init__.pyo
+${PYSITELIB}/explorer/assistant/models.py
+${PYSITELIB}/explorer/assistant/models.pyc
+${PYSITELIB}/explorer/assistant/models.pyo
+${PYSITELIB}/explorer/assistant/prompts.py
+${PYSITELIB}/explorer/assistant/prompts.pyc
+${PYSITELIB}/explorer/assistant/prompts.pyo
+${PYSITELIB}/explorer/assistant/tests.py
+${PYSITELIB}/explorer/assistant/tests.pyc
+${PYSITELIB}/explorer/assistant/tests.pyo
+${PYSITELIB}/explorer/assistant/utils.py
+${PYSITELIB}/explorer/assistant/utils.pyc
+${PYSITELIB}/explorer/assistant/utils.pyo
+${PYSITELIB}/explorer/assistant/views.py
+${PYSITELIB}/explorer/assistant/views.pyc
+${PYSITELIB}/explorer/assistant/views.pyo
 ${PYSITELIB}/explorer/charts.py
 ${PYSITELIB}/explorer/charts.pyc
 ${PYSITELIB}/explorer/charts.pyo
@@ -75,6 +93,12 @@ ${PYSITELIB}/explorer/migrations/0012_al
 ${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/0014_promptlog.py
+${PYSITELIB}/explorer/migrations/0014_promptlog.pyc
+${PYSITELIB}/explorer/migrations/0014_promptlog.pyo
+${PYSITELIB}/explorer/migrations/0015_explorervalue.py
+${PYSITELIB}/explorer/migrations/0015_explorervalue.pyc
+${PYSITELIB}/explorer/migrations/0015_explorervalue.pyo
 ${PYSITELIB}/explorer/migrations/__init__.py
 ${PYSITELIB}/explorer/migrations/__init__.pyc
 ${PYSITELIB}/explorer/migrations/__init__.pyo
@@ -87,6 +111,7 @@ ${PYSITELIB}/explorer/permissions.pyo
 ${PYSITELIB}/explorer/schema.py
 ${PYSITELIB}/explorer/schema.pyc
 ${PYSITELIB}/explorer/schema.pyo
+${PYSITELIB}/explorer/src/js/assistant.js
 ${PYSITELIB}/explorer/src/js/codemirror-config.js
 ${PYSITELIB}/explorer/src/js/csrf.js
 ${PYSITELIB}/explorer/src/js/explorer.js
@@ -97,6 +122,7 @@ ${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/assistant.scss
 ${PYSITELIB}/explorer/src/scss/explorer.scss
 ${PYSITELIB}/explorer/src/scss/pivot.css
 ${PYSITELIB}/explorer/src/scss/styles.scss
@@ -114,6 +140,10 @@ ${PYSITELIB}/explorer/static/explorer/st
 ${PYSITELIB}/explorer/tasks.py
 ${PYSITELIB}/explorer/tasks.pyc
 ${PYSITELIB}/explorer/tasks.pyo
+${PYSITELIB}/explorer/telemetry.py
+${PYSITELIB}/explorer/telemetry.pyc
+${PYSITELIB}/explorer/telemetry.pyo
+${PYSITELIB}/explorer/templates/explorer/assistant.html
 ${PYSITELIB}/explorer/templates/explorer/base.html
 ${PYSITELIB}/explorer/templates/explorer/export_buttons.html
 ${PYSITELIB}/explorer/templates/explorer/fullscreen.html
@@ -144,6 +174,9 @@ ${PYSITELIB}/explorer/tests/__init__.pyo
 ${PYSITELIB}/explorer/tests/factories.py
 ${PYSITELIB}/explorer/tests/factories.pyc
 ${PYSITELIB}/explorer/tests/factories.pyo
+${PYSITELIB}/explorer/tests/settings.py
+${PYSITELIB}/explorer/tests/settings.pyc
+${PYSITELIB}/explorer/tests/settings.pyo
 ${PYSITELIB}/explorer/tests/test_actions.py
 ${PYSITELIB}/explorer/tests/test_actions.pyc
 ${PYSITELIB}/explorer/tests/test_actions.pyo
@@ -168,15 +201,15 @@ ${PYSITELIB}/explorer/tests/test_schema.
 ${PYSITELIB}/explorer/tests/test_tasks.py
 ${PYSITELIB}/explorer/tests/test_tasks.pyc
 ${PYSITELIB}/explorer/tests/test_tasks.pyo
+${PYSITELIB}/explorer/tests/test_telemetry.py
+${PYSITELIB}/explorer/tests/test_telemetry.pyc
+${PYSITELIB}/explorer/tests/test_telemetry.pyo
 ${PYSITELIB}/explorer/tests/test_utils.py
 ${PYSITELIB}/explorer/tests/test_utils.pyc
 ${PYSITELIB}/explorer/tests/test_utils.pyo
 ${PYSITELIB}/explorer/tests/test_views.py
 ${PYSITELIB}/explorer/tests/test_views.pyc
 ${PYSITELIB}/explorer/tests/test_views.pyo
-${PYSITELIB}/explorer/tests/urls.py
-${PYSITELIB}/explorer/tests/urls.pyc
-${PYSITELIB}/explorer/tests/urls.pyo
 ${PYSITELIB}/explorer/urls.py
 ${PYSITELIB}/explorer/urls.pyc
 ${PYSITELIB}/explorer/urls.pyo

Index: pkgsrc/www/py-django-sql-explorer/distinfo
diff -u pkgsrc/www/py-django-sql-explorer/distinfo:1.7 pkgsrc/www/py-django-sql-explorer/distinfo:1.8
--- pkgsrc/www/py-django-sql-explorer/distinfo:1.7      Thu Feb  8 22:52:01 2024
+++ pkgsrc/www/py-django-sql-explorer/distinfo  Tue May  7 03:59:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/02/08 22:52:01 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/05/07 03:59:49 adam Exp $
 
-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
+BLAKE2s (django_sql_explorer-4.2.tar.gz) = c955c07d8fe02ce6a4da7bdc26d758eeeefbef64c9ac27a5051e7273dd4091ee
+SHA512 (django_sql_explorer-4.2.tar.gz) = 7a314afa4f9f39b220f74d84aaa644e5664a013a2b36dbfbeaed0124f851502f3285af2e0d1ed0aa60476d01341f6ccc1db7fc6f1258181335130e87ebdad4e4
+Size (django_sql_explorer-4.2.tar.gz) = 679697 bytes



Home | Main Index | Thread Index | Old Index