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

Thore Bödecker foxxx0 at archlinux.org
Thu Dec 10 14:40:10 UTC 2020


    Date: Thursday, December 10, 2020 @ 14:40:10
  Author: foxxx0
Revision: 773041

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

Modified:
  python-cheroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-10 13:27:10 UTC (rev 773040)
+++ PKGBUILD	2020-12-10 14:40:10 UTC (rev 773041)
@@ -5,8 +5,8 @@
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=8.4.8
-pkgrel=2
+pkgver=8.5.0
+pkgrel=1
 arch=('any')
 url="https://github.com/cherrypy/cheroot"
 license=('MIT')
@@ -20,17 +20,14 @@
               'python2-requests' 'python2-pyopenssl')
 source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz"
         "LICENSE"
-        "disable-broken-tests.patch"
-        "disable-broken-testmon-stuff.patch")
-sha512sums=('fa0362d29adbcf0b06038d209e33d722ff2f0766d8f2dd46c8ca217195ef5b30bb51400a9615f11cc136683b146ab2c21c3f1974cb4e7ad55488762e31da40f5'
+        "disable-broken-tests.patch")
+sha512sums=('3e781bfaea0b1d0b339ddb1ef871505c7eb0f4a67873f3207ec3cbb703392f579de90785c196d77f7a484b675de1438def4ad91109e70ad5894d26e55c645a01'
             '1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
-            '488766eeb0ce4e1c95e1848a4d89aeb190317c634b2894dcc696cb4af64bae748554154ea76cc34cf0b666d507c42e631d0e8759a6ed7669fe49bf7f8ef5b9a9'
-            '67d81874da0f0dca04356155f849908e187c2cf8c268f477c4a3d30c767cc485bc33c6358507f97477a2f630df44deb3f39dbd9a6c38bb28c7cd222bb556226d')
+            '488766eeb0ce4e1c95e1848a4d89aeb190317c634b2894dcc696cb4af64bae748554154ea76cc34cf0b666d507c42e631d0e8759a6ed7669fe49bf7f8ef5b9a9')
 
 prepare() {
   cd "${srcdir}/${_pkgbase}-${pkgver}"
   patch -p1 -N -i "${srcdir}/disable-broken-tests.patch"
-  patch -p1 -N -i "${srcdir}/disable-broken-testmon-stuff.patch"
   # don't use python-coverage
   sed -i '/^    --cov/d' pytest.ini
 



More information about the arch-commits mailing list