Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-redis: update to 3.3.11.
@ 2020-04-20  7:33 svenper
  2020-04-20 20:10 ` [PR PATCH] [Updated] " svenper
  2020-04-22 14:08 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: svenper @ 2020-04-20  7:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages python-redis
https://github.com/void-linux/void-packages/pull/21172

python-redis: update to 3.3.11.


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

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

From 096dedb8c168cd68677157f12039e73bc93e1eaf Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Mon, 20 Apr 2020 09:30:20 +0200
Subject: [PATCH] python-redis: update to 3.3.11.

---
 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 b7e773fde54..6a935b89bc5 100644
--- a/srcpkgs/python-redis/template
+++ b/srcpkgs/python-redis/template
@@ -1,6 +1,6 @@
 # Template file for 'python-redis'
 pkgname=python-redis
-version=2.10.6
+version=3.3.11
 revision=3
 archs=noarch
 wrksrc="redis-${version}"
@@ -13,7 +13,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="MIT"
 homepage="https://github.com/andymccurdy/redis-py"
 distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz"
-checksum=a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f
+checksum=8d0fc278d3f5e1249967cba2eb4a5632d19e45ce5c09442b8422d15ee2c22cc2
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python-redis: update to 3.3.11.
  2020-04-20  7:33 [PR PATCH] python-redis: update to 3.3.11 svenper
@ 2020-04-20 20:10 ` svenper
  2020-04-22 14:08 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: svenper @ 2020-04-20 20:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages python-redis
https://github.com/void-linux/void-packages/pull/21172

python-redis: update to 3.3.11.


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

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

From 3686f0d58c92038a3e65a65591c5335fc2d7c290 Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Mon, 20 Apr 2020 22:10:23 +0200
Subject: [PATCH] python-redis: update to 3.3.11.

---
 srcpkgs/python-redis/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-redis/template b/srcpkgs/python-redis/template
index b7e773fde54..8285aa577ee 100644
--- a/srcpkgs/python-redis/template
+++ b/srcpkgs/python-redis/template
@@ -1,11 +1,10 @@
 # Template file for 'python-redis'
 pkgname=python-redis
-version=2.10.6
-revision=3
+version=3.3.11
+revision=1
 archs=noarch
 wrksrc="redis-${version}"
 build_style=python-module
-pycompile_module="redis"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 short_desc="Python2 client for Redis key-value store"
@@ -13,7 +12,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="MIT"
 homepage="https://github.com/andymccurdy/redis-py"
 distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz"
-checksum=a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f
+checksum=8d0fc278d3f5e1249967cba2eb4a5632d19e45ce5c09442b8422d15ee2c22cc2
 
 post_install() {
 	vlicense LICENSE
@@ -22,7 +21,6 @@ post_install() {
 python3-redis_package() {
 	archs=noarch
 	depends="python3"
-	pycompile_module="redis"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

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

* Re: [PR PATCH] [Merged]: python-redis: update to 3.3.11.
  2020-04-20  7:33 [PR PATCH] python-redis: update to 3.3.11 svenper
  2020-04-20 20:10 ` [PR PATCH] [Updated] " svenper
@ 2020-04-22 14:08 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-04-22 14:08 UTC (permalink / raw)
  To: ml

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

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

python-redis: update to 3.3.11.
https://github.com/void-linux/void-packages/pull/21172

Description:


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

end of thread, other threads:[~2020-04-22 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20  7:33 [PR PATCH] python-redis: update to 3.3.11 svenper
2020-04-20 20:10 ` [PR PATCH] [Updated] " svenper
2020-04-22 14:08 ` [PR PATCH] [Merged]: " Hoshpak

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).