Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOPATCHER-EXTENDED] Upgrade pyusb to 1.2.1 upgrade to version 1.2.1 #10760

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions SPECS-EXTENDED/pyusb/pyusb.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"pyusb-1.0.2.tar.gz": "49dfa601f28e9399df62004170cfb623197ad32d8399885b7f789775767b50c3"
}
}
"Signatures": {
"pyusb-1.2.1.tar.gz": "ce8fb87380c1856fea9d787f6d7b85eea256f8db6b0e0f55d9d2bdc5af55b18b"
}
}
7 changes: 5 additions & 2 deletions SPECS-EXTENDED/pyusb/pyusb.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Vendor: Microsoft Corporation
Distribution: Mariner
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:/pyusb/pyusb/
Expand Down Expand Up @@ -41,6 +41,9 @@ sed -i -e 's/\r//g' README.rst
%{python3_sitelib}/*

%changelog
* Thu Oct 17 2024 CBL-Mariner Servicing Account <[email protected]> - 1.2.1-1
- Auto-upgrade to 1.2.1 - upgrade to version 1.2.1

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.0.2-7
- Initial CBL-Mariner import from Fedora 31 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25204,8 +25204,8 @@
"type": "other",
"other": {
"name": "pyusb",
"version": "1.0.2",
"downloadUrl": "https:/pyusb/pyusb/archive/pyusb-1.0.2.tar.gz"
"version": "1.2.1",
"downloadUrl": "https:/pyusb/pyusb/archive/pyusb-1.2.1.tar.gz"
}
}
},
Expand Down
Loading