Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-redis: update to 3.5.3.
@ 2020-08-21 15:27 pfpulux
  2020-08-21 15:56 ` ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pfpulux @ 2020-08-21 15:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is a new pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages py3-redis
https://github.com/void-linux/void-packages/pull/24402

python3-redis: update to 3.5.3.


A patch file from https://github.com/void-linux/void-packages/pull/24402.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py3-redis-24402.patch --]
[-- Type: text/x-diff, Size: 1002 bytes --]

From 950de42f5927a9b49fcfbc9adcddcc7b23817f01 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Fri, 21 Aug 2020 17:25:44 +0200
Subject: [PATCH] python3-redis: update to 3.5.3.

---
 srcpkgs/python-redis/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-redis/template b/srcpkgs/python-redis/template
index 194d682dc32..68eb4ee09e9 100644
--- a/srcpkgs/python-redis/template
+++ b/srcpkgs/python-redis/template
@@ -1,6 +1,6 @@
 # Template file for 'python-redis'
 pkgname=python-redis
-version=3.3.11
+version=3.5.3
 revision=1
 archs=noarch
 wrksrc="redis-${version}"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/andymccurdy/redis-py"
 distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz"
-checksum=8d0fc278d3f5e1249967cba2eb4a5632d19e45ce5c09442b8422d15ee2c22cc2
+checksum=0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: python3-redis: update to 3.5.3.
  2020-08-21 15:27 [PR PATCH] python3-redis: update to 3.5.3 pfpulux
@ 2020-08-21 15:56 ` ahesford
  2020-08-22  4:54 ` [PR PATCH] [Updated] " pfpulux
  2020-08-24 20:06 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-08-21 15:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24402#issuecomment-678364955

Comment:
Change commit message to `python-redis: update to 3.5.3` as that is the base package.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] python3-redis: update to 3.5.3.
  2020-08-21 15:27 [PR PATCH] python3-redis: update to 3.5.3 pfpulux
  2020-08-21 15:56 ` ahesford
@ 2020-08-22  4:54 ` pfpulux
  2020-08-24 20:06 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: pfpulux @ 2020-08-22  4:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages py3-redis
https://github.com/void-linux/void-packages/pull/24402

python3-redis: update to 3.5.3.


A patch file from https://github.com/void-linux/void-packages/pull/24402.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py3-redis-24402.patch --]
[-- Type: text/x-diff, Size: 1000 bytes --]

From 795ac3b1d09316626354b00ed5498410acfcc954 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Fri, 21 Aug 2020 17:25:44 +0200
Subject: [PATCH] python-redis: update to 3.5.3

---
 srcpkgs/python-redis/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-redis/template b/srcpkgs/python-redis/template
index 194d682dc32..68eb4ee09e9 100644
--- a/srcpkgs/python-redis/template
+++ b/srcpkgs/python-redis/template
@@ -1,6 +1,6 @@
 # Template file for 'python-redis'
 pkgname=python-redis
-version=3.3.11
+version=3.5.3
 revision=1
 archs=noarch
 wrksrc="redis-${version}"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/andymccurdy/redis-py"
 distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz"
-checksum=8d0fc278d3f5e1249967cba2eb4a5632d19e45ce5c09442b8422d15ee2c22cc2
+checksum=0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: python3-redis: update to 3.5.3.
  2020-08-21 15:27 [PR PATCH] python3-redis: update to 3.5.3 pfpulux
  2020-08-21 15:56 ` ahesford
  2020-08-22  4:54 ` [PR PATCH] [Updated] " pfpulux
@ 2020-08-24 20:06 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-08-24 20:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

There's a merged pull request on the void-packages repository

python3-redis: update to 3.5.3.
https://github.com/void-linux/void-packages/pull/24402

Description:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-24 20:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21 15:27 [PR PATCH] python3-redis: update to 3.5.3 pfpulux
2020-08-21 15:56 ` ahesford
2020-08-22  4:54 ` [PR PATCH] [Updated] " pfpulux
2020-08-24 20:06 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).