summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-redis: Upgrade 2.10.6 -> 3.5.3Leon Anavi2020-08-131-15/+0
| | | | | | | | | | | | | | | | 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> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3: Add python3-cryptography to RDEPENDS for python3-redisBog9992020-06-031-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-redis: consolidate inc and bb files into a single bb fileDerek Straka2020-04-051-1/+13
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-redis: update to version 2.10.6Derek Straka2017-09-221-0/+2
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>