Tue May 7 03:59:49 2024 UTC (20d)
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


(adam)
diff -r1.8 -r1.9 pkgsrc/www/py-django-sql-explorer/Makefile
diff -r1.5 -r1.6 pkgsrc/www/py-django-sql-explorer/PLIST
diff -r1.7 -r1.8 pkgsrc/www/py-django-sql-explorer/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/www/py-django-sql-explorer/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-sql-explorer/Makefile 2024/02/08 22:52:01 1.8
+++ pkgsrc/www/py-django-sql-explorer/Makefile 2024/05/07 03:59:49 1.9
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.8 2024/02/08 22:52:01 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2024/05/07 03:59:49 adam Exp $
2 2
3DISTNAME= django-sql-explorer-4.0.2 3DISTNAME= django_sql_explorer-4.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sql-explorer/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sql-explorer/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/epantry/django-sql-explorer 9HOMEPAGE= https://github.com/epantry/django-sql-explorer
10COMMENT= Pluggable app that allows to execute SQL, view, and export the results 10COMMENT= Pluggable app that allows to execute SQL, view, and export the results
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django 15DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django
 16DEPENDS+= ${PYPKGPREFIX}-requests>=2.2:../../devel/py-requests
16DEPENDS+= ${PYPKGPREFIX}-sqlparse>=0.4.0:../../databases/py-sqlparse 17DEPENDS+= ${PYPKGPREFIX}-sqlparse>=0.4.0:../../databases/py-sqlparse
17 18
18USE_LANGUAGES= # none 19USE_LANGUAGES= # none
19 20
20PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 21PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
21 22
22.include "../../lang/python/wheel.mk" 23.include "../../lang/python/wheel.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/www/py-django-sql-explorer/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django-sql-explorer/PLIST 2024/02/08 22:52:01 1.5
+++ pkgsrc/www/py-django-sql-explorer/PLIST 2024/05/07 03:59:49 1.6
@@ -1,35 +1,53 @@ @@ -1,35 +1,53 @@
1@comment $NetBSD: PLIST,v 1.5 2024/02/08 22:52:01 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2024/05/07 03:59:49 adam Exp $
2${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS 2${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE 3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
4${PYSITELIB}/${WHEEL_INFODIR}/METADATA 4${PYSITELIB}/${WHEEL_INFODIR}/METADATA
5${PYSITELIB}/${WHEEL_INFODIR}/RECORD 5${PYSITELIB}/${WHEEL_INFODIR}/RECORD
6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL 6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
7${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt 7${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
8${PYSITELIB}/explorer/__init__.py 8${PYSITELIB}/explorer/__init__.py
9${PYSITELIB}/explorer/__init__.pyc 9${PYSITELIB}/explorer/__init__.pyc
10${PYSITELIB}/explorer/__init__.pyo 10${PYSITELIB}/explorer/__init__.pyo
11${PYSITELIB}/explorer/actions.py 11${PYSITELIB}/explorer/actions.py
12${PYSITELIB}/explorer/actions.pyc 12${PYSITELIB}/explorer/actions.pyc
13${PYSITELIB}/explorer/actions.pyo 13${PYSITELIB}/explorer/actions.pyo
14${PYSITELIB}/explorer/admin.py 14${PYSITELIB}/explorer/admin.py
15${PYSITELIB}/explorer/admin.pyc 15${PYSITELIB}/explorer/admin.pyc
16${PYSITELIB}/explorer/admin.pyo 16${PYSITELIB}/explorer/admin.pyo
17${PYSITELIB}/explorer/app_settings.py 17${PYSITELIB}/explorer/app_settings.py
18${PYSITELIB}/explorer/app_settings.pyc 18${PYSITELIB}/explorer/app_settings.pyc
19${PYSITELIB}/explorer/app_settings.pyo 19${PYSITELIB}/explorer/app_settings.pyo
20${PYSITELIB}/explorer/apps.py 20${PYSITELIB}/explorer/apps.py
21${PYSITELIB}/explorer/apps.pyc 21${PYSITELIB}/explorer/apps.pyc
22${PYSITELIB}/explorer/apps.pyo 22${PYSITELIB}/explorer/apps.pyo
 23${PYSITELIB}/explorer/assistant/__init__.py
 24${PYSITELIB}/explorer/assistant/__init__.pyc
 25${PYSITELIB}/explorer/assistant/__init__.pyo
 26${PYSITELIB}/explorer/assistant/models.py
 27${PYSITELIB}/explorer/assistant/models.pyc
 28${PYSITELIB}/explorer/assistant/models.pyo
 29${PYSITELIB}/explorer/assistant/prompts.py
 30${PYSITELIB}/explorer/assistant/prompts.pyc
 31${PYSITELIB}/explorer/assistant/prompts.pyo
 32${PYSITELIB}/explorer/assistant/tests.py
 33${PYSITELIB}/explorer/assistant/tests.pyc
 34${PYSITELIB}/explorer/assistant/tests.pyo
 35${PYSITELIB}/explorer/assistant/utils.py
 36${PYSITELIB}/explorer/assistant/utils.pyc
 37${PYSITELIB}/explorer/assistant/utils.pyo
 38${PYSITELIB}/explorer/assistant/views.py
 39${PYSITELIB}/explorer/assistant/views.pyc
 40${PYSITELIB}/explorer/assistant/views.pyo
23${PYSITELIB}/explorer/charts.py 41${PYSITELIB}/explorer/charts.py
24${PYSITELIB}/explorer/charts.pyc 42${PYSITELIB}/explorer/charts.pyc
25${PYSITELIB}/explorer/charts.pyo 43${PYSITELIB}/explorer/charts.pyo
26${PYSITELIB}/explorer/connections.py 44${PYSITELIB}/explorer/connections.py
27${PYSITELIB}/explorer/connections.pyc 45${PYSITELIB}/explorer/connections.pyc
28${PYSITELIB}/explorer/connections.pyo 46${PYSITELIB}/explorer/connections.pyo
29${PYSITELIB}/explorer/exporters.py 47${PYSITELIB}/explorer/exporters.py
30${PYSITELIB}/explorer/exporters.pyc 48${PYSITELIB}/explorer/exporters.pyc
31${PYSITELIB}/explorer/exporters.pyo 49${PYSITELIB}/explorer/exporters.pyo
32${PYSITELIB}/explorer/forms.py 50${PYSITELIB}/explorer/forms.py
33${PYSITELIB}/explorer/forms.pyc 51${PYSITELIB}/explorer/forms.pyc
34${PYSITELIB}/explorer/forms.pyo 52${PYSITELIB}/explorer/forms.pyo
35${PYSITELIB}/explorer/locale/ru/LC_MESSAGES/django.mo 53${PYSITELIB}/explorer/locale/ru/LC_MESSAGES/django.mo
@@ -65,65 +83,77 @@ ${PYSITELIB}/explorer/migrations/0009_au @@ -65,65 +83,77 @@ ${PYSITELIB}/explorer/migrations/0009_au
65${PYSITELIB}/explorer/migrations/0009_auto_20201009_0547.pyo 83${PYSITELIB}/explorer/migrations/0009_auto_20201009_0547.pyo
66${PYSITELIB}/explorer/migrations/0010_sql_required.py 84${PYSITELIB}/explorer/migrations/0010_sql_required.py
67${PYSITELIB}/explorer/migrations/0010_sql_required.pyc 85${PYSITELIB}/explorer/migrations/0010_sql_required.pyc
68${PYSITELIB}/explorer/migrations/0010_sql_required.pyo 86${PYSITELIB}/explorer/migrations/0010_sql_required.pyo
69${PYSITELIB}/explorer/migrations/0011_query_favorites.py 87${PYSITELIB}/explorer/migrations/0011_query_favorites.py
70${PYSITELIB}/explorer/migrations/0011_query_favorites.pyc 88${PYSITELIB}/explorer/migrations/0011_query_favorites.pyc
71${PYSITELIB}/explorer/migrations/0011_query_favorites.pyo 89${PYSITELIB}/explorer/migrations/0011_query_favorites.pyo
72${PYSITELIB}/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.py 90${PYSITELIB}/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.py
73${PYSITELIB}/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.pyc 91${PYSITELIB}/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.pyc
74${PYSITELIB}/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.pyo 92${PYSITELIB}/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.pyo
75${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.py 93${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.py
76${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.pyc 94${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.pyc
77${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.pyo 95${PYSITELIB}/explorer/migrations/0013_querylog_error_querylog_success.pyo
 96${PYSITELIB}/explorer/migrations/0014_promptlog.py
 97${PYSITELIB}/explorer/migrations/0014_promptlog.pyc
 98${PYSITELIB}/explorer/migrations/0014_promptlog.pyo
 99${PYSITELIB}/explorer/migrations/0015_explorervalue.py
 100${PYSITELIB}/explorer/migrations/0015_explorervalue.pyc
 101${PYSITELIB}/explorer/migrations/0015_explorervalue.pyo
78${PYSITELIB}/explorer/migrations/__init__.py 102${PYSITELIB}/explorer/migrations/__init__.py
79${PYSITELIB}/explorer/migrations/__init__.pyc 103${PYSITELIB}/explorer/migrations/__init__.pyc
80${PYSITELIB}/explorer/migrations/__init__.pyo 104${PYSITELIB}/explorer/migrations/__init__.pyo
81${PYSITELIB}/explorer/models.py 105${PYSITELIB}/explorer/models.py
82${PYSITELIB}/explorer/models.pyc 106${PYSITELIB}/explorer/models.pyc
83${PYSITELIB}/explorer/models.pyo 107${PYSITELIB}/explorer/models.pyo
84${PYSITELIB}/explorer/permissions.py 108${PYSITELIB}/explorer/permissions.py
85${PYSITELIB}/explorer/permissions.pyc 109${PYSITELIB}/explorer/permissions.pyc
86${PYSITELIB}/explorer/permissions.pyo 110${PYSITELIB}/explorer/permissions.pyo
87${PYSITELIB}/explorer/schema.py 111${PYSITELIB}/explorer/schema.py
88${PYSITELIB}/explorer/schema.pyc 112${PYSITELIB}/explorer/schema.pyc
89${PYSITELIB}/explorer/schema.pyo 113${PYSITELIB}/explorer/schema.pyo
 114${PYSITELIB}/explorer/src/js/assistant.js
90${PYSITELIB}/explorer/src/js/codemirror-config.js 115${PYSITELIB}/explorer/src/js/codemirror-config.js
91${PYSITELIB}/explorer/src/js/csrf.js 116${PYSITELIB}/explorer/src/js/csrf.js
92${PYSITELIB}/explorer/src/js/explorer.js 117${PYSITELIB}/explorer/src/js/explorer.js
93${PYSITELIB}/explorer/src/js/favorites.js 118${PYSITELIB}/explorer/src/js/favorites.js
94${PYSITELIB}/explorer/src/js/main.js 119${PYSITELIB}/explorer/src/js/main.js
95${PYSITELIB}/explorer/src/js/pivot-setup.js 120${PYSITELIB}/explorer/src/js/pivot-setup.js
96${PYSITELIB}/explorer/src/js/pivot.js 121${PYSITELIB}/explorer/src/js/pivot.js
97${PYSITELIB}/explorer/src/js/query-list.js 122${PYSITELIB}/explorer/src/js/query-list.js
98${PYSITELIB}/explorer/src/js/schema.js 123${PYSITELIB}/explorer/src/js/schema.js
99${PYSITELIB}/explorer/src/js/table-to-csv.js 124${PYSITELIB}/explorer/src/js/table-to-csv.js
 125${PYSITELIB}/explorer/src/scss/assistant.scss
100${PYSITELIB}/explorer/src/scss/explorer.scss 126${PYSITELIB}/explorer/src/scss/explorer.scss
101${PYSITELIB}/explorer/src/scss/pivot.css 127${PYSITELIB}/explorer/src/scss/pivot.css
102${PYSITELIB}/explorer/src/scss/styles.scss 128${PYSITELIB}/explorer/src/scss/styles.scss
103${PYSITELIB}/explorer/src/scss/variables.scss 129${PYSITELIB}/explorer/src/scss/variables.scss
104${PYSITELIB}/explorer/static/explorer/bootstrap-icons.woff 130${PYSITELIB}/explorer/static/explorer/bootstrap-icons.woff
105${PYSITELIB}/explorer/static/explorer/bootstrap-icons.woff2 131${PYSITELIB}/explorer/static/explorer/bootstrap-icons.woff2
106${PYSITELIB}/explorer/static/explorer/explorer.js 132${PYSITELIB}/explorer/static/explorer/explorer.js
107${PYSITELIB}/explorer/static/explorer/favorites.js 133${PYSITELIB}/explorer/static/explorer/favorites.js
108${PYSITELIB}/explorer/static/explorer/index.js 134${PYSITELIB}/explorer/static/explorer/index.js
109${PYSITELIB}/explorer/static/explorer/main.js 135${PYSITELIB}/explorer/static/explorer/main.js
110${PYSITELIB}/explorer/static/explorer/pivot-setup.js 136${PYSITELIB}/explorer/static/explorer/pivot-setup.js
111${PYSITELIB}/explorer/static/explorer/query-list.js 137${PYSITELIB}/explorer/static/explorer/query-list.js
112${PYSITELIB}/explorer/static/explorer/schema.js 138${PYSITELIB}/explorer/static/explorer/schema.js
113${PYSITELIB}/explorer/static/explorer/styles.css 139${PYSITELIB}/explorer/static/explorer/styles.css
114${PYSITELIB}/explorer/tasks.py 140${PYSITELIB}/explorer/tasks.py
115${PYSITELIB}/explorer/tasks.pyc 141${PYSITELIB}/explorer/tasks.pyc
116${PYSITELIB}/explorer/tasks.pyo 142${PYSITELIB}/explorer/tasks.pyo
 143${PYSITELIB}/explorer/telemetry.py
 144${PYSITELIB}/explorer/telemetry.pyc
 145${PYSITELIB}/explorer/telemetry.pyo
 146${PYSITELIB}/explorer/templates/explorer/assistant.html
117${PYSITELIB}/explorer/templates/explorer/base.html 147${PYSITELIB}/explorer/templates/explorer/base.html
118${PYSITELIB}/explorer/templates/explorer/export_buttons.html 148${PYSITELIB}/explorer/templates/explorer/export_buttons.html
119${PYSITELIB}/explorer/templates/explorer/fullscreen.html 149${PYSITELIB}/explorer/templates/explorer/fullscreen.html
120${PYSITELIB}/explorer/templates/explorer/params.html 150${PYSITELIB}/explorer/templates/explorer/params.html
121${PYSITELIB}/explorer/templates/explorer/pdf_template.html 151${PYSITELIB}/explorer/templates/explorer/pdf_template.html
122${PYSITELIB}/explorer/templates/explorer/play.html 152${PYSITELIB}/explorer/templates/explorer/play.html
123${PYSITELIB}/explorer/templates/explorer/preview_pane.html 153${PYSITELIB}/explorer/templates/explorer/preview_pane.html
124${PYSITELIB}/explorer/templates/explorer/query.html 154${PYSITELIB}/explorer/templates/explorer/query.html
125${PYSITELIB}/explorer/templates/explorer/query_confirm_delete.html 155${PYSITELIB}/explorer/templates/explorer/query_confirm_delete.html
126${PYSITELIB}/explorer/templates/explorer/query_favorite_button.html 156${PYSITELIB}/explorer/templates/explorer/query_favorite_button.html
127${PYSITELIB}/explorer/templates/explorer/query_favorites.html 157${PYSITELIB}/explorer/templates/explorer/query_favorites.html
128${PYSITELIB}/explorer/templates/explorer/query_list.html 158${PYSITELIB}/explorer/templates/explorer/query_list.html
129${PYSITELIB}/explorer/templates/explorer/querylog_list.html 159${PYSITELIB}/explorer/templates/explorer/querylog_list.html
@@ -134,59 +164,62 @@ ${PYSITELIB}/explorer/templatetags/__ini @@ -134,59 +164,62 @@ ${PYSITELIB}/explorer/templatetags/__ini
134${PYSITELIB}/explorer/templatetags/__init__.pyo 164${PYSITELIB}/explorer/templatetags/__init__.pyo
135${PYSITELIB}/explorer/templatetags/explorer_tags.py 165${PYSITELIB}/explorer/templatetags/explorer_tags.py
136${PYSITELIB}/explorer/templatetags/explorer_tags.pyc 166${PYSITELIB}/explorer/templatetags/explorer_tags.pyc
137${PYSITELIB}/explorer/templatetags/explorer_tags.pyo 167${PYSITELIB}/explorer/templatetags/explorer_tags.pyo
138${PYSITELIB}/explorer/templatetags/vite.py 168${PYSITELIB}/explorer/templatetags/vite.py
139${PYSITELIB}/explorer/templatetags/vite.pyc 169${PYSITELIB}/explorer/templatetags/vite.pyc
140${PYSITELIB}/explorer/templatetags/vite.pyo 170${PYSITELIB}/explorer/templatetags/vite.pyo
141${PYSITELIB}/explorer/tests/__init__.py 171${PYSITELIB}/explorer/tests/__init__.py
142${PYSITELIB}/explorer/tests/__init__.pyc 172${PYSITELIB}/explorer/tests/__init__.pyc
143${PYSITELIB}/explorer/tests/__init__.pyo 173${PYSITELIB}/explorer/tests/__init__.pyo
144${PYSITELIB}/explorer/tests/factories.py 174${PYSITELIB}/explorer/tests/factories.py
145${PYSITELIB}/explorer/tests/factories.pyc 175${PYSITELIB}/explorer/tests/factories.pyc
146${PYSITELIB}/explorer/tests/factories.pyo 176${PYSITELIB}/explorer/tests/factories.pyo
 177${PYSITELIB}/explorer/tests/settings.py
 178${PYSITELIB}/explorer/tests/settings.pyc
 179${PYSITELIB}/explorer/tests/settings.pyo
147${PYSITELIB}/explorer/tests/test_actions.py 180${PYSITELIB}/explorer/tests/test_actions.py
148${PYSITELIB}/explorer/tests/test_actions.pyc 181${PYSITELIB}/explorer/tests/test_actions.pyc
149${PYSITELIB}/explorer/tests/test_actions.pyo 182${PYSITELIB}/explorer/tests/test_actions.pyo
150${PYSITELIB}/explorer/tests/test_apps.py 183${PYSITELIB}/explorer/tests/test_apps.py
151${PYSITELIB}/explorer/tests/test_apps.pyc 184${PYSITELIB}/explorer/tests/test_apps.pyc
152${PYSITELIB}/explorer/tests/test_apps.pyo 185${PYSITELIB}/explorer/tests/test_apps.pyo
153${PYSITELIB}/explorer/tests/test_csrf_cookie_name.py 186${PYSITELIB}/explorer/tests/test_csrf_cookie_name.py
154${PYSITELIB}/explorer/tests/test_csrf_cookie_name.pyc 187${PYSITELIB}/explorer/tests/test_csrf_cookie_name.pyc
155${PYSITELIB}/explorer/tests/test_csrf_cookie_name.pyo 188${PYSITELIB}/explorer/tests/test_csrf_cookie_name.pyo
156${PYSITELIB}/explorer/tests/test_exporters.py 189${PYSITELIB}/explorer/tests/test_exporters.py
157${PYSITELIB}/explorer/tests/test_exporters.pyc 190${PYSITELIB}/explorer/tests/test_exporters.pyc
158${PYSITELIB}/explorer/tests/test_exporters.pyo 191${PYSITELIB}/explorer/tests/test_exporters.pyo
159${PYSITELIB}/explorer/tests/test_forms.py 192${PYSITELIB}/explorer/tests/test_forms.py
160${PYSITELIB}/explorer/tests/test_forms.pyc 193${PYSITELIB}/explorer/tests/test_forms.pyc
161${PYSITELIB}/explorer/tests/test_forms.pyo 194${PYSITELIB}/explorer/tests/test_forms.pyo
162${PYSITELIB}/explorer/tests/test_models.py 195${PYSITELIB}/explorer/tests/test_models.py
163${PYSITELIB}/explorer/tests/test_models.pyc 196${PYSITELIB}/explorer/tests/test_models.pyc
164${PYSITELIB}/explorer/tests/test_models.pyo 197${PYSITELIB}/explorer/tests/test_models.pyo
165${PYSITELIB}/explorer/tests/test_schema.py 198${PYSITELIB}/explorer/tests/test_schema.py
166${PYSITELIB}/explorer/tests/test_schema.pyc 199${PYSITELIB}/explorer/tests/test_schema.pyc
167${PYSITELIB}/explorer/tests/test_schema.pyo 200${PYSITELIB}/explorer/tests/test_schema.pyo
168${PYSITELIB}/explorer/tests/test_tasks.py 201${PYSITELIB}/explorer/tests/test_tasks.py
169${PYSITELIB}/explorer/tests/test_tasks.pyc 202${PYSITELIB}/explorer/tests/test_tasks.pyc
170${PYSITELIB}/explorer/tests/test_tasks.pyo 203${PYSITELIB}/explorer/tests/test_tasks.pyo
 204${PYSITELIB}/explorer/tests/test_telemetry.py
 205${PYSITELIB}/explorer/tests/test_telemetry.pyc
 206${PYSITELIB}/explorer/tests/test_telemetry.pyo
171${PYSITELIB}/explorer/tests/test_utils.py 207${PYSITELIB}/explorer/tests/test_utils.py
172${PYSITELIB}/explorer/tests/test_utils.pyc 208${PYSITELIB}/explorer/tests/test_utils.pyc
173${PYSITELIB}/explorer/tests/test_utils.pyo 209${PYSITELIB}/explorer/tests/test_utils.pyo
174${PYSITELIB}/explorer/tests/test_views.py 210${PYSITELIB}/explorer/tests/test_views.py
175${PYSITELIB}/explorer/tests/test_views.pyc 211${PYSITELIB}/explorer/tests/test_views.pyc
176${PYSITELIB}/explorer/tests/test_views.pyo 212${PYSITELIB}/explorer/tests/test_views.pyo
177${PYSITELIB}/explorer/tests/urls.py 
178${PYSITELIB}/explorer/tests/urls.pyc 
179${PYSITELIB}/explorer/tests/urls.pyo 
180${PYSITELIB}/explorer/urls.py 213${PYSITELIB}/explorer/urls.py
181${PYSITELIB}/explorer/urls.pyc 214${PYSITELIB}/explorer/urls.pyc
182${PYSITELIB}/explorer/urls.pyo 215${PYSITELIB}/explorer/urls.pyo
183${PYSITELIB}/explorer/utils.py 216${PYSITELIB}/explorer/utils.py
184${PYSITELIB}/explorer/utils.pyc 217${PYSITELIB}/explorer/utils.pyc
185${PYSITELIB}/explorer/utils.pyo 218${PYSITELIB}/explorer/utils.pyo
186${PYSITELIB}/explorer/views/__init__.py 219${PYSITELIB}/explorer/views/__init__.py
187${PYSITELIB}/explorer/views/__init__.pyc 220${PYSITELIB}/explorer/views/__init__.pyc
188${PYSITELIB}/explorer/views/__init__.pyo 221${PYSITELIB}/explorer/views/__init__.pyo
189${PYSITELIB}/explorer/views/auth.py 222${PYSITELIB}/explorer/views/auth.py
190${PYSITELIB}/explorer/views/auth.pyc 223${PYSITELIB}/explorer/views/auth.pyc
191${PYSITELIB}/explorer/views/auth.pyo 224${PYSITELIB}/explorer/views/auth.pyo
192${PYSITELIB}/explorer/views/create.py 225${PYSITELIB}/explorer/views/create.py

cvs diff -r1.7 -r1.8 pkgsrc/www/py-django-sql-explorer/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django-sql-explorer/distinfo 2024/02/08 22:52:01 1.7
+++ pkgsrc/www/py-django-sql-explorer/distinfo 2024/05/07 03:59:49 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2024/02/08 22:52:01 adam Exp $ 1$NetBSD: distinfo,v 1.8 2024/05/07 03:59:49 adam Exp $
2 2
3BLAKE2s (django-sql-explorer-4.0.2.tar.gz) = 5a6e753ea8e65d7c7699f3cf6a8f44a56c2902f39af8ca30ac925eaaa0a94a2c 3BLAKE2s (django_sql_explorer-4.2.tar.gz) = c955c07d8fe02ce6a4da7bdc26d758eeeefbef64c9ac27a5051e7273dd4091ee
4SHA512 (django-sql-explorer-4.0.2.tar.gz) = dd82d9ae38dfe1463b1b89b298d589a07fcd544f453d66cc0555fa312f919370e19cca2178d11184635a12e11c5c861b24f2945cbb091b1350b38d7b871f7254 4SHA512 (django_sql_explorer-4.2.tar.gz) = 7a314afa4f9f39b220f74d84aaa644e5664a013a2b36dbfbeaed0124f851502f3285af2e0d1ed0aa60476d01341f6ccc1db7fc6f1258181335130e87ebdad4e4
5Size (django-sql-explorer-4.0.2.tar.gz) = 649885 bytes 5Size (django_sql_explorer-4.2.tar.gz) = 679697 bytes