From 7eded8a95e223fd85c09e3ec96e95ead3118032e Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Sun, 3 Aug 2025 14:30:48 +0200 Subject: [PATCH] Drop puppet, update openvox minimum version to 8.19 * drop support for puppet as discussed in [1] * update openvox minimum version to 8.19.0 as discussed in [2] and [3] [1] https://github.com/voxpupuli/community-triage/issues/59 [2] https://github.com/voxpupuli/community-triage/issues/60 [3] https://github.com/voxpupuli/modulesync_config/pull/978#discussion_r2232830327 --- metadata.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/metadata.json b/metadata.json index ad15f62..28212ed 100644 --- a/metadata.json +++ b/metadata.json @@ -5,9 +5,7 @@ "summary": "Puppet formatting functions to transform text into rich text", "license": "Apache-2.0", "source": "https://github.com/voxpupuli/puppet-format.git", - "dependencies": [ - - ], + "dependencies": [], "operatingsystem_support": [ { "operatingsystem": "CentOS", @@ -78,13 +76,9 @@ } ], "requirements": [ - { - "name": "puppet", - "version_requirement": ">= 7.0.0 < 9.0.0" - }, { "name": "openvox", - "version_requirement": ">= 7.0.0 < 9.0.0" + "version_requirement": ">= 8.19.0 < 9.0.0" } ], "pdk-version": "1.17.0",