We contentedly announce the release of: os-traits 3.1.0: A library containing standardized trait strings The source is available from: https://opendev.org/openstack/os-traits Download the package from: https://pypi.org/project/os-traits For more details, please see below. Changes in os-traits 3.0.0..3.1.0 --------------------------------- fa4f920 Add a new trait for stateless firmware support 747dbef Bump min versions to exclude known bad versions b67cbd0 Remove old excludes 51327df Add a new trait for AMD SEV-ES 7ca1822 Bupm hacking 2cf5131 Add traits for TPM models 83e83b7 Update spec reference links 36d91f1 Update bug tracker url 74f9410 Update python classifier in setup.cfg 2bb3adc add pyproject.toml to support pip 23.1 Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- os_traits/compute/migrate.py | 2 +- os_traits/compute/security.py | 14 +++++++++----- os_traits/hw/cpu/x86/amd.py | 3 ++- pyproject.toml | 3 +++ requirements.txt | 6 +----- setup.cfg | 1 + test-requirements.txt | 8 ++------ 9 files changed, 21 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6de9f4e..428d763 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=3.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e10642c..50c9824 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,2 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 +coverage>=4.4.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org