All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Leon Anavi" <leon.anavi@konsulko.com>
To: openembedded-devel@lists.openembedded.org
Cc: Leon Anavi <leon.anavi@konsulko.com>
Subject: [meta-python][PATCH 5/5] python3-redis: Upgrade 2.10.6 -> 3.5.3
Date: Wed, 12 Aug 2020 19:43:35 +0300	[thread overview]
Message-ID: <20200812164335.24599-5-leon.anavi@konsulko.com> (raw)
In-Reply-To: <20200812164335.24599-1-leon.anavi@konsulko.com>

Upgrade to release 3.5.3:

- Restore try/except clauses to __del__ methods. These will be
  removed in 4.0 when more explicit resource management if
  enforced.
- Update the master_address when Sentinels promote a new master.
- Update SentinelConnectionPool to not forcefully disconnect
  other in-use connections which can negatively affect threaded
  applications.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-redis_2.10.6.bb => python3-redis_3.5.3.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-redis_2.10.6.bb => python3-redis_3.5.3.bb} (72%)

diff --git a/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb b/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-redis_2.10.6.bb
rename to meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
index 7a9cc3f79..1887bf9e8 100644
--- a/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
 
-SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b"
-SRC_URI[sha256sum] = "a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f"
+SRC_URI[md5sum] = "7a00d4540374f34e152a33faa1fcee5f"
+SRC_URI[sha256sum] = "0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"
 
 inherit pypi setuptools3
 
-- 
2.17.1


  parent reply	other threads:[~2020-08-12 16:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12 16:43 [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
2020-08-12 16:43 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1 Leon Anavi
2020-08-13 15:57   ` [oe] " Trevor Gamblin
2020-08-12 16:43 ` [meta-python][PATCH 3/5] python3-sentry-sdk: Upgrade 0.16.0 -> 0.16.3 Leon Anavi
2020-08-13 15:57   ` [oe] " Trevor Gamblin
2020-08-12 16:43 ` [meta-python][PATCH 4/5] python3-coverage: Upgrade 5.2 -> 5.2.1 Leon Anavi
2020-08-13 15:57   ` [oe] " Trevor Gamblin
2020-08-12 16:43 ` Leon Anavi [this message]
2020-08-13 15:57   ` [oe] [meta-python][PATCH 5/5] python3-redis: Upgrade 2.10.6 -> 3.5.3 Trevor Gamblin
2020-08-13 15:56 ` [oe] [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Trevor Gamblin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200812164335.24599-5-leon.anavi@konsulko.com \
    --to=leon.anavi@konsulko.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.