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

2022-09-03 Thread Felix Yan via arch-commits
Date: Saturday, September 3, 2022 @ 15:15:48
  Author: felixonmars
Revision: 1292571

upgpkg: python-tqdm 4.64.1-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 15:14:11 UTC (rev 1292570)
+++ PKGBUILD2022-09-03 15:15:48 UTC (rev 1292571)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.64.0
+pkgver=4.64.1
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('12033a60d93887a3e7d178e536e1c37be14219b7d787e0695d8350aff2f4a9947c0bb96e045aef55dc6935931aa27d10050198511bebabb9e308811da658e689')
+sha512sums=('87cb0c0daebb66ccdbf6f55207459795fcaa93d9bfacb767008ca9e536c0e2738c3639162d02fd0b9d91b18a75b411d5a0d53feb7d6c4786be31640c35a8d9b5')
 
 build() {
   cd $_pkgname-$pkgver



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

2022-04-06 Thread Felix Yan via arch-commits
Date: Wednesday, April 6, 2022 @ 19:34:00
  Author: felixonmars
Revision: 1181631

upgpkg: python-tqdm 4.64.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-06 19:31:47 UTC (rev 1181630)
+++ PKGBUILD2022-04-06 19:34:00 UTC (rev 1181631)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.63.2
+pkgver=4.64.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('a8e721421fbf3782aead9ad05237a5fb9a0f7b379fed808549852016153af9af41830a7cf7cdb9a148eb449ab3d770fa9899912f16f8f88b4cc793ac9f9af9b8')
+sha512sums=('12033a60d93887a3e7d178e536e1c37be14219b7d787e0695d8350aff2f4a9947c0bb96e045aef55dc6935931aa27d10050198511bebabb9e308811da658e689')
 
 build() {
   cd $_pkgname-$pkgver



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

2022-04-03 Thread Felix Yan via arch-commits
Date: Monday, April 4, 2022 @ 01:25:12
  Author: felixonmars
Revision: 1181156

upgpkg: python-tqdm 4.63.2-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-04 01:23:24 UTC (rev 1181155)
+++ PKGBUILD2022-04-04 01:25:12 UTC (rev 1181156)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.63.1
+pkgver=4.63.2
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('36f2a973efffce256cf00a6a49b6e09545ff4f4a22fc13078c8238ccb571715c433deb7a74e155490114c49774d5a5342048d26b69cb566063b1c44ba42e1670')
+sha512sums=('a8e721421fbf3782aead9ad05237a5fb9a0f7b379fed808549852016153af9af41830a7cf7cdb9a148eb449ab3d770fa9899912f16f8f88b4cc793ac9f9af9b8')
 
 build() {
   cd $_pkgname-$pkgver



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

2022-03-24 Thread Felix Yan via arch-commits
Date: Friday, March 25, 2022 @ 00:26:02
  Author: felixonmars
Revision: 1176116

upgpkg: python-tqdm 4.63.1-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-24 23:56:47 UTC (rev 1176115)
+++ PKGBUILD2022-03-25 00:26:02 UTC (rev 1176116)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.63.0
+pkgver=4.63.1
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('cb923900c5b1be85ab3e947811e83c0383d8fcab3133618d77f1f96d44849e73b644801cb165f094be6f3348e884b8876bc61ac4de23188c9d713e30377a3682')
+sha512sums=('36f2a973efffce256cf00a6a49b6e09545ff4f4a22fc13078c8238ccb571715c433deb7a74e155490114c49774d5a5342048d26b69cb566063b1c44ba42e1670')
 
 build() {
   cd $_pkgname-$pkgver



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

2022-03-07 Thread Felix Yan via arch-commits
Date: Monday, March 7, 2022 @ 22:53:25
  Author: felixonmars
Revision: 1145264

upgpkg: python-tqdm 4.63.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 22:53:23 UTC (rev 1145263)
+++ PKGBUILD2022-03-07 22:53:25 UTC (rev 1145264)
@@ -2,8 +2,8 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.62.3
-pkgrel=3
+pkgver=4.63.0
+pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
 license=('MIT' 'MPL')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('4ee74d89697b726382a50a51c4ed6001014105068dd909e6809b4db408af570e3af3d046cff476017cd5107b26459a0b0e18a80c87b883d5d6a0af23c8d0f8c2')
+sha512sums=('cb923900c5b1be85ab3e947811e83c0383d8fcab3133618d77f1f96d44849e73b644801cb165f094be6f3348e884b8876bc61ac4de23188c9d713e30377a3682')
 
 build() {
   cd $_pkgname-$pkgver



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

2021-12-02 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 19:20:07
  Author: foutrelis
Revision: 1062315

upgpkg: python-tqdm 4.62.3-3: Python 3.10 rebuild

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 19:20:06 UTC (rev 1062314)
+++ PKGBUILD2021-12-02 19:20:07 UTC (rev 1062315)
@@ -3,7 +3,7 @@
 _pkgname=tqdm
 pkgname=python-$_pkgname
 pkgver=4.62.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
 license=('MIT' 'MPL')



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 21:12:16
  Author: foutrelis
Revision: 1058838

upgpkg: python-tqdm 4.62.3-2: Python 3.10 rebuild

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 21:12:16 UTC (rev 1058837)
+++ PKGBUILD2021-11-30 21:12:16 UTC (rev 1058838)
@@ -3,7 +3,7 @@
 _pkgname=tqdm
 pkgname=python-$_pkgname
 pkgver=4.62.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
 license=('MIT' 'MPL')



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

2021-09-22 Thread Felix Yan via arch-commits
Date: Wednesday, September 22, 2021 @ 19:20:59
  Author: felixonmars
Revision: 1021661

upgpkg: python-tqdm 4.62.3-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 19:09:03 UTC (rev 1021660)
+++ PKGBUILD2021-09-22 19:20:59 UTC (rev 1021661)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.62.2
+pkgver=4.62.3
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('9acede8d5d96914d81bf9ad487110f4720285d90dfdb60e1ce9554544b5b14b711da7b82f16d41285023ed8474695cb6cb964fdafa77c27cda58ca0582a8623b')
+sha512sums=('4ee74d89697b726382a50a51c4ed6001014105068dd909e6809b4db408af570e3af3d046cff476017cd5107b26459a0b0e18a80c87b883d5d6a0af23c8d0f8c2')
 
 build() {
   cd $_pkgname-$pkgver



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:56:01
  Author: felixonmars
Revision: 1004440

upgpkg: python-tqdm 4.62.2-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 18:54:52 UTC (rev 1004439)
+++ PKGBUILD2021-08-23 18:56:01 UTC (rev 1004440)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.62.1
+pkgver=4.62.2
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('08cf54c5d0210e8ed3470c83281283fd960cb29bca674b00b411476ca02e8b3da3d5ad361e92cabd4269b9c8d2d1d5607b0830f033ce3ec6ff7dfd7628c638ba')
+sha512sums=('9acede8d5d96914d81bf9ad487110f4720285d90dfdb60e1ce9554544b5b14b711da7b82f16d41285023ed8474695cb6cb964fdafa77c27cda58ca0582a8623b')
 
 build() {
   cd $_pkgname-$pkgver



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

2021-08-15 Thread Felix Yan via arch-commits
Date: Sunday, August 15, 2021 @ 16:39:20
  Author: felixonmars
Revision: 998814

upgpkg: python-tqdm 4.62.1-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-15 16:39:04 UTC (rev 998813)
+++ PKGBUILD2021-08-15 16:39:20 UTC (rev 998814)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.62.0
+pkgver=4.62.1
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('0ef2713396efad1a9968e7f4d61ff9c711546df61f181da36afe678743d880bb58f172220ab05ec33ebd42591e349010478be9955c267da06aa09bfd86787d3b')
+sha512sums=('08cf54c5d0210e8ed3470c83281283fd960cb29bca674b00b411476ca02e8b3da3d5ad361e92cabd4269b9c8d2d1d5607b0830f033ce3ec6ff7dfd7628c638ba')
 
 build() {
   cd $_pkgname-$pkgver



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

2021-07-31 Thread Felix Yan via arch-commits
Date: Saturday, July 31, 2021 @ 07:01:04
  Author: felixonmars
Revision: 991063

upgpkg: python-tqdm 4.62.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-31 06:56:12 UTC (rev 991062)
+++ PKGBUILD2021-07-31 07:01:04 UTC (rev 991063)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.61.2
+pkgver=4.62.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('2c5f4db696a6a3a6d95d3d082ab70d4d1059ccaab949ccdefce41fac27206cc3e1fc4a16acd0911fed48cd11656671792b58b73915931ba4cb9e501831be')
+sha512sums=('0ef2713396efad1a9968e7f4d61ff9c711546df61f181da36afe678743d880bb58f172220ab05ec33ebd42591e349010478be9955c267da06aa09bfd86787d3b')
 
 build() {
   cd $_pkgname-$pkgver



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

2021-07-07 Thread Felix Yan via arch-commits
Date: Wednesday, July 7, 2021 @ 09:56:10
  Author: felixonmars
Revision: 974323

upgpkg: python-tqdm 4.61.2-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-07 09:53:53 UTC (rev 974322)
+++ PKGBUILD2021-07-07 09:56:10 UTC (rev 974323)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.61.1
+pkgver=4.61.2
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('a450c7460a53a3d56746dd1475a371ae158be743d2ddd23fa280f9b2d6e2bafdd895403a46b23062e5064e54399541bfeb85de642b8566a17d5666d78da1e9ef')
+sha512sums=('2c5f4db696a6a3a6d95d3d082ab70d4d1059ccaab949ccdefce41fac27206cc3e1fc4a16acd0911fed48cd11656671792b58b73915931ba4cb9e501831be')
 
 build() {
   cd $_pkgname-$pkgver



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

2021-06-12 Thread Felix Yan via arch-commits
Date: Saturday, June 12, 2021 @ 17:53:45
  Author: felixonmars
Revision: 963202

upgpkg: python-tqdm 4.61.1-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-12 17:53:41 UTC (rev 963201)
+++ PKGBUILD2021-06-12 17:53:45 UTC (rev 963202)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.61.0
+pkgver=4.61.1
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('27e439b9e03dfa4fba9d194a254efdffc625940f7182048da869f47f67d3223cb42ff1c91426c082caf50677c405469b75e510e3f8e9650cb2a5a512d4523888')
+sha512sums=('a450c7460a53a3d56746dd1475a371ae158be743d2ddd23fa280f9b2d6e2bafdd895403a46b23062e5064e54399541bfeb85de642b8566a17d5666d78da1e9ef')
 
 build() {
   cd $_pkgname-$pkgver


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

2021-05-25 Thread Felix Yan via arch-commits
Date: Tuesday, May 25, 2021 @ 17:29:05
  Author: felixonmars
Revision: 946180

upgpkg: python-tqdm 4.61.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-25 17:28:50 UTC (rev 946179)
+++ PKGBUILD2021-05-25 17:29:05 UTC (rev 946180)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.60.0
+pkgver=4.61.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('6a572bb3c4812620f562879793448b086ac07323dea9185177bc0c701060293443d4bdde9f7fcd90aa32094d82bb4fa519fa86c6f36ad5fcf68f1ef3d5ec5956')
+sha512sums=('27e439b9e03dfa4fba9d194a254efdffc625940f7182048da869f47f67d3223cb42ff1c91426c082caf50677c405469b75e510e3f8e9650cb2a5a512d4523888')
 
 build() {
   cd $_pkgname-$pkgver


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

2021-04-22 Thread Filipe Laíns via arch-commits
Date: Thursday, April 22, 2021 @ 15:49:44
  Author: ffy00
Revision: 921194

upgpkg: python-tqdm 4.60.0-1 (fix typo in pkgname)

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-22 15:48:37 UTC (rev 921193)
+++ PKGBUILD2021-04-22 15:49:44 UTC (rev 921194)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 _pkgname=tqdm
-pkgname=$_pkgname-tqdm
+pkgname=python-$_pkgname
 pkgver=4.60.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'


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

2021-04-22 Thread Filipe Laíns via arch-commits
Date: Thursday, April 22, 2021 @ 15:27:08
  Author: ffy00
Revision: 921163

upgpkg: tqdm-tqdm 4.60.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

--+
 PKGBUILD |   33 ++---
 1 file changed, 22 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-22 15:25:54 UTC (rev 921162)
+++ PKGBUILD2021-04-22 15:27:08 UTC (rev 921163)
@@ -1,7 +1,8 @@
 # Maintainer: Felix Yan 
 
-pkgname=python-tqdm
-pkgver=4.59.0
+_pkgname=tqdm
+pkgname=$_pkgname-tqdm
+pkgver=4.60.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -11,26 +12,36 @@
 optdepends=('python-requests: telegram')
 makedepends=('python-setuptools-scm' 'python-toml')
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
-  'python-pandas' 'python-tensorflow')
+  'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('2e61fd6ec6e8cd0c18bf72bfbc1ed7c22497a0df421dabdfe659b33c662f7fbec580c3e5d241bc5013bbb67397e5ba1c84ed4e459687ff958b76922bbbe7337e')
+sha512sums=('6a572bb3c4812620f562879793448b086ac07323dea9185177bc0c701060293443d4bdde9f7fcd90aa32094d82bb4fa519fa86c6f36ad5fcf68f1ef3d5ec5956')
 
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+build() {
+  cd $_pkgname-$pkgver
 
-build() {
-  cd tqdm-$pkgver
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
   python setup.py build
 }
 
 check() {
-  cd tqdm-$pkgver
-  python setup.py egg_info
-  python -m pytest
+  cd $_pkgname-$pkgver
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+  python -m venv --system-site-packages test-env
+
+  test-env/bin/python setup.py install
+  test-env/bin/python -m pytest -k 'not test_dask'
 }
 
 package() {
-  cd tqdm-$pkgver
+  cd $_pkgname-$pkgver
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
   python setup.py install --root="$pkgdir" --optimize=1
+
   install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
 }
 


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

2021-03-06 Thread Felix Yan via arch-commits
Date: Saturday, March 6, 2021 @ 17:25:04
  Author: felixonmars
Revision: 884488

upgpkg: python-tqdm 4.59.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-06 17:24:36 UTC (rev 884487)
+++ PKGBUILD2021-03-06 17:25:04 UTC (rev 884488)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tqdm
-pkgver=4.58.0
-pkgrel=2
+pkgver=4.59.0
+pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
 license=('MIT' 'MPL')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('d1ad373d18285d964eab532a5c68f49630d51b76d73a6c3923ac97aed8a86e6a05c7415ae8ea2a15cfef45212207a5276a7404ea2458418f5b20512846a72a5f')
+sha512sums=('2e61fd6ec6e8cd0c18bf72bfbc1ed7c22497a0df421dabdfe659b33c662f7fbec580c3e5d241bc5013bbb67397e5ba1c84ed4e459687ff958b76922bbbe7337e')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2021-02-28 Thread Felix Yan via arch-commits
Date: Sunday, February 28, 2021 @ 23:19:43
  Author: felixonmars
Revision: 876269

fix missing makedep on python-toml (FS#69833)

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 23:19:30 UTC (rev 876268)
+++ PKGBUILD2021-02-28 23:19:43 UTC (rev 876269)
@@ -9,7 +9,7 @@
 url='https://github.com/tqdm/tqdm'
 depends=('python')
 optdepends=('python-requests: telegram')
-makedepends=('python-setuptools-scm')
+makedepends=('python-setuptools-scm' 'python-toml')
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)


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

2021-02-28 Thread Filipe Laíns via arch-commits
Date: Sunday, February 28, 2021 @ 20:41:51
  Author: ffy00
Revision: 876060

add python-requetss optdepend (4.58.0-2)

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-28 20:40:25 UTC (rev 876059)
+++ PKGBUILD2021-02-28 20:41:51 UTC (rev 876060)
@@ -2,12 +2,13 @@
 
 pkgname=python-tqdm
 pkgver=4.58.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
 license=('MIT' 'MPL')
 url='https://github.com/tqdm/tqdm'
 depends=('python')
+optdepends=('python-requests: telegram')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow')


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

2021-02-27 Thread Felix Yan via arch-commits
Date: Saturday, February 27, 2021 @ 10:57:29
  Author: felixonmars
Revision: 874727

upgpkg: python-tqdm 4.58.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-27 10:57:01 UTC (rev 874726)
+++ PKGBUILD2021-02-27 10:57:29 UTC (rev 874727)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tqdm
-pkgver=4.57.0
+pkgver=4.58.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('5cffd8d8139f92dcbd4d9ab9aae21f39483ab3677966580131b896f33f9802223f3d9f2ab4dde08f340a7449b8ed2e2532fa8af425b3791cb7e512b27b7b5200')
+sha512sums=('d1ad373d18285d964eab532a5c68f49630d51b76d73a6c3923ac97aed8a86e6a05c7415ae8ea2a15cfef45212207a5276a7404ea2458418f5b20512846a72a5f')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2021-02-18 Thread Felix Yan via arch-commits
Date: Thursday, February 18, 2021 @ 09:30:03
  Author: felixonmars
Revision: 863873

upgpkg: python-tqdm 4.57.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-18 09:28:43 UTC (rev 863872)
+++ PKGBUILD2021-02-18 09:30:03 UTC (rev 863873)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tqdm
-pkgver=4.56.2
+pkgver=4.57.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('1d478198451c56ce74ce82dac8d17adb5847485aba0f4c273b954cc66bd2f333ae8509d2b3351be45b3e025d6bb2b65dd81452b93beacade5104ae576d017ddc')
+sha512sums=('5cffd8d8139f92dcbd4d9ab9aae21f39483ab3677966580131b896f33f9802223f3d9f2ab4dde08f340a7449b8ed2e2532fa8af425b3791cb7e512b27b7b5200')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2021-02-10 Thread Felix Yan via arch-commits
Date: Wednesday, February 10, 2021 @ 22:21:07
  Author: felixonmars
Revision: 854437

upgpkg: python-tqdm 4.56.2-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-10 22:20:09 UTC (rev 854436)
+++ PKGBUILD2021-02-10 22:21:07 UTC (rev 854437)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tqdm
-pkgver=4.56.1
+pkgver=4.56.2
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('cb7345e28781244402e8c065ff3ad1b93c207ba28a4011528dece59be58066bd0cf40b6770f20f24e2b0ed423f12805f48b0aa4da4ec0db4ca5c6b6f160e40c8')
+sha512sums=('1d478198451c56ce74ce82dac8d17adb5847485aba0f4c273b954cc66bd2f333ae8509d2b3351be45b3e025d6bb2b65dd81452b93beacade5104ae576d017ddc')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2021-02-09 Thread Filipe Laíns via arch-commits
Date: Tuesday, February 9, 2021 @ 18:52:31
  Author: ffy00
Revision: 851324

upgpkg: python-tqdm 4.56.1-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 18:52:20 UTC (rev 851323)
+++ PKGBUILD2021-02-09 18:52:31 UTC (rev 851324)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tqdm
-pkgver=4.56.0
+pkgver=4.56.1
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('8ed1922b7e4eb4c26425f028bcc70d8616534d0fa3583fb563dad984055a4ba08d748a15840cfedc4db4a463436c719cf143352f69b7718f96d7bd67e5043be2')
+sha512sums=('cb7345e28781244402e8c065ff3ad1b93c207ba28a4011528dece59be58066bd0cf40b6770f20f24e2b0ed423f12805f48b0aa4da4ec0db4ca5c6b6f160e40c8')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2021-01-11 Thread Felix Yan via arch-commits
Date: Monday, January 11, 2021 @ 19:47:13
  Author: felixonmars
Revision: 818318

upgpkg: python-tqdm 4.56.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-11 19:46:41 UTC (rev 818317)
+++ PKGBUILD2021-01-11 19:47:13 UTC (rev 818318)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tqdm
-pkgver=4.55.2
+pkgver=4.56.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('20bb4b1c45362417f3b1d3a8eef2de1fc3efc6cbf74d4958c68981b44236a5a41d62819e60076c5c90dcce4da9129c5479c85d00e1b5ec45081a860fbcae9d71')
+sha512sums=('8ed1922b7e4eb4c26425f028bcc70d8616534d0fa3583fb563dad984055a4ba08d748a15840cfedc4db4a463436c719cf143352f69b7718f96d7bd67e5043be2')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2021-01-10 Thread Felix Yan via arch-commits
Date: Sunday, January 10, 2021 @ 10:06:06
  Author: felixonmars
Revision: 817012

upgpkg: python-tqdm 4.55.2-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-10 10:05:03 UTC (rev 817011)
+++ PKGBUILD2021-01-10 10:06:06 UTC (rev 817012)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tqdm
-pkgver=4.55.1
+pkgver=4.55.2
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -9,10 +9,10 @@
 url='https://github.com/tqdm/tqdm'
 depends=('python')
 makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-numpy' 
'python-pandas'
-  'python-tensorflow')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
+  'python-pandas' 'python-tensorflow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('b418b35a070ea24d8e4f6fd0a00d28c1147173ac5ad46a0c6281772c26e13b53765904064946ecf904e9e88bc435c62aed471b3d191cda75075b5590d783')
+sha512sums=('20bb4b1c45362417f3b1d3a8eef2de1fc3efc6cbf74d4958c68981b44236a5a41d62819e60076c5c90dcce4da9129c5479c85d00e1b5ec45081a860fbcae9d71')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2021-01-02 Thread Felix Yan via arch-commits
Date: Saturday, January 2, 2021 @ 18:23:32
  Author: felixonmars
Revision: 804037

upgpkg: python-tqdm 4.55.1-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-02 18:23:10 UTC (rev 804036)
+++ PKGBUILD2021-01-02 18:23:32 UTC (rev 804037)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tqdm
-pkgver=4.55.0
+pkgver=4.55.1
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-numpy' 
'python-pandas'
   'python-tensorflow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('ca529a20c167b67b9efbdeeac65e820b0f28dc5cd2a386c1e6a139a16c004d0ccafdf5c388e6b6ec8f94fc8c4ced123453ce73fe9af42dcc5abd44f3df62e006')
+sha512sums=('b418b35a070ea24d8e4f6fd0a00d28c1147173ac5ad46a0c6281772c26e13b53765904064946ecf904e9e88bc435c62aed471b3d191cda75075b5590d783')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver