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

2020-11-13 Thread Felix Yan via arch-commits
Date: Friday, November 13, 2020 @ 19:46:33
  Author: felixonmars
Revision: 753970

upgpkg: python-cmd2 1.4.0-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 19:45:52 UTC (rev 753969)
+++ PKGBUILD2020-11-13 19:46:33 UTC (rev 753970)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.11
-pkgrel=3
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('30319ccc68b66b9d98b92f29dea7466f8e8321caa87118f169e0b5e3e05764f8ba37cfa206a883442852b1fac4e9fe67857248fd6946303beede0f1a4a6cc2a3')
+sha512sums=('7e4f44e1d02bb30a6f7ffe3e5ac5714c584b185ae5e53998ad68bf8a79c8b837df169c62d9b57a093c979f1e1b392859e800c1d14510af5f29e542aaa8a93d5e')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 15:05:41
  Author: foutrelis
Revision: 750855

upgpkg: python-cmd2 1.3.11-3: Python 3.9 rebuild

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 15:05:40 UTC (rev 750854)
+++ PKGBUILD2020-11-11 15:05:41 UTC (rev 750855)
@@ -3,7 +3,7 @@
 
 pkgname=python-cmd2
 pkgver=1.3.11
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 16:49:23
  Author: felixonmars
Revision: 747571

upgpkg: python-cmd2 1.3.11-2: Python 3.9 rebuild

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 16:49:21 UTC (rev 747570)
+++ PKGBUILD2020-11-09 16:49:23 UTC (rev 747571)
@@ -3,7 +3,7 @@
 
 pkgname=python-cmd2
 pkgver=1.3.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;


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

2020-10-01 Thread Felix Yan via arch-commits
Date: Thursday, October 1, 2020 @ 19:31:30
  Author: felixonmars
Revision: 714266

upgpkg: python-cmd2 1.3.11-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-01 19:31:13 UTC (rev 714265)
+++ PKGBUILD2020-10-01 19:31:30 UTC (rev 714266)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.10
+pkgver=1.3.11
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('3ea69ac94350dc320c1f594a6ac1ccb0fb8b64ab8c622aeee5c894ee2d960fa2ff0ce0d1af473e35933b32ba0677ac56b9d720235f0e7b0c2770315d95468e94')
+sha512sums=('30319ccc68b66b9d98b92f29dea7466f8e8321caa87118f169e0b5e3e05764f8ba37cfa206a883442852b1fac4e9fe67857248fd6946303beede0f1a4a6cc2a3')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-09-18 Thread Felix Yan via arch-commits
Date: Friday, September 18, 2020 @ 14:12:44
  Author: felixonmars
Revision: 710039

upgpkg: python-cmd2 1.3.10-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-18 14:10:21 UTC (rev 710038)
+++ PKGBUILD2020-09-18 14:12:44 UTC (rev 710039)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.9
+pkgver=1.3.10
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('5429fdc7803bf2a6864406c4b258cf7dab6b1f4c3930499ab97328f78dc419016c52963561b954e352e135ca2ca2ac162ee6385943c11a29d3d221c4e9b1e96b')
+sha512sums=('3ea69ac94350dc320c1f594a6ac1ccb0fb8b64ab8c622aeee5c894ee2d960fa2ff0ce0d1af473e35933b32ba0677ac56b9d720235f0e7b0c2770315d95468e94')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-09-04 Thread Felix Yan via arch-commits
Date: Friday, September 4, 2020 @ 09:12:00
  Author: felixonmars
Revision: 698460

upgpkg: python-cmd2 1.3.9-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-04 09:10:45 UTC (rev 698459)
+++ PKGBUILD2020-09-04 09:12:00 UTC (rev 698460)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.8
+pkgver=1.3.9
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('0aacfaa4c401985df80f971bba671f605310295587edb4ee1e82f9d15a60ad8817b0ea79f464576da618afcb537dbc3eb26997c068d4dcdb196a4365bf325678')
+sha512sums=('5429fdc7803bf2a6864406c4b258cf7dab6b1f4c3930499ab97328f78dc419016c52963561b954e352e135ca2ca2ac162ee6385943c11a29d3d221c4e9b1e96b')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-08-28 Thread Felix Yan via arch-commits
Date: Friday, August 28, 2020 @ 18:29:10
  Author: felixonmars
Revision: 691112

upgpkg: python-cmd2 1.3.8-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 18:28:58 UTC (rev 69)
+++ PKGBUILD2020-08-28 18:29:10 UTC (rev 691112)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.7
+pkgver=1.3.8
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('5a5870d5dc43da5f74201c3de61d9e87a291c7858e51f06ab05178f007d44029c12acb21dabd15cb8cb27e5201309b218ad87841884121dae628c4fac81ce463')
+sha512sums=('0aacfaa4c401985df80f971bba671f605310295587edb4ee1e82f9d15a60ad8817b0ea79f464576da618afcb537dbc3eb26997c068d4dcdb196a4365bf325678')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-08-28 Thread Felix Yan via arch-commits
Date: Friday, August 28, 2020 @ 08:03:04
  Author: felixonmars
Revision: 690170

upgpkg: python-cmd2 1.3.7-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 08:03:03 UTC (rev 690169)
+++ PKGBUILD2020-08-28 08:03:04 UTC (rev 690170)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.6
+pkgver=1.3.7
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('e366f54c74df3c87a75fb9ef2ba24b4408ff8bb71857b27cf24d5a8ae678144e6bb80b2afe9687adfc996b0aeb2f94793f80a72326a274cd45e05b0e883c8693')
+sha512sums=('5a5870d5dc43da5f74201c3de61d9e87a291c7858e51f06ab05178f007d44029c12acb21dabd15cb8cb27e5201309b218ad87841884121dae628c4fac81ce463')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:07:21
  Author: felixonmars
Revision: 690020

upgpkg: python-cmd2 1.3.6-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:07:06 UTC (rev 690019)
+++ PKGBUILD2020-08-27 21:07:21 UTC (rev 690020)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('3ed80572c07c1e0473e5fb67ceb989e8d539465a75662ac9830de03a4a078a82cf04a37c74180bd221e53e6dca757bdcb87852b5aa1d4bbb7b94d421297e55ab')
+sha512sums=('e366f54c74df3c87a75fb9ef2ba24b4408ff8bb71857b27cf24d5a8ae678144e6bb80b2afe9687adfc996b0aeb2f94793f80a72326a274cd45e05b0e883c8693')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-08-26 Thread Felix Yan via arch-commits
Date: Wednesday, August 26, 2020 @ 12:37:23
  Author: felixonmars
Revision: 688916

upgpkg: python-cmd2 1.3.5-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-26 12:36:04 UTC (rev 688915)
+++ PKGBUILD2020-08-26 12:37:23 UTC (rev 688916)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('518910ba9998151fc10bcb8e1e752813f2cf787aa2b45a1e41d58b067228c3fd857cae6b67533e8755a1b20c5067e9c4a6fadf8924e52fb3468e993729a6fb5b')
+sha512sums=('3ed80572c07c1e0473e5fb67ceb989e8d539465a75662ac9830de03a4a078a82cf04a37c74180bd221e53e6dca757bdcb87852b5aa1d4bbb7b94d421297e55ab')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-08-21 Thread Felix Yan via arch-commits
Date: Friday, August 21, 2020 @ 07:32:06
  Author: felixonmars
Revision: 685745

upgpkg: python-cmd2 1.3.4-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-21 07:31:13 UTC (rev 685744)
+++ PKGBUILD2020-08-21 07:32:06 UTC (rev 685745)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('65e5deb31abc9fb03940f1b8af7ae3162653edd2e31ef3680981d2981c7023a69b82b201412178776e3510f7c16918d12605e471b03959a6bfb301ce056d88a7')
+sha512sums=('518910ba9998151fc10bcb8e1e752813f2cf787aa2b45a1e41d58b067228c3fd857cae6b67533e8755a1b20c5067e9c4a6fadf8924e52fb3468e993729a6fb5b')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-08-14 Thread Felix Yan via arch-commits
Date: Friday, August 14, 2020 @ 07:40:54
  Author: felixonmars
Revision: 678415

upgpkg: python-cmd2 1.3.3-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 07:39:49 UTC (rev 678414)
+++ PKGBUILD2020-08-14 07:40:54 UTC (rev 678415)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('04adfec7e56c967c250cb59b17d556e822dcdb8a35fb44f03a3860b2bf623703a1ff9b853486fc4512c808d06eb77523e254af01728e296c8b29819c827a5117')
+sha512sums=('65e5deb31abc9fb03940f1b8af7ae3162653edd2e31ef3680981d2981c7023a69b82b201412178776e3510f7c16918d12605e471b03959a6bfb301ce056d88a7')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-08-10 Thread Felix Yan via arch-commits
Date: Monday, August 10, 2020 @ 16:18:24
  Author: felixonmars
Revision: 673791

upgpkg: python-cmd2 1.3.2-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-10 16:18:07 UTC (rev 673790)
+++ PKGBUILD2020-08-10 16:18:24 UTC (rev 673791)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('558f7883163165e07202c09a7d00928c2757463a59a82449af57ea4795356ed82a8db1b24942767d66cb5d66343ccf2da90b0c0301f1fa7d0daae6a1765c79d8')
+sha512sums=('04adfec7e56c967c250cb59b17d556e822dcdb8a35fb44f03a3860b2bf623703a1ff9b853486fc4512c808d06eb77523e254af01728e296c8b29819c827a5117')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-08-08 Thread Felix Yan via arch-commits
Date: Saturday, August 8, 2020 @ 09:30:39
  Author: felixonmars
Revision: 672034

upgpkg: python-cmd2 1.3.1-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-08 09:22:47 UTC (rev 672033)
+++ PKGBUILD2020-08-08 09:30:39 UTC (rev 672034)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('c19e176449ef6ebb960d4109b9eec2c7390303973d2f8ca9cee88449e0a6a2c2c6c6d826d57f2ee5ce0482eba84c216b7f57a2f7ee9aa7d6e2a7ac00b2e14b62')
+sha512sums=('558f7883163165e07202c09a7d00928c2757463a59a82449af57ea4795356ed82a8db1b24942767d66cb5d66343ccf2da90b0c0301f1fa7d0daae6a1765c79d8')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-08-05 Thread Felix Yan via arch-commits
Date: Wednesday, August 5, 2020 @ 08:52:46
  Author: felixonmars
Revision: 669125

upgpkg: python-cmd2 1.3.0-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-05 08:52:37 UTC (rev 669124)
+++ PKGBUILD2020-08-05 08:52:46 UTC (rev 669125)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('8b2c9880c0eac250ecf0f3189d16d0675cbce83004dbc33525dabeed59c431c05370d8a4929c4c557d5b433316739c34164dd6ed10c75e131891432eada981a7')
+sha512sums=('c19e176449ef6ebb960d4109b9eec2c7390303973d2f8ca9cee88449e0a6a2c2c6c6d826d57f2ee5ce0482eba84c216b7f57a2f7ee9aa7d6e2a7ac00b2e14b62')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-07-15 Thread Felix Yan via arch-commits
Date: Wednesday, July 15, 2020 @ 08:33:18
  Author: felixonmars
Revision: 663851

upgpkg: python-cmd2 1.2.1-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 08:32:31 UTC (rev 663850)
+++ PKGBUILD2020-07-15 08:33:18 UTC (rev 663851)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('6b2eda53bb7010519ae5d72209f00074cd98f3039909a012065998a385c0274ee9e6af2c46f4dd5b62daf01c915032a81c5c1093a291b7736ab8aacbbb86a7be')
+sha512sums=('8b2c9880c0eac250ecf0f3189d16d0675cbce83004dbc33525dabeed59c431c05370d8a4929c4c557d5b433316739c34164dd6ed10c75e131891432eada981a7')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-07-14 Thread Felix Yan via arch-commits
Date: Tuesday, July 14, 2020 @ 10:26:06
  Author: felixonmars
Revision: 663674

upgpkg: python-cmd2 1.2.0-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 10:26:05 UTC (rev 663673)
+++ PKGBUILD2020-07-14 10:26:06 UTC (rev 663674)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('73a82545efed2959e286b452c24019ca2ab20bc0ac509c0d3d2eb5d723c62f44c792b6bd0557dfb49bc32c68efa87e0aeb9456d14d9bf90d291a3ae483ce9408')
+sha512sums=('6b2eda53bb7010519ae5d72209f00074cd98f3039909a012065998a385c0274ee9e6af2c46f4dd5b62daf01c915032a81c5c1093a291b7736ab8aacbbb86a7be')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-06-06 Thread Felix Yan via arch-commits
Date: Sunday, June 7, 2020 @ 05:32:45
  Author: felixonmars
Revision: 639589

upgpkg: python-cmd2 1.1.0-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-07 05:32:40 UTC (rev 639588)
+++ PKGBUILD2020-06-07 05:32:45 UTC (rev 639589)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.0.2
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('f9ac7f1b7b7d60ae61d3361b67398032c07ee70246382bf686200ab5e9fbe69dafdae03b26940178dd5d00085b1b8ddad308f996daffd48fdf1f8eacb93ac235')
+sha512sums=('73a82545efed2959e286b452c24019ca2ab20bc0ac509c0d3d2eb5d723c62f44c792b6bd0557dfb49bc32c68efa87e0aeb9456d14d9bf90d291a3ae483ce9408')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-04-06 Thread Felix Yan via arch-commits
Date: Monday, April 6, 2020 @ 21:21:02
  Author: felixonmars
Revision: 612127

upgpkg: python-cmd2 1.0.2-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 21:20:38 UTC (rev 612126)
+++ PKGBUILD2020-04-06 21:21:02 UTC (rev 612127)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('d44cf193fe7655c6bc31b88bc6c8f461e24be160fd83d448e032b821e6ab9f841ca769f6a071b420ab6e9ee0b9a37e7b7b935bb86ebd0d932bd4c1322e09f232')
+sha512sums=('f9ac7f1b7b7d60ae61d3361b67398032c07ee70246382bf686200ab5e9fbe69dafdae03b26940178dd5d00085b1b8ddad308f996daffd48fdf1f8eacb93ac235')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-03-14 Thread Felix Yan via arch-commits
Date: Saturday, March 14, 2020 @ 19:48:46
  Author: felixonmars
Revision: 597129

upgpkg: python-cmd2 1.0.1-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-14 19:45:23 UTC (rev 597128)
+++ PKGBUILD2020-03-14 19:48:46 UTC (rev 597129)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('e38438668fb4acdbb8734d457f6f77dde160d8b203735b67c99d6c321ba3f9615dd6ee35af08eb51e817f799d1a560ea35d3cf58b44e6bbd8a7efea675a8c706')
+sha512sums=('d44cf193fe7655c6bc31b88bc6c8f461e24be160fd83d448e032b821e6ab9f841ca769f6a071b420ab6e9ee0b9a37e7b7b935bb86ebd0d932bd4c1322e09f232')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-03-11 Thread Felix Yan via arch-commits
Date: Wednesday, March 11, 2020 @ 23:40:26
  Author: felixonmars
Revision: 594743

upgpkg: python-cmd2 1.0.0-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 23:40:13 UTC (rev 594742)
+++ PKGBUILD2020-03-11 23:40:26 UTC (rev 594743)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.10.1
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('f87f0e498b38222804ed00b1d43596ec53d303443a6e308e47638c30ce6dc7efc7842a950ea662c4704c0b6a854aa21c39b5712f94817dac6a3bf9368d6f040a')
+sha512sums=('e38438668fb4acdbb8734d457f6f77dde160d8b203735b67c99d6c321ba3f9615dd6ee35af08eb51e817f799d1a560ea35d3cf58b44e6bbd8a7efea675a8c706')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-03-08 Thread Felix Yan via arch-commits
Date: Sunday, March 8, 2020 @ 11:44:51
  Author: felixonmars
Revision: 591867

upgpkg: python-cmd2 0.10.1-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 11:44:19 UTC (rev 591866)
+++ PKGBUILD2020-03-08 11:44:51 UTC (rev 591867)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('a9f5172fcbd3a3599eb5829b55c1eb59c5c5f15badda2e7ef69bd327206c2653ac3b4124f5a8ffb5672aca2e82b89303ee966c6ec2e661ef9066f2908c17a665')
+sha512sums=('f87f0e498b38222804ed00b1d43596ec53d303443a6e308e47638c30ce6dc7efc7842a950ea662c4704c0b6a854aa21c39b5712f94817dac6a3bf9368d6f040a')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-02-09 Thread Felix Yan via arch-commits
Date: Sunday, February 9, 2020 @ 11:40:19
  Author: felixonmars
Revision: 565280

upgpkg: python-cmd2 0.10.0-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 11:35:09 UTC (rev 565279)
+++ PKGBUILD2020-02-09 11:40:19 UTC (rev 565280)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.25
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('763e509ca721e7709c123ab12cbbbcd876500a57771a94fe389e8242379c358d74e556486ddbbf809f4cd00166e194ca3b7cb037e333accb5c90dd8245dce02e')
+sha512sums=('a9f5172fcbd3a3599eb5829b55c1eb59c5c5f15badda2e7ef69bd327206c2653ac3b4124f5a8ffb5672aca2e82b89303ee966c6ec2e661ef9066f2908c17a665')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-01-27 Thread Felix Yan via arch-commits
Date: Monday, January 27, 2020 @ 21:04:26
  Author: felixonmars
Revision: 556521

upgpkg: python-cmd2 0.9.25-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 21:04:14 UTC (rev 556520)
+++ PKGBUILD2020-01-27 21:04:26 UTC (rev 556521)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.24
+pkgver=0.9.25
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('43a43c965ec51421aea3f42e40ecb5d97f2050c08558de04e187c7e53da1fe25076bc829b05967338379bfc21a584402032a5953aaea80d0681bd002647a52d9')
+sha512sums=('763e509ca721e7709c123ab12cbbbcd876500a57771a94fe389e8242379c358d74e556486ddbbf809f4cd00166e194ca3b7cb037e333accb5c90dd8245dce02e')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 16:06:33
  Author: felixonmars
Revision: 555460

upgpkg: python-cmd2 0.9.24-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 16:00:51 UTC (rev 555459)
+++ PKGBUILD2020-01-25 16:06:33 UTC (rev 555460)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.23
+pkgver=0.9.24
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('0a208008557b0e1125ea884a47e765545df0233ef166e08ab32fd8a1a97f1e628f85b9e8c43cbb1787705eb135a8e10f54836fda23851a2f8ad1b203619cc4ae')
+sha512sums=('43a43c965ec51421aea3f42e40ecb5d97f2050c08558de04e187c7e53da1fe25076bc829b05967338379bfc21a584402032a5953aaea80d0681bd002647a52d9')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:16:38
  Author: felixonmars
Revision: 55

upgpkg: python-cmd2 0.9.23-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:13:08 UTC (rev 552221)
+++ PKGBUILD2020-01-12 14:16:38 UTC (rev 55)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.22
+pkgver=0.9.23
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('22835daa565b52683010fe8d5e8cce7c5edeef51ff876b3f737dabe0d271af2c355eef57f078331dccb50fd8c46675cc6eba51d29e284dc869db0f89f72a4f9b')
+sha512sums=('0a208008557b0e1125ea884a47e765545df0233ef166e08ab32fd8a1a97f1e628f85b9e8c43cbb1787705eb135a8e10f54836fda23851a2f8ad1b203619cc4ae')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-12-24 Thread Felix Yan via arch-commits
Date: Tuesday, December 24, 2019 @ 19:35:01
  Author: felixonmars
Revision: 540012

upgpkg: python-cmd2 0.9.22-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-24 19:31:42 UTC (rev 540011)
+++ PKGBUILD2019-12-24 19:35:01 UTC (rev 540012)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.21
+pkgver=0.9.22
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('6ae22fd61ef7cb8fed98efcc8a4827a33bed77fe55607c28b429178dea37495543401eddd48493c03e39577b38b1f9ffbaa587559531a16fe128e2d57d8988ea')
+sha512sums=('22835daa565b52683010fe8d5e8cce7c5edeef51ff876b3f737dabe0d271af2c355eef57f078331dccb50fd8c46675cc6eba51d29e284dc869db0f89f72a4f9b')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-12-21 Thread Felix Yan via arch-commits
Date: Saturday, December 21, 2019 @ 21:08:38
  Author: felixonmars
Revision: 538688

upgpkg: python-cmd2 0.9.21-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-21 21:08:35 UTC (rev 538687)
+++ PKGBUILD2019-12-21 21:08:38 UTC (rev 538688)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.20
+pkgver=0.9.21
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('0b23fc632b868d3982b8c8bfc72afeb5041dd3c5a5d60d573eb047db91677cac59f7955375451c6ea4625cfc86dbc845fb1424fa52016a839d3e1d8b76f3f5c7')
+sha512sums=('6ae22fd61ef7cb8fed98efcc8a4827a33bed77fe55607c28b429178dea37495543401eddd48493c03e39577b38b1f9ffbaa587559531a16fe128e2d57d8988ea')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-11-19 Thread Felix Yan via arch-commits
Date: Wednesday, November 20, 2019 @ 05:26:57
  Author: felixonmars
Revision: 530610

upgpkg: python-cmd2 0.9.20-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-20 05:26:45 UTC (rev 530609)
+++ PKGBUILD2019-11-20 05:26:57 UTC (rev 530610)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.15
-pkgrel=3
+pkgver=0.9.20
+pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('1cf297a0413f92a6a007e997bf5e5513dab4349dfa1c7776f126ffce652a32a7991d2a30d87ba866d4b55b684516d88ef9326d1362b7e3555b5abac71b589bc5')
+sha512sums=('0b23fc632b868d3982b8c8bfc72afeb5041dd3c5a5d60d573eb047db91677cac59f7955375451c6ea4625cfc86dbc845fb1424fa52016a839d3e1d8b76f3f5c7')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-11-01 Thread Evangelos Foutras via arch-commits
Date: Friday, November 1, 2019 @ 13:55:16
  Author: foutrelis
Revision: 521964

Python 3.8 rebuild

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 13:55:15 UTC (rev 521963)
+++ PKGBUILD2019-11-01 13:55:16 UTC (rev 521964)
@@ -3,7 +3,7 @@
 
 pkgname=python-cmd2
 pkgver=0.9.15
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 20:09:34
  Author: felixonmars
Revision: 519762

Python 3.8 rebuild

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 20:09:32 UTC (rev 519761)
+++ PKGBUILD2019-10-25 20:09:34 UTC (rev 519762)
@@ -3,7 +3,7 @@
 
 pkgname=python-cmd2
 pkgver=0.9.15
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;


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

2019-07-29 Thread Felix Yan via arch-commits
Date: Tuesday, July 30, 2019 @ 05:03:26
  Author: felixonmars
Revision: 495064

upgpkg: python-cmd2 0.9.15-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-30 05:00:58 UTC (rev 495063)
+++ PKGBUILD2019-07-30 05:03:26 UTC (rev 495064)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.14
+pkgver=0.9.15
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('5f9a5abe09b93765cbc16a2fc1d4039fc2074df5ca6f8ea084f6875e1337916e2623daf2d041604ee38a57115607a488e943cb301339df60f120c8804f67e990')
+sha512sums=('1cf297a0413f92a6a007e997bf5e5513dab4349dfa1c7776f126ffce652a32a7991d2a30d87ba866d4b55b684516d88ef9326d1362b7e3555b5abac71b589bc5')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-06-30 Thread Felix Yan via arch-commits
Date: Sunday, June 30, 2019 @ 18:29:11
  Author: felixonmars
Revision: 486528

upgpkg: python-cmd2 0.9.14-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-30 18:28:15 UTC (rev 486527)
+++ PKGBUILD2019-06-30 18:29:11 UTC (rev 486528)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.13
+pkgver=0.9.14
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('86d447574ea2e549810a6affcc3f05cb0f9a3e659ee29df6b8eef7e1971522dfd3364e79026856b3a597a791103add308cefc93b375636ac55ab5fd2c502bbf4')
+sha512sums=('5f9a5abe09b93765cbc16a2fc1d4039fc2074df5ca6f8ea084f6875e1337916e2623daf2d041604ee38a57115607a488e943cb301339df60f120c8804f67e990')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-06-22 Thread Felix Yan via arch-commits
Date: Saturday, June 22, 2019 @ 08:28:40
  Author: felixonmars
Revision: 482699

upgpkg: python-cmd2 0.9.13-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-22 08:15:57 UTC (rev 482698)
+++ PKGBUILD2019-06-22 08:28:40 UTC (rev 482699)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.12
+pkgver=0.9.13
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('aa6dc14c3e958d644b1d4afbbe16b88d781a2a016b5691a82648a22ef61b7b31512621814c0a1298a8f2cd74cb1fe0243b97fea7c8e4aeffe7e752e2fd56d4b8')
+sha512sums=('86d447574ea2e549810a6affcc3f05cb0f9a3e659ee29df6b8eef7e1971522dfd3364e79026856b3a597a791103add308cefc93b375636ac55ab5fd2c502bbf4')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 24, 2019 @ 12:05:07
  Author: felixonmars
Revision: 453289

upgpkg: python-cmd2 0.9.12-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 12:03:58 UTC (rev 453288)
+++ PKGBUILD2019-04-24 12:05:07 UTC (rev 453289)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.11
+pkgver=0.9.12
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('421eb8cfd074d64e112846dce357725b1f3fc6c443fba1f451d9f83f86ac4769e07a3cf118617104495b7d4e4f60ed35f24223c4682f2c6beeddf1fc96389ecc')
+sha512sums=('aa6dc14c3e958d644b1d4afbbe16b88d781a2a016b5691a82648a22ef61b7b31512621814c0a1298a8f2cd74cb1fe0243b97fea7c8e4aeffe7e752e2fd56d4b8')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-03-13 Thread Felix Yan via arch-commits
Date: Wednesday, March 13, 2019 @ 18:10:06
  Author: felixonmars
Revision: 440916

upgpkg: python-cmd2 0.9.11-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-13 18:09:09 UTC (rev 440915)
+++ PKGBUILD2019-03-13 18:10:06 UTC (rev 440916)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.10
+pkgver=0.9.11
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('0fdc9558a4f9788d42c8154a033acb0f9fa6e3b4877c86d05e8365e5706706e7ca232a24f07e4e815b423a993f37344d9611a8d372dc1ce8c9fa5284bf25bab2')
+sha512sums=('421eb8cfd074d64e112846dce357725b1f3fc6c443fba1f451d9f83f86ac4769e07a3cf118617104495b7d4e4f60ed35f24223c4682f2c6beeddf1fc96389ecc')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-02-24 Thread Felix Yan via arch-commits
Date: Sunday, February 24, 2019 @ 23:17:40
  Author: felixonmars
Revision: 435621

upgpkg: python-cmd2 0.9.10-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-24 23:16:23 UTC (rev 435620)
+++ PKGBUILD2019-02-24 23:17:40 UTC (rev 435621)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('93da8719030b48616de6e7fbc3827fa3e45213ed9fb4b2e3a2bf199f3a5dad592b597b1c18b9d54acef635613e9759d089bec06f605946b680445eda3fbc0a99')
+sha512sums=('0fdc9558a4f9788d42c8154a033acb0f9fa6e3b4877c86d05e8365e5706706e7ca232a24f07e4e815b423a993f37344d9611a8d372dc1ce8c9fa5284bf25bab2')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-02-22 Thread Felix Yan via arch-commits
Date: Friday, February 22, 2019 @ 18:08:16
  Author: felixonmars
Revision: 435267

upgpkg: python-cmd2 0.9.9-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 18:02:41 UTC (rev 435266)
+++ PKGBUILD2019-02-22 18:08:16 UTC (rev 435267)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('c70e08a7efa68ced86c47a13fc847d334e187c2748fa216909a251dce3ad1d79812f9c8568c8f7cb9411c78d7d3ca75cbcb1c02b17b766ebbae6f1101d5fb291')
+sha512sums=('93da8719030b48616de6e7fbc3827fa3e45213ed9fb4b2e3a2bf199f3a5dad592b597b1c18b9d54acef635613e9759d089bec06f605946b680445eda3fbc0a99')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-02-07 Thread Felix Yan via arch-commits
Date: Thursday, February 7, 2019 @ 12:08:59
  Author: felixonmars
Revision: 429881

upgpkg: python-cmd2 0.9.8-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 12:08:26 UTC (rev 429880)
+++ PKGBUILD2019-02-07 12:08:59 UTC (rev 429881)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('03133220c7c2966b8ef417e1edbfe41e304beee48fec63e8563230007f00ad4c6cd882a5908d83033f377e4180c94653c78b57ea9856b16068326118cd88088a')
+sha512sums=('c70e08a7efa68ced86c47a13fc847d334e187c2748fa216909a251dce3ad1d79812f9c8568c8f7cb9411c78d7d3ca75cbcb1c02b17b766ebbae6f1101d5fb291')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-01-10 Thread Felix Yan via arch-commits
Date: Thursday, January 10, 2019 @ 11:39:25
  Author: felixonmars
Revision: 421606

upgpkg: python-cmd2 0.9.7-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-10 11:37:33 UTC (rev 421605)
+++ PKGBUILD2019-01-10 11:39:25 UTC (rev 421606)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('632ae65de5b5c16012d10453721e42d1e669ed83f14f04db84309ed9db7e7f5c770c367c103d25d8b84640f0a992c3d23b44f2631e11da75c8a2098118ddc517')
+sha512sums=('03133220c7c2966b8ef417e1edbfe41e304beee48fec63e8563230007f00ad4c6cd882a5908d83033f377e4180c94653c78b57ea9856b16068326118cd88088a')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2018-11-01 Thread Felix Yan via arch-commits
Date: Thursday, November 1, 2018 @ 16:58:50
  Author: felixonmars
Revision: 401125

upgpkg: python-cmd2 0.9.6-2

fix dependency

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-01 16:40:27 UTC (rev 401124)
+++ PKGBUILD2018-11-01 16:58:50 UTC (rev 401125)
@@ -3,12 +3,12 @@
 
 pkgname=python-cmd2
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;
 license=('MIT')
-depends=('python-colorama' 'python-pyperclip' 'python-wcwidth')
+depends=('python-attrs' 'python-colorama' 'python-pyperclip' 'python-wcwidth')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)


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

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 11:39:58
  Author: felixonmars
Revision: 393461

upgpkg: python-cmd2 0.9.6-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 11:38:38 UTC (rev 393460)
+++ PKGBUILD2018-10-14 11:39:58 UTC (rev 393461)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.4
+pkgver=0.9.6
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -10,9 +10,9 @@
 license=('MIT')
 depends=('python-colorama' 'python-pyperclip' 'python-wcwidth')
 makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'vi')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('fd4ff48aeed4184797d9741e635dd3da4cc95f6efdddb24933c7619942c46cf5408f02b3ad6765088dd2d293628bc4674011817daeed4f109494c01e3653d58c')
+sha512sums=('632ae65de5b5c16012d10453721e42d1e669ed83f14f04db84309ed9db7e7f5c770c367c103d25d8b84640f0a992c3d23b44f2631e11da75c8a2098118ddc517')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2018-09-29 Thread Felix Yan via arch-commits
Date: Saturday, September 29, 2018 @ 16:02:05
  Author: felixonmars
Revision: 387867

upgpkg: python-cmd2 0.9.4-1

Modified:
  python-cmd2/trunk/PKGBUILD

--+
 PKGBUILD |   50 ++
 1 file changed, 14 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-29 16:01:31 UTC (rev 387866)
+++ PKGBUILD2018-09-29 16:02:05 UTC (rev 387867)
@@ -1,56 +1,34 @@
 # Maintainer: Felix Yan 
 # Contributor: Daniel Wallace 
 
-pkgbase=python-cmd2
-pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.8.6
-pkgrel=2
-pkgdesc="Extra features for standard library's cmd module"
+pkgname=python-cmd2
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="A tool for building interactive command line apps"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-pyperclip' 'python2-pyperclip' 'python-colorama' 
'python2-colorama'
- 'python2-contextlib2' 'python2-enum34' 'python-wcwidth' 
'python2-wcwidth'
- 'python2-subprocess32')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-mock' 'python2-mock' 'vi')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('c28eb016fff3652b5cc1a45417e1b76b061849bd5c48afbaca8b9706d93b9b9f235fa6e2616da76741505eba96943b77e51d3fdb9fd50db620b52a6d75e4cceb')
+depends=('python-colorama' 'python-pyperclip' 'python-wcwidth')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'vi')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
+sha512sums=('fd4ff48aeed4184797d9741e635dd3da4cc95f6efdddb24933c7619942c46cf5408f02b3ad6765088dd2d293628bc4674011817daeed4f109494c01e3653d58c')
 
-prepare() {
-  cp -a cmd2-$pkgver{,-py2}
-}
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
 build() {
-  cd "$srcdir"/cmd2-$pkgver
+  cd cmd2-$pkgver
   python setup.py build
-
-  cd "$srcdir"/cmd2-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/cmd2-$pkgver
+  cd cmd2-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/cmd2-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-cmd2() {
-  depends=('python-pyparsing' 'python-pyperclip' 'python-wcwidth')
-
-  cd "$srcdir"/cmd2-$pkgver
+package() {
+  cd cmd2-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-cmd2() {
-  depends=('python2-pyparsing' 'python2-pyperclip' 'python2-wcwidth' 
'python2-contextlib2'
-   'python2-enum34' 'python2-subprocess32')
-
-  cd "$srcdir"/cmd2-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2018-07-13 Thread Felix Yan via arch-commits
Date: Friday, July 13, 2018 @ 20:43:27
  Author: felixonmars
Revision: 358822

Python 3.7 rebuild

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-13 20:09:46 UTC (rev 358821)
+++ PKGBUILD2018-07-13 20:43:27 UTC (rev 358822)
@@ -5,7 +5,7 @@
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
 pkgver=0.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;


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

2018-05-28 Thread Felix Yan via arch-commits
Date: Monday, May 28, 2018 @ 12:31:04
  Author: felixonmars
Revision: 332534

upgpkg: python-cmd2 0.8.6-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-28 12:27:19 UTC (rev 332533)
+++ PKGBUILD2018-05-28 12:31:04 UTC (rev 332534)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -12,16 +12,14 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
  'python-pyperclip' 'python2-pyperclip' 'python-colorama' 
'python2-colorama'
- 'python2-contextlib2' 'python2-typing' 'python-wcwidth' 
'python2-wcwidth')
+ 'python2-contextlib2' 'python2-enum34' 'python-wcwidth' 
'python2-wcwidth'
+ 'python2-subprocess32')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist'
   'python2-pytest-xdist' 'python-mock' 'python2-mock' 'vi')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;
-
https://github.com/python-cmd2/cmd2/commit/127a3b3e0b1ef0cc42f43970f666a2193360d57b.patch)
-sha512sums=('452be32b4f873ece9864540772fcba47afcea5e5277a35e9e88ac071b40453df45683508510a632028e968c761c5b57ab46ded88e26f04f6a89230fde1380179'
-
'110146871c6ab84a5ddc58572608ddf1f6116613329aabf403d9d4a94481ba15f3bfe3a21ca01ac45b4964da9f22e7653af95ad9c2714e1542ade7bbdb6b5859')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
+sha512sums=('c28eb016fff3652b5cc1a45417e1b76b061849bd5c48afbaca8b9706d93b9b9f235fa6e2616da76741505eba96943b77e51d3fdb9fd50db620b52a6d75e4cceb')
 
 prepare() {
-  (cd cmd2-$pkgver; patch -p1 -i 
../127a3b3e0b1ef0cc42f43970f666a2193360d57b.patch)
   cp -a cmd2-$pkgver{,-py2}
 }
 
@@ -42,7 +40,7 @@
 }
 
 package_python-cmd2() {
-  depends=('python-colorama' 'python-pyparsing' 'python-pyperclip' 
'python-wcwidth')
+  depends=('python-pyparsing' 'python-pyperclip' 'python-wcwidth')
 
   cd "$srcdir"/cmd2-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -49,8 +47,8 @@
 }
 
 package_python2-cmd2() {
-  depends=('python2-colorama' 'python2-pyparsing' 'python2-pyperclip' 
'python2-wcwidth'
-   'python2-contextlib2' 'python2-typing')
+  depends=('python2-pyparsing' 'python2-pyperclip' 'python2-wcwidth' 
'python2-contextlib2'
+   'python2-enum34' 'python2-subprocess32')
 
   cd "$srcdir"/cmd2-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2018-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 01:53:11
  Author: felixonmars
Revision: 320483

upgpkg: python-cmd2 0.8.5-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 23:28:01 UTC (rev 320482)
+++ PKGBUILD2018-05-11 01:53:11 UTC (rev 320483)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.8.2
+pkgver=0.8.5
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -11,13 +11,17 @@
 url="https://github.com/python-cmd2/cmd2;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-pyperclip' 'python2-pyperclip' 'python2-subprocess32' 
'python2-contextlib2')
+ 'python-pyperclip' 'python2-pyperclip' 'python-colorama' 
'python2-colorama'
+ 'python2-contextlib2' 'python2-typing' 'python-wcwidth' 
'python2-wcwidth')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist'
   'python2-pytest-xdist' 'python-mock' 'python2-mock' 'vi')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('6a6c8250ddeed60b52dd390fa651d3ffe00cc68762f3515639e4aa1ff25c0b205ccc334430d3a54750b75cbb4b97da4dd657e7c58f878283f86dcffd1573364e')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;
+
https://github.com/python-cmd2/cmd2/commit/127a3b3e0b1ef0cc42f43970f666a2193360d57b.patch)
+sha512sums=('452be32b4f873ece9864540772fcba47afcea5e5277a35e9e88ac071b40453df45683508510a632028e968c761c5b57ab46ded88e26f04f6a89230fde1380179'
+
'110146871c6ab84a5ddc58572608ddf1f6116613329aabf403d9d4a94481ba15f3bfe3a21ca01ac45b4964da9f22e7653af95ad9c2714e1542ade7bbdb6b5859')
 
 prepare() {
+  (cd cmd2-$pkgver; patch -p1 -i 
../127a3b3e0b1ef0cc42f43970f666a2193360d57b.patch)
   cp -a cmd2-$pkgver{,-py2}
 }
 
@@ -38,7 +42,7 @@
 }
 
 package_python-cmd2() {
-  depends=('python-pyparsing' 'python-pyperclip')
+  depends=('python-colorama' 'python-pyparsing' 'python-pyperclip' 
'python-wcwidth')
 
   cd "$srcdir"/cmd2-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -45,7 +49,8 @@
 }
 
 package_python2-cmd2() {
-  depends=('python2-pyparsing' 'python2-pyperclip' 'python2-subprocess32' 
'python2-contextlib2')
+  depends=('python2-colorama' 'python2-pyparsing' 'python2-pyperclip' 
'python2-wcwidth'
+   'python2-contextlib2' 'python2-typing')
 
   cd "$srcdir"/cmd2-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2018-04-04 Thread Felix Yan via arch-commits
Date: Wednesday, April 4, 2018 @ 18:53:51
  Author: felixonmars
Revision: 314228

upgpkg: python-cmd2 0.8.2-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-04 18:52:09 UTC (rev 314227)
+++ PKGBUILD2018-04-04 18:53:51 UTC (rev 314228)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.8.0
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -12,9 +12,10 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
  'python-pyperclip' 'python2-pyperclip' 'python2-subprocess32' 
'python2-contextlib2')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock' 'vi')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-mock' 'python2-mock' 'vi')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('05e89e0dc8937adc598d0e5e45363b2b0dafc9715d4e6e38f21ab17bb22afb7ea6a8fd0895bb07a851d25e26cb2c403d548e5c47b9eaf9bbd6d187166734d13b')
+sha512sums=('6a6c8250ddeed60b52dd390fa651d3ffe00cc68762f3515639e4aa1ff25c0b205ccc334430d3a54750b75cbb4b97da4dd657e7c58f878283f86dcffd1573364e')
 
 prepare() {
   cp -a cmd2-$pkgver{,-py2}


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

2018-02-02 Thread Felix Yan via arch-commits
Date: Friday, February 2, 2018 @ 14:28:02
  Author: felixonmars
Revision: 288578

upgpkg: python-cmd2 0.8.0-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-02 14:25:09 UTC (rev 288577)
+++ PKGBUILD2018-02-02 14:28:02 UTC (rev 288578)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.7.9
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -11,10 +11,10 @@
 url="https://github.com/python-cmd2/cmd2;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-pyperclip' 'python2-pyperclip' 'python2-subprocess32')
+ 'python-pyperclip' 'python2-pyperclip' 'python2-subprocess32' 
'python2-contextlib2')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock' 'vi')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('e2c01e292b51eff9da77bcca6a1c1429a824d345c79c92311b86b590b4983578a00f29eee18f21be06fe839da7fabb651405be7ea29f72e660a0032f98b60d0b')
+sha512sums=('05e89e0dc8937adc598d0e5e45363b2b0dafc9715d4e6e38f21ab17bb22afb7ea6a8fd0895bb07a851d25e26cb2c403d548e5c47b9eaf9bbd6d187166734d13b')
 
 prepare() {
   cp -a cmd2-$pkgver{,-py2}
@@ -44,7 +44,7 @@
 }
 
 package_python2-cmd2() {
-  depends=('python2-pyparsing' 'python2-pyperclip' 'python2-subprocess32')
+  depends=('python2-pyparsing' 'python2-pyperclip' 'python2-subprocess32' 
'python2-contextlib2')
 
   cd "$srcdir"/cmd2-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2018-01-04 Thread Felix Yan via arch-commits
Date: Friday, January 5, 2018 @ 02:19:54
  Author: felixonmars
Revision: 278730

upgpkg: python-cmd2 0.7.9-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-05 02:15:48 UTC (rev 278729)
+++ PKGBUILD2018-01-05 02:19:54 UTC (rev 278730)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.7.8
+pkgver=0.7.9
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -14,7 +14,7 @@
  'python-pyperclip' 'python2-pyperclip' 'python2-subprocess32')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock' 'vi')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('257b1eb30edbddb87664c32767f310c853efb8ed45f55c624467f9be11473bd8b3a9603e103f4c9e4b7ace1dc88f6b33fbfa06a3658915206c4142aa0dacf2be')
+sha512sums=('e2c01e292b51eff9da77bcca6a1c1429a824d345c79c92311b86b590b4983578a00f29eee18f21be06fe839da7fabb651405be7ea29f72e660a0032f98b60d0b')
 
 prepare() {
   cp -a cmd2-$pkgver{,-py2}


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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 09:31:56
  Author: felixonmars
Revision: 265868

upgpkg: python-cmd2 0.7.8-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 09:31:16 UTC (rev 265867)
+++ PKGBUILD2017-11-09 09:31:56 UTC (rev 265868)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.7.7
+pkgver=0.7.8
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -14,7 +14,7 @@
  'python-pyperclip' 'python2-pyperclip' 'python2-subprocess32')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock' 'vi')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('9b33171b0e41a845db503b19a21b41b05d9d6c4395a9df9bee828fd50af3a1f2400c39ca2068d07c63023db9804d3248fcfa76e9da84c2743b3f7f9c3957d560')
+sha512sums=('257b1eb30edbddb87664c32767f310c853efb8ed45f55c624467f9be11473bd8b3a9603e103f4c9e4b7ace1dc88f6b33fbfa06a3658915206c4142aa0dacf2be')
 
 prepare() {
   cp -a cmd2-$pkgver{,-py2}


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

2017-08-25 Thread Felix Yan
Date: Friday, August 25, 2017 @ 16:13:41
  Author: felixonmars
Revision: 253389

upgpkg: python-cmd2 0.7.7-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-25 15:25:20 UTC (rev 253388)
+++ PKGBUILD2017-08-25 16:13:41 UTC (rev 253389)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.7.6
+pkgver=0.7.7
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -14,7 +14,7 @@
  'python-pyperclip' 'python2-pyperclip' 'python2-subprocess32')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock' 'vi')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('05e988deb762725d17ce7b109e2b5d9d6f0b9f40af57fe428e75529c9d1f171d2677f2ab3586e418b20184e06bb5adab1dc93ec40f35014917d5871e6d88cdde')
+sha512sums=('9b33171b0e41a845db503b19a21b41b05d9d6c4395a9df9bee828fd50af3a1f2400c39ca2068d07c63023db9804d3248fcfa76e9da84c2743b3f7f9c3957d560')
 
 prepare() {
   cp -a cmd2-$pkgver{,-py2}


[arch-commits] Commit in python-cmd2/trunk (PKGBUILD fix-test.patch)

2017-08-12 Thread Felix Yan
Date: Saturday, August 12, 2017 @ 06:44:17
  Author: felixonmars
Revision: 249946

upgpkg: python-cmd2 0.7.6-1

Modified:
  python-cmd2/trunk/PKGBUILD
Deleted:
  python-cmd2/trunk/fix-test.patch

+
 PKGBUILD   |   13 ++-
 fix-test.patch |  102 ---
 2 files changed, 5 insertions(+), 110 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-12 06:01:01 UTC (rev 249945)
+++ PKGBUILD2017-08-12 06:44:17 UTC (rev 249946)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.7.5
+pkgver=0.7.6
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -11,15 +11,12 @@
 url="https://github.com/python-cmd2/cmd2;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-pyperclip' 'python2-pyperclip')
+ 'python-pyperclip' 'python2-pyperclip' 'python2-subprocess32')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock' 'vi')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;
-fix-test.patch)
-sha512sums=('27f8d4076d6abcafef5e7a79049ab281e4bd76fa22ee83ea0c390af646cd8af03d93b4a05ab27eddb3974955fe5eb4f3fbff531b8903e2fa49fbd7d370603da9'
-
'4d9b2bd0125540935353d88d29ea5ffa78065cdf45d8f35b38ddf3eedd8c6193d518813aeccddb9261344c49b79fcdada39cb4de2f439a5e5faa2134147bd928')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
+sha512sums=('05e988deb762725d17ce7b109e2b5d9d6f0b9f40af57fe428e75529c9d1f171d2677f2ab3586e418b20184e06bb5adab1dc93ec40f35014917d5871e6d88cdde')
 
 prepare() {
-  (cd cmd2-$pkgver; patch -p1 -i ../fix-test.patch)
   cp -a cmd2-$pkgver{,-py2}
 }
 
@@ -47,7 +44,7 @@
 }
 
 package_python2-cmd2() {
-  depends=('python2-pyparsing' 'python2-pyperclip')
+  depends=('python2-pyparsing' 'python2-pyperclip' 'python2-subprocess32')
 
   cd "$srcdir"/cmd2-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1

Deleted: fix-test.patch
===
--- fix-test.patch  2017-08-12 06:01:01 UTC (rev 249945)
+++ fix-test.patch  2017-08-12 06:44:17 UTC (rev 249946)
@@ -1,102 +0,0 @@
-commit 87e04d73046e910b639aaec462b4b77a1735f404
-Author: Felix Yan 
-Date:   Mon Jul 10 00:29:42 2017 +0800
-
-Use monkeypatch to ensure os.system is restored
-
-Without this patch, running tests like test_edit_number before
-test_default_to_shell_good in the same process will trigger
-this error:
-
-```
-___ 
test_default_to_shell_good 

-
-capsys = <_pytest.capture.CaptureFixture object at 0x7f7e90103898>
-
-def test_default_to_shell_good(capsys):
-app = cmd2.Cmd()
-app.default_to_shell = True
-line = 'ls'
-statement = app.parser_manager.parsed(line)
-retval = app._default(statement)
-assert not retval
-out, err = capsys.readouterr()
->   assert out == ''
-E   AssertionError: assert '*** Unknown syntax: ls \n' == ''
-E - *** Unknown syntax: ls
-
-tests/test_cmd2.py:840: AssertionError
-```
-
-Using monkeypatch fixture to restore os.system fixes the problem here.
-
-diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
-index 1deff47..0e25529 100644
 a/tests/test_cmd2.py
-+++ b/tests/test_cmd2.py
-@@ -661,13 +661,13 @@ def test_edit_no_editor(base_app, capsys):
- expected = _expected_no_editor_error()
- assert normalize(str(err)) == expected
- 
--def test_edit_file(base_app, request):
-+def test_edit_file(base_app, request, monkeypatch):
- # Set a fake editor just to make sure we have one.  We aren't really 
going to call it due to the mock
- base_app.editor = 'fooedit'
- 
- # Mock out the os.system call so we don't actually open an editor
- m = mock.MagicMock(name='system')
--os.system = m
-+monkeypatch.setattr("os.system", m)
- 
- test_dir = os.path.dirname(request.module.__file__)
- filename = os.path.join(test_dir, 'script.txt')
-@@ -677,13 +677,13 @@ def test_edit_file(base_app, request):
- # We think we have an editor, so should expect a system call
- m.assert_called_once_with('{} {}'.format(base_app.editor, filename))
- 
--def test_edit_number(base_app):
-+def test_edit_number(base_app, monkeypatch):
- # Set a fake editor just to make sure we have one.  We aren't really 
going to call it due to the mock
- base_app.editor = 'fooedit'
- 
- # Mock out the os.system call so we don't actually open an editor
- m = 

[arch-commits] Commit in python-cmd2/trunk (PKGBUILD fix-test.patch)

2017-07-09 Thread Felix Yan
Date: Sunday, July 9, 2017 @ 17:06:24
  Author: felixonmars
Revision: 243441

upgpkg: python-cmd2 0.7.5-1

Added:
  python-cmd2/trunk/fix-test.patch
Modified:
  python-cmd2/trunk/PKGBUILD

+
 PKGBUILD   |   15 
 fix-test.patch |  102 +++
 2 files changed, 110 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 17:00:34 UTC (rev 243440)
+++ PKGBUILD2017-07-09 17:06:24 UTC (rev 243441)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -13,10 +13,13 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
  'python-pyperclip' 'python2-pyperclip')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock' 'vi')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('9d2d84a773a6ee534336b4044e32521def400b81a7e5ac22dbc9b18ac4088d2adff34139965b382fb35d278c0f1dce83f43219a79c5fb8a642aafbfebe6dea83')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;
+fix-test.patch)
+sha512sums=('27f8d4076d6abcafef5e7a79049ab281e4bd76fa22ee83ea0c390af646cd8af03d93b4a05ab27eddb3974955fe5eb4f3fbff531b8903e2fa49fbd7d370603da9'
+
'4d9b2bd0125540935353d88d29ea5ffa78065cdf45d8f35b38ddf3eedd8c6193d518813aeccddb9261344c49b79fcdada39cb4de2f439a5e5faa2134147bd928')
 
 prepare() {
+  (cd cmd2-$pkgver; patch -p1 -i ../fix-test.patch)
   cp -a cmd2-$pkgver{,-py2}
 }
 
@@ -29,13 +32,11 @@
 }
 
 check() {
-  # https://github.com/python-cmd2/cmd2/issues/171
-
   cd "$srcdir"/cmd2-$pkgver
-  python setup.py pytest --addopts "-k 'not 
test_path_completion_user_expansion'"
+  python setup.py pytest
 
   cd "$srcdir"/cmd2-$pkgver-py2
-  python2 setup.py pytest --addopts "-k 'not 
test_path_completion_user_expansion'"
+  python2 setup.py pytest
 }
 
 package_python-cmd2() {

Added: fix-test.patch
===
--- fix-test.patch  (rev 0)
+++ fix-test.patch  2017-07-09 17:06:24 UTC (rev 243441)
@@ -0,0 +1,102 @@
+commit 87e04d73046e910b639aaec462b4b77a1735f404
+Author: Felix Yan 
+Date:   Mon Jul 10 00:29:42 2017 +0800
+
+Use monkeypatch to ensure os.system is restored
+
+Without this patch, running tests like test_edit_number before
+test_default_to_shell_good in the same process will trigger
+this error:
+
+```
+___ 
test_default_to_shell_good 

+
+capsys = <_pytest.capture.CaptureFixture object at 0x7f7e90103898>
+
+def test_default_to_shell_good(capsys):
+app = cmd2.Cmd()
+app.default_to_shell = True
+line = 'ls'
+statement = app.parser_manager.parsed(line)
+retval = app._default(statement)
+assert not retval
+out, err = capsys.readouterr()
+>   assert out == ''
+E   AssertionError: assert '*** Unknown syntax: ls \n' == ''
+E - *** Unknown syntax: ls
+
+tests/test_cmd2.py:840: AssertionError
+```
+
+Using monkeypatch fixture to restore os.system fixes the problem here.
+
+diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
+index 1deff47..0e25529 100644
+--- a/tests/test_cmd2.py
 b/tests/test_cmd2.py
+@@ -661,13 +661,13 @@ def test_edit_no_editor(base_app, capsys):
+ expected = _expected_no_editor_error()
+ assert normalize(str(err)) == expected
+ 
+-def test_edit_file(base_app, request):
++def test_edit_file(base_app, request, monkeypatch):
+ # Set a fake editor just to make sure we have one.  We aren't really 
going to call it due to the mock
+ base_app.editor = 'fooedit'
+ 
+ # Mock out the os.system call so we don't actually open an editor
+ m = mock.MagicMock(name='system')
+-os.system = m
++monkeypatch.setattr("os.system", m)
+ 
+ test_dir = os.path.dirname(request.module.__file__)
+ filename = os.path.join(test_dir, 'script.txt')
+@@ -677,13 +677,13 @@ def test_edit_file(base_app, request):
+ # We think we have an editor, so should expect a system call
+ m.assert_called_once_with('{} {}'.format(base_app.editor, filename))
+ 
+-def test_edit_number(base_app):
++def test_edit_number(base_app, monkeypatch):
+ # Set a fake editor just to make sure we have one.  We aren't really 
going to call it due to the mock
+ base_app.editor = 'fooedit'
+ 
+ # Mock out the os.system call so we don't actually open an editor
+ m = mock.MagicMock(name='system')
+-   

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

2017-07-05 Thread Felix Yan
Date: Wednesday, July 5, 2017 @ 03:52:38
  Author: felixonmars
Revision: 242355

upgpkg: python-cmd2 0.7.4-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-05 03:10:29 UTC (rev 242354)
+++ PKGBUILD2017-07-05 03:52:38 UTC (rev 242355)
@@ -4,16 +4,17 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.7.3
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
+ 'python-pyperclip' 'python2-pyperclip')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock' 'vi')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('f329b674efc8881d6c6b978cfbe367ffafa32a4234d9fbf3731eff21a32b6e107f2072157c70a0ed4dbf5cd1239bdcbadb4ac7dcbce96326d69cb968a6bf49c3')
+sha512sums=('9d2d84a773a6ee534336b4044e32521def400b81a7e5ac22dbc9b18ac4088d2adff34139965b382fb35d278c0f1dce83f43219a79c5fb8a642aafbfebe6dea83')
 
 prepare() {
   cp -a cmd2-$pkgver{,-py2}
@@ -28,15 +29,17 @@
 }
 
 check() {
+  # https://github.com/python-cmd2/cmd2/issues/171
+
   cd "$srcdir"/cmd2-$pkgver
-  python setup.py pytest
+  python setup.py pytest --addopts "-k 'not 
test_path_completion_user_expansion'"
 
   cd "$srcdir"/cmd2-$pkgver-py2
-  python2 setup.py pytest
+  python2 setup.py pytest --addopts "-k 'not 
test_path_completion_user_expansion'"
 }
 
 package_python-cmd2() {
-  depends=('python-pyparsing')
+  depends=('python-pyparsing' 'python-pyperclip')
 
   cd "$srcdir"/cmd2-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -43,7 +46,7 @@
 }
 
 package_python2-cmd2() {
-  depends=('python2-pyparsing')
+  depends=('python2-pyparsing' 'python2-pyperclip')
 
   cd "$srcdir"/cmd2-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2017-06-23 Thread Felix Yan
Date: Friday, June 23, 2017 @ 10:40:18
  Author: felixonmars
Revision: 240269

upgpkg: python-cmd2 0.7.3-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-23 10:39:49 UTC (rev 240268)
+++ PKGBUILD2017-06-23 10:40:18 UTC (rev 240269)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('5e2dd8874935c2fc2b139983fb6e783fa2db4b8c0525fe92084767c742d791647bfa85a36cbb4386874c181c03332e72469c45fa635a89469744da9d649bed9a')
+sha512sums=('f329b674efc8881d6c6b978cfbe367ffafa32a4234d9fbf3731eff21a32b6e107f2072157c70a0ed4dbf5cd1239bdcbadb4ac7dcbce96326d69cb968a6bf49c3')
 
 prepare() {
   cp -a cmd2-$pkgver{,-py2}


[arch-commits] Commit in python-cmd2/trunk (PKGBUILD issue55.patch)

2017-05-29 Thread Felix Yan
Date: Monday, May 29, 2017 @ 13:21:39
  Author: felixonmars
Revision: 230876

upgpkg: python-cmd2 0.7.2-1

Modified:
  python-cmd2/trunk/PKGBUILD
Deleted:
  python-cmd2/trunk/issue55.patch

---+
 PKGBUILD  |9 +--
 issue55.patch |  144 
 2 files changed, 3 insertions(+), 150 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-29 13:20:58 UTC (rev 230875)
+++ PKGBUILD2017-05-29 13:21:39 UTC (rev 230876)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.7.0
+pkgver=0.7.2
 pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
@@ -12,13 +12,10 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;
-issue55.patch)
-sha512sums=('1c52d08379e8aa89c6503ac91b62d7278522eadd9d2040eead53c956ca77f6076712b31c0a724a9b675d2b7618750e833ef8fbcad579be4094c5da51581310cc'
-
'e9f4d5d64cd7ec71daa38262a9e7364b325cda3518bb6ba8e547d351c39f98c0325ea09a17d8f1ef442ad1bd293405243abb3b2b8dc5b5fd2ad9441a51747f8a')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
+sha512sums=('5e2dd8874935c2fc2b139983fb6e783fa2db4b8c0525fe92084767c742d791647bfa85a36cbb4386874c181c03332e72469c45fa635a89469744da9d649bed9a')
 
 prepare() {
-  (cd cmd2-$pkgver; patch -p1 -i ../issue55.patch)
   cp -a cmd2-$pkgver{,-py2}
 }
 

Deleted: issue55.patch
===
--- issue55.patch   2017-05-29 13:20:58 UTC (rev 230875)
+++ issue55.patch   2017-05-29 13:21:39 UTC (rev 230876)
@@ -1,144 +0,0 @@
-From 3e69e10328370884fc1a55de6ba9bef7f7e01d73 Mon Sep 17 00:00:00 2001
-From: Todd Leonhardt 
-Date: Fri, 24 Feb 2017 00:51:40 -0500
-Subject: [PATCH] Added a couple unit tests for self.inputParser.
-
-One passes and the other fails and demonstrates the overall problem with the 
failing unit test for input redirection on some systems where a "-" ends up in 
the path name.

- tests/test_parsing.py | 22 ++
- 1 file changed, 22 insertions(+)
-
-diff --git a/tests/test_parsing.py b/tests/test_parsing.py
-index 7186a14..b6ae0a1 100644
 a/tests/test_parsing.py
-+++ b/tests/test_parsing.py
-@@ -43,6 +43,12 @@ def parser():
- c._init_parser()
- return c.parser
- 
-+@fixture
-+def input_parser():
-+c = cmd2.Cmd()
-+c._init_parser()
-+return c.inputParser
-+
- 
- def test_remaining_args():
- assert cmd2.remaining_args('-f bar   bar   cow', ['bar', 'cow']) == 'bar  
 cow'
-@@ -237,6 +243,22 @@ def test_parse_output_redirect(parser):
-   - command: {0}""".format(command, args, redirect, output)
- assert parser.parseString('output into > afile.txt').dump() == expected
- 
-+def test_parse_input_redirect(input_parser):
-+input_from = "< afile.txt"
-+if new_pyparsing:
-+input_from = repr(input_from)
-+expected = """['', {0}]
-+- inputFrom: {0}""".format(input_from)
-+assert input_parser.parseString('< afile.txt').dump() == expected
-+
-+def test_parse_input_redirect_with_dash_in_path(input_parser):
-+input_from = "< python-cmd2/afile.txt"
-+if new_pyparsing:
-+input_from = repr(input_from)
-+expected = """['', {0}]
-+- inputFrom: {0}""".format(input_from)
-+assert input_parser.parseString('< python-cmd2/afile.txt').dump() == 
expected
-+
- def test_parse_pipe_and_redirect(parser):
- command = "output"
- args = "into"
-From b358e9f0bbe26874a21e65b8ddfa00da049559a0 Mon Sep 17 00:00:00 2001
-From: Todd Leonhardt 
-Date: Fri, 24 Feb 2017 02:10:17 -0500
-Subject: [PATCH] Added "-" to the list of legal characters.
-
-This is a fix for Issue #55.
-
-Updated a couple unit tests accordingly and also added a couple new unit tests 
to make sure this logic is appropriately covered.

- cmd2.py   |  2 +-
- tests/test_parsing.py | 34 +++---
- 2 files changed, 28 insertions(+), 8 deletions(-)
-
-diff --git a/cmd2.py b/cmd2.py
-index 0ac73d9..057b639 100755
 a/cmd2.py
-+++ b/cmd2.py
-@@ -515,7 +515,7 @@ class Cmd(cmd.Cmd):
- excludeFromHistory = '''run r list l history hi ed edit li eof'''.split()
- kept_state = None
- # make sure your terminators are not in legalChars!
--legalChars = u'!#$%.:?@_' + pyparsing.alphanums + pyparsing.alphas8bit
-+legalChars = u'!#$%.:?@_-' + pyparsing.alphanums + pyparsing.alphas8bit
- multilineCommands = []
- noSpecialParse = 'set ed edit exit'.split()
- prefixParser = pyparsing.Empty()
-diff --git a/tests/test_parsing.py 

[arch-commits] Commit in python-cmd2/trunk (PKGBUILD issue55.patch)

2017-03-22 Thread Felix Yan
Date: Wednesday, March 22, 2017 @ 09:13:31
  Author: felixonmars
Revision: 218361

upgpkg: python-cmd2 0.7.0-1

Added:
  python-cmd2/trunk/issue55.patch
Modified:
  python-cmd2/trunk/PKGBUILD

---+
 PKGBUILD  |   35 +++--
 issue55.patch |  144 
 2 files changed, 163 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-22 09:05:16 UTC (rev 218360)
+++ PKGBUILD2017-03-22 09:13:31 UTC (rev 218361)
@@ -4,49 +4,52 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.6.9
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;
 license=('MIT')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-source=("git+https://github.com/python-cmd2/cmd2.git#tag=$pkgver;)
-md5sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;
+issue55.patch)
+sha512sums=('1c52d08379e8aa89c6503ac91b62d7278522eadd9d2040eead53c956ca77f6076712b31c0a724a9b675d2b7618750e833ef8fbcad579be4094c5da51581310cc'
+
'e9f4d5d64cd7ec71daa38262a9e7364b325cda3518bb6ba8e547d351c39f98c0325ea09a17d8f1ef442ad1bd293405243abb3b2b8dc5b5fd2ad9441a51747f8a')
 
 prepare() {
-  cp -a cmd2{,-py2}
+  (cd cmd2-$pkgver; patch -p1 -i ../issue55.patch)
+  cp -a cmd2-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/cmd2
+  cd "$srcdir"/cmd2-$pkgver
   python setup.py build
 
-  cd "$srcdir"/cmd2-py2
+  cd "$srcdir"/cmd2-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/cmd2
-  python setup.py ptr
+  cd "$srcdir"/cmd2-$pkgver
+  python setup.py pytest
 
-  cd "$srcdir"/cmd2-py2
-  python2 setup.py ptr
+  cd "$srcdir"/cmd2-$pkgver-py2
+  python2 setup.py pytest
 }
 
 package_python-cmd2() {
   depends=('python-pyparsing')
 
-  cd "$srcdir"/cmd2
-  python setup.py install --root="$pkgdir/" --optimize=1
+  cd "$srcdir"/cmd2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-cmd2() {
   depends=('python2-pyparsing')
 
-  cd "$srcdir"/cmd2-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+  cd "$srcdir"/cmd2-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }
 
 # vim:set ts=2 sw=2 et:

Added: issue55.patch
===
--- issue55.patch   (rev 0)
+++ issue55.patch   2017-03-22 09:13:31 UTC (rev 218361)
@@ -0,0 +1,144 @@
+From 3e69e10328370884fc1a55de6ba9bef7f7e01d73 Mon Sep 17 00:00:00 2001
+From: Todd Leonhardt 
+Date: Fri, 24 Feb 2017 00:51:40 -0500
+Subject: [PATCH] Added a couple unit tests for self.inputParser.
+
+One passes and the other fails and demonstrates the overall problem with the 
failing unit test for input redirection on some systems where a "-" ends up in 
the path name.
+---
+ tests/test_parsing.py | 22 ++
+ 1 file changed, 22 insertions(+)
+
+diff --git a/tests/test_parsing.py b/tests/test_parsing.py
+index 7186a14..b6ae0a1 100644
+--- a/tests/test_parsing.py
 b/tests/test_parsing.py
+@@ -43,6 +43,12 @@ def parser():
+ c._init_parser()
+ return c.parser
+ 
++@fixture
++def input_parser():
++c = cmd2.Cmd()
++c._init_parser()
++return c.inputParser
++
+ 
+ def test_remaining_args():
+ assert cmd2.remaining_args('-f bar   bar   cow', ['bar', 'cow']) == 'bar  
 cow'
+@@ -237,6 +243,22 @@ def test_parse_output_redirect(parser):
+   - command: {0}""".format(command, args, redirect, output)
+ assert parser.parseString('output into > afile.txt').dump() == expected
+ 
++def test_parse_input_redirect(input_parser):
++input_from = "< afile.txt"
++if new_pyparsing:
++input_from = repr(input_from)
++expected = """['', {0}]
++- inputFrom: {0}""".format(input_from)
++assert input_parser.parseString('< afile.txt').dump() == expected
++
++def test_parse_input_redirect_with_dash_in_path(input_parser):
++input_from = "< python-cmd2/afile.txt"
++if new_pyparsing:
++input_from = repr(input_from)
++expected = """['', {0}]
++- inputFrom: {0}""".format(input_from)
++assert input_parser.parseString('< python-cmd2/afile.txt').dump() == 
expected
++
+ def test_parse_pipe_and_redirect(parser):
+ command = "output"
+ args = "into"
+From b358e9f0bbe26874a21e65b8ddfa00da049559a0 Mon Sep 17 00:00:00 2001
+From: Todd Leonhardt 
+Date: Fri, 24 Feb 2017 02:10:17 -0500
+Subject: [PATCH] Added "-" to the list of legal characters.
+
+This is a fix for Issue #55.
+

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

2016-12-24 Thread Evangelos Foutras
Date: Saturday, December 24, 2016 @ 17:52:31
  Author: foutrelis
Revision: 201691

Python 3.6 rebuild

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 17:52:07 UTC (rev 201690)
+++ PKGBUILD2016-12-24 17:52:31 UTC (rev 201691)
@@ -5,7 +5,7 @@
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
 pkgver=0.6.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;


[arch-commits] Commit in python-cmd2/trunk (PKGBUILD python-3.5.patch)

2016-10-04 Thread Felix Yan
Date: Tuesday, October 4, 2016 @ 08:14:33
  Author: felixonmars
Revision: 191280

upgpkg: python-cmd2 0.6.9-1

Modified:
  python-cmd2/trunk/PKGBUILD
Deleted:
  python-cmd2/trunk/python-3.5.patch

--+
 PKGBUILD |   20 +++-
 python-3.5.patch |   23 ---
 2 files changed, 7 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 05:58:20 UTC (rev 191279)
+++ PKGBUILD2016-10-04 08:14:33 UTC (rev 191280)
@@ -4,22 +4,18 @@
 
 pkgbase=python-cmd2
 pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.6.8
-_commit=3ed12b6154320d6e3e89c5aace04b7e5ac9bed2c
-pkgrel=2
+pkgver=0.6.9
+pkgrel=1
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;
 license=('MIT')
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/python-cmd2/cmd2.git#commit=$_commit;
-python-3.5.patch)
-md5sums=('SKIP'
- 'a67eb13a752b55ba755f7fa7f7e954c9')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
+source=("git+https://github.com/python-cmd2/cmd2.git#tag=$pkgver;)
+md5sums=('SKIP')
 
 prepare() {
-  (cd cmd2; patch -p1 -i ../python-3.5.patch)
   cp -a cmd2{,-py2}
 }
 
@@ -32,13 +28,11 @@
 }
 
 check() {
-  # Tests will be available in next release
-
   cd "$srcdir"/cmd2
-  # python setup.py ptr
+  python setup.py ptr
 
   cd "$srcdir"/cmd2-py2
-  # python2 setup.py ptr
+  python2 setup.py ptr
 }
 
 package_python-cmd2() {

Deleted: python-3.5.patch
===
--- python-3.5.patch2016-10-04 05:58:20 UTC (rev 191279)
+++ python-3.5.patch2016-10-04 08:14:33 UTC (rev 191280)
@@ -1,23 +0,0 @@
-From 6ee37b45de8d2a8a1fe9f4db7f7a4b77f216b9ed Mon Sep 17 00:00:00 2001
-From: Hans Lellelid 
-Date: Thu, 18 Feb 2016 21:49:15 -0500
-Subject: [PATCH] subprocess.mswindows does not exist in python3.5
-
-Am hoping that the sys.platform 
(https://docs.python.org/2/library/sys.html#sys.platform) check is sufficient, 
though perhaps there was a reason this was not done initially.

- cmd2.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cmd2.py b/cmd2.py
-index 63e422f..4b11958 100755
 a/cmd2.py
-+++ b/cmd2.py
-@@ -190,7 +190,7 @@ def __init__(self):
- to be installed on operating system.
- %s"""
- 
--if subprocess.mswindows:
-+if sys.platform == "win32":
- try:
- import win32clipboard
- def get_paste_buffer():


[arch-commits] Commit in python-cmd2/trunk (PKGBUILD python-3.5.patch)

2016-03-07 Thread Felix Yan
Date: Monday, March 7, 2016 @ 16:06:15
  Author: fyan
Revision: 165516

upgpkg: python-cmd2 0.6.8-2

add an upstream patch to fix an error with python 3.5

Added:
  python-cmd2/trunk/python-3.5.patch
Modified:
  python-cmd2/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 python-3.5.patch |   23 +++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 14:22:01 UTC (rev 165515)
+++ PKGBUILD2016-03-07 15:06:15 UTC (rev 165516)
@@ -6,7 +6,7 @@
 pkgname=(python-cmd2 python2-cmd2)
 pkgver=0.6.8
 _commit=3ed12b6154320d6e3e89c5aace04b7e5ac9bed2c
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;
@@ -13,10 +13,13 @@
 license=('MIT')
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/python-cmd2/cmd2.git#commit=$_commit;)
-md5sums=('SKIP')
+source=("git+https://github.com/python-cmd2/cmd2.git#commit=$_commit;
+python-3.5.patch)
+md5sums=('SKIP'
+ 'a67eb13a752b55ba755f7fa7f7e954c9')
 
 prepare() {
+  (cd cmd2; patch -p1 -i ../python-3.5.patch)
   cp -a cmd2{,-py2}
 }
 

Added: python-3.5.patch
===
--- python-3.5.patch(rev 0)
+++ python-3.5.patch2016-03-07 15:06:15 UTC (rev 165516)
@@ -0,0 +1,23 @@
+From 6ee37b45de8d2a8a1fe9f4db7f7a4b77f216b9ed Mon Sep 17 00:00:00 2001
+From: Hans Lellelid 
+Date: Thu, 18 Feb 2016 21:49:15 -0500
+Subject: [PATCH] subprocess.mswindows does not exist in python3.5
+
+Am hoping that the sys.platform 
(https://docs.python.org/2/library/sys.html#sys.platform) check is sufficient, 
though perhaps there was a reason this was not done initially.
+---
+ cmd2.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmd2.py b/cmd2.py
+index 63e422f..4b11958 100755
+--- a/cmd2.py
 b/cmd2.py
+@@ -190,7 +190,7 @@ def __init__(self):
+ to be installed on operating system.
+ %s"""
+ 
+-if subprocess.mswindows:
++if sys.platform == "win32":
+ try:
+ import win32clipboard
+ def get_paste_buffer():