[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 14:12:03
  Author: felixonmars
Revision: 658751

upgpkg: python2-futures 3.3.0-2: reproducibility rebuild

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 14:12:01 UTC (rev 658750)
+++ PKGBUILD2020-07-07 14:12:03 UTC (rev 658751)
@@ -5,7 +5,7 @@
 pkgname=python2-futures
 _pkgname=futures
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Backport of the concurrent.futures package from Python 3.2"
 arch=('any')
 url="https://github.com/agronholm/pythonfutures;


[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2019-07-26 Thread Jelle van der Waa via arch-commits
Date: Friday, July 26, 2019 @ 16:31:42
  Author: jelle
Revision: 492870

upgpkg: python2-futures 3.3.0-1

Upstream update

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 16:17:00 UTC (rev 492869)
+++ PKGBUILD2019-07-26 16:31:42 UTC (rev 492870)
@@ -4,7 +4,7 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Backport of the concurrent.futures package from Python 3.2"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python2')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/agronholm/pythonfutures/archive/$pkgver.tar.gz;
  LICENSE)
-md5sums=('3c950f2ad6682e37cb91ff3e54555e05'
+md5sums=('f27b1e0bd1fb32b2b2c79cb0823f2a2d'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 19:33:27
  Author: jelle
Revision: 296408

upgpkg: python2-futures 3.2.0-1

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 19:03:45 UTC (rev 296407)
+++ PKGBUILD2018-02-19 19:33:27 UTC (rev 296408)
@@ -5,7 +5,7 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Backport of the concurrent.futures package from Python 3.2"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python2')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/agronholm/pythonfutures/archive/$pkgver.tar.gz;
  LICENSE)
-md5sums=('c500fc20a02b83e7ec88dc5bac9649f5'
+md5sums=('3c950f2ad6682e37cb91ff3e54555e05'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2017-05-03 Thread Jelle van der Waa
Date: Wednesday, May 3, 2017 @ 18:37:58
  Author: jelle
Revision: 226699

upgpkg: python2-futures 3.1.1-1

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-03 18:01:14 UTC (rev 226698)
+++ PKGBUILD2017-05-03 18:37:58 UTC (rev 226699)
@@ -5,7 +5,7 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=3.0.5
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Backport of the concurrent.futures package from Python 3.2"
 arch=('any')
@@ -12,18 +12,18 @@
 url="https://github.com/agronholm/pythonfutures;
 license=('BSD')
 depends=('python2')
-source=("https://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/agronholm/pythonfutures/archive/$pkgver.tar.gz;
  LICENSE)
-md5sums=('ced2c365e518242512d7a398b515ff95'
+md5sums=('c500fc20a02b83e7ec88dc5bac9649f5'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {
-  cd $_pkgname-$pkgver
+  cd "python$_pkgname-$pkgver"
   python2 setup.py build
 }
 
 package() {
-  cd $_pkgname-$pkgver
+  cd "python$_pkgname-$pkgver"
   python2 setup.py install --root "$pkgdir" --optimize=1
 
   install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2016-12-07 Thread Balló György
Date: Wednesday, December 7, 2016 @ 19:16:05
  Author: bgyorgy
Revision: 198389

Use https source

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-07 19:13:37 UTC (rev 198388)
+++ PKGBUILD2016-12-07 19:16:05 UTC (rev 198389)
@@ -12,7 +12,7 @@
 url="https://github.com/agronholm/pythonfutures;
 license=('BSD')
 depends=('python2')
-source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
+source=("https://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
  LICENSE)
 md5sums=('ced2c365e518242512d7a398b515ff95'
  'dd6708d05936d3f6c4e20ed14c87b5e3')


[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2016-02-16 Thread Balló György
Date: Wednesday, February 17, 2016 @ 00:52:02
  Author: bgyorgy
Revision: 161920

upgpkg: python2-futures 3.0.5-1

Update to new version

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 23:47:29 UTC (rev 161919)
+++ PKGBUILD2016-02-16 23:52:02 UTC (rev 161920)
@@ -5,7 +5,7 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="Backport of the concurrent.futures package from Python 3.2"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python2')
 
source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
  LICENSE)
-md5sums=('27f0941502b3852ac78f3384e94f544e'
+md5sums=('ced2c365e518242512d7a398b515ff95'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2016-01-30 Thread Balló György
Date: Sunday, January 31, 2016 @ 05:02:40
  Author: bgyorgy
Revision: 159648

upgpkg: python2-futures 3.0.4-1

Update to new version

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-31 03:47:03 UTC (rev 159647)
+++ PKGBUILD2016-01-31 04:02:40 UTC (rev 159648)
@@ -5,7 +5,7 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="Backport of the concurrent.futures package from Python 3.2"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python2')
 
source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
  LICENSE)
-md5sums=('32171f72af7e80c266310794adc4db46'
+md5sums=('27f0941502b3852ac78f3384e94f544e'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2015-06-28 Thread Balló György
Date: Sunday, June 28, 2015 @ 13:52:52
  Author: bgyorgy
Revision: 136034

upgpkg: python2-futures 3.0.3-1

Update to version 3.0.3

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-28 11:51:40 UTC (rev 136033)
+++ PKGBUILD2015-06-28 11:52:52 UTC (rev 136034)
@@ -5,7 +5,7 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc=Backport of the concurrent.futures package from Python 3.2
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python2')
 
source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
  LICENSE)
-md5sums=('42aaf1e4de48d6e871d77dc1f9d96d5a'
+md5sums=('32171f72af7e80c266310794adc4db46'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 03:13:57
  Author: bgyorgy
Revision: 135181

upgpkg: python2-futures 3.0.2-1

Update to version 3.0.2

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-11 01:12:44 UTC (rev 135180)
+++ PKGBUILD2015-06-11 01:13:57 UTC (rev 135181)
@@ -5,7 +5,7 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc=Backport of the concurrent.futures package from Python 3.2
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python2')
 
source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
  LICENSE)
-md5sums=('c872d96e128fb79371409f68f8c17f74'
+md5sums=('42aaf1e4de48d6e871d77dc1f9d96d5a'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2015-05-04 Thread Balló György
Date: Monday, May 4, 2015 @ 12:16:35
  Author: bgyorgy
Revision: 132699

upgpkg: python2-futures 3.0.1-1

Update to version 3.0.1

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 10:14:48 UTC (rev 132698)
+++ PKGBUILD2015-05-04 10:16:35 UTC (rev 132699)
@@ -5,16 +5,16 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=2.2.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Backport of the concurrent.futures package from Python 3.2
 arch=('any')
-url=http://code.google.com/p/pythonfutures/;
+url=https://github.com/agronholm/pythonfutures;
 license=('BSD')
 depends=('python2')
 
source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
  LICENSE)
-md5sums=('310e446de8609ddb59d0886e35edb534'
+md5sums=('c872d96e128fb79371409f68f8c17f74'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

2014-09-30 Thread Balló György
Date: Tuesday, September 30, 2014 @ 14:15:25
  Author: bgyorgy
Revision: 119878

upgpkg: python2-futures 2.2.0-1

Update to version 2.2.0

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 11:57:29 UTC (rev 119877)
+++ PKGBUILD2014-09-30 12:15:25 UTC (rev 119878)
@@ -5,8 +5,8 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=2.1.6
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc=Backport of the concurrent.futures package from Python 3.2
 arch=('any')
 url=http://code.google.com/p/pythonfutures/;
@@ -14,7 +14,7 @@
 depends=('python2')
 
source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
  LICENSE)
-md5sums=('cfab9ac3cd55d6c7ddd0546a9f22f453'
+md5sums=('310e446de8609ddb59d0886e35edb534'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {