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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 16:58:54
  Author: felixonmars
Revision: 752142

upgpkg: python-diff-cover 4.0.1-3: Python 3.9 rebuild

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 16:58:49 UTC (rev 752141)
+++ PKGBUILD2020-11-12 16:58:54 UTC (rev 752142)
@@ -3,7 +3,7 @@
 _name=diff_cover
 pkgname=python-diff-cover
 pkgver=4.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
 url="https://github.com/Bachmann1234/diff_cover;


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 05:13:29
  Author: felixonmars
Revision: 749365

upgpkg: python-diff-cover 4.0.1-2: Python 3.9 rebuild

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 05:13:08 UTC (rev 749364)
+++ PKGBUILD2020-11-10 05:13:29 UTC (rev 749365)
@@ -3,7 +3,7 @@
 _name=diff_cover
 pkgname=python-diff-cover
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
 url="https://github.com/Bachmann1234/diff_cover;


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

2020-09-23 Thread David Runge via arch-commits
Date: Wednesday, September 23, 2020 @ 13:14:02
  Author: dvzrv
Revision: 711501

upgpkg: python-diff-cover 4.0.1-1: Upgrade to 4.0.1.

Remove ignoring of test that failed due to an outdated python-pylint in the 
repos.

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 13:11:09 UTC (rev 711500)
+++ PKGBUILD2020-09-23 13:14:02 UTC (rev 711501)
@@ -2,7 +2,7 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
@@ -13,9 +13,9 @@
 checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
 'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('aae6e3e35015968c5d9e83ad31a8872dde321690de3611c9d7d0ed8bd32699fa46866ce01bf31254757d5009b7fe9bcd892bcc8bcb024580c9e768ee0b443ea8'
+sha512sums=('a5f124cf602937f089094d38c9eba9a1babdadcff9b65d4b8cb909c6bcaaf61c7832f8c30d4453f50d0965687e9fe9a25060fb824cd997f641d7fec769f0232b'
 'SKIP')
-b2sums=('adfecf10b06f347e0b06aac9975bd599de7a2dcb8f46323aaa7bdb5d1c2d3e2884d6fa1ef044e3923095f3b66c4e1064f5a59db937ecbbe396fb8592a3a65dbe'
+b2sums=('e4ff84f9eaf8acb3ff659a15670d957c8601c45f2528086b0e76f949e06682af91f8b873f23432fc79b0471b6ab1f5f6c03c65bc10cc5d795e2ff273f2d2153d'
 'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 
@@ -31,9 +31,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  # skip failing test relying on pylint output:
-  # https://github.com/Bachmann1234/diff_cover/issues/158
-  pytest -v -k "not test_added_file_pylint_console"
+  pytest -v
 }
 
 package() {


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

2020-09-02 Thread David Runge via arch-commits
Date: Wednesday, September 2, 2020 @ 10:58:28
  Author: dvzrv
Revision: 696300

upgpkg: python-diff-cover 4.0.0-1: Upgrade to 4.0.0.

Disable failing test and report upstream.

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 10:58:00 UTC (rev 696299)
+++ PKGBUILD2020-09-02 10:58:28 UTC (rev 696300)
@@ -2,7 +2,7 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=3.0.1
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
@@ -9,12 +9,14 @@
 url="https://github.com/Bachmann1234/diff_cover;
 license=('Apache')
 depends=('python-jinja' 'python-jinja_pluralize' 'python-pluggy'
-'python-pygments' 'python-setuptools' 'python-six')
+'python-pygments' 'python-setuptools')
 checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
 'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('bb04b110a9601db8734c1dd925571c7f2905e14bc5d838338b4e02370832e807d6f7c60d1f714157ac357526bc87c96efa7796be378f53c7ef7f30f525911b08'
+sha512sums=('aae6e3e35015968c5d9e83ad31a8872dde321690de3611c9d7d0ed8bd32699fa46866ce01bf31254757d5009b7fe9bcd892bcc8bcb024580c9e768ee0b443ea8'
 'SKIP')
+b2sums=('adfecf10b06f347e0b06aac9975bd599de7a2dcb8f46323aaa7bdb5d1c2d3e2884d6fa1ef044e3923095f3b66c4e1064f5a59db937ecbbe396fb8592a3a65dbe'
+'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 
 prepare() {
@@ -29,7 +31,9 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
+  # skip failing test relying on pylint output:
+  # https://github.com/Bachmann1234/diff_cover/issues/158
+  pytest -v -k "not test_added_file_pylint_console"
 }
 
 package() {


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

2020-06-05 Thread David Runge via arch-commits
Date: Friday, June 5, 2020 @ 13:02:32
  Author: dvzrv
Revision: 639151

upgpkg: python-diff-cover 3.0.1-1: Upgrading to 3.0.1.

Removing ignoring of flaky test (fixed upstream).

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 12:18:29 UTC (rev 639150)
+++ PKGBUILD2020-06-05 13:02:32 UTC (rev 639151)
@@ -2,7 +2,7 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
 'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('4c0b69218b96c4d29e41f7a34cf8d8112c34f395183210d744a3bdaf9f4919074e88a6f038830e2184a6424e4296cb19693da8d3f780fe61bbb756a220557a1b'
+sha512sums=('bb04b110a9601db8734c1dd925571c7f2905e14bc5d838338b4e02370832e807d6f7c60d1f714157ac357526bc87c96efa7796be378f53c7ef7f30f525911b08'
 'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 
@@ -29,9 +29,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  # flaky test:
-  # https://github.com/Bachmann1234/diff_cover/issues/146
-  pytest -v -k 'not test_generate_report'
+  pytest -v
 }
 
 package() {


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 14:42:57
  Author: dvzrv
Revision: 638925

upgpkg: python-diff-cover 3.0.0-1: Upgrading to 3.0.0.

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 14:13:00 UTC (rev 638924)
+++ PKGBUILD2020-06-04 14:42:57 UTC (rev 638925)
@@ -2,7 +2,7 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=2.6.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
 'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('6e62ade3d84913a0de6cbbf38853a0e5da3860fcdca692eb87177f4a1769f118c658b69a7737af3d70c9d25b23ed90d664d35564138ce8dc4000ff709df43a88'
+sha512sums=('4c0b69218b96c4d29e41f7a34cf8d8112c34f395183210d744a3bdaf9f4919074e88a6f038830e2184a6424e4296cb19693da8d3f780fe61bbb756a220557a1b'
 'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 
@@ -29,7 +29,9 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
+  # flaky test:
+  # https://github.com/Bachmann1234/diff_cover/issues/146
+  pytest -v -k 'not test_generate_report'
 }
 
 package() {


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 11:24:34
  Author: dvzrv
Revision: 613079

upgpkg: python-diff-cover 2.6.1-1: Upgrading to 2.6.1.

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 11:18:50 UTC (rev 613078)
+++ PKGBUILD2020-04-10 11:24:34 UTC (rev 613079)
@@ -2,7 +2,7 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
 'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('efb70d18705f90c0d2db3e78d099c6c23c665cf9468a9f6e1613545a0d16128421519dec17a8d99b57116d84ebb10f926d29350ba8b41902ccca4516f73369b4'
+sha512sums=('6e62ade3d84913a0de6cbbf38853a0e5da3860fcdca692eb87177f4a1769f118c658b69a7737af3d70c9d25b23ed90d664d35564138ce8dc4000ff709df43a88'
 'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 


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

2020-02-09 Thread David Runge via arch-commits
Date: Sunday, February 9, 2020 @ 15:26:20
  Author: dvzrv
Revision: 565352

upgpkg: python-diff-cover 2.6.0-1: Upgrading to 2.6.0.

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 15:25:26 UTC (rev 565351)
+++ PKGBUILD2020-02-09 15:26:20 UTC (rev 565352)
@@ -2,8 +2,8 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=2.5.2
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
 url="https://github.com/Bachmann1234/diff_cover;
@@ -13,7 +13,7 @@
 checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
 'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('b8807a02eac0e91b9edb5306bdbbb2a85a82ea80fb75ca4c3b5a140e041cbf5bfb2c991d5bfc5ee693f7aace04c8c9b91c98d403001f7c692ce699037ed421a8'
+sha512sums=('efb70d18705f90c0d2db3e78d099c6c23c665cf9468a9f6e1613545a0d16128421519dec17a8d99b57116d84ebb10f926d29350ba8b41902ccca4516f73369b4'
 'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 


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

2020-01-15 Thread David Runge via arch-commits
Date: Wednesday, January 15, 2020 @ 20:40:14
  Author: dvzrv
Revision: 552683

upgpkg: python-diff-cover 2.5.2-2: Adding PGP verification for source tarball 
on pypi.org, after upstream reinstated it.

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 20:13:34 UTC (rev 552682)
+++ PKGBUILD2020-01-15 20:40:14 UTC (rev 552683)
@@ -3,7 +3,7 @@
 _name=diff_cover
 pkgname=python-diff-cover
 pkgver=2.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
 url="https://github.com/Bachmann1234/diff_cover;
@@ -12,12 +12,10 @@
 'python-pygments' 'python-setuptools' 'python-six')
 checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
 'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
-# upstream's public key is not available on key servers:
-# https://github.com/Bachmann1234/diff_cover/issues/131
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('b8807a02eac0e91b9edb5306bdbbb2a85a82ea80fb75ca4c3b5a140e041cbf5bfb2c991d5bfc5ee693f7aace04c8c9b91c98d403001f7c692ce699037ed421a8')
-# validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('b8807a02eac0e91b9edb5306bdbbb2a85a82ea80fb75ca4c3b5a140e041cbf5bfb2c991d5bfc5ee693f7aace04c8c9b91c98d403001f7c692ce699037ed421a8'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-01-11 Thread David Runge via arch-commits
Date: Saturday, January 11, 2020 @ 20:17:53
  Author: dvzrv
Revision: 552101

upgpkg: python-diff-cover 2.5.2-1: Adding python-diff-cover 2.5.2.

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 20:13:46 UTC (rev 552100)
+++ PKGBUILD2020-01-11 20:17:53 UTC (rev 552101)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 _name=diff_cover
-pkgname=python-diff_cover
+pkgname=python-diff-cover
 pkgver=2.5.2
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"