From 8f1c70441338ba6a8c5214edc9c1072a0356e002 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Fri, 5 Jan 2024 14:28:44 +0100 Subject: [PATCH] package/supervisor: bump to version 4.2.5 Drop COPYRIGHT as license text has been removed from this file with https://github.com/Supervisor/supervisor/commit/7fd2842162d026eee929e2673de37039c42aa5a7 http://supervisord.org/changes.html#id1 Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/supervisor/supervisor.hash | 3 +-- package/supervisor/supervisor.mk | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package/supervisor/supervisor.hash b/package/supervisor/supervisor.hash index f6e9cf97b1..a61afc4410 100644 --- a/package/supervisor/supervisor.hash +++ b/package/supervisor/supervisor.hash @@ -1,4 +1,3 @@ # Locally calculated -sha256 5b2b8882ec8a3c3733cce6965cc098b6d80b417f21229ab90b18fe551d619f90 supervisor-4.2.2.tar.gz -sha256 7b8dbd54ab1543b07b2fc5f6f5ab50d89d26c1c4952af93a579d8c52c56b8de4 COPYRIGHT.txt +sha256 34761bae1a23c58192281a5115fb07fbf22c9b0133c08166beffc70fed3ebc12 supervisor-4.2.5.tar.gz sha256 4c35fda9f70bb7883fd94e5a4d5addd88ad1a6d5d15e21c9d17c4d96fdc5e369 LICENSES.txt diff --git a/package/supervisor/supervisor.mk b/package/supervisor/supervisor.mk index ad34c031e4..eb2a4990b7 100644 --- a/package/supervisor/supervisor.mk +++ b/package/supervisor/supervisor.mk @@ -4,10 +4,10 @@ # ################################################################################ -SUPERVISOR_VERSION = 4.2.2 -SUPERVISOR_SITE = https://files.pythonhosted.org/packages/d3/7f/c780b7471ba0ff4548967a9f7a8b0bfce222c3a496c3dfad0164172222b0 +SUPERVISOR_VERSION = 4.2.5 +SUPERVISOR_SITE = https://files.pythonhosted.org/packages/ce/37/517989b05849dd6eaa76c148f24517544704895830a50289cbbf53c7efb9 SUPERVISOR_LICENSE = BSD-like, rdflib (http_client.py), PSF (medusa) -SUPERVISOR_LICENSE_FILES = COPYRIGHT.txt LICENSES.txt +SUPERVISOR_LICENSE_FILES = LICENSES.txt SUPERVISOR_CPE_ID_VENDOR = supervisord SUPERVISOR_SETUP_TYPE = setuptools