As per 2025.1 testing runtime[1], we are tetsing from python 3.9 till python 3.12, moving functional job to python 3.12 and updating the same in python classifier. Bump the hacking version to 7.0.0 for consistency with the other cinder projects and to fix the pep8 job on Ubuntu Noble. Also, add 'netifaces' to requirements; it has been explicitly used by the code for a long time, but was never included in requirements. Whatever had been supplying it apparently no longer has netifaces as a dependency. Closes-Bug: #2088356 Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Co-authored-by: Ghanshyam Mann <gmann@ghanshyammann.com> Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com> Change-Id: I9e5be7856d6985f7811c66ef3846fd353c51e7af
28 lines
971 B
INI
28 lines
971 B
INI
[metadata]
|
|
name = python-brick-cinderclient-ext
|
|
description = python-cinderclient extension for local storage management
|
|
long_description = file: README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
url = http://docs.openstack.org/cinder/latest/
|
|
python_requires = >=3.9
|
|
classifiers =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
|
|
[files]
|
|
packages =
|
|
brick_cinderclient_ext
|
|
brick_python_cinderclient_ext
|