From 1b694dc9a36977a96bb48b3ad1075d33b1856d6f Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Mon, 16 Dec 2024 12:14:11 +0100 Subject: [PATCH 1/4] docs: Add link to deprecation announcement to readme --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 9105ea567..09d780248 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,12 @@ django CMS Text CKEditor |pypi| |coverage| |python| |django| |djangocms| |djangocms4| +.. warning:: + + This package will be deprecated on March 31, 2025 and not receive any updates thereafter. + See the `deprecation announcement `_. + + .. note:: Version 5 of this package does not include a move to CKEditor version 5 From 6afefdb62e0597f9368e3d1f5397645e54151fd0 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Mon, 16 Dec 2024 12:23:55 +0100 Subject: [PATCH 2/4] Update base.txt --- tests/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt index 92c95e771..637edb5f8 100644 --- a/tests/requirements/base.txt +++ b/tests/requirements/base.txt @@ -1,7 +1,7 @@ # requirements from setup.py django-filer>=1.4.0, <3.2.0 djangocms-picture>=2.1.0 -djangocms-link>=2.2.1 +djangocms-link>=2.2.1,<5 django-polymorphic>=2.0.3 Pillow html5lib>=0.999999999 From 8364f2e8893a583249de1a832ae8ac92c29e8d79 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Mon, 16 Dec 2024 12:26:20 +0100 Subject: [PATCH 3/4] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index babd13f10..a0089317c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: dj50_cms41.txt, ] os: [ - ubuntu-20.04, + ubuntu-latest, ] exclude: - python-version: 3.7 From 6ce7acd953fd7598f7b2ef4cd65bc7aa9756c070 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Mon, 16 Dec 2024 12:27:26 +0100 Subject: [PATCH 4/4] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 09d780248..cc495a78a 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,8 @@ django CMS Text CKEditor .. warning:: This package will be deprecated on March 31, 2025 and not receive any updates thereafter. - See the `deprecation announcement `_. + See the `deprecation announcement `_. + Use `djangocms CMS Text `_ as an alternative. .. note::