Date: Sunday, September 29, 2019 @ 11:57:55 Author: foxxx0 Revision: 512063
upgpkg: python-cheroot 7.0.0-1 update to 7.0.0 Modified: python-cheroot/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-29 11:41:23 UTC (rev 512062) +++ PKGBUILD 2019-09-29 11:57:55 UTC (rev 512063) @@ -5,7 +5,7 @@ _pkgbase="${pkgbase//python-/}" pkgname=('python-cheroot' 'python2-cheroot') pkgdesc="Highly-optimized, pure-python HTTP server" -pkgver=6.5.8 +pkgver=7.0.0 pkgrel=1 arch=('any') url="https://github.com/cherrypy/cheroot" @@ -15,18 +15,13 @@ 'python2-backports.unittest_mock' 'tree' 'python-tox' 'python2-tox') source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz" "LICENSE" - "cheroot-fix-setup-python3.patch" "disable-broken-tests.patch") -sha512sums=('5abdf51ddb48b2519c795c5bcefce3d024dbf0fa0f881e94060444d9f5051a2e15b71aa0b3e2823dd7cd8b0e5f1b778580342332bbd3456c61e5493a84199966' +sha512sums=('fd390aeb72a11bc549e61b0a561c425bced656f34ebc838ac6c4432ba4829cc39bef9d9ebc0febb4216261d566c1790b54d962feebf6ebfa52862c495e6df2ed' '1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944' - 'f303770c9f8565755230c2e957c444f2c69aea711abd8efc3d916688a31fe187d996e250eeba43e692e87d558831d4708fc712e2c653519d7ea42efba7d3e832' 'ee08317c027a36461a89642e47edd5f9706796dbd6c273bbda3a37da5b1578701f861b09f23957636de5e72f38c312ad07caf0216408ec5d543feea7130839ba') prepare() { cd "${srcdir}/${_pkgbase}-${pkgver}" - patch -p1 -N -i "${srcdir}/cheroot-fix-setup-python3.patch" - - cd "${srcdir}/${_pkgbase}-${pkgver}" patch -p1 -N -i "${srcdir}/disable-broken-tests.patch" # git-archive support is not needed since we use PyPI tarballs