summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-07-14 01:02:00 +0800
committerMonty Taylor <mordred@inaugust.com>2020-07-14 08:06:55 -0500
commit82ebddca006d1dc61855fdd34b0616222039ea58 (patch)
tree48ed6e645ef0dbc0c3a119bd69e099cab86dafdd /releasenotes
parent8aed5feab8a5ae65658ea03fe1f2c238f6ffd908 (diff)
downloadpython-openstackclient-5.3.1.tar.gz
Fix compatibility issue in 5.35.3.1
The offending entry point object looks like: EntryPoint(name='compute', value='openstackclient.compute.client', group='openstack.cli.base') Story: 2007917 Task: 40323 Change-Id: I0f3cc62e23efdc14203ce6645581d5ba5dbf7fa0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/entrypoint-3.8-0597d159889042f7.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/entrypoint-3.8-0597d159889042f7.yaml b/releasenotes/notes/entrypoint-3.8-0597d159889042f7.yaml
new file mode 100644
index 00000000..cb25cff1
--- /dev/null
+++ b/releasenotes/notes/entrypoint-3.8-0597d159889042f7.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fixes an issue with python 3.8 and entrypoint loading where the
+ new builtin importlib entrypoint support had a different
+ attribute api than expected.