From 2e84dc785856ba13927d999d75b1d9d9bc2f3e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatiana=20Boye=CC=81?= Date: Tue, 30 Apr 2024 22:24:46 +0200 Subject: [PATCH 1/2] Eliminate `udata-front` dependency OR-420 --- CHANGELOG.md | 2 +- requirements/install.pip | 1 - udata_piwik/views.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cce174..b65e341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Current (in progress) -- Nothing yet +- Eliminate unnecessary `udata-front` dependency [#288](https://github.com/opendatateam/udata-piwik/pull/288) ## 4.1.0 (2024-04-23) diff --git a/requirements/install.pip b/requirements/install.pip index 924957b..6524401 100644 --- a/requirements/install.pip +++ b/requirements/install.pip @@ -1,2 +1 @@ udata>=3.2.0 -udata-front>=1.0.0 diff --git a/udata_piwik/views.py b/udata_piwik/views.py index 576f6af..a92b035 100644 --- a/udata_piwik/views.py +++ b/udata_piwik/views.py @@ -1,6 +1,6 @@ from flask import render_template, Blueprint -from udata_front.frontend import template_hook +from udata.frontend import template_hook blueprint = Blueprint('piwik', __name__, template_folder='templates') From 46da11ca259d3371e902347be12300d8ee0224b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatiana=20Boye=CC=81?= Date: Tue, 30 Apr 2024 22:36:11 +0200 Subject: [PATCH 2/2] Improve phrasing in changelog OR-420 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65e341..60f41d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Current (in progress) -- Eliminate unnecessary `udata-front` dependency [#288](https://github.com/opendatateam/udata-piwik/pull/288) +- Eliminate explicit `udata-front` dependency [#288](https://github.com/opendatateam/udata-piwik/pull/288) ## 4.1.0 (2024-04-23)