summaryrefslogtreecommitdiff
diff options
authorMyles Penner <myles.penner@canonical.com>2025-09-16 13:38:00 -0700
committerMyles Penner <myles.penner@canonical.com>2025-09-16 13:38:00 -0700
commit521f93dd2ff2da09df69367005ae94fda7f51cec (patch)
tree31ba41049ee8a3c579726fe47b783156b7429129
parent0dc6e8d7694eff076c14bf705daae76d5235e3d7 (diff)
New upstream version 7.2.07.2.0upstream-flamingo
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog5
-rw-r--r--PKG-INFO2
-rw-r--r--python_barbicanclient.egg-info/PKG-INFO2
-rw-r--r--python_barbicanclient.egg-info/pbr.json2
-rw-r--r--setup.py9
6 files changed, 9 insertions, 12 deletions
diff --git a/AUTHORS b/AUTHORS
index b29cceb..76456c4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/ChangeLog b/ChangeLog
index 44b2aa9..5946858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
-----
diff --git a/PKG-INFO b/PKG-INFO
index 1ed3969..9bf23e4 100644
--- a/PKG-INFO
+++ b/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/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
diff --git a/setup.py b/setup.py
index 566d844..cd35c3c 100644
--- a/setup.py
+++ b/setup.py
@@ -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)