From 03b1ad6121f8559461a1317c6ac868490e469fa3 Mon Sep 17 00:00:00 2001 From: CBL-Mariner Servicing Account Date: Thu, 17 Oct 2024 05:02:38 +0000 Subject: [PATCH] Upgrade pyusb to 1.2.1 upgrade to version 1.2.1 --- SPECS-EXTENDED/pyusb/pyusb.signatures.json | 6 +++--- SPECS-EXTENDED/pyusb/pyusb.spec | 7 +++++-- cgmanifest.json | 4 ++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/SPECS-EXTENDED/pyusb/pyusb.signatures.json b/SPECS-EXTENDED/pyusb/pyusb.signatures.json index 2154007ca35..67ddc53e438 100644 --- a/SPECS-EXTENDED/pyusb/pyusb.signatures.json +++ b/SPECS-EXTENDED/pyusb/pyusb.signatures.json @@ -1,5 +1,5 @@ { - "Signatures": { - "pyusb-1.0.2.tar.gz": "49dfa601f28e9399df62004170cfb623197ad32d8399885b7f789775767b50c3" - } + "Signatures": { + "pyusb-1.2.1.tar.gz": "ce8fb87380c1856fea9d787f6d7b85eea256f8db6b0e0f55d9d2bdc5af55b18b" + } } diff --git a/SPECS-EXTENDED/pyusb/pyusb.spec b/SPECS-EXTENDED/pyusb/pyusb.spec index 4245a866257..9ac9f48cbf6 100644 --- a/SPECS-EXTENDED/pyusb/pyusb.spec +++ b/SPECS-EXTENDED/pyusb/pyusb.spec @@ -1,8 +1,8 @@ Vendor: Microsoft Corporation Distribution: Azure Linux Name: pyusb -Version: 1.0.2 -Release: 7%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: Python bindings for libusb License: BSD URL: https://github.com/pyusb/pyusb/ @@ -41,6 +41,9 @@ sed -i -e 's/\r//g' README.rst %{python3_sitelib}/* %changelog +* Thu Oct 17 2024 CBL-Mariner Servicing Account - 1.2.1-1 +- Auto-upgrade to 1.2.1 - upgrade to version 1.2.1 + * Fri Oct 15 2021 Pawel Winogrodzki - 1.0.2-7 - Initial CBL-Mariner import from Fedora 31 (license: MIT). diff --git a/cgmanifest.json b/cgmanifest.json index 6e8bb00cb9f..a9c29bacd4c 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -25213,8 +25213,8 @@ "type": "other", "other": { "name": "pyusb", - "version": "1.0.2", - "downloadUrl": "https://github.com/pyusb/pyusb/archive/pyusb-1.0.2.tar.gz" + "version": "1.2.1", + "downloadUrl": "https://github.com/pyusb/pyusb/archive/pyusb-1.2.1.tar.gz" } } },