summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml2
-rw-r--r--README.rst2
-rw-r--r--barbicanclient/barbican_cli/v1/secrets.py2
-rw-r--r--setup.cfg3
-rw-r--r--tox.ini2
5 files changed, 6 insertions, 5 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e8d5e09..ead3dda 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -13,7 +13,7 @@
- project:
templates:
- check-requirements
- - openstack-python3-wallaby-jobs
+ - openstack-python3-yoga-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
check:
diff --git a/README.rst b/README.rst
index a614eb0..cc8aae9 100644
--- a/README.rst
+++ b/README.rst
@@ -204,7 +204,7 @@ usage options
.. _Launchpad project: https://launchpad.net/python-barbicanclient/
.. _Blueprints: https://blueprints.launchpad.net/python-barbicanclient/
.. _Bugs: https://storyboard.openstack.org/#!/project/984
-.. _Source: https://git.openstack.org/cgit/openstack/python-barbicanclient/
+.. _Source: https://opendev.org/openstack/python-barbicanclient/
.. _Getting involved: https://docs.openstack.org/barbican/latest/contributor/getting_involved.html
.. _Specs: https://specs.openstack.org/openstack/barbican-specs/
diff --git a/barbicanclient/barbican_cli/v1/secrets.py b/barbicanclient/barbican_cli/v1/secrets.py
index dc9929d..65d94ad 100644
--- a/barbicanclient/barbican_cli/v1/secrets.py
+++ b/barbicanclient/barbican_cli/v1/secrets.py
@@ -19,7 +19,7 @@ from cliff import command
from cliff import lister
from cliff import show
-from barbicanclient import secrets
+from barbicanclient.v1 import secrets
class DeleteSecret(command.Command):
diff --git a/setup.cfg b/setup.cfg
index 5aabf2a..fe87483 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,11 +13,12 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
+ Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
-
+ Programming Language :: Python :: 3.9
[files]
packages =
diff --git a/tox.ini b/tox.ini
index 9bc5d12..0182901 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
-envlist = py38,py36,pep8
+envlist = py38,py39,pep8
skipsdist = True
ignore_basepython_conflict = True