[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 15:38:11
  Author: felixonmars
Revision: 747042

upgpkg: python-redis 3.5.3-2: Python 3.9 rebuild

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 15:38:10 UTC (rev 747041)
+++ PKGBUILD2020-11-09 15:38:11 UTC (rev 747042)
@@ -4,7 +4,7 @@
 
 pkgname=python-redis
 pkgver=3.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="https://github.com/andymccurdy/redis-py;


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2020-06-02 Thread Felix Yan via arch-commits
Date: Tuesday, June 2, 2020 @ 12:46:54
  Author: felixonmars
Revision: 638021

upgpkg: python-redis 3.5.3-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-02 12:46:37 UTC (rev 638020)
+++ PKGBUILD2020-06-02 12:46:54 UTC (rev 638021)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Gueth 
 
 pkgname=python-redis
-pkgver=3.5.2
+pkgver=3.5.3
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-mock' 'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('ed684aca66638eb1b5f16f3f30efbe9e7dc4389c6d43e9cef3bf5de95b416b549a4bd61c2b8c4fbe2f02182fcfbb45f591aa17e169f9522fe5f418c25d80dbf1')
+sha512sums=('eae6ac6b3e0f1366a9c29e5e2d9a5210e4627e62e3006159b1c290f36cd9c1c2c12cafe0944f7a010e04632b517874f230aa9411491993b7ecf2080546217206')
 
 build() {
   cd "$srcdir"/redis-$pkgver


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 20:08:16
  Author: felixonmars
Revision: 628099

upgpkg: python-redis 3.5.2-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:55:27 UTC (rev 628098)
+++ PKGBUILD2020-05-15 20:08:16 UTC (rev 628099)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Gueth 
 
 pkgname=python-redis
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.5.2
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="https://github.com/andymccurdy/redis-py;
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-mock' 'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('713089fe9687558b651ac9aa0161f3ebfccb71ee12cd6aed784b07bf8f7b52cab1d1d436c4ea7c91b9d688e48da96251feed8e3add140ae714a6ff9e1d23bc85')
+sha512sums=('ed684aca66638eb1b5f16f3f30efbe9e7dc4389c6d43e9cef3bf5de95b416b549a4bd61c2b8c4fbe2f02182fcfbb45f591aa17e169f9522fe5f418c25d80dbf1')
 
 build() {
   cd "$srcdir"/redis-$pkgver


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2020-05-13 Thread Jelle van der Waa via arch-commits
Date: Wednesday, May 13, 2020 @ 09:35:50
  Author: jelle
Revision: 627569

remove unused python2 module

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |   32 ++--
 1 file changed, 6 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-13 09:35:49 UTC (rev 627568)
+++ PKGBUILD2020-05-13 09:35:50 UTC (rev 627569)
@@ -2,53 +2,33 @@
 # Contributor: Karol 'Kenji Takahashi' Woźniak 
 # Contributor: Pierre Gueth 
 
-pkgbase=python-redis
-pkgname=('python-redis' 'python2-redis')
+pkgname=python-redis
 pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="https://github.com/andymccurdy/redis-py;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
 
sha512sums=('713089fe9687558b651ac9aa0161f3ebfccb71ee12cd6aed784b07bf8f7b52cab1d1d436c4ea7c91b9d688e48da96251feed8e3add140ae714a6ff9e1d23bc85')
 
-prepare() {
-  cp -a redis-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/redis-$pkgver
   python setup.py build
-
-  cd "$srcdir"/redis-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/redis-$pkgver
   pifpaf run redis py.test || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
-
-  cd "$srcdir"/redis-$pkgver-py2
-  pifpaf run redis py.test2 || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
 }
 
-package_python-redis() {
-  depends=('python')
-
+package() {
   cd redis-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
-package_python2-redis() {
-  depends=('python2')
-
-  cd redis-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 18:47:11
  Author: felixonmars
Revision: 626193

upgpkg: python-redis 3.5.1-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 18:47:09 UTC (rev 626192)
+++ PKGBUILD2020-05-10 18:47:11 UTC (rev 626193)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('859b2a16f9287944927328c0e38b22be43726a59614a2fee9e1603c7d21886e09305fbb7309efb96caa5e73d2dea82083f72487e42f78ec5ce851166c91b3711')
+sha512sums=('713089fe9687558b651ac9aa0161f3ebfccb71ee12cd6aed784b07bf8f7b52cab1d1d436c4ea7c91b9d688e48da96251feed8e3add140ae714a6ff9e1d23bc85')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2020-04-30 Thread Felix Yan via arch-commits
Date: Thursday, April 30, 2020 @ 08:28:53
  Author: felixonmars
Revision: 622417

upgpkg: python-redis 3.5.0-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 08:26:58 UTC (rev 622416)
+++ PKGBUILD2020-04-30 08:28:53 UTC (rev 622417)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.4.1
+pkgver=3.5.0
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('e5aacb8e448a563c802c808406754375a64d9f88d7efbd1c23ac42e48dc527f1840223887f0d1819409946a9406677893d93ea003f0b828bd0a7cb06e99c64a7')
+sha512sums=('859b2a16f9287944927328c0e38b22be43726a59614a2fee9e1603c7d21886e09305fbb7309efb96caa5e73d2dea82083f72487e42f78ec5ce851166c91b3711')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2020-02-09 Thread Felix Yan via arch-commits
Date: Sunday, February 9, 2020 @ 14:42:06
  Author: felixonmars
Revision: 565288

upgpkg: python-redis 3.4.1-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 13:03:27 UTC (rev 565287)
+++ PKGBUILD2020-02-09 14:42:06 UTC (rev 565288)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('8044eecaf272e97ddd3949dcb11177749a4cafd998ea7672c5be46220874cd3de3b95043a32fdea3b32ea33a128f78946867936ff136a65e84d5124645f8ed9f')
+sha512sums=('e5aacb8e448a563c802c808406754375a64d9f88d7efbd1c23ac42e48dc527f1840223887f0d1819409946a9406677893d93ea003f0b828bd0a7cb06e99c64a7')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2020-01-31 Thread Felix Yan via arch-commits
Date: Friday, January 31, 2020 @ 14:35:09
  Author: felixonmars
Revision: 560774

upgpkg: python-redis 3.4.0-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-31 14:34:39 UTC (rev 560773)
+++ PKGBUILD2020-01-31 14:35:09 UTC (rev 560774)
@@ -4,8 +4,8 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.3.11
-pkgrel=3
+pkgver=3.4.0
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="https://github.com/andymccurdy/redis-py;
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('a32327fcebc6242367c0eda6c6dcd1a15d5d575527af2e9de0d76e05bc4afc7402566d9254e467663b81907a310731af3041236b6b135f3b8ff1429a502c1000')
+sha512sums=('8044eecaf272e97ddd3949dcb11177749a4cafd998ea7672c5be46220874cd3de3b95043a32fdea3b32ea33a128f78946867936ff136a65e84d5124645f8ed9f')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-11-04 Thread Evangelos Foutras via arch-commits
Date: Monday, November 4, 2019 @ 09:25:00
  Author: foutrelis
Revision: 523879

Python 3.8 rebuild

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 09:24:38 UTC (rev 523878)
+++ PKGBUILD2019-11-04 09:25:00 UTC (rev 523879)
@@ -5,7 +5,7 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 pkgver=3.3.11
-pkgrel=2
+pkgrel=3
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="https://github.com/andymccurdy/redis-py;


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-10-26 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 20:24:44
  Author: felixonmars
Revision: 520509

Python 3.8 rebuild

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 20:24:35 UTC (rev 520508)
+++ PKGBUILD2019-10-26 20:24:44 UTC (rev 520509)
@@ -5,7 +5,7 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 pkgver=3.3.11
-pkgrel=1
+pkgrel=2
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="https://github.com/andymccurdy/redis-py;


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-10-14 Thread Felix Yan via arch-commits
Date: Monday, October 14, 2019 @ 16:40:21
  Author: felixonmars
Revision: 515740

upgpkg: python-redis 3.3.11-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 16:37:09 UTC (rev 515739)
+++ PKGBUILD2019-10-14 16:40:21 UTC (rev 515740)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.3.8
+pkgver=3.3.11
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('7bdaa0815be3a0304bdca5d791b3f26a34cc8fb696581ff3144b486c5c40c476218cc6cf12868e08364b96eaa71f2dffb86de9c945ac3ffe5f6c9fe914a2ecd8')
+sha512sums=('a32327fcebc6242367c0eda6c6dcd1a15d5d575527af2e9de0d76e05bc4afc7402566d9254e467663b81907a310731af3041236b6b135f3b8ff1429a502c1000')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 20, 2019 @ 10:57:08
  Author: felixonmars
Revision: 500289

upgpkg: python-redis 3.3.8-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-20 10:55:42 UTC (rev 500288)
+++ PKGBUILD2019-08-20 10:57:08 UTC (rev 500289)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.3.7
+pkgver=3.3.8
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('57997cbfc58601cf8086f4c8152371eceb67dcf7205789c385cf420908f0db66b63cb0278c733ff66c72d12247ecfe360e7ed659924482ee3d769781484694ed')
+sha512sums=('7bdaa0815be3a0304bdca5d791b3f26a34cc8fb696581ff3144b486c5c40c476218cc6cf12868e08364b96eaa71f2dffb86de9c945ac3ffe5f6c9fe914a2ecd8')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-08-14 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 01:53:00
  Author: felixonmars
Revision: 499250

upgpkg: python-redis 3.3.7-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 01:51:06 UTC (rev 499249)
+++ PKGBUILD2019-08-15 01:53:00 UTC (rev 499250)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.3.6
+pkgver=3.3.7
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('febbd31d4e6a4c9b6f2c990b2dae2bddbb262b9b07d0cfac2f42bd36881f462b1b3b23abe74dd59a516dd3f7446fff7ed1086cba5394933e9cc3408a19afcd36')
+sha512sums=('57997cbfc58601cf8086f4c8152371eceb67dcf7205789c385cf420908f0db66b63cb0278c733ff66c72d12247ecfe360e7ed659924482ee3d769781484694ed')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-08-09 Thread Felix Yan via arch-commits
Date: Friday, August 9, 2019 @ 18:22:55
  Author: felixonmars
Revision: 498555

upgpkg: python-redis 3.3.6-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-09 18:21:11 UTC (rev 498554)
+++ PKGBUILD2019-08-09 18:22:55 UTC (rev 498555)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.3.5
+pkgver=3.3.6
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('4830934c608aeaa4d95126e7cf7f5fea07cee2be2f9b568ab96b055500d1e28e1f308a87ef26b28cc8292f92cd33562466ead5a7809b134c188e595e4490ad8b')
+sha512sums=('febbd31d4e6a4c9b6f2c990b2dae2bddbb262b9b07d0cfac2f42bd36881f462b1b3b23abe74dd59a516dd3f7446fff7ed1086cba5394933e9cc3408a19afcd36')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-08-03 Thread Felix Yan via arch-commits
Date: Saturday, August 3, 2019 @ 14:17:28
  Author: felixonmars
Revision: 497130

upgpkg: python-redis 3.3.5-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-03 14:17:16 UTC (rev 497129)
+++ PKGBUILD2019-08-03 14:17:28 UTC (rev 497130)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('df3c71f233173408d5bc99ae12ca059f6569540f36606eaf197475838630aa8df9113907c940ac4ac3c084eeb76e42b08003dcefb3e00597811c3fb700cc3a42')
+sha512sums=('4830934c608aeaa4d95126e7cf7f5fea07cee2be2f9b568ab96b055500d1e28e1f308a87ef26b28cc8292f92cd33562466ead5a7809b134c188e595e4490ad8b')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-07-30 Thread Felix Yan via arch-commits
Date: Wednesday, July 31, 2019 @ 02:05:17
  Author: felixonmars
Revision: 495444

upgpkg: python-redis 3.3.4-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-30 23:49:49 UTC (rev 495443)
+++ PKGBUILD2019-07-31 02:05:17 UTC (rev 495444)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.3.2
+pkgver=3.3.4
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('dcece019e36af02c6cad4ee6d781547d5c5ed6388725ac936a19fb4fac888064d064988349a42041c2f25a09b3d63b972cc3a076e709f4e6d9ab34658d6c2b5a')
+sha512sums=('df3c71f233173408d5bc99ae12ca059f6569540f36606eaf197475838630aa8df9113907c940ac4ac3c084eeb76e42b08003dcefb3e00597811c3fb700cc3a42')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-07-30 Thread Felix Yan via arch-commits
Date: Tuesday, July 30, 2019 @ 16:47:58
  Author: felixonmars
Revision: 495391

upgpkg: python-redis 3.3.2-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-30 16:46:31 UTC (rev 495390)
+++ PKGBUILD2019-07-30 16:47:58 UTC (rev 495391)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.2.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('be51642a8895325c3c61993dd83c3299a9e2cefc1010e04f182833f720ff161bea43d3a57d28afba991949fcf6e967c4f778002967641bffe651d5db384f2e08')
+sha512sums=('dcece019e36af02c6cad4ee6d781547d5c5ed6388725ac936a19fb4fac888064d064988349a42041c2f25a09b3d63b972cc3a076e709f4e6d9ab34658d6c2b5a')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:58:39
  Author: felixonmars
Revision: 442091

upgpkg: python-redis 3.2.1-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 02:58:38 UTC (rev 442090)
+++ PKGBUILD2019-03-16 02:58:39 UTC (rev 442091)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('9620a85ab642e1b0096429873ee38a7b3adc84d3ba1dc5abd549b05ee70b081590e3c4a82e090cc2c366c8eafd122c2b075cb69eccfcc1d5f5a0bea070893b32')
+sha512sums=('be51642a8895325c3c61993dd83c3299a9e2cefc1010e04f182833f720ff161bea43d3a57d28afba991949fcf6e967c4f778002967641bffe651d5db384f2e08')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-02-19 Thread Felix Yan via arch-commits
Date: Tuesday, February 19, 2019 @ 20:27:31
  Author: felixonmars
Revision: 434616

upgpkg: python-redis 3.2.0-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-19 20:25:25 UTC (rev 434615)
+++ PKGBUILD2019-02-19 20:27:31 UTC (rev 434616)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.1.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('d915dafb853a41e4cb26811d8c08a828ec55f69b75206c62e96a6c7156ca171391e2a7915d523f337de8fee532bf66890d14a645ebaf490f21f13b7798bea1b5')
+sha512sums=('9620a85ab642e1b0096429873ee38a7b3adc84d3ba1dc5abd549b05ee70b081590e3c4a82e090cc2c366c8eafd122c2b075cb69eccfcc1d5f5a0bea070893b32')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2019-01-30 Thread Felix Yan via arch-commits
Date: Wednesday, January 30, 2019 @ 13:12:38
  Author: felixonmars
Revision: 428635

upgpkg: python-redis 3.1.0-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 12:07:58 UTC (rev 428634)
+++ PKGBUILD2019-01-30 13:12:38 UTC (rev 428635)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.0.1
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('6f65c179f5423a25b00b01181670a3b34b80ae5114e5f3e614535ee142ce257b1afdcd5a9c277c61ac951101f5109f9e4c78831fe5266b1b18ed8ba77b0b77ba')
+sha512sums=('d915dafb853a41e4cb26811d8c08a828ec55f69b75206c62e96a6c7156ca171391e2a7915d523f337de8fee532bf66890d14a645ebaf490f21f13b7798bea1b5')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2018-11-27 Thread Felix Yan via arch-commits
Date: Tuesday, November 27, 2018 @ 13:54:08
  Author: felixonmars
Revision: 409923

upgpkg: python-redis 3.0.1-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-27 11:30:58 UTC (rev 409922)
+++ PKGBUILD2018-11-27 13:54:08 UTC (rev 409923)
@@ -4,16 +4,16 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=2.10.6
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="http://github.com/andymccurdy/redis-py;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-pifpaf' 'redis')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('e7df464bc3b26e23f6a0d2d2896306c1e4792b9a2a4ecaea6dd8690ffa17853cc85345f063307295dd3c2da399f7f203f4b21d785f7e073c0501732257419dad')
+sha512sums=('6f65c179f5423a25b00b01181670a3b34b80ae5114e5f3e614535ee142ce257b1afdcd5a9c277c61ac951101f5109f9e4c78831fe5266b1b18ed8ba77b0b77ba')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}
@@ -20,19 +20,19 @@
 }
 
 build() {
-  cd redis-$pkgver
+  cd "$srcdir"/redis-$pkgver
   python setup.py build
 
-  cd ../redis-$pkgver-py2
+  cd "$srcdir"/redis-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd redis-$pkgver
-  pifpaf run redis py.test
+  cd "$srcdir"/redis-$pkgver
+  pifpaf run redis py.test || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
 
-  cd ../redis-$pkgver-py2
-  pifpaf run redis py.test2
+  cd "$srcdir"/redis-$pkgver-py2
+  pifpaf run redis py.test2 || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
 }
 
 package_python-redis() {


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 17:14:16
  Author: felixonmars
Revision: 348641

Python 3.7 rebuild

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 17:13:33 UTC (rev 348640)
+++ PKGBUILD2018-06-30 17:14:16 UTC (rev 348641)
@@ -6,7 +6,7 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 pkgver=2.10.6
-pkgrel=1
+pkgrel=2
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="http://github.com/andymccurdy/redis-py;


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2017-08-18 Thread Felix Yan
Date: Friday, August 18, 2017 @ 06:58:23
  Author: felixonmars
Revision: 252369

upgpkg: python-redis 2.10.6-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |   47 +++
 1 file changed, 19 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-18 06:57:46 UTC (rev 252368)
+++ PKGBUILD2017-08-18 06:58:23 UTC (rev 252369)
@@ -1,64 +1,55 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: Karol 'Kenji Takahashi' Woźniak 
 # Contributor: Pierre Gueth 
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-_basename=redis
-pkgver=2.10.5
-pkgrel=2
+pkgver=2.10.6
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="http://github.com/andymccurdy/redis-py;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'redis')
-source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('3b26c2b9703b4b56b30a1ad508e31083')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-pifpaf' 'redis')
+source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
+sha512sums=('e7df464bc3b26e23f6a0d2d2896306c1e4792b9a2a4ecaea6dd8690ffa17853cc85345f063307295dd3c2da399f7f203f4b21d785f7e073c0501732257419dad')
 
 prepare() {
-  cp -a ${_basename}-${pkgver}{,-py2}
+  cp -a redis-$pkgver{,-py2}
 }
 
 build() {
-  cd ${_basename}-${pkgver}
+  cd redis-$pkgver
   python setup.py build
 
-  cd ../${_basename}-${pkgver}-py2
+  cd ../redis-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  _run() {
-rm -f "$srcdir/redis.pid"
-redis-server --daemonize yes --pidfile "$srcdir/redis.pid"
-"$@"
-kill $(cat "$srcdir/redis.pid")
-sleep 1 # :/
-  }
+  cd redis-$pkgver
+  pifpaf run redis py.test
 
-  cd ${_basename}-${pkgver}
-  _run py.test
-
-  cd ../${_basename}-${pkgver}-py2
-  _run py.test2
+  cd ../redis-$pkgver-py2
+  pifpaf run redis py.test2
 }
 
 package_python-redis() {
   depends=('python')
 
-  cd ${_basename}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd redis-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-redis() {
   depends=('python2')
 
-  cd ${_basename}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd redis-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2016-12-24 Thread Bartłomiej Piotrowski
Date: Saturday, December 24, 2016 @ 17:55:36
  Author: bpiotrowski
Revision: 201709

Python 3.6 rebuild

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 17:55:26 UTC (rev 201708)
+++ PKGBUILD2016-12-24 17:55:36 UTC (rev 201709)
@@ -7,7 +7,7 @@
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
 pkgver=2.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="http://github.com/andymccurdy/redis-py;


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 05:00:41
  Author: fyan
Revision: 145709

upgpkg: python-redis 2.10.5-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 03:55:03 UTC (rev 145708)
+++ PKGBUILD2015-11-03 04:00:41 UTC (rev 145709)
@@ -6,15 +6,16 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.10.3
-pkgrel=2
+pkgver=2.10.5
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="http://github.com/andymccurdy/redis-py;
 license=('MIT')
-makedepends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'redis')
 
source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('7619221ad0cbd124a5687458ea3f5289')
+md5sums=('3b26c2b9703b4b56b30a1ad508e31083')
 
 prepare() {
   cp -a ${_basename}-${pkgver}{,-py2}
@@ -28,6 +29,22 @@
   python2 setup.py build
 }
 
+check() {
+  _run() {
+rm -f "$srcdir/redis.pid"
+redis-server --daemonize yes --pidfile "$srcdir/redis.pid"
+"$@"
+kill $(cat "$srcdir/redis.pid")
+sleep 1 # :/
+  }
+
+  cd ${_basename}-${pkgver}
+  _run py.test
+
+  cd ../${_basename}-${pkgver}-py2
+  _run py.test2
+}
+
 package_python-redis() {
   depends=('python')
 


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2015-09-19 Thread Evangelos Foutras
Date: Saturday, September 19, 2015 @ 18:46:32
  Author: foutrelis
Revision: 140997

Python 3.5 rebuild

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 16:46:21 UTC (rev 140996)
+++ PKGBUILD2015-09-19 16:46:32 UTC (rev 140997)
@@ -7,7 +7,7 @@
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
 pkgver=2.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="http://github.com/andymccurdy/redis-py;


[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2014-08-14 Thread Felix Yan
Date: Friday, August 15, 2014 @ 04:42:49
  Author: fyan
Revision: 117417

upgpkg: python-redis 2.10.3-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 02:27:51 UTC (rev 117416)
+++ PKGBUILD2014-08-15 02:42:49 UTC (rev 117417)
@@ -6,7 +6,7 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.10.2
+pkgver=2.10.3
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -14,7 +14,7 @@
 license=('MIT')
 makedepends=('python' 'python2')
 
source=(https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('03c749a5809fed0bab0a41cb8c1d3793')
+md5sums=('7619221ad0cbd124a5687458ea3f5289')
 
 prepare() {
   cp -a ${_basename}-${pkgver}{,-py2}



[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 01:54:08
  Author: fyan
Revision: 117207

upgpkg: python-redis 2.10.2-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 23:35:24 UTC (rev 117206)
+++ PKGBUILD2014-08-11 23:54:08 UTC (rev 117207)
@@ -6,7 +6,7 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -14,10 +14,10 @@
 license=('MIT')
 makedepends=('python' 'python2')
 
source=(https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('6ffdea9c476b4815ddfee9a7362819ea')
+md5sums=('03c749a5809fed0bab0a41cb8c1d3793')
 
 prepare() {
-  cp -r ${_basename}-${pkgver}{,-py2}
+  cp -a ${_basename}-${pkgver}{,-py2}
 }
 
 build() {



[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 09:59:14
  Author: fyan
Revision: 112448

upgpkg: python-redis 2.10.0-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 07:51:38 UTC (rev 112447)
+++ PKGBUILD2014-06-02 07:59:14 UTC (rev 112448)
@@ -6,8 +6,8 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.9.1
-pkgrel=4
+pkgver=2.10.0
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url=http://github.com/andymccurdy/redis-py;
@@ -14,7 +14,7 @@
 license=('MIT')
 makedepends=('python' 'python2')
 
source=(https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('1da8ff78be75d7acf5d4684e77fc3606')
+md5sums=('c3942fec7d0e7b081c0828f4495be497')
 
 prepare() {
   cp -r ${_basename}-${pkgver}{,-py2}



[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2014-06-02 Thread Felix Yan
Date: Tuesday, June 3, 2014 @ 02:46:13
  Author: fyan
Revision: 112512

upgpkg: python-redis 2.10.1-1

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 23:59:54 UTC (rev 112511)
+++ PKGBUILD2014-06-03 00:46:13 UTC (rev 112512)
@@ -6,7 +6,7 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.10.0
+pkgver=2.10.1
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -14,7 +14,7 @@
 license=('MIT')
 makedepends=('python' 'python2')
 
source=(https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('c3942fec7d0e7b081c0828f4495be497')
+md5sums=('6ffdea9c476b4815ddfee9a7362819ea')
 
 prepare() {
   cp -r ${_basename}-${pkgver}{,-py2}



[arch-commits] Commit in python-redis/trunk (PKGBUILD)

2014-03-24 Thread Felix Yan
Date: Tuesday, March 25, 2014 @ 06:28:26
  Author: fyan
Revision: 108229

upgpkg: python-redis 2.9.1-4

- python 3.4 rebuild

Modified:
  python-redis/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-25 05:25:33 UTC (rev 108228)
+++ PKGBUILD2014-03-25 05:28:26 UTC (rev 108229)
@@ -7,7 +7,7 @@
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
 pkgver=2.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url=http://github.com/andymccurdy/redis-py;