Open
Conversation
|
Is there any chance of merging this or another solution since deprecation is potentially imminent?
|
|
To anyone here encountering the same warnings I did, flake8-logging provides similar functionality to flake8-logging-format but does not raise the same warnings. The |
openstack-mirroring
pushed a commit
to openstack/os-brick
that referenced
this pull request
Feb 16, 2026
These drivers depend on os-win, which was already retired due to retirement of WinStackers project. os-win depends on pkg_resources which was removed from setuptools recently. Also remove flake8-logging-format, because it currently requires pkg_resources[1]. [1] globality-corp/flake8-logging-format#78 Change-Id: Iff55251ce3999b49285b9862f0396ade63ab5dc9 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
openstack-mirroring
pushed a commit
to openstack/openstack
that referenced
this pull request
Feb 16, 2026
* Update os-brick from branch 'master'
to 8f088547991bdc54147a1f34333229798765fcd4
- Merge "Remove windows support"
- Remove windows support
These drivers depend on os-win, which was already retired due to
retirement of WinStackers project.
os-win depends on pkg_resources which was removed from setuptools
recently.
Also remove flake8-logging-format, because it currently requires
pkg_resources[1].
[1] globality-corp/flake8-logging-format#78
Change-Id: Iff55251ce3999b49285b9862f0396ade63ab5dc9
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
openstack-mirroring
pushed a commit
to openstack/cinder
that referenced
this pull request
Feb 16, 2026
These drivers depend on os-win, which was already retired due to retirement of WinStackers project. os-win depends on pkg_resources which was removed from setuptools recently. Also remove flake8-logging-format, because it currently requires pkg_resources[1]. [1] globality-corp/flake8-logging-format#78 Change-Id: I6bdf6e284e427cd6415cfe40dc1a75e9fe4a1885 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
openstack-mirroring
pushed a commit
to openstack/openstack
that referenced
this pull request
Feb 16, 2026
* Update cinder from branch 'master'
to 143c5c12fb60ef7130ddff0fc9b9ec23bc452d49
- Remove Windows drivers
These drivers depend on os-win, which was already retired due to
retirement of WinStackers project.
os-win depends on pkg_resources which was removed from setuptools
recently.
Also remove flake8-logging-format, because it currently requires
pkg_resources[1].
[1] globality-corp/flake8-logging-format#78
Change-Id: I6bdf6e284e427cd6415cfe40dc1a75e9fe4a1885
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The older
pkg_resourcespackage was deprecated for some time and finally removed in Python 3.12. The newerimportlib.metadatapackage, built on top of the newimportlibinfrastructure in Python 3, performs better and is recommended for future use.All tests passed against 3.9, 3.10, 3.11 and 3.12.