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

Thore Bödecker foxxx0 at archlinux.org
Wed Jan 2 09:32:38 UTC 2019


    Date: Wednesday, January 2, 2019 @ 09:32:37
  Author: foxxx0
Revision: 420260

upgpkg: python-cheroot 6.5.4-1

update to 6.5.4

Modified:
  python-cheroot/trunk/PKGBUILD
  python-cheroot/trunk/cheroot-fix-setup-python3.patch

---------------------------------+
 PKGBUILD                        |    6 +++---
 cheroot-fix-setup-python3.patch |   12 +-----------
 2 files changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-02 09:24:22 UTC (rev 420259)
+++ PKGBUILD	2019-01-02 09:32:37 UTC (rev 420260)
@@ -5,7 +5,7 @@
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.5.3
+pkgver=6.5.4
 pkgrel=1
 arch=('any')
 url="https://github.com/cherrypy/cheroot"
@@ -16,9 +16,9 @@
 source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz"
         "LICENSE"
         "cheroot-fix-setup-python3.patch")
-sha512sums=('e31202d9d20395c9c1a270bfac5a609350ee60e1e7bcc8b32a45ed3e599294b49c4a56007bc88dc2cf161ab8f5e9aefa6a9f9141493f2c8916a1443c9a0032ab'
+sha512sums=('62a48ced225bf9167259b82f5e88a953bdc422982a6c0b0121b28e895cc8347cc033f573b57a048c59167586e0b21e94ad233ce2b65a1b72feb01db82b5ed411'
             '1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
-            '827ae94b2e1eabc06cf3b835434d4bc364189c988af54f5c2dea7b4487b9670496f2c7515497de3f87d4bd1d4bcf3a43d8bedd21081965e20e9d1831a1dd78e1')
+            'f303770c9f8565755230c2e957c444f2c69aea711abd8efc3d916688a31fe187d996e250eeba43e692e87d558831d4708fc712e2c653519d7ea42efba7d3e832')
 
 prepare() {
   cd "${srcdir}/${_pkgbase}-${pkgver}"

Modified: cheroot-fix-setup-python3.patch
===================================================================
--- cheroot-fix-setup-python3.patch	2019-01-02 09:24:22 UTC (rev 420259)
+++ cheroot-fix-setup-python3.patch	2019-01-02 09:32:37 UTC (rev 420260)
@@ -1,6 +1,6 @@
 --- a/setup.cfg	2018-12-27 20:35:11.000000000 +0100
 +++ b/setup.cfg	2019-01-02 10:19:34.658391238 +0100
-@@ -58,7 +58,7 @@ setup_requires =
+@@ -57,7 +57,7 @@ setup_requires =
  	setuptools_scm>=1.15.0
  	setuptools_scm_git_archive>=1.0
  install_requires = 
@@ -8,13 +8,3 @@
 +	backports.functools_lru_cache; python_version<"3.4.0"
  	six>=1.11.0
  	more_itertools>=2.6
- 
-@@ -83,7 +83,7 @@ testing =
- 	codecov
- 	
- 	pytest-cov
--	backports.unittest_mock
-+	backports.unittest_mock; python_version<"3.4.0"
- 	
- 	trustme>=0.4.0
- 	pyopenssl



More information about the arch-commits mailing list