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

2020-12-17 Thread Felix Yan via arch-commits
Date: Thursday, December 17, 2020 @ 09:28:32
  Author: felixonmars
Revision: 777217

upgpkg: python-pytest 6.2.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 09:27:39 UTC (rev 777216)
+++ PKGBUILD2020-12-17 09:28:32 UTC (rev 777217)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=6.2.0
+pkgver=6.2.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
   'python-pygments' 'python-twisted' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('8dcf68e9ff6f18ea727c5c3d500fd84545fe0ad3913a6ea7d8d525a3d930ccdc4778cd7e2c0b1ecfe99d054a0feaeb522e456018e4b17baf0b75d8489c630409')
+sha512sums=('c6816d9007e19276741ccf20d5c303b7dc1a66a0332fed81cda5ab1f1c68db5cdbe85c8dfeacbdf02482fe7ee4e0f72839912194b1f60c8c17a0b69b4faa1942')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-12-16 Thread Felix Yan via arch-commits
Date: Wednesday, December 16, 2020 @ 18:53:01
  Author: felixonmars
Revision: 776891

upgpkg: python-pytest 6.2.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 18:50:13 UTC (rev 776890)
+++ PKGBUILD2020-12-16 18:53:01 UTC (rev 776891)
@@ -2,8 +2,8 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=6.1.2
-pkgrel=3
+pkgver=6.2.0
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
@@ -17,10 +17,14 @@
   'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
   'python-pygments' 'python-twisted' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('3524c99b6e2cd3be456de0fe7130d15a2ada96d52835a0786925082a513c7d42a5422bb0d64a8e7fac22880b2441a18918853fdfde2c819d48d6f0ce0d4e09df')
+sha512sums=('8dcf68e9ff6f18ea727c5c3d500fd84545fe0ad3913a6ea7d8d525a3d930ccdc4778cd7e2c0b1ecfe99d054a0feaeb522e456018e4b17baf0b75d8489c630409')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
+prepare() {
+  sed -i '/_pytest.warning_types.PytestUnknownMarkWarning/a \
"ignore:Creating a LegacyVersion has been deprecated and will be removed in the 
next major release:DeprecationWarning"' pytest-$pkgver/pyproject.toml
+}
+
 build() {
   cd pytest-$pkgver
   python setup.py build
@@ -29,11 +33,15 @@
 check() {
   cd pytest-$pkgver
   python setup.py egg_info
-  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py
+  # pdb tests: https://github.com/pytest-dev/pytest/issues/8161
+  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py --deselect 
testing/test_debugging.py::TestPDB::test_pdb_interaction_doctest \
+--deselect 
testing/test_debugging.py::TestPDB::test_pdb_with_injected_do_debug \
+--deselect 
testing/test_debugging.py::TestPDB::test_pdb_continue_with_recursive_debug \
+--deselect 
testing/test_debugging.py::test_pdb_suspends_fixture_capturing
 }
 
 package() {
   cd pytest-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }


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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 13:20:46
  Author: foutrelis
Revision: 751780

upgpkg: python-pytest 6.1.2-3: Python 3.9 rebuild

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 13:20:44 UTC (rev 751779)
+++ PKGBUILD2020-11-12 13:20:46 UTC (rev 751780)
@@ -3,7 +3,7 @@
 
 pkgname=python-pytest
 pkgver=6.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 18:28:22
  Author: felixonmars
Revision: 747996

upgpkg: python-pytest 6.1.2-2: Python 3.9 rebuild

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 18:28:20 UTC (rev 747995)
+++ PKGBUILD2020-11-09 18:28:22 UTC (rev 747996)
@@ -3,7 +3,7 @@
 
 pkgname=python-pytest
 pkgver=6.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')


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

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:36:51
  Author: felixonmars
Revision: 736367

upgpkg: python-pytest 6.1.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:34:13 UTC (rev 736366)
+++ PKGBUILD2020-10-28 22:36:51 UTC (rev 736367)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=6.1.1
+pkgver=6.1.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
   'python-pygments' 'python-twisted' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('642782eb3f07756c11c7552c908031e83d888d7dbdd11f5b7aa349b6406724349468c6beee5f1ef770a4522710301659db7f9d6100f8da4b43c72d79d077f2aa')
+sha512sums=('3524c99b6e2cd3be456de0fe7130d15a2ada96d52835a0786925082a513c7d42a5422bb0d64a8e7fac22880b2441a18918853fdfde2c819d48d6f0ce0d4e09df')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-10-04 Thread Felix Yan via arch-commits
Date: Sunday, October 4, 2020 @ 18:47:00
  Author: felixonmars
Revision: 717852

upgpkg: python-pytest 6.1.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-04 18:44:55 UTC (rev 717851)
+++ PKGBUILD2020-10-04 18:47:00 UTC (rev 717852)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=6.1.0
+pkgver=6.1.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
   'python-pygments' 'python-twisted' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('fdf60a3a1c93a254f51652f4a56204d08faa763bd313a96fca4b439c877e05ac3c78d93d2ca9af9639a884415709a30736ef1b890ee10dee3d55f6accd3ad57b')
+sha512sums=('642782eb3f07756c11c7552c908031e83d888d7dbdd11f5b7aa349b6406724349468c6beee5f1ef770a4522710301659db7f9d6100f8da4b43c72d79d077f2aa')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-09-27 Thread Felix Yan via arch-commits
Date: Sunday, September 27, 2020 @ 09:14:54
  Author: felixonmars
Revision: 712576

upgpkg: python-pytest 6.1.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 09:13:18 UTC (rev 712575)
+++ PKGBUILD2020-09-27 09:14:54 UTC (rev 712576)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=6.0.2
+pkgver=6.1.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
   'python-pygments' 'python-twisted' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('6e8782011e77bf7145bfa76e2a5fc7f1104ced265300c25e102f094a587df41ae35839271653a7054c93501fa4c7ca7f883d7d9bb96abb0c156b17df116cf92f')
+sha512sums=('fdf60a3a1c93a254f51652f4a56204d08faa763bd313a96fca4b439c877e05ac3c78d93d2ca9af9639a884415709a30736ef1b890ee10dee3d55f6accd3ad57b')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-09-11 Thread Felix Yan via arch-commits
Date: Friday, September 11, 2020 @ 23:43:48
  Author: felixonmars
Revision: 702928

upgpkg: python-pytest 6.0.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-11 23:43:44 UTC (rev 702927)
+++ PKGBUILD2020-09-11 23:43:48 UTC (rev 702928)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
   'python-pygments' 'python-twisted' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('3bf476f5e27254c3e0f5553c9bcde71599bb857ae182f65c579fb6709794913427c65f3235d2c6cb990bca0f39920b836f05cfe52817b47f688f5cf1f4c5e047')
+sha512sums=('6e8782011e77bf7145bfa76e2a5fc7f1104ced265300c25e102f094a587df41ae35839271653a7054c93501fa4c7ca7f883d7d9bb96abb0c156b17df116cf92f')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-07-31 Thread Felix Yan via arch-commits
Date: Friday, July 31, 2020 @ 18:49:06
  Author: felixonmars
Revision: 666301

upgpkg: python-pytest 6.0.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-31 18:49:00 UTC (rev 666300)
+++ PKGBUILD2020-07-31 18:49:06 UTC (rev 666301)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=6.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -15,9 +15,9 @@
   'python-xmlschema'
   # Unlisted, but actually used. Check again after a while:
   'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
-  'python-twisted' 'python-pytest-xdist')
+  'python-pygments' 'python-twisted' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('2c42c54a16a02b5d033527c3632e4e49d6fb82deee8a05ae1665fcd5f3978098c87599e8fb1bcd14a098d977c7d8588dc93b3b84398b5dc965d1b0c2740b446e')
+sha512sums=('3bf476f5e27254c3e0f5553c9bcde71599bb857ae182f65c579fb6709794913427c65f3235d2c6cb990bca0f39920b836f05cfe52817b47f688f5cf1f4c5e047')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-07-29 Thread Felix Yan via arch-commits
Date: Wednesday, July 29, 2020 @ 08:39:12
  Author: felixonmars
Revision: 665748

upgpkg: python-pytest 6.0.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-29 08:15:44 UTC (rev 665747)
+++ PKGBUILD2020-07-29 08:39:12 UTC (rev 665748)
@@ -2,22 +2,22 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.4.3
+pkgver=6.0.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="https://pytest.org/;
-depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
- 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata' 
'python-pygments')
+depends=('python-attrs' 'python-iniconfig' 'python-more-itertools' 
'python-packaging' 'python-pluggy'
+ 'python-py' 'python-toml')
 makedepends=('python-setuptools-scm')
-checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
-  'python-argcomplete' 'python-xmlschema'
+checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock' 
'python-nose' 'python-requests'
+  'python-xmlschema'
   # Unlisted, but actually used. Check again after a while:
-  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
-  'python-jinja' 'python-pexpect')
+  'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
+  'python-twisted' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('285ae5ce2b503acd15c97ae015fb7bb2fda5507e17c7c8e5b0b52526f939c818e3c8b1788290c11388cabdbb550bef4328cf3a57b4a60b42341a0470c335078f')
+sha512sums=('2c42c54a16a02b5d033527c3632e4e49d6fb82deee8a05ae1665fcd5f3978098c87599e8fb1bcd14a098d977c7d8588dc93b3b84398b5dc965d1b0c2740b446e')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -27,11 +27,9 @@
 }
 
 check() {
-  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
-
   cd pytest-$pkgver
   python setup.py egg_info
-  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py -k 'not 
test_collect_pyargs_with_testpaths'
+  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py
 }
 
 package() {


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

2020-06-03 Thread Felix Yan via arch-commits
Date: Wednesday, June 3, 2020 @ 07:56:27
  Author: felixonmars
Revision: 638190

upgpkg: python-pytest 5.4.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 07:55:41 UTC (rev 638189)
+++ PKGBUILD2020-06-03 07:56:27 UTC (rev 638190)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.4.2
+pkgver=5.4.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('26c061409fb5eed446ac9f45930c9b96d885ec57f1f45810848ce17d866b1aba0808623eb7188ea9a8e50d2787509b4e6771f129a8b5fc799cd120c050d30cfc')
+sha512sums=('285ae5ce2b503acd15c97ae015fb7bb2fda5507e17c7c8e5b0b52526f939c818e3c8b1788290c11388cabdbb550bef4328cf3a57b4a60b42341a0470c335078f')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Friday, May 8, 2020 @ 15:05:28
  Author: felixonmars
Revision: 625704

upgpkg: python-pytest 5.4.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 15:03:33 UTC (rev 625703)
+++ PKGBUILD2020-05-08 15:05:28 UTC (rev 625704)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.4.1
+pkgver=5.4.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('921acb74d6161d368041fd44237d7bea20e0c925058fdb929cbe10c5634837a54b2e5332fc3b73d83d28c703353efda74e7685756dfc186fa2df7d56cb6227c5')
+sha512sums=('26c061409fb5eed446ac9f45930c9b96d885ec57f1f45810848ce17d866b1aba0808623eb7188ea9a8e50d2787509b4e6771f129a8b5fc799cd120c050d30cfc')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

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

upgpkg: python-pytest 5.4.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-14 19:54:51 UTC (rev 597139)
+++ PKGBUILD2020-03-14 19:55:03 UTC (rev 597140)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('1042f537e73752257ed982470f4abd09e1b7031c5c4b428a319684008dac136ac68a2fb8b663140b2e312dff737bf178438d3c122e800f07bd10233417f73a57')
+sha512sums=('921acb74d6161d368041fd44237d7bea20e0c925058fdb929cbe10c5634837a54b2e5332fc3b73d83d28c703353efda74e7685756dfc186fa2df7d56cb6227c5')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-03-14 Thread Felix Yan via arch-commits
Date: Saturday, March 14, 2020 @ 18:00:56
  Author: felixonmars
Revision: 597063

upgpkg: python-pytest 5.4.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-14 18:00:38 UTC (rev 597062)
+++ PKGBUILD2020-03-14 18:00:56 UTC (rev 597063)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.3.5
+pkgver=5.4.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 url="https://pytest.org/;
 depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
- 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
+ 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata' 
'python-pygments')
 makedepends=('python-setuptools-scm')
 checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
   'python-argcomplete' 'python-xmlschema'
@@ -17,15 +17,10 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('487bd492522d85184d89c834e606063fc2a1ee3fb374f4a11d851db0dbf6e9d4bea749ee96727600a78dac1dc24f83798d2214b3043bad8fa3da647026b43e04')
+sha512sums=('1042f537e73752257ed982470f4abd09e1b7031c5c4b428a319684008dac136ac68a2fb8b663140b2e312dff737bf178438d3c122e800f07bd10233417f73a57')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
-prepare() {
-  # Ignore warnings that break test
-  sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pdb.py
-}
-
 build() {
   cd pytest-$pkgver
   python setup.py build


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

2020-01-30 Thread Felix Yan via arch-commits
Date: Thursday, January 30, 2020 @ 08:50:45
  Author: felixonmars
Revision: 560048

upgpkg: python-pytest 5.3.5-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-30 08:50:43 UTC (rev 560047)
+++ PKGBUILD2020-01-30 08:50:45 UTC (rev 560048)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.3.4
+pkgver=5.3.5
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('16b8235ee7954140296eb8d8f8bed5bda22982b35d31aa0b9eec2bcddf90178f177191b2780b6ce4cd00e50be7584b678661507a97db4a317d4d9b95615de0ac')
+sha512sums=('487bd492522d85184d89c834e606063fc2a1ee3fb374f4a11d851db0dbf6e9d4bea749ee96727600a78dac1dc24f83798d2214b3043bad8fa3da647026b43e04')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-01-24 Thread Felix Yan via arch-commits
Date: Friday, January 24, 2020 @ 08:08:00
  Author: felixonmars
Revision: 555297

upgpkg: python-pytest 5.3.4-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-24 07:38:19 UTC (rev 555296)
+++ PKGBUILD2020-01-24 08:08:00 UTC (rev 555297)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.3.3
+pkgver=5.3.4
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('c5fab42b7f8c96c2c2980cc9957e64a7886e77739331bafa2eb70cb709d7c1651408604ee6bcca730d32e0e22a874259dffb1bfd43d6b6a0cdab4fe2cca6dda1')
+sha512sums=('16b8235ee7954140296eb8d8f8bed5bda22982b35d31aa0b9eec2bcddf90178f177191b2780b6ce4cd00e50be7584b678661507a97db4a317d4d9b95615de0ac')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:30:11
  Author: felixonmars
Revision: 553409

upgpkg: python-pytest 5.3.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:19:01 UTC (rev 553408)
+++ PKGBUILD2020-01-22 07:30:11 UTC (rev 553409)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.3.2
+pkgver=5.3.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('47d598099abc62c63312eb92be92b77a21437544f578cace81843213a496640fbea76faba8570785b8d23b541cb80222e612e885c4c2334ec02cdb99be9eacb5')
+sha512sums=('c5fab42b7f8c96c2c2980cc9957e64a7886e77739331bafa2eb70cb709d7c1651408604ee6bcca730d32e0e22a874259dffb1bfd43d6b6a0cdab4fe2cca6dda1')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-12-23 Thread Felix Yan via arch-commits
Date: Monday, December 23, 2019 @ 09:51:04
  Author: felixonmars
Revision: 539027

upgpkg: python-pytest 5.3.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-23 09:51:01 UTC (rev 539026)
+++ PKGBUILD2019-12-23 09:51:04 UTC (rev 539027)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('cfe2396d809faa88506c3d6041ebd9f7e91ba143ff23f59cdb3e3ca887c456fd3c9b563a647d1978b14ae3effcc1376ec480b5b7e4f46a40daa7ff4efd6f1ddf')
+sha512sums=('47d598099abc62c63312eb92be92b77a21437544f578cace81843213a496640fbea76faba8570785b8d23b541cb80222e612e885c4c2334ec02cdb99be9eacb5')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -36,7 +36,7 @@
 
   cd pytest-$pkgver
   python setup.py egg_info
-  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
+  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py -k 'not 
test_collect_pyargs_with_testpaths'
 }
 
 package() {


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

2019-11-26 Thread Felix Yan via arch-commits
Date: Wednesday, November 27, 2019 @ 05:25:30
  Author: felixonmars
Revision: 533745

upgpkg: python-pytest 5.3.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-27 05:25:23 UTC (rev 533744)
+++ PKGBUILD2019-11-27 05:25:30 UTC (rev 533745)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.3.0
+pkgver=5.3.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('c82962b66c32b3001997ea5c788bef3e3c20756c19bff6953c8c20a4266ff7b39f7a1ae0e15d1359d6a4676ccbcca9a30ce95d4139e173035af83d4f17d1665a')
+sha512sums=('cfe2396d809faa88506c3d6041ebd9f7e91ba143ff23f59cdb3e3ca887c456fd3c9b563a647d1978b14ae3effcc1376ec480b5b7e4f46a40daa7ff4efd6f1ddf')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-11-19 Thread Felix Yan via arch-commits
Date: Wednesday, November 20, 2019 @ 05:33:55
  Author: felixonmars
Revision: 530622

upgpkg: python-pytest 5.3.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-20 05:32:58 UTC (rev 530621)
+++ PKGBUILD2019-11-20 05:33:55 UTC (rev 530622)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.2.4
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('e50ff4a136535796795498049be84f5319247d69a046147f9a18decd193d27f2060b09031c4decd6d4d0c9f39800d17fe0c711cb450ce86ce33c486388dc025b')
+sha512sums=('c82962b66c32b3001997ea5c788bef3e3c20756c19bff6953c8c20a4266ff7b39f7a1ae0e15d1359d6a4676ccbcca9a30ce95d4139e173035af83d4f17d1665a')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 07:53:11
  Author: felixonmars
Revision: 529490

upgpkg: python-pytest 5.2.4-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-16 07:49:08 UTC (rev 529489)
+++ PKGBUILD2019-11-16 07:53:11 UTC (rev 529490)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.2.3
+pkgver=5.2.4
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('1b87a626e8aea25015bdc8847b6db25a509572efa4989a00de9d3380f05bc59f7222aae97efcfd175ddfc0324d0866ce24f723d9b3cd7041a93233e16fb8243a')
+sha512sums=('e50ff4a136535796795498049be84f5319247d69a046147f9a18decd193d27f2060b09031c4decd6d4d0c9f39800d17fe0c711cb450ce86ce33c486388dc025b')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-11-14 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 05:47:04
  Author: felixonmars
Revision: 528796

upgpkg: python-pytest 5.2.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 05:46:50 UTC (rev 528795)
+++ PKGBUILD2019-11-15 05:47:04 UTC (rev 528796)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.2.2
+pkgver=5.2.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('142c247be49e631aca60c52e85504c39dfa99a55a6bd82fb4c93905ce91a5cbc0667d92c6c5c99cafa043ebfd16e790716ef09847685922e32a41f6db04ab4c8')
+sha512sums=('1b87a626e8aea25015bdc8847b6db25a509572efa4989a00de9d3380f05bc59f7222aae97efcfd175ddfc0324d0866ce24f723d9b3cd7041a93233e16fb8243a')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 16:03:25
  Author: felixonmars
Revision: 522535

Python 3.8 rebuild

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 15:59:28 UTC (rev 522534)
+++ PKGBUILD2019-11-03 16:03:25 UTC (rev 522535)
@@ -3,7 +3,7 @@
 
 pkgname=python-pytest
 pkgver=5.2.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')


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

2019-11-03 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 15:57:17
  Author: arojas
Revision: 522533

Typo

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 15:55:49 UTC (rev 522532)
+++ PKGBUILD2019-11-03 15:57:17 UTC (rev 522533)
@@ -23,7 +23,7 @@
 
 prepare() {
   # Ignore warnings that break test
-  sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pbd.py
+  sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pdb.py
 }
 
 build() {


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

2019-11-03 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 15:37:40
  Author: arojas
Revision: 522525

Update to 5.2.2, ignore warning that breaks test

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 14:24:29 UTC (rev 522524)
+++ PKGBUILD2019-11-03 15:37:40 UTC (rev 522525)
@@ -2,8 +2,8 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.2.1
-pkgrel=2
+pkgver=5.2.2
+pkgrel=0
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
@@ -17,10 +17,15 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('ed42b28ec51b5e601eb435468a990f78de41f0de73685b8f2936668604a2413a7b621119e8d5ff9bb62b3fe9aeabf006c778c374631c3ccca3284a98a18c4cb1')
+sha512sums=('142c247be49e631aca60c52e85504c39dfa99a55a6bd82fb4c93905ce91a5cbc0667d92c6c5c99cafa043ebfd16e790716ef09847685922e32a41f6db04ab4c8')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
+prepare() {
+  # Ignore warnings that break test
+  sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pbd.py
+}
+
 build() {
   cd pytest-$pkgver
   python setup.py build


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 05:30:36
  Author: foutrelis
Revision: 520101

Python 3.8 rebuild

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 05:30:34 UTC (rev 520100)
+++ PKGBUILD2019-10-26 05:30:36 UTC (rev 520101)
@@ -3,7 +3,7 @@
 
 pkgname=python-pytest
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')


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

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:47:51
  Author: felixonmars
Revision: 514100

upgpkg: python-pytest 5.2.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:46:25 UTC (rev 514099)
+++ PKGBUILD2019-10-07 20:47:51 UTC (rev 514100)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('37cfd18cea0c92bb4202b03b6afde9896a2517b97a3a20c9d7fc47c3b1ae304de188feb695f805ee5480e887408b419c29659523d73f44dd42aab623505237fc')
+sha512sums=('ed42b28ec51b5e601eb435468a990f78de41f0de73685b8f2936668604a2413a7b621119e8d5ff9bb62b3fe9aeabf006c778c374631c3ccca3284a98a18c4cb1')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 22:05:29
  Author: felixonmars
Revision: 512584

upgpkg: python-pytest 5.2.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 22:02:30 UTC (rev 512583)
+++ PKGBUILD2019-10-03 22:05:29 UTC (rev 512584)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.1.3
+pkgver=5.2.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('be56bae0680ee1c96a5159002c9ecab1aa5a13cd25bd9f5e13b30a9266bad5b326473f588417528083cfab6a9538629f42f06f2eaa29a1bfce6abe011f191983')
+sha512sums=('37cfd18cea0c92bb4202b03b6afde9896a2517b97a3a20c9d7fc47c3b1ae304de188feb695f805ee5480e887408b419c29659523d73f44dd42aab623505237fc')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-09-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 24, 2019 @ 20:03:09
  Author: arojas
Revision: 511686

https

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-24 20:03:04 UTC (rev 511685)
+++ PKGBUILD2019-09-24 20:03:09 UTC (rev 511686)
@@ -7,7 +7,7 @@
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
-url="http://pytest.org/;
+url="https://pytest.org/;
 depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
  'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
 makedepends=('python-setuptools-scm')


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

2019-09-22 Thread Felix Yan via arch-commits
Date: Sunday, September 22, 2019 @ 19:55:01
  Author: felixonmars
Revision: 511547

upgpkg: python-pytest 5.1.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-22 19:53:40 UTC (rev 511546)
+++ PKGBUILD2019-09-22 19:55:01 UTC (rev 511547)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('5a88702b9d6822e073f16f21c8b7292afea93d7918074bb7f5c267f4954edd616a61dc3a2449e515cd87ed72a7de6c1444cda8faa02e840864441b8e55ce8fc8')
+sha512sums=('be56bae0680ee1c96a5159002c9ecab1aa5a13cd25bd9f5e13b30a9266bad5b326473f588417528083cfab6a9538629f42f06f2eaa29a1bfce6abe011f191983')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-09-01 Thread Felix Yan via arch-commits
Date: Sunday, September 1, 2019 @ 12:46:54
  Author: felixonmars
Revision: 506123

upgpkg: python-pytest 5.1.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-01 12:46:46 UTC (rev 506122)
+++ PKGBUILD2019-09-01 12:46:54 UTC (rev 506123)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('97fa8b8eae177128e8ab5063d06375fd23c16079767040dce6cf16efb8910e2fd18a48af90dd1307673bf35265204c8a2d69cfb36959ccab84ad59745de882f9')
+sha512sums=('5a88702b9d6822e073f16f21c8b7292afea93d7918074bb7f5c267f4954edd616a61dc3a2449e515cd87ed72a7de6c1444cda8faa02e840864441b8e55ce8fc8')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-08-20 Thread Felix Yan via arch-commits
Date: Wednesday, August 21, 2019 @ 03:08:55
  Author: felixonmars
Revision: 500376

upgpkg: python-pytest 5.1.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-21 03:08:20 UTC (rev 500375)
+++ PKGBUILD2019-08-21 03:08:55 UTC (rev 500376)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('d6d112fe390d890ca58ba685024890f624456d5069f32637fc054db1f817609b48c01a42d3a97b362d6906b4705a37ebd73a270a4a86256f2ffa7b2a1b153aa6')
+sha512sums=('97fa8b8eae177128e8ab5063d06375fd23c16079767040dce6cf16efb8910e2fd18a48af90dd1307673bf35265204c8a2d69cfb36959ccab84ad59745de882f9')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 04:12:34
  Author: felixonmars
Revision: 500130

upgpkg: python-pytest 5.1.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-19 03:54:02 UTC (rev 500129)
+++ PKGBUILD2019-08-19 04:12:34 UTC (rev 500130)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.0.1
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -9,12 +9,15 @@
 license=('MIT')
 url="http://pytest.org/;
 depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
- 'python-atomicwrites' 'python-wcwidth')
+ 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
 makedepends=('python-setuptools-scm')
-checkdepends=('lsof' 'python-nose' 'python-mock' 'python-tox' 'python-yaml' 
'python-pytest-xdist'
-  'python-twisted' 'python-requests' 'python-hypothesis')
+checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
+  'python-argcomplete' 'python-xmlschema'
+  # Unlisted, but actually used. Check again after a while:
+  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
+  'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('738f8a3b38ad36be6a66ad036999a9b78023c40dd6c9cb9bd01a023841011ae276fec556eb6dabf35638a6c7cf49304c140d90d5174ded710e0f51b51145e5cb')
+sha512sums=('d6d112fe390d890ca58ba685024890f624456d5069f32637fc054db1f817609b48c01a42d3a97b362d6906b4705a37ebd73a270a4a86256f2ffa7b2a1b153aa6')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -27,6 +30,7 @@
   # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
 
   cd pytest-$pkgver
+  python setup.py egg_info
   PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
 }
 


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

2019-07-16 Thread Felix Yan via arch-commits
Date: Wednesday, July 17, 2019 @ 03:04:46
  Author: felixonmars
Revision: 490117

upgpkg: python-pytest 5.0.1-1

Modified:
  python-pytest/trunk/PKGBUILD

--+
 PKGBUILD |   56 +---
 1 file changed, 13 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-17 03:00:27 UTC (rev 490116)
+++ PKGBUILD2019-07-17 03:04:46 UTC (rev 490117)
@@ -1,67 +1,37 @@
 # Maintainer: Felix Yan 
 # Contributor: Felix Kaiser 
 
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.6.4
+pkgname=python-pytest
+pkgver=5.0.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="http://pytest.org/;
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
- 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
- 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
- 'python2-funcsigs' 'python2-pathlib2' 'python-wcwidth' 
'python2-wcwidth')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
-  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
-  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('58eed6f9e367b23944805eb10f1d727e95a8e42f65fbef673b890656a6395746aee5d0891a0849d2bfa5bb46fafda6120bb1d0b532b0d95586bb196942395dd0')
+depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
+ 'python-atomicwrites' 'python-wcwidth')
+makedepends=('python-setuptools-scm')
+checkdepends=('lsof' 'python-nose' 'python-mock' 'python-tox' 'python-yaml' 
'python-pytest-xdist'
+  'python-twisted' 'python-requests' 'python-hypothesis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('738f8a3b38ad36be6a66ad036999a9b78023c40dd6c9cb9bd01a023841011ae276fec556eb6dabf35638a6c7cf49304c140d90d5174ded710e0f51b51145e5cb')
 
-prepare() {
-  sed -i 's/==0/>=0/' pytest-$pkgver/setup.py
-  cp -a pytest-$pkgver{,-py2}
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
 build() {
-  cd "$srcdir"/pytest-$pkgver
+  cd pytest-$pkgver
   python setup.py build
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
 
-  cd "$srcdir"/pytest-$pkgver
+  cd pytest-$pkgver
   PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
 }
 
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
-   'python-atomicwrites' 'python-wcwidth')
-
+package() {
   cd pytest-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs' 
'python2-wcwidth'
-   'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs' 
'python2-pathlib2')
-
-  cd pytest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-  mv "$pkgdir"/usr/bin/pytest{,2}
-}


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

2019-07-16 Thread Felix Yan via arch-commits
Date: Tuesday, July 16, 2019 @ 09:01:32
  Author: felixonmars
Revision: 490007

upgpkg: python-pytest 4.6.4-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 08:51:04 UTC (rev 490006)
+++ PKGBUILD2019-07-16 09:01:32 UTC (rev 490007)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.6.3
+pkgver=4.6.4
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('4421ed9786c275b02a94528f98ca915de419151c6a7ea2d6c0b465c49c2ba1beb4a622269bdb5a66e29fa83b9a476481e850de51ebb980c4d44d4fc8e744a4fa')
+sha512sums=('58eed6f9e367b23944805eb10f1d727e95a8e42f65fbef673b890656a6395746aee5d0891a0849d2bfa5bb46fafda6120bb1d0b532b0d95586bb196942395dd0')
 
 prepare() {
   sed -i 's/==0/>=0/' pytest-$pkgver/setup.py


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

2019-07-16 Thread Felix Yan via arch-commits
Date: Tuesday, July 16, 2019 @ 06:29:47
  Author: felixonmars
Revision: 489901

upgpkg: python-pytest 4.6.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 06:29:28 UTC (rev 489900)
+++ PKGBUILD2019-07-16 06:29:47 UTC (rev 489901)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('cb84885bd4ab4e1a430870c50e657554943b76fcfd91c29ecc595c29f4b506a61cf11eff97c410ce75676ba4bd7c2a677a2f10e280b90bf50cefe2e2793c0a5a')
+sha512sums=('4421ed9786c275b02a94528f98ca915de419151c6a7ea2d6c0b465c49c2ba1beb4a622269bdb5a66e29fa83b9a476481e850de51ebb980c4d44d4fc8e744a4fa')
 
 prepare() {
   sed -i 's/==0/>=0/' pytest-$pkgver/setup.py


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

2019-07-15 Thread Felix Yan via arch-commits
Date: Monday, July 15, 2019 @ 11:22:22
  Author: felixonmars
Revision: 489861

upgpkg: python-pytest 4.6.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 10:53:25 UTC (rev 489860)
+++ PKGBUILD2019-07-15 11:22:22 UTC (rev 489861)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.6.1
+pkgver=4.6.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('102748a0af2e3acdea1fc094828019502411c955068c28dddaeb613c84c97ba24698727a9e3a71c4eac804029c4118ab8d941859e91a6295849bc7b077fc4d6f')
+sha512sums=('cb84885bd4ab4e1a430870c50e657554943b76fcfd91c29ecc595c29f4b506a61cf11eff97c410ce75676ba4bd7c2a677a2f10e280b90bf50cefe2e2793c0a5a')
 
 prepare() {
   sed -i 's/==0/>=0/' pytest-$pkgver/setup.py


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

2019-07-14 Thread Felix Yan via arch-commits
Date: Monday, July 15, 2019 @ 01:56:11
  Author: felixonmars
Revision: 489601

upgpkg: python-pytest 4.6.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 01:56:11 UTC (rev 489600)
+++ PKGBUILD2019-07-15 01:56:11 UTC (rev 489601)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.6.0
+pkgver=4.6.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('7439a6f27c349f668c9f6b507109782eb56199c565b7ca386f9a420edcb3183ae9b447be0b507247589c3cc74b6a376de39ea05f8b65be2fbb2c04315e2cafa0')
+sha512sums=('102748a0af2e3acdea1fc094828019502411c955068c28dddaeb613c84c97ba24698727a9e3a71c4eac804029c4118ab8d941859e91a6295849bc7b077fc4d6f')
 
 prepare() {
   sed -i 's/==0/>=0/' pytest-$pkgver/setup.py


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

2019-06-29 Thread Felix Yan via arch-commits
Date: Sunday, June 30, 2019 @ 05:39:25
  Author: felixonmars
Revision: 486102

upgpkg: python-pytest 4.6.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-30 05:24:27 UTC (rev 486101)
+++ PKGBUILD2019-06-30 05:39:25 UTC (rev 486102)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.4.2
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -12,15 +12,16 @@
 makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
  'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
  'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
- 'python2-funcsigs' 'python2-pathlib2')
+ 'python2-funcsigs' 'python2-pathlib2' 'python-wcwidth' 
'python2-wcwidth')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
   'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('cef0a89c54e0851be4434d8891971c8843388f96eca4c1f833644b43a326435425f2b10a19b260591db35455ab9100a15cb5a128451fde9e60e4629c49f1')
+sha512sums=('7439a6f27c349f668c9f6b507109782eb56199c565b7ca386f9a420edcb3183ae9b447be0b507247589c3cc74b6a376de39ea05f8b65be2fbb2c04315e2cafa0')
 
 prepare() {
+  sed -i 's/==0/>=0/' pytest-$pkgver/setup.py
   cp -a pytest-$pkgver{,-py2}
 
   export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
@@ -46,7 +47,7 @@
 
 package_python-pytest() {
   depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
-   'python-atomicwrites')
+   'python-atomicwrites' 'python-wcwidth')
 
   cd pytest-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -54,7 +55,7 @@
 }
 
 package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
+  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs' 
'python2-wcwidth'
'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs' 
'python2-pathlib2')
 
   cd pytest-$pkgver-py2


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

2019-05-09 Thread Felix Yan via arch-commits
Date: Thursday, May 9, 2019 @ 06:20:30
  Author: felixonmars
Revision: 463878

upgpkg: python-pytest 4.4.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-09 06:19:57 UTC (rev 463877)
+++ PKGBUILD2019-05-09 06:20:30 UTC (rev 463878)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('f5b9ea8490265ba7fb0892a96d5496e0aa97074d787198f63ce2baa0ce12056faaba8a4f4ff14a374022549ceca2ae737498b8772345dffa6278ccfccc1cf1ed')
+sha512sums=('cef0a89c54e0851be4434d8891971c8843388f96eca4c1f833644b43a326435425f2b10a19b260591db35455ab9100a15cb5a128451fde9e60e4629c49f1')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 11:47:13
  Author: felixonmars
Revision: 451761

upgpkg: python-pytest 4.4.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 11:46:07 UTC (rev 451760)
+++ PKGBUILD2019-04-16 11:47:13 UTC (rev 451761)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('44ad1439c3f7ccea19c0b9160a5dd89d9509092e17a2363369838f5681df21af68d903e6194605b11b682f4a5f30d4b17d09ec97171adf29d94b132a0c8d1070')
+sha512sums=('f5b9ea8490265ba7fb0892a96d5496e0aa97074d787198f63ce2baa0ce12056faaba8a4f4ff14a374022549ceca2ae737498b8772345dffa6278ccfccc1cf1ed')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2019-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 1, 2019 @ 07:40:33
  Author: felixonmars
Revision: 446910

upgpkg: python-pytest 4.4.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 07:11:54 UTC (rev 446909)
+++ PKGBUILD2019-04-01 07:40:33 UTC (rev 446910)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.3.1
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('7d8bbee64690e03a798ff6d7c52c9d9b50973177a42196aa7b4d493482ef7937a5f20358b0d3c089c66bed12aa2a5aa768bb1e433a695bc39a95d1872de5ca63')
+sha512sums=('44ad1439c3f7ccea19c0b9160a5dd89d9509092e17a2363369838f5681df21af68d903e6194605b11b682f4a5f30d4b17d09ec97171adf29d94b132a0c8d1070')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2019-03-12 Thread Felix Yan via arch-commits
Date: Tuesday, March 12, 2019 @ 18:25:33
  Author: felixonmars
Revision: 440651

upgpkg: python-pytest 4.3.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-12 18:25:26 UTC (rev 440650)
+++ PKGBUILD2019-03-12 18:25:33 UTC (rev 440651)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('916d87693982d1adfdeace420ea94798f7feabd9be74f3b427b485e4a27065e1e44c8adc915792e1ecc8e6d7bbe8f3ae365d9234015387fbd34356b8b7b7b6a3')
+sha512sums=('7d8bbee64690e03a798ff6d7c52c9d9b50973177a42196aa7b4d493482ef7937a5f20358b0d3c089c66bed12aa2a5aa768bb1e433a695bc39a95d1872de5ca63')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2019-02-19 Thread Felix Yan via arch-commits
Date: Tuesday, February 19, 2019 @ 08:09:42
  Author: felixonmars
Revision: 434342

upgpkg: python-pytest 4.3.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-19 08:08:34 UTC (rev 434341)
+++ PKGBUILD2019-02-19 08:09:42 UTC (rev 434342)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.2.1
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('402e7aa19e8508e5b008e21c7465939bdaafb8ebc023b95295dcd5a6c6b55c2a12675ce10a1f2a4fadd67a73d42a03f8af0cad4b6969f05100cc80d29ecc15d7')
+sha512sums=('916d87693982d1adfdeace420ea94798f7feabd9be74f3b427b485e4a27065e1e44c8adc915792e1ecc8e6d7bbe8f3ae365d9234015387fbd34356b8b7b7b6a3')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2019-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 13, 2019 @ 17:54:45
  Author: felixonmars
Revision: 432087

upgpkg: python-pytest 4.2.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 17:44:35 UTC (rev 432086)
+++ PKGBUILD2019-02-13 17:54:45 UTC (rev 432087)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('f0139a887c16db5eb3858c352c65e86a75d9393a64d724321874a5a7375b79a6ab6f0f231735a7d7a0e866aaf02a2de4b823989f155493e0ad9d512072e92ed2')
+sha512sums=('402e7aa19e8508e5b008e21c7465939bdaafb8ebc023b95295dcd5a6c6b55c2a12675ce10a1f2a4fadd67a73d42a03f8af0cad4b6969f05100cc80d29ecc15d7')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2019-01-31 Thread Felix Yan via arch-commits
Date: Thursday, January 31, 2019 @ 15:23:41
  Author: felixonmars
Revision: 428744

upgpkg: python-pytest 4.2.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-31 15:22:04 UTC (rev 428743)
+++ PKGBUILD2019-01-31 15:23:41 UTC (rev 428744)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.1.1
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('3dbc9f33eb7d64949057e2ae00d91659711ea9125d8049daf240fff8a6c70797493d52628a213553fc654efd9f34f05c36b80fa054cbfd8ffd93eaf44ea3fd10')
+sha512sums=('f0139a887c16db5eb3858c352c65e86a75d9393a64d724321874a5a7375b79a6ab6f0f231735a7d7a0e866aaf02a2de4b823989f155493e0ad9d512072e92ed2')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 13, 2019 @ 19:55:37
  Author: felixonmars
Revision: 422942

upgpkg: python-pytest 4.1.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 19:51:54 UTC (rev 422941)
+++ PKGBUILD2019-01-13 19:55:37 UTC (rev 422942)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('bb83ccad71d8fc210edfe8536f7edeee93988d9cb3f36a52ec47377569cd551eada20148518c77cdf39686fee4ca2580c765c82fc988bbdfa9733a259546837d')
+sha512sums=('3dbc9f33eb7d64949057e2ae00d91659711ea9125d8049daf240fff8a6c70797493d52628a213553fc654efd9f34f05c36b80fa054cbfd8ffd93eaf44ea3fd10')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 21:34:16
  Author: felixonmars
Revision: 420984

upgpkg: python-pytest 4.1.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 21:29:01 UTC (rev 420983)
+++ PKGBUILD2019-01-07 21:34:16 UTC (rev 420984)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.0.2
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('231c2cd61cf91d8239c8c02b4e6ec6012ca8752d8438f516cc8f0add564f5e3b5a5c971d9067b086c2327dd079d5290f05fca3456223af6915742e9ff8e55597')
+sha512sums=('bb83ccad71d8fc210edfe8536f7edeee93988d9cb3f36a52ec47377569cd551eada20148518c77cdf39686fee4ca2580c765c82fc988bbdfa9733a259546837d')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 08:58:58
  Author: felixonmars
Revision: 416341

upgpkg: python-pytest 4.0.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 08:56:46 UTC (rev 416340)
+++ PKGBUILD2018-12-15 08:58:58 UTC (rev 416341)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('7b8d9cb60012392371d15845251e0c27441616b1db1e111317625f9c92548982439aad6ed88c472948f041614cb53081adb0a416c8b80b4d3dc1c221b97e8c7a')
+sha512sums=('231c2cd61cf91d8239c8c02b4e6ec6012ca8752d8438f516cc8f0add564f5e3b5a5c971d9067b086c2327dd079d5290f05fca3456223af6915742e9ff8e55597')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-11-27 Thread Felix Yan via arch-commits
Date: Tuesday, November 27, 2018 @ 21:05:11
  Author: felixonmars
Revision: 410108

upgpkg: python-pytest 4.0.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-27 21:04:11 UTC (rev 410107)
+++ PKGBUILD2018-11-27 21:05:11 UTC (rev 410108)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('7d2e96a7d117947b7531dfc3500e7317db2a840af599259a38b49ebb2b652d5357c5643a73c054e9aae8851acf889484a329cae071903dbba6292986cfabc877')
+sha512sums=('7b8d9cb60012392371d15845251e0c27441616b1db1e111317625f9c92548982439aad6ed88c472948f041614cb53081adb0a416c8b80b4d3dc1c221b97e8c7a')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}
@@ -35,11 +35,13 @@
 }
 
 check() {
+  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
+
   cd "$srcdir"/pytest-$pkgver
-  PYTHONPATH="$PWD"/build/lib python src/pytest.py
+  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
 
   cd "$srcdir"/pytest-$pkgver-py2
-  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py
+  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
 }
 
 package_python-pytest() {


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

2018-11-14 Thread Felix Yan via arch-commits
Date: Wednesday, November 14, 2018 @ 17:39:44
  Author: felixonmars
Revision: 407480

upgpkg: python-pytest 4.0.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-14 16:53:39 UTC (rev 407479)
+++ PKGBUILD2018-11-14 17:39:44 UTC (rev 407480)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.10.1
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('d512d95a369f253450e9420daa558573e53cba856e2fa62b9746e5698caaf80c470cccf81b73f8268d7abc36f32ce288383be44df6cace7492d0fc4442ff742b')
+sha512sums=('7d2e96a7d117947b7531dfc3500e7317db2a840af599259a38b49ebb2b652d5357c5643a73c054e9aae8851acf889484a329cae071903dbba6292986cfabc877')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-11-11 Thread Felix Yan via arch-commits
Date: Sunday, November 11, 2018 @ 23:04:23
  Author: felixonmars
Revision: 406398

upgpkg: python-pytest 3.10.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-11 23:03:06 UTC (rev 406397)
+++ PKGBUILD2018-11-11 23:04:23 UTC (rev 406398)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('d095ee775a2c298559c7db5588082016a773b2f2cfb7e695a1d2da9006fc9f86e31df1b5f2278ad7f4dfdf00e30f981b00a101a5d1a0fa8654317c24663a9706')
+sha512sums=('d512d95a369f253450e9420daa558573e53cba856e2fa62b9746e5698caaf80c470cccf81b73f8268d7abc36f32ce288383be44df6cace7492d0fc4442ff742b')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-11-04 Thread Felix Yan via arch-commits
Date: Sunday, November 4, 2018 @ 17:58:36
  Author: felixonmars
Revision: 401485

upgpkg: python-pytest 3.10.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 17:16:25 UTC (rev 401484)
+++ PKGBUILD2018-11-04 17:58:36 UTC (rev 401485)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.9.3
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('6ae634e234a0384536d62b0855ff3317fa2558f9480a3814f4aa9fffd034da1016eb05304233e41ac8dff6d60fb7f3590f70582fa9ed8ec5f22abfb3be36bc05')
+sha512sums=('d095ee775a2c298559c7db5588082016a773b2f2cfb7e695a1d2da9006fc9f86e31df1b5f2278ad7f4dfdf00e30f981b00a101a5d1a0fa8654317c24663a9706')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:28:37
  Author: felixonmars
Revision: 399229

upgpkg: python-pytest 3.9.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 23:22:54 UTC (rev 399228)
+++ PKGBUILD2018-10-27 23:28:37 UTC (rev 399229)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.9.2
+pkgver=3.9.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('c540282087ab1420c97b3c241d3167781a5f5bb9e5a3fc6336ccb3e9b2cd35fe2814823662dff3c7c38373ad8d3831e50f2a44f9c9724cbff847f43d99a7b33c')
+sha512sums=('6ae634e234a0384536d62b0855ff3317fa2558f9480a3814f4aa9fffd034da1016eb05304233e41ac8dff6d60fb7f3590f70582fa9ed8ec5f22abfb3be36bc05')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-10-22 Thread Felix Yan via arch-commits
Date: Tuesday, October 23, 2018 @ 05:05:25
  Author: felixonmars
Revision: 398648

upgpkg: python-pytest 3.9.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-23 04:51:04 UTC (rev 398647)
+++ PKGBUILD2018-10-23 05:05:25 UTC (rev 398648)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.9.1
+pkgver=3.9.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('22c2d69795df1653f58423b48565bb2083f497828707bdf20e57cfea14941c5480baf3283159cb7fe7b5ded966d5a2fb86a9281e64d1c1815b3abc36094052f8')
+sha512sums=('c540282087ab1420c97b3c241d3167781a5f5bb9e5a3fc6336ccb3e9b2cd35fe2814823662dff3c7c38373ad8d3831e50f2a44f9c9724cbff847f43d99a7b33c')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-10-16 Thread Felix Yan via arch-commits
Date: Wednesday, October 17, 2018 @ 04:56:35
  Author: felixonmars
Revision: 394901

upgpkg: python-pytest 3.9.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-17 04:52:22 UTC (rev 394900)
+++ PKGBUILD2018-10-17 04:56:35 UTC (rev 394901)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.8.2
+pkgver=3.9.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('2a05fa9a2ff90b2add49d145038e143db0681378f8972bd6cb47b97a9bc30f38caa01ed2ac33cbcd0038a07b7978ecc09461b7e89534bc9726f2658307fd30f9')
+sha512sums=('22c2d69795df1653f58423b48565bb2083f497828707bdf20e57cfea14941c5480baf3283159cb7fe7b5ded966d5a2fb86a9281e64d1c1815b3abc36094052f8')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-10-03 Thread Felix Yan via arch-commits
Date: Wednesday, October 3, 2018 @ 08:17:13
  Author: felixonmars
Revision: 389118

upgpkg: python-pytest 3.8.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 08:15:35 UTC (rev 389117)
+++ PKGBUILD2018-10-03 08:17:13 UTC (rev 389118)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('fee26e280df0da337bca43990ff290c5f1c64273c71b38746ef3754a1a48319fb141ea3142430f4940debe6e3c6a1708b3d1fd9c8e037d98f6992d3098856926')
+sha512sums=('2a05fa9a2ff90b2add49d145038e143db0681378f8972bd6cb47b97a9bc30f38caa01ed2ac33cbcd0038a07b7978ecc09461b7e89534bc9726f2658307fd30f9')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-09-23 Thread Felix Yan via arch-commits
Date: Sunday, September 23, 2018 @ 15:04:01
  Author: felixonmars
Revision: 384214

upgpkg: python-pytest 3.8.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-23 14:49:27 UTC (rev 384213)
+++ PKGBUILD2018-09-23 15:04:01 UTC (rev 384214)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('df194d8861c43f66188f13930ae2c882bb4466847b69cf53bd565e30770b5107c6ce5c182cba5260b0c1738f5dddfe534c3377a0e8c48775c756faf3ab0dd1d5')
+sha512sums=('fee26e280df0da337bca43990ff290c5f1c64273c71b38746ef3754a1a48319fb141ea3142430f4940debe6e3c6a1708b3d1fd9c8e037d98f6992d3098856926')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-09-06 Thread Felix Yan via arch-commits
Date: Thursday, September 6, 2018 @ 15:22:54
  Author: felixonmars
Revision: 377656

upgpkg: python-pytest 3.8.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-06 15:22:35 UTC (rev 377655)
+++ PKGBUILD2018-09-06 15:22:54 UTC (rev 377656)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.7.4
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('0ad3e17b581e8fdb6adcdba9c3c025a364c15ad0dab3e9ea1a7a3f241493bd893efc04a51bd9a2bc8a32a884eabd44c611dd47e912174a834a627505d6e70746')
+sha512sums=('df194d8861c43f66188f13930ae2c882bb4466847b69cf53bd565e30770b5107c6ce5c182cba5260b0c1738f5dddfe534c3377a0e8c48775c756faf3ab0dd1d5')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-08-30 Thread Felix Yan via arch-commits
Date: Thursday, August 30, 2018 @ 16:09:39
  Author: felixonmars
Revision: 375485

upgpkg: python-pytest 3.7.4-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-30 16:08:29 UTC (rev 375484)
+++ PKGBUILD2018-08-30 16:09:39 UTC (rev 375485)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.7.3
+pkgver=3.7.4
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('c4542ead303314dab3f6424a34ae19114e98e968017229697731b7f3d5dced509f58804aa8b8d726eb76435275515600a4f1a943f10d57da142b004618002987')
+sha512sums=('0ad3e17b581e8fdb6adcdba9c3c025a364c15ad0dab3e9ea1a7a3f241493bd893efc04a51bd9a2bc8a32a884eabd44c611dd47e912174a834a627505d6e70746')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-08-26 Thread Felix Yan via arch-commits
Date: Monday, August 27, 2018 @ 05:07:39
  Author: felixonmars
Revision: 374583

upgpkg: python-pytest 3.7.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-27 05:07:19 UTC (rev 374582)
+++ PKGBUILD2018-08-27 05:07:39 UTC (rev 374583)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.7.2
+pkgver=3.7.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('7fe8fa7b26a57b79555a44a0c8c30324a73110b977a80a1b4250b3c207f5ec422ca11a44baa5a5767eb94304430f59d584aefc839cf02f8fce3a45cfdf6e02b0')
+sha512sums=('c4542ead303314dab3f6424a34ae19114e98e968017229697731b7f3d5dced509f58804aa8b8d726eb76435275515600a4f1a943f10d57da142b004618002987')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-08-18 Thread Felix Yan via arch-commits
Date: Saturday, August 18, 2018 @ 15:47:27
  Author: felixonmars
Revision: 372662

upgpkg: python-pytest 3.7.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-18 15:19:56 UTC (rev 372661)
+++ PKGBUILD2018-08-18 15:47:27 UTC (rev 372662)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('2980d0d8d60536e6438d0375ec05808e048ea1a88ca73e0cbd9f93ca7dfb0341a172f006e75fa1cc178a1fea56db2b7177fa1dbcd205e52577be0d20d70cb793')
+sha512sums=('7fe8fa7b26a57b79555a44a0c8c30324a73110b977a80a1b4250b3c207f5ec422ca11a44baa5a5767eb94304430f59d584aefc839cf02f8fce3a45cfdf6e02b0')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-08-16 Thread Felix Yan via arch-commits
Date: Thursday, August 16, 2018 @ 13:41:44
  Author: felixonmars
Revision: 371973

upgpkg: python-pytest 3.7.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-16 13:33:36 UTC (rev 371972)
+++ PKGBUILD2018-08-16 13:41:44 UTC (rev 371973)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.6.4
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -13,13 +13,13 @@
 makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
  'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
  'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
- 'python2-funcsigs')
+ 'python2-funcsigs' 'python2-pathlib2')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
   'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('b3181bf016c7ab69cce9bc34f4f302e87cb98ca449f7dbf8308ed7f80bab84edd772ac4633811f6e77d66f02716be17e288fde5ec6d583c3af79543c87bdb4e7')
+sha512sums=('2980d0d8d60536e6438d0375ec05808e048ea1a88ca73e0cbd9f93ca7dfb0341a172f006e75fa1cc178a1fea56db2b7177fa1dbcd205e52577be0d20d70cb793')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}
@@ -54,7 +54,7 @@
 
 package_python2-pytest() {
   depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
-   'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs')
+   'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs' 
'python2-pathlib2')
 
   cd pytest-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2018-08-03 Thread Eli Schwartz via arch-commits
Date: Friday, August 3, 2018 @ 14:48:47
  Author: eschwartz
Revision: 367535

add missing makedepends

This was silently downloaded as an egg during build().

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-03 12:47:12 UTC (rev 367534)
+++ PKGBUILD2018-08-03 14:48:47 UTC (rev 367535)
@@ -10,7 +10,7 @@
 arch=('any')
 license=('MIT')
 url="http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-pluggy'
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
  'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
  'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
  'python2-funcsigs')


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

2018-07-28 Thread Felix Yan via arch-commits
Date: Sunday, July 29, 2018 @ 03:29:37
  Author: felixonmars
Revision: 363943

upgpkg: python-pytest 3.6.4-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-29 03:29:06 UTC (rev 363942)
+++ PKGBUILD2018-07-29 03:29:37 UTC (rev 363943)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.6.3
-pkgrel=2
+pkgver=3.6.4
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
@@ -19,7 +19,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('ff46024ab691787909aa5e6fea853a29de9e3954da58023fefcb5f7fa979030cc8415481ed9df361ee16de54869806bde8e50bdbb2dd7fe326b18642c0b4ae3e')
+sha512sums=('b3181bf016c7ab69cce9bc34f4f302e87cb98ca449f7dbf8308ed7f80bab84edd772ac4633811f6e77d66f02716be17e288fde5ec6d583c3af79543c87bdb4e7')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-07-05 Thread Felix Yan via arch-commits
Date: Thursday, July 5, 2018 @ 13:27:09
  Author: felixonmars
Revision: 352731

upgpkg: python-pytest 3.6.3-2

Python 3.7 rebuild

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-05 13:26:44 UTC (rev 352730)
+++ PKGBUILD2018-07-05 13:27:09 UTC (rev 352731)
@@ -5,7 +5,7 @@
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
 pkgver=3.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')


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

2018-07-05 Thread Felix Yan via arch-commits
Date: Thursday, July 5, 2018 @ 09:56:21
  Author: felixonmars
Revision: 352649

upgpkg: python-pytest 3.6.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-05 09:56:02 UTC (rev 352648)
+++ PKGBUILD2018-07-05 09:56:21 UTC (rev 352649)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.6.2
-pkgrel=2
+pkgver=3.6.3
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
@@ -19,7 +19,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('1404476623a37668f49d9e9916e0abc29b87b85c58d34fb4d697017d5c64adb85185d58449493859cd1632f89318b80baed667a452efabff744153ce3106')
+sha512sums=('ff46024ab691787909aa5e6fea853a29de9e3954da58023fefcb5f7fa979030cc8415481ed9df361ee16de54869806bde8e50bdbb2dd7fe326b18642c0b4ae3e')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-06-29 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 01:36:55
  Author: felixonmars
Revision: 347811

upgpkg: python-pytest 3.6.2-2

Python 3.7 rebuild

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 01:35:01 UTC (rev 347810)
+++ PKGBUILD2018-06-30 01:36:55 UTC (rev 347811)
@@ -5,7 +5,7 @@
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
 pkgver=3.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 13:10:28
  Author: felixonmars
Revision: 344202

upgpkg: python-pytest 3.6.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 12:08:14 UTC (rev 344201)
+++ PKGBUILD2018-06-20 13:10:28 UTC (rev 344202)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('37d725135ef1e0976f308dde541c593b7ad8347f988f0683dc89c113049a6560888f4e0605851898fc308781263f624506ff5f3a8bd44625aa142a0601e6b55e')
+sha512sums=('1404476623a37668f49d9e9916e0abc29b87b85c58d34fb4d697017d5c64adb85185d58449493859cd1632f89318b80baed667a452efabff744153ce3106')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-06-05 Thread Felix Yan via arch-commits
Date: Tuesday, June 5, 2018 @ 14:18:01
  Author: felixonmars
Revision: 340519

upgpkg: python-pytest 3.6.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-05 14:08:33 UTC (rev 340518)
+++ PKGBUILD2018-06-05 14:18:01 UTC (rev 340519)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('39e3e48bb5f4d28e4e2e8b7ce75ef85270548e9ab6f0851b7cd42fd96b454ca56d3250b48cb803f777635077bff3aecabed277969e41c4f179f4b4be19276b8d')
+sha512sums=('37d725135ef1e0976f308dde541c593b7ad8347f988f0683dc89c113049a6560888f4e0605851898fc308781263f624506ff5f3a8bd44625aa142a0601e6b55e')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}
@@ -37,10 +37,10 @@
 
 check() {
   cd "$srcdir"/pytest-$pkgver
-  python setup.py test
+  PYTHONPATH="$PWD"/build/lib python src/pytest.py
 
   cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py test
+  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py
 }
 
 package_python-pytest() {


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 11:04:43
  Author: felixonmars
Revision: 335956

upgpkg: python-pytest 3.6.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 11:03:24 UTC (rev 335955)
+++ PKGBUILD2018-06-01 11:04:43 UTC (rev 335956)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -12,13 +12,14 @@
 url="http://pytest.org/;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-pluggy'
  'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
- 'python2-more-itertools' 'python2-funcsigs')
+ 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
+ 'python2-funcsigs')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
   'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('8eba7938a55719a4adcc9a8ddd62e28344b121163c32ad3b11d1ff5df4507428c861dc075facc7e58e89216c553ac5a929b604f932f607763c8b1ff5e4294bfe')
+sha512sums=('39e3e48bb5f4d28e4e2e8b7ce75ef85270548e9ab6f0851b7cd42fd96b454ca56d3250b48cb803f777635077bff3aecabed277969e41c4f179f4b4be19276b8d')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}
@@ -43,7 +44,8 @@
 }
 
 package_python-pytest() {
-  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools')
+  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
+   'python-atomicwrites')
 
   cd pytest-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -52,7 +54,7 @@
 
 package_python2-pytest() {
   depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
-   'python2-more-itertools' 'python2-funcsigs')
+   'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs')
 
   cd pytest-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2018-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 04:47:54
  Author: felixonmars
Revision: 317685

upgpkg: python-pytest 3.5.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:35:23 UTC (rev 317684)
+++ PKGBUILD2018-04-25 04:47:54 UTC (rev 317685)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('3e67f411b45f0cce6921d65926b3c6b7bcf6169a8e96eb8f74465d795a49d690c7027db3cb3147868ce238d5b416a6e87de27728598e4a526bf6bbb7a5506913')
+sha512sums=('8eba7938a55719a4adcc9a8ddd62e28344b121163c32ad3b11d1ff5df4507428c861dc075facc7e58e89216c553ac5a929b604f932f607763c8b1ff5e4294bfe')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-03-23 Thread Felix Yan via arch-commits
Date: Friday, March 23, 2018 @ 15:42:52
  Author: felixonmars
Revision: 311434

tests no longer break

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-23 15:42:13 UTC (rev 311433)
+++ PKGBUILD2018-03-23 15:42:52 UTC (rev 311434)
@@ -35,13 +35,11 @@
 }
 
 check() {
-  # Expected failure due to xdist, also present on official travis
-
   cd "$srcdir"/pytest-$pkgver
-  python setup.py test || warning "Tests failed"
+  python setup.py test
 
   cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py test || warning "Tests failed"
+  python2 setup.py test
 }
 
 package_python-pytest() {


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

2018-03-23 Thread Felix Yan via arch-commits
Date: Friday, March 23, 2018 @ 14:19:38
  Author: felixonmars
Revision: 311328

upgpkg: python-pytest 3.5.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-23 14:16:57 UTC (rev 311327)
+++ PKGBUILD2018-03-23 14:19:38 UTC (rev 311328)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.4.2
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -11,13 +11,14 @@
 license=('MIT')
 url="http://pytest.org/;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-pluggy'
- 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python2-funcsigs')
+ 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
+ 'python2-more-itertools' 'python2-funcsigs')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
   'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('6765325353122ebfe1cc03798d64009ef05dbcaa9d8d5dfa6b9d63f8b81282e73c7e95cd17c7668f70f2cb50e222dbf93a31dc39947c1d2552a352fab7b192b3')
+sha512sums=('3e67f411b45f0cce6921d65926b3c6b7bcf6169a8e96eb8f74465d795a49d690c7027db3cb3147868ce238d5b416a6e87de27728598e4a526bf6bbb7a5506913')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}
@@ -44,7 +45,7 @@
 }
 
 package_python-pytest() {
-  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs')
+  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools')
 
   cd pytest-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -52,7 +53,8 @@
 }
 
 package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs' 
'python2-funcsigs')
+  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
+   'python2-more-itertools' 'python2-funcsigs')
 
   cd pytest-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Tuesday, March 6, 2018 @ 15:17:02
  Author: felixonmars
Revision: 303075

upgpkg: python-pytest 3.4.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 15:16:34 UTC (rev 303074)
+++ PKGBUILD2018-03-06 15:17:02 UTC (rev 303075)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('b1b9f46582e1838882133c2db21426f6066c78759b31f50f0c741fbbe8a8815028d13978dd25230d19dca29dd964722b8e400228aff7b08f3fffdcd01639b6df')
+sha512sums=('6765325353122ebfe1cc03798d64009ef05dbcaa9d8d5dfa6b9d63f8b81282e73c7e95cd17c7668f70f2cb50e222dbf93a31dc39947c1d2552a352fab7b192b3')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-02-21 Thread Felix Yan via arch-commits
Date: Thursday, February 22, 2018 @ 06:26:29
  Author: felixonmars
Revision: 296919

upgpkg: python-pytest 3.4.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-22 06:21:42 UTC (rev 296918)
+++ PKGBUILD2018-02-22 06:26:29 UTC (rev 296919)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('a0c6770915efc19fa1190e49219115af0b42aea0320309ba723fee0ebf020b91d1af809b71ecd0c489f45cfca5fabe97d344c1be52dc567f75e4306a8bd77606')
+sha512sums=('b1b9f46582e1838882133c2db21426f6066c78759b31f50f0c741fbbe8a8815028d13978dd25230d19dca29dd964722b8e400228aff7b08f3fffdcd01639b6df')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

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

upgpkg: python-pytest 3.4.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-02 14:28:30 UTC (rev 288579)
+++ PKGBUILD2018-02-02 14:29:55 UTC (rev 288580)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.3.2
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('6e15a213ead242afabc10d99907362a32ca381824168dc09daffadff32130e110ec7f2251d9534d77f9dcfa53ab9e2e76565afcfaeef6d832e7b42c720d192da')
+sha512sums=('a0c6770915efc19fa1190e49219115af0b42aea0320309ba723fee0ebf020b91d1af809b71ecd0c489f45cfca5fabe97d344c1be52dc567f75e4306a8bd77606')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-01-07 Thread Felix Yan via arch-commits
Date: Sunday, January 7, 2018 @ 17:42:00
  Author: felixonmars
Revision: 280206

upgpkg: python-pytest 3.3.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 17:41:22 UTC (rev 280205)
+++ PKGBUILD2018-01-07 17:42:00 UTC (rev 280206)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('8f06dc4486db1ea87633302c3b63d4f44a000716fdea49425a4dd960fe8b5081b338bd92d4877d748beaed979864693e54f2f02b0e508cd9c4beda71ec5c61a7')
+sha512sums=('6e15a213ead242afabc10d99907362a32ca381824168dc09daffadff32130e110ec7f2251d9534d77f9dcfa53ab9e2e76565afcfaeef6d832e7b42c720d192da')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}
@@ -34,11 +34,13 @@
 }
 
 check() {
+  # Expected failure due to xdist, also present on official travis
+
   cd "$srcdir"/pytest-$pkgver
-  python setup.py test
+  python setup.py test || warning "Tests failed"
 
   cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py test
+  python2 setup.py test || warning "Tests failed"
 }
 
 package_python-pytest() {


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

2017-12-05 Thread Felix Yan via arch-commits
Date: Wednesday, December 6, 2017 @ 02:43:07
  Author: felixonmars
Revision: 272356

upgpkg: python-pytest 3.3.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-06 02:38:56 UTC (rev 272355)
+++ PKGBUILD2017-12-06 02:43:07 UTC (rev 272356)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('ad309fbca6721eb17bafd08bb65d003e3f8941ddd9243d76fa6053d3e3c143c75590ec23eb94368140c4110b54eadede1dc08ed20b009c3bf770a190cd88ecba')
+sha512sums=('8f06dc4486db1ea87633302c3b63d4f44a000716fdea49425a4dd960fe8b5081b338bd92d4877d748beaed979864693e54f2f02b0e508cd9c4beda71ec5c61a7')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2017-11-27 Thread Felix Yan via arch-commits
Date: Tuesday, November 28, 2017 @ 05:30:54
  Author: felixonmars
Revision: 270434

upgpkg: python-pytest 3.3.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 05:27:43 UTC (rev 270433)
+++ PKGBUILD2017-11-28 05:30:54 UTC (rev 270434)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.2.5
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -11,22 +11,15 @@
 license=('MIT')
 url="http://pytest.org/;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-pluggy'
- 'python2-pluggy')
+ 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python2-funcsigs')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
   'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('312043d7e14eeaf5dcd86890f43b8a198482246c5fa4034b116db17e494e82c9a2f29662b7e290a4c0db2128aeb69953c5c77b07969f9e76700a4d788dffa1b2')
+sha512sums=('ad309fbca6721eb17bafd08bb65d003e3f8941ddd9243d76fa6053d3e3c143c75590ec23eb94368140c4110b54eadede1dc08ed20b009c3bf770a190cd88ecba')
 
 prepare() {
-  rm -r pytest-$pkgver/_pytest/vendored_packages
-  sed -i "s/'_pytest.vendored_packages'//" pytest-$pkgver/setup.py
-  sed -i 's/assert numentries == 0/assert numentries == 26/' 
pytest-$pkgver/testing/python/collect.py
-
-  sed -i '/DeprecationWarning/a \ignore:.*Support for 
__multicall__.*:DeprecationWarning' pytest-$pkgver/tox.ini
-  sed -i '/DeprecationWarning/a \ignore:.*get_result.*which forces correct 
exception handling.*:DeprecationWarning' pytest-$pkgver/tox.ini
-
   cp -a pytest-$pkgver{,-py2}
 
   export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
@@ -49,7 +42,7 @@
 }
 
 package_python-pytest() {
-  depends=('python-py' 'python-setuptools' 'python-pluggy')
+  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs')
 
   cd pytest-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -57,7 +50,7 @@
 }
 
 package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools' 'python2-pluggy')
+  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs' 
'python2-funcsigs')
 
   cd pytest-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2017-11-15 Thread Felix Yan
Date: Thursday, November 16, 2017 @ 05:12:53
  Author: felixonmars
Revision: 266907

upgpkg: python-pytest 3.2.5-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-16 03:25:46 UTC (rev 266906)
+++ PKGBUILD2017-11-16 05:12:53 UTC (rev 266907)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('a1be7e06eb90d29a3dab1d734491fe42c021e1317a2a34799cf92139cae26343b1b852f27f7ddbb7133e3d6ea285d8266e26867737ee144ce24ba2c82f571996')
+sha512sums=('312043d7e14eeaf5dcd86890f43b8a198482246c5fa4034b116db17e494e82c9a2f29662b7e290a4c0db2128aeb69953c5c77b07969f9e76700a4d788dffa1b2')
 
 prepare() {
   rm -r pytest-$pkgver/_pytest/vendored_packages


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

2017-11-15 Thread Felix Yan
Date: Wednesday, November 15, 2017 @ 08:33:01
  Author: felixonmars
Revision: 266835

upgpkg: python-pytest 3.2.4-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-15 08:25:49 UTC (rev 266834)
+++ PKGBUILD2017-11-15 08:33:01 UTC (rev 266835)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('02bd3b091718b983580640157feda10b8fd5a6872fc9a0e0ee4c21f22152477d0d8375853186ad4a7da4ddefb43ebcff3b58226d14f8383fe26c01d88511177f')
+sha512sums=('a1be7e06eb90d29a3dab1d734491fe42c021e1317a2a34799cf92139cae26343b1b852f27f7ddbb7133e3d6ea285d8266e26867737ee144ce24ba2c82f571996')
 
 prepare() {
   rm -r pytest-$pkgver/_pytest/vendored_packages
@@ -24,6 +24,9 @@
   sed -i "s/'_pytest.vendored_packages'//" pytest-$pkgver/setup.py
   sed -i 's/assert numentries == 0/assert numentries == 26/' 
pytest-$pkgver/testing/python/collect.py
 
+  sed -i '/DeprecationWarning/a \ignore:.*Support for 
__multicall__.*:DeprecationWarning' pytest-$pkgver/tox.ini
+  sed -i '/DeprecationWarning/a \ignore:.*get_result.*which forces correct 
exception handling.*:DeprecationWarning' pytest-$pkgver/tox.ini
+
   cp -a pytest-$pkgver{,-py2}
 
   export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver


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

2017-10-05 Thread Felix Yan
Date: Thursday, October 5, 2017 @ 14:09:14
  Author: felixonmars
Revision: 261745

upgpkg: python-pytest 3.2.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-05 14:09:05 UTC (rev 261744)
+++ PKGBUILD2017-10-05 14:09:14 UTC (rev 261745)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('e61c059b2df3cb1f8002a956195abd08a8293396a874cb95700eb049b9631e171d5b1e44ae95e734dc2150e781ba9cb94d37ce16512524fa7a816b40b1578b8d')
+sha512sums=('02bd3b091718b983580640157feda10b8fd5a6872fc9a0e0ee4c21f22152477d0d8375853186ad4a7da4ddefb43ebcff3b58226d14f8383fe26c01d88511177f')
 
 prepare() {
   rm -r pytest-$pkgver/_pytest/vendored_packages


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

2017-09-08 Thread Felix Yan
Date: Friday, September 8, 2017 @ 10:57:43
  Author: felixonmars
Revision: 256194

upgpkg: python-pytest 3.2.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-08 10:57:30 UTC (rev 256193)
+++ PKGBUILD2017-09-08 10:57:43 UTC (rev 256194)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('e0fff27fbf8fb79015520f338a418ad0c50ce75e8438e916ae40b1e2c2ad423b7629a9c7e08387b95eddd805f9887175c3159574b0b4c418c7bc9811c10fa7b9')
+sha512sums=('e61c059b2df3cb1f8002a956195abd08a8293396a874cb95700eb049b9631e171d5b1e44ae95e734dc2150e781ba9cb94d37ce16512524fa7a816b40b1578b8d')
 
 prepare() {
   rm -r pytest-$pkgver/_pytest/vendored_packages


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 11:40:31
  Author: felixonmars
Revision: 249713

upgpkg: python-pytest 3.2.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 11:28:52 UTC (rev 249712)
+++ PKGBUILD2017-08-10 11:40:31 UTC (rev 249713)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('26df9b2ce5b6ea6190613418af1086d0793eb58d5a65524d4a113ec6c75ad3b94b3e708b6d8dd3996d171aaf3c14b79a3adb4c480154c17bcdc9b2f28c45ef7a')
+sha512sums=('e0fff27fbf8fb79015520f338a418ad0c50ce75e8438e916ae40b1e2c2ad423b7629a9c7e08387b95eddd805f9887175c3159574b0b4c418c7bc9811c10fa7b9')
 
 prepare() {
   rm -r pytest-$pkgver/_pytest/vendored_packages


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

2017-08-02 Thread Felix Yan
Date: Wednesday, August 2, 2017 @ 14:44:04
  Author: felixonmars
Revision: 247439

upgpkg: python-pytest 3.2.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-02 14:31:34 UTC (rev 247438)
+++ PKGBUILD2017-08-02 14:44:04 UTC (rev 247439)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.1.3
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('5bb235f9d06605637036e17603cfcb06cea6a988f9cf163e8ba5384f1321b25ceed96f40cfb4b7c04a8b7b4699493f4f7ffebfad4f5822307c8f9d86204f6fdd')
+sha512sums=('26df9b2ce5b6ea6190613418af1086d0793eb58d5a65524d4a113ec6c75ad3b94b3e708b6d8dd3996d171aaf3c14b79a3adb4c480154c17bcdc9b2f28c45ef7a')
 
 prepare() {
   rm -r pytest-$pkgver/_pytest/vendored_packages


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

2017-07-05 Thread Felix Yan
Date: Wednesday, July 5, 2017 @ 03:07:50
  Author: felixonmars
Revision: 242351

upgpkg: python-pytest 3.1.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-05 03:06:03 UTC (rev 242350)
+++ PKGBUILD2017-07-05 03:07:50 UTC (rev 242351)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('dc6a4add79457bb72f206f4fed0223bb3d9528742611ef7648dc537c69b6cd82d71c84d9738b7ad141909b123906ce9fdee2fcea272f47b274a123e40c834a77')
+sha512sums=('5bb235f9d06605637036e17603cfcb06cea6a988f9cf163e8ba5384f1321b25ceed96f40cfb4b7c04a8b7b4699493f4f7ffebfad4f5822307c8f9d86204f6fdd')
 
 prepare() {
   rm -r pytest-$pkgver/_pytest/vendored_packages


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

2017-06-09 Thread Felix Yan
Date: Friday, June 9, 2017 @ 14:20:37
  Author: felixonmars
Revision: 235533

upgpkg: python-pytest 3.1.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-09 14:15:20 UTC (rev 235532)
+++ PKGBUILD2017-06-09 14:20:37 UTC (rev 235533)
@@ -4,57 +4,59 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
- 'python-pluggy' 'python2-pluggy')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-pluggy'
+ 'python2-pluggy')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
-  'python2-tox' 'python-yaml' 'python2-yaml' # 'python-pexpect' 
'python2-pexpect'
-  'python-pytest-xdist' 'python2-pytest-xdist' 'python-twisted' 
'python2-twisted'
-  'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
-source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
-sha512sums=('SKIP')
+  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
+  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('dc6a4add79457bb72f206f4fed0223bb3d9528742611ef7648dc537c69b6cd82d71c84d9738b7ad141909b123906ce9fdee2fcea272f47b274a123e40c834a77')
 
 prepare() {
-  # Remove bundled pluggy - disabled for now as it will break tests
-  # rm -r pytest/_pytest/vendored_packages
-  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
+  rm -r pytest-$pkgver/_pytest/vendored_packages
+  sed -i "s/'_pytest.vendored_packages'//" pytest-$pkgver/setup.py
+  sed -i 's/assert numentries == 0/assert numentries == 26/' 
pytest-$pkgver/testing/python/collect.py
 
-  cp -a pytest{,-py2}
+  cp -a pytest-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 }
 
 build() {
-  cd "$srcdir"/pytest
+  cd "$srcdir"/pytest-$pkgver
   python setup.py build
 
-  cd "$srcdir"/pytest-py2
+  cd "$srcdir"/pytest-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/pytest
+  cd "$srcdir"/pytest-$pkgver
   python setup.py test
 
-  cd "$srcdir"/pytest-py2
+  cd "$srcdir"/pytest-$pkgver-py2
   python2 setup.py test
 }
 
 package_python-pytest() {
-  depends=('python-py' 'python-setuptools') # 'python-pluggy')
+  depends=('python-py' 'python-setuptools' 'python-pluggy')
 
-  cd pytest
+  cd pytest-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
+  depends=('python2-py' 'python2-setuptools' 'python2-pluggy')
 
-  cd pytest-py2
+  cd pytest-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 


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

2017-06-01 Thread Felix Yan
Date: Thursday, June 1, 2017 @ 07:26:09
  Author: felixonmars
Revision: 231741

upgpkg: python-pytest 3.1.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 06:37:25 UTC (rev 231740)
+++ PKGBUILD2017-06-01 07:26:09 UTC (rev 231741)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')


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

2017-05-23 Thread Felix Yan
Date: Tuesday, May 23, 2017 @ 15:47:54
  Author: felixonmars
Revision: 229736

upgpkg: python-pytest 3.1.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-23 15:45:22 UTC (rev 229735)
+++ PKGBUILD2017-05-23 15:47:54 UTC (rev 229736)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.7
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')


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

2017-03-14 Thread Felix Yan
Date: Wednesday, March 15, 2017 @ 03:45:33
  Author: felixonmars
Revision: 216363

enable twisted tests

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-15 03:25:02 UTC (rev 216362)
+++ PKGBUILD2017-03-15 03:45:33 UTC (rev 216363)
@@ -14,7 +14,7 @@
  'python-pluggy' 'python2-pluggy')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
   'python2-tox' 'python-yaml' 'python2-yaml' # 'python-pexpect' 
'python2-pexpect'
-  'python-pytest-xdist' 'python2-pytest-xdist' # 'python-twisted' 
'python2-twisted'
+  'python-pytest-xdist' 'python2-pytest-xdist' 'python-twisted' 
'python2-twisted'
   'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
 source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
 sha512sums=('SKIP')


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

2017-03-14 Thread Felix Yan
Date: Wednesday, March 15, 2017 @ 03:24:08
  Author: felixonmars
Revision: 216359

upgpkg: python-pytest 3.0.7-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-15 03:23:27 UTC (rev 216358)
+++ PKGBUILD2017-03-15 03:24:08 UTC (rev 216359)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 06:51:41
  Author: felixonmars
Revision: 208469

upgpkg: python-pytest 3.0.6-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 05:27:16 UTC (rev 208468)
+++ PKGBUILD2017-01-23 06:51:41 UTC (rev 208469)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.5
-pkgrel=2
+pkgver=3.0.6
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')


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

2016-12-24 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 10:22:57
  Author: felixonmars
Revision: 201319

upgpkg: python-pytest 3.0.5-2

python 3.6 rebuild

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 10:21:51 UTC (rev 201318)
+++ PKGBUILD2016-12-24 10:22:57 UTC (rev 201319)
@@ -5,7 +5,7 @@
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
 pkgver=3.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')


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

2016-12-05 Thread Felix Yan
Date: Tuesday, December 6, 2016 @ 02:48:10
  Author: felixonmars
Revision: 198081

upgpkg: python-pytest 3.0.5-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-06 02:28:44 UTC (rev 198080)
+++ PKGBUILD2016-12-06 02:48:10 UTC (rev 198081)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')


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

2016-11-13 Thread Felix Yan
Date: Sunday, November 13, 2016 @ 16:38:18
  Author: felixonmars
Revision: 195515

upgpkg: python-pytest 3.0.4-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-13 16:37:12 UTC (rev 195514)
+++ PKGBUILD2016-11-13 16:38:18 UTC (rev 195515)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.3
-pkgrel=2
+pkgver=3.0.4
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 03:29:48
  Author: felixonmars
Revision: 192408

upgpkg: python-pytest 3.0.3-2

- add back pytest executable (FS#50791)
- enable tests again (FS#50792)

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 03:23:40 UTC (rev 192407)
+++ PKGBUILD2016-10-17 03:29:48 UTC (rev 192408)
@@ -5,7 +5,7 @@
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
@@ -12,9 +12,9 @@
 url="http://pytest.org/;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
  'python-pluggy' 'python2-pluggy')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect'
-  'python-pytest-xdist' 'python2-pytest-xdist' 'python-twisted' 
'python2-twisted'
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' # 'python-pexpect' 
'python2-pexpect'
+  'python-pytest-xdist' 'python2-pytest-xdist' # 'python-twisted' 
'python2-twisted'
   'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
 source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
 sha512sums=('SKIP')
@@ -35,15 +35,12 @@
   python2 setup.py build
 }
 
-# Tests hang as of 3.0.0
-check_disabled() {
+check() {
   cd "$srcdir"/pytest
-  # 1 xdist-related failure
-  python setup.py test || warning "Tests failed"
+  python setup.py test
 
   cd "$srcdir"/pytest-py2
-  # 1 xdist-related failure
-  python2 setup.py test || warning "Tests failed"
+  python2 setup.py test
 }
 
 package_python-pytest() {
@@ -52,8 +49,6 @@
   cd pytest
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/bin/pytest
 }
 
 package_python2-pytest() {
@@ -64,5 +59,5 @@
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   mv "$pkgdir"/usr/bin/py.test{,2}
-  rm "$pkgdir"/usr/bin/pytest
+  mv "$pkgdir"/usr/bin/pytest{,2}
 }


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

2016-09-30 Thread Felix Yan
Date: Friday, September 30, 2016 @ 09:09:05
  Author: felixonmars
Revision: 191052

upgpkg: python-pytest 3.0.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-30 08:30:44 UTC (rev 191051)
+++ PKGBUILD2016-09-30 09:09:05 UTC (rev 191052)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')


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

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:04:02
  Author: felixonmars
Revision: 188273

upgpkg: python-pytest 3.0.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-02 05:02:09 UTC (rev 188272)
+++ PKGBUILD2016-09-02 05:04:02 UTC (rev 188273)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')


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

2016-08-23 Thread Felix Yan
Date: Wednesday, August 24, 2016 @ 03:55:10
  Author: felixonmars
Revision: 187437

upgpkg: python-pytest 3.0.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-24 03:52:07 UTC (rev 187436)
+++ PKGBUILD2016-08-24 03:55:10 UTC (rev 187437)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')


  1   2   >