diff options
| author | Myles Penner <myles.penner@canonical.com> | 2025-09-16 13:38:00 -0700 |
|---|---|---|
| committer | Myles Penner <myles.penner@canonical.com> | 2025-09-16 13:38:00 -0700 |
| commit | 521f93dd2ff2da09df69367005ae94fda7f51cec (patch) | |
| tree | 31ba41049ee8a3c579726fe47b783156b7429129 | |
| parent | 0dc6e8d7694eff076c14bf705daae76d5235e3d7 (diff) | |
New upstream version 7.2.07.2.0upstream-flamingo
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | PKG-INFO | 2 | ||||
| -rw-r--r-- | python_barbicanclient.egg-info/PKG-INFO | 2 | ||||
| -rw-r--r-- | python_barbicanclient.egg-info/pbr.json | 2 | ||||
| -rw-r--r-- | setup.py | 9 |
6 files changed, 9 insertions, 12 deletions
@@ -118,6 +118,7 @@ sonu.kumar <sonu.kumar@nectechnologies.in> ting.wang <ting.wang@easystack.cn> tsv <tsv@hp.com> venkatamahesh <venkatamaheshkotha@gmail.com> +wangjiaqi07 <wangjiaqi07@inspur.com> wangzihao <wangzihao@yovole.com> weiweigu <gu.weiwei@zte.com.cn> wuchunyang <wuchunyang@yovole.com> @@ -1,6 +1,10 @@ CHANGES ======= +7.2.0 +----- + + 7.1.0 ----- @@ -26,6 +30,7 @@ CHANGES ----- * Migrate back to Launchpad +* Cleanup py27 support 5.6.1 ----- @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: python-barbicanclient -Version: 7.1.0 +Version: 7.2.0 Summary: Client Library for OpenStack Barbican Key Management API Home-page: https://docs.openstack.org/python-barbicanclient/latest/ Author: OpenStack diff --git a/python_barbicanclient.egg-info/PKG-INFO b/python_barbicanclient.egg-info/PKG-INFO index 1ed3969..9bf23e4 100644 --- a/python_barbicanclient.egg-info/PKG-INFO +++ b/python_barbicanclient.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: python-barbicanclient -Version: 7.1.0 +Version: 7.2.0 Summary: Client Library for OpenStack Barbican Key Management API Home-page: https://docs.openstack.org/python-barbicanclient/latest/ Author: OpenStack diff --git a/python_barbicanclient.egg-info/pbr.json b/python_barbicanclient.egg-info/pbr.json index f55f275..0db658b 100644 --- a/python_barbicanclient.egg-info/pbr.json +++ b/python_barbicanclient.egg-info/pbr.json @@ -1 +1 @@ -{"git_version": "586e474", "is_release": true}
\ No newline at end of file +{"git_version": "8b1a210", "is_release": true}
\ No newline at end of file @@ -13,17 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools -# In python < 2.7.4, a lazy loading of package `pbr` will break -# setuptools if some other modules registered functions in `atexit`. -# solution from: http://bugs.python.org/issue15881#msg170215 -try: - import multiprocessing # noqa -except ImportError: - pass - setuptools.setup( setup_requires=['pbr>=2.0.0'], pbr=True) |
