From 2ac2f269fde4baa53e93aab95feecff9fbf4dbd0 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Feb 08 2022 08:09:36 +0000 Subject: [PATCH 1/3] Add F36 to the list of releases Signed-off-by: Tomas Hrcka --- diff --git a/fedscm_admin/__init__.py b/fedscm_admin/__init__.py index 7eeb517..b571a96 100644 --- a/fedscm_admin/__init__.py +++ b/fedscm_admin/__init__.py @@ -75,13 +75,17 @@ STANDARD_BRANCH_SLAS = { 'security_fixes': '2020-11-30', 'bug_fixes': '2020-11-30' }, + 'f36': { + 'bug_fixes': '2023-05-16', + 'security_fixes': '2023-05-16' + }, 'f35': { - 'bug_fixes': '2022-11-26', - 'security_fixes': '2022-11-26' + 'bug_fixes': '2022-11-15', + 'security_fixes': '2022-11-15' }, 'f34': { - 'bug_fixes': '2022-03-08', - 'security_fixes': '2022-03-08' + 'bug_fixes': '2022-05-17', + 'security_fixes': '2022-05-17' }, 'f33': { 'bug_fixes': '2021-11-16', From 99c6c07bb78feda55e49e9320eba54fad20bd1a4 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Feb 08 2022 08:09:36 +0000 Subject: [PATCH 2/3] Bump release 1.1.4 Signed-off-by: Tomas Hrcka --- diff --git a/setup.py b/setup.py index 7f14054..e4e9da9 100644 --- a/setup.py +++ b/setup.py @@ -20,5 +20,5 @@ setup( packages=['fedscm_admin'], package_dir={'fedscm_admin': 'fedscm_admin'}, url='https://pagure.io/fedscm_admin', - version='1.1.3', + version='1.1.4', ) From b7e724eab4462186111d69bee09318ddef437d5c Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Feb 08 2022 08:09:36 +0000 Subject: [PATCH 3/3] Ignore line too long for stream URL Signed-off-by: Tomas Hrcka --- diff --git a/fedscm_admin/utils.py b/fedscm_admin/utils.py index e86e62b..7e9f306 100644 --- a/fedscm_admin/utils.py +++ b/fedscm_admin/utils.py @@ -773,7 +773,7 @@ def valid_epel_package(name, branch): # Currently we only have a latest symlink. In the future we'll need # separate latest symlinks that include the major version. # https://bugzilla.redhat.com/show_bug.cgi?id=2005139 - url = 'https://composes.stream.centos.org/production/latest-CentOS-Stream/compose/metadata/rpms.json' + url = 'https://composes.stream.centos.org/production/latest-CentOS-Stream/compose/metadata/rpms.json' # NOQA E501 rv = requests_wrapper(url, timeout=60, service_name='composes.stream.centos.org') rv_json = get_request_json(rv, 'getting the list of official EL packages') pkg_names = {