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

Thore Bödecker foxxx0 at archlinux.org
Tue Sep 4 12:14:36 UTC 2018


    Date: Tuesday, September 4, 2018 @ 12:14:36
  Author: foxxx0
Revision: 376618

upgpkg: python-cheroot 6.5.2-1

update to 6.5.2

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

---------------------------------+
 PKGBUILD                        |    8 ++++----
 cheroot-fix-setup-python3.patch |    9 +++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-04 11:53:38 UTC (rev 376617)
+++ PKGBUILD	2018-09-04 12:14:36 UTC (rev 376618)
@@ -5,7 +5,7 @@
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.4.0
+pkgver=6.5.2
 pkgrel=1
 arch=('any')
 url="https://github.com/cherrypy/cheroot"
@@ -13,12 +13,12 @@
 makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
   'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
   'python2-backports.unittest_mock' 'tree')
-source=("${pkgbase}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/a4/f4/f3397323fac13472fb7e43bc7daca708138462dc0aabf73b4dbbf5845810/cheroot-6.4.0.tar.gz"
+source=("${pkgbase}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/c4/ab/b3800499ccec7f058fe080ae7f79207f9b498559edd1467d533a2126767c/cheroot-6.5.2.tar.gz"
         "LICENSE"
         "cheroot-fix-setup-python3.patch")
-sha512sums=('3023a2e09b730cd9dbf88de8add2846855707e16d7aea94233365b73250b8051c4770951717ca3c3d64e9b902336c61c48452027e38ee8f1a131e1dc89ce0a45'
+sha512sums=('f31026050a45720a0aa08204607b521ae2c0666220886bd14f1f53f81411a66a8ff17e42640efb5189e998f3dfda2fbe41a2c18672dd83c52e9d8ad356cab264'
             '1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
-            '5ec0001c803682f142e3eb1ebcf10614b3d4f2e64dfea874a868b7702a79b429ae86aea5c7b90711d573d5cc25e3296c3b64dc55598d926c06de59d35d8f04bc')
+            '35a8f2ba144c36421119326c7c93851318c8b02b9b33c2eb31979e980e38b430e962eff467ea18f060bec6fd4251f5abf489fb7be87e645243c9c356c16a6ec4')
 
 prepare() {
   cd "${srcdir}/${_pkgbase}-${pkgver}"

Modified: cheroot-fix-setup-python3.patch
===================================================================
--- cheroot-fix-setup-python3.patch	2018-09-04 11:53:38 UTC (rev 376617)
+++ cheroot-fix-setup-python3.patch	2018-09-04 12:14:36 UTC (rev 376618)
@@ -9,12 +9,13 @@
          'six>=1.11.0',
          'more_itertools>=2.6',
      ],
-@@ -70,7 +70,7 @@
+@@ -78,7 +78,7 @@
              'codecov',
  
              'pytest-cov',
 -            'backports.unittest_mock',
 +            'backports.unittest_mock;python_version<"3.4"',
-         ],
-     },
-     setup_requires=[
+
+            # TLS
+            'trustme>=0.4.0',
+



More information about the arch-commits mailing list