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.cfg9
-rw-r--r--tox.ini4
5 files changed, 10 insertions, 9 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e8d5e09..c35df65 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -13,7 +13,7 @@
- project:
templates:
- check-requirements
- - openstack-python3-wallaby-jobs
+ - openstack-python3-zed-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..57c0ee6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,11 @@
[metadata]
name = python-barbicanclient
summary = Client Library for OpenStack Barbican Key Management API
-description-file =
+description_file =
README.rst
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
-home-page = https://docs.openstack.org/python-barbicanclient/latest/
+author_email = openstack-discuss@lists.openstack.org
+home_page = https://docs.openstack.org/python-barbicanclient/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -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 f5284de..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
@@ -12,7 +12,7 @@ setenv =
PYTHON=coverage run --source barbicanclient --parallel-mode
VIRTUAL_ENV={envdir}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:TOX_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt