[arch-commits] Commit in python-cheroot/trunk (3 files)

Thore Bödecker foxxx0 at archlinux.org
Mon Jul 13 16:57:38 UTC 2020


    Date: Monday, July 13, 2020 @ 16:57:38
  Author: foxxx0
Revision: 663451

upgpkg: python-cheroot 8.3.1-1: update to upstream release 8.3.1

Modified:
  python-cheroot/trunk/PKGBUILD
  python-cheroot/trunk/disable-broken-testmon-stuff.patch
  python-cheroot/trunk/disable-broken-tests.patch

------------------------------------+
 PKGBUILD                           |    8 ++--
 disable-broken-testmon-stuff.patch |   60 +++++++++++++++++------------------
 disable-broken-tests.patch         |    7 ++--
 3 files changed, 38 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-13 16:56:01 UTC (rev 663450)
+++ PKGBUILD	2020-07-13 16:57:38 UTC (rev 663451)
@@ -5,7 +5,7 @@
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=8.3.0
+pkgver=8.3.1
 pkgrel=1
 arch=('any')
 url="https://github.com/cherrypy/cheroot"
@@ -22,10 +22,10 @@
         "LICENSE"
         "disable-broken-tests.patch"
         "disable-broken-testmon-stuff.patch")
-sha512sums=('29ff39f043b1a08b9ef653a41761ac4b97de4141cf15c5394f95736d28f7fad4c501d666fe7ff61f40c55b087d022784c7fe09c995c901040b7f2a8ed16b7d14'
+sha512sums=('5aed493904d7e60118ae4b9498c10d48da553b3cbc1d713e3e870d771a7b669988d55bb0aa3223436cacdbc2249538be759a9145cf655603fbe5b88ee10e94dd'
             '1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
-            'ee08317c027a36461a89642e47edd5f9706796dbd6c273bbda3a37da5b1578701f861b09f23957636de5e72f38c312ad07caf0216408ec5d543feea7130839ba'
-            'c1a845281ac66a2058104a37e8ad03c3be134562306309e22e6109fb1cc2d78f917230af7f67893e78f3335127c0c2ce13c5f7f37cb189bc884f47e244741d1b')
+            '488766eeb0ce4e1c95e1848a4d89aeb190317c634b2894dcc696cb4af64bae748554154ea76cc34cf0b666d507c42e631d0e8759a6ed7669fe49bf7f8ef5b9a9'
+            '67d81874da0f0dca04356155f849908e187c2cf8c268f477c4a3d30c767cc485bc33c6358507f97477a2f630df44deb3f39dbd9a6c38bb28c7cd222bb556226d')
 
 prepare() {
   cd "${srcdir}/${_pkgbase}-${pkgver}"

Modified: disable-broken-testmon-stuff.patch
===================================================================
--- disable-broken-testmon-stuff.patch	2020-07-13 16:56:01 UTC (rev 663450)
+++ disable-broken-testmon-stuff.patch	2020-07-13 16:57:38 UTC (rev 663451)
@@ -1,31 +1,45 @@
 diff -upr a/cheroot.egg-info/requires.txt b/cheroot.egg-info/requires.txt
---- a/cheroot.egg-info/requires.txt	2019-10-18 02:59:50.000000000 +0200
-+++ b/cheroot.egg-info/requires.txt	2019-11-21 15:12:09.409022012 +0100
-@@ -18,7 +18,6 @@ collective.checkdocs
- pytest>=2.8
+--- a/cheroot.egg-info/requires.txt	2020-07-13 16:44:02.000000000 +0200
++++ b/cheroot.egg-info/requires.txt	2020-07-13 18:54:35.707376340 +0200
+@@ -18,7 +18,6 @@ sphinxcontrib-spelling>=4.3.0
+ pytest>=4.6.6
  pytest-mock>=1.11.0
- pytest-sugar>=0.9.1
+ pytest-sugar>=0.9.3
 -pytest-testmon<1.0.0
  pytest-watch==4.2.0
  pytest-xdist>=1.28.0
- coverage==4.5.3
+ jaraco.text>=3.1
+diff -upr a/pytest.ini b/pytest.ini
+--- a/pytest.ini	2020-07-13 16:43:42.000000000 +0200
++++ b/pytest.ini	2020-07-13 18:55:10.148315625 +0200
+@@ -3,10 +3,6 @@ addopts =
+     # `pytest-xdist`:
+     --numprocesses=auto
+ 
+-    # `pytest-mon`:
+-    # useful for live testing with `pytest-watch` during development:
+-    --testmon
+-
+     # show 10 slowest invocations:
+     --durations=10
+ 
 diff -upr a/setup.cfg b/setup.cfg
---- a/setup.cfg	2019-10-18 02:59:51.000000000 +0200
-+++ b/setup.cfg	2019-11-21 15:11:55.979100130 +0100
-@@ -78,7 +78,6 @@ testing =
- 	pytest>=2.8
+--- a/setup.cfg	2020-07-13 16:44:03.000000000 +0200
++++ b/setup.cfg	2020-07-13 18:54:42.334223734 +0200
+@@ -79,7 +79,6 @@ testing =
+ 	pytest>=4.6.6
  	pytest-mock>=1.11.0
- 	pytest-sugar>=0.9.1
+ 	pytest-sugar>=0.9.3
 -	pytest-testmon<1.0.0
  	pytest-watch==4.2.0
  	pytest-xdist>=1.28.0
  	
 diff -upr a/tox.ini b/tox.ini
---- a/tox.ini	2019-10-18 02:59:30.000000000 +0200
-+++ b/tox.ini	2019-11-21 15:07:15.714056061 +0100
-@@ -6,7 +6,7 @@ minversion = 3.13.2
- deps =
-     setuptools>=31.0.1
+--- a/tox.ini	2020-07-13 16:43:42.000000000 +0200
++++ b/tox.ini	2020-07-13 18:54:52.601170405 +0200
+@@ -10,7 +10,7 @@ deps =
+     pip>=19.1
+     wheel
  commands =
 -    pytest --testmon-off {posargs}
 +    pytest {posargs}
@@ -32,17 +46,3 @@
      codecov -f coverage.xml -X gcov
  usedevelop = True
  extras = testing
-diff -upr a/pytest.ini b/pytest.ini
---- a/pytest.ini	2020-02-09 22:59:53.000000000 +0100
-+++ b/pytest.ini	2020-03-03 16:45:21.589310767 +0100
-@@ -3,10 +3,6 @@ addopts =
-     # `pytest-xdist`:
-     --numprocesses=auto
- 
--    # `pytest-mon`:
--    # useful for live testing with `pytest-watch` during development:
--    --testmon
--
-     # show 10 slowest invocations:
-     --durations=10
- 

Modified: disable-broken-tests.patch
===================================================================
--- disable-broken-tests.patch	2020-07-13 16:56:01 UTC (rev 663450)
+++ disable-broken-tests.patch	2020-07-13 16:57:38 UTC (rev 663451)
@@ -1,6 +1,7 @@
---- cheroot-6.5.5/cheroot/test/test_ssl.py	2019-06-03 13:16:07.000000000 +0200
-+++ b/cheroot/test/test_ssl.py	2019-06-03 13:55:56.147157113 +0200
-@@ -206,7 +206,6 @@ def test_ssl_adapters(
+diff -upr a/cheroot/test/test_ssl.py b/cheroot/test/test_ssl.py
+--- a/cheroot/test/test_ssl.py	2020-07-13 16:43:42.000000000 +0200
++++ b/cheroot/test/test_ssl.py	2020-07-13 18:53:44.015966639 +0200
+@@ -212,7 +212,6 @@ def test_ssl_adapters(
  @pytest.mark.parametrize(
      'adapter_type',
      (



More information about the arch-commits mailing list