From d2162eb68315fad23331c837a235776b88c93d22 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <2368628+eea-jenkins@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:57:05 +0300 Subject: [PATCH 1/2] Back to devel --- docs/HISTORY.txt | 3 +++ eea/kitkat/version.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 62da96f..552b767 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,9 @@ Changelog ========= +6.3-dev0 - (unreleased) +--------------------------- + 6.2 - (2023-06-06) --------------------------- * Change: View comments permission only for authenticated diff --git a/eea/kitkat/version.txt b/eea/kitkat/version.txt index 0cda48a..5dd0ca0 100644 --- a/eea/kitkat/version.txt +++ b/eea/kitkat/version.txt @@ -1 +1 @@ -6.2 +6.3-dev0 From 50f4438a1fac6f29be15701493f9f85efcc217d3 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Wed, 18 Oct 2023 17:42:33 +0300 Subject: [PATCH 2/2] refactor: Remove pas.plugin.oidc depedency - refs #258877 --- README.rst | 9 --------- docs/HISTORY.txt | 4 +++- eea/kitkat/version.txt | 2 +- setup.py | 1 - 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index fd750b0..b0a0e28 100644 --- a/README.rst +++ b/README.rst @@ -156,15 +156,6 @@ Included Plone Add-ons :target: https://coveralls.io/github/collective/collective.taxonomy :alt: Coverage -`pas.plugins.oidc `_ - -.. image:: https://img.shields.io/pypi/v/pas.plugins.oidc.svg - :target: https://pypi.python.org/pypi/pas.plugins.oidc/ - :alt: Latest Version -.. image:: https://img.shields.io/github/v/release/eea/pas.plugins.oidc - :target: https://github.com/eea/pas.plugins.oidc/releases - :alt: Release - Main features ============= diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 552b767..bf4bf20 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,8 +1,10 @@ Changelog ========= -6.3-dev0 - (unreleased) +7.0 - (2023-10-18) --------------------------- +* Breaking: Remove pas.plugin.oidc dependency + [avoinea - refs #258877] 6.2 - (2023-06-06) --------------------------- diff --git a/eea/kitkat/version.txt b/eea/kitkat/version.txt index 5dd0ca0..4fedf1d 100644 --- a/eea/kitkat/version.txt +++ b/eea/kitkat/version.txt @@ -1 +1 @@ -6.3-dev0 +7.0 diff --git a/setup.py b/setup.py index 7ecd64b..07bf4d3 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,6 @@ 'eea.schema.slate', 'eea.sentry', 'eea.volto.policy', - 'pas.plugins.oidc', 'collective.taxonomy', 'plone.volto', 'plone.restapi',