python-venusclient 1.0.0 (zed)
We eagerly announce the release of: python-venusclient 1.0.0: Python client for venus API This is the first release of python-venusclient. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-venusclient Download the package from: https://pypi.org/project/python-venusclient Please report issues through: https://bugs.launchpad.net/openstack-venus/+bugs For more details, please see below. 1.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of python- venusclient to support python 2.7 is OpenStack Train. The minimum version of Python now supported is Python 3.6. Changes in python-venusclient 167f5835cd3f6b5790cac1dd0640bb5bb9852894..1.0.0 ----------------------------------------------------------------------------- 9e69175 Modify copyright info. 99dcbc6 Modify copyright info. ff91d9f Add SearchManager to venusclient adef1db Add cover environment and white list in testenv 49accd1 Update python testing as per zed cycle teting runtime 8792143 add yoga.rst in source dir 935b5ec add wallaby.rst in source dir 72c5a44 fix spelling error c7e064f remove useless info in test-requirements a45e601 remove unsupport python version 3.9 547f92c Add py39 to tox.ini 4a7cd64 change gerrit remote address a03fcf4 add supported python version d29dd1e change DEFAULT_SERVICE_TYPE to 'log-system'. 7aee4c3 return orign data of interface 0b49b93 fix the function name of get-log 6cc55a8 add new interface 7041cdd update the describe of function 0e55c6d setup.cfg: Replace dashes with underscores cc48c5a remove six in httpclient.py and requirements.txt c9c3c00 remove six in cliutils.py bf99ac0 remove six in base.py and http.py 31fd85e remove six in exceptions.py 29a5aa0 remove six in venusclient/common/apiclient/exceptions.py 50dd8a9 remove six in venusclient/shell.py 48a6aae remove py37 9172290 remove unicode from code 470f4a4 Add Victoria release info 753f8c8 fix spelling mistake a267389 add README info about python-venusclient 36669a4 fix pep8 error and add zuul check of pep8 2794734 fix code style 54c39ba Initialize the python_venusclient project 88cf024 .zuul.yaml: add Zuul support to new repo Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d680009 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,18 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. +pbr!=2.1.0,>=2.0.0 # Apache-2.0 + +keystoneauth1>=3.3.0 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +os-client-config>=1.28.0 # Apache-2.0 +osc-lib>=1.8.0 # Apache-2.0 +PrettyTable>=0.7.1 # BSD +cryptography!=2.0,>=1.9 # BSD/Apache-2.0 +decorator>=3.4.0 # BSD +openstacksdk>=0.42.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..459cbed --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,14 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +hacking>=3.0,<3.1.0 # Apache-2.0 +coverage>=4.0,!=4.4 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx>=2.0.0,!=2.1.0 # BSD +oslotest>=1.10.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 +testtools>=1.4.0 # MIT +openstackdocstheme>=2.2.1 # Apache-2.0 +requests-mock>=0.6.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org