From 1d5d27c85f98da199691d34d7f653c346264c484 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 3 Jan 2024 16:32:04 -0800 Subject: [PATCH] Use sha256 1.0 This release should be able to be installed via our usual methods. Change-Id: I75e2302ff932001b3e7b56ada8014a0bd177450c --- bindep.txt | 12 +++--------- requirements.txt | 6 +----- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/bindep.txt b/bindep.txt index 9e9a0c1..a4176d7 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,11 +1,7 @@ musl-dev [compile test platform:apk] make [compile test platform:apk] linux-headers [compile test platform:apk] -# Git only needed for temporary sha256 git repo -git -# gcc normally only needed for compile time, but temporarily runtime -# for sha256 -gcc +gcc [compile test] g++ [compile test platform:apk platform:dpkg] gcc-c++ [compile test platform:rpm] libssl-dev [compile test platform:dpkg] @@ -13,7 +9,5 @@ openssl-devel [compile test platform:rpm] libressl-dev [compile test platform:apk] libffi-dev [compile test platform:dpkg platform:apk] libffi-devel [compile test platform:rpm] -# python3-dev normally only needed for compile time, but temporarily runtime -# for sha256 -python3-dev [platform:dpkg platform:apk] -python3-devel [platform:rpm] +python3-dev [compile test platform:dpkg platform:apk] +python3-devel [compile test platform:rpm] diff --git a/requirements.txt b/requirements.txt index 7d78a3f..4926581 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,10 +6,6 @@ routes requests openstacksdk python-dateutil -# Temporary until upstream releases support for py 3.11: -git+https://github.com/jeblair/sha256 -# cython and wheel temporary since for the temp sha256 repo install phase -cython -wheel +sha256>=1.0 pyjwt>=2.0.0,<3.0.0 boto3