Refresh the following patch:
fix_hp3parclient_memory_leak.patch

Signed-off-by: Zang Ruochen <[email protected]>
---
 .../fix_hp3parclient_memory_leak.patch                    | 8 ++++----
 ...p3parclient_3.2.0.bb => python3-hp3parclient_3.2.0.bb} | 0
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-hp3parclient => 
python3-hp3parclient}/fix_hp3parclient_memory_leak.patch (91%)
 rename meta-openstack/recipes-devtools/python/{python-hp3parclient_3.2.0.bb => 
python3-hp3parclient_3.2.0.bb} (100%)

diff --git 
a/meta-openstack/recipes-devtools/python/python-hp3parclient/fix_hp3parclient_memory_leak.patch
 
b/meta-openstack/recipes-devtools/python/python3-hp3parclient/fix_hp3parclient_memory_leak.patch
similarity index 91%
rename from 
meta-openstack/recipes-devtools/python/python-hp3parclient/fix_hp3parclient_memory_leak.patch
rename to 
meta-openstack/recipes-devtools/python/python3-hp3parclient/fix_hp3parclient_memory_leak.patch
index ac196fd..25aebc0 100644
--- 
a/meta-openstack/recipes-devtools/python/python-hp3parclient/fix_hp3parclient_memory_leak.patch
+++ 
b/meta-openstack/recipes-devtools/python/python3-hp3parclient/fix_hp3parclient_memory_leak.patch
@@ -4,7 +4,7 @@
 
 --- a/hp3parclient/http.py
 +++ b/hp3parclient/http.py
-@@ -61,6 +61,7 @@
+@@ -66,6 +66,7 @@
          self.set_debug_flag(http_log_debug)
  
          self.times = []  # [("item", starttime, endtime), ...]
@@ -25,7 +25,7 @@
      def _http_log_req(self, args, kwargs):
          if not self.http_log_debug:
              return
-@@ -205,6 +212,9 @@
+@@ -208,6 +215,9 @@
          resp, body = self.request(url, method, **kwargs)
          self.times.append(("%s %s" % (method, url),
                             start_time, time.time()))
@@ -33,5 +33,5 @@
 +        while len(self.times) > self.times_max_len:
 +            del self.times[0]
          return resp, body
- 
- 
+
+     def _do_reauth(self, url, method, ex, **kwargs):
diff --git 
a/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb 
b/meta-openstack/recipes-devtools/python/python3-hp3parclient_3.2.0.bb
similarity index 100%
rename from meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb
rename to meta-openstack/recipes-devtools/python/python3-hp3parclient_3.2.0.bb
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5826): 
https://lists.yoctoproject.org/g/meta-virtualization/message/5826
Mute This Topic: https://lists.yoctoproject.org/mt/76927326/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to