[arch-commits] Commit in python-cherrypy/repos/community-any (5 files)

Thore Bödecker foxxx0 at archlinux.org
Wed Sep 4 08:48:35 UTC 2019


    Date: Wednesday, September 4, 2019 @ 08:48:35
  Author: foxxx0
Revision: 508002

archrelease: copy trunk to community-any

Added:
  python-cherrypy/repos/community-any/PKGBUILD
    (from rev 508001, python-cherrypy/trunk/PKGBUILD)
  python-cherrypy/repos/community-any/disable-sessiontest-file_concurrency.patch
    (from rev 508001, python-cherrypy/trunk/disable-sessiontest-file_concurrency.patch)
  python-cherrypy/repos/community-any/fix-nullbyte-test.patch
    (from rev 508001, python-cherrypy/trunk/fix-nullbyte-test.patch)
Deleted:
  python-cherrypy/repos/community-any/PKGBUILD
  python-cherrypy/repos/community-any/disable-sessiontest-file_concurrency.patch

--------------------------------------------+
 PKGBUILD                                   |  122 +++++++++++++--------------
 disable-sessiontest-file_concurrency.patch |   20 ++--
 fix-nullbyte-test.patch                    |   14 +++
 3 files changed, 86 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-04 08:48:28 UTC (rev 508001)
+++ PKGBUILD	2019-09-04 08:48:35 UTC (rev 508002)
@@ -1,60 +0,0 @@
-# Maintainer:  Thore Bödecker <foxxx0 at archlinux.org>
-# Contributor: Laurent Soest <laurent.soest at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-# Contributor: Armando M. Baratti <amblistas at ajato.com.br>
-# Contributor: Florian Richter <Florian_Richter at gmx.de>
-
-pkgname='python-cherrypy'
-_pkgname="${pkgname#python-}"
-pkgver=18.1.2
-pkgrel=1
-pkgdesc='A pythonic, object-oriented web development framework'
-arch=('any')
-url='https://cherrypy.org'
-license=('BSD')
-depends=('python' 'python-six' 'python-cheroot' 'python-portend' 'python-jaraco'
-  'python-more-itertools' 'python-zc.lockfile')
-makedepends=('python-setuptools' 'python-setuptools-scm' 'python-six'
-  'python-cheroot' 'python-portend' 'python-more-itertools' 'python-zc.lockfile')
-checkdepends=('python-tox')
-source=(
-  "${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/v$pkgver.tar.gz"
-  'disable-sessiontest-file_concurrency.patch'
-)
-sha512sums=('2d31a1e89f46b648a7d765e609801bd92ddde0fea9285a71030131515990e8d6f21cb77d3b765b106bc4bee5e89ddef5868b30c4776ba77b81832022540903d3'
-            'e8abb7e3f8a064a0da529fcaf393dff305541bc273b539f3129b119d506be3be8cd67894dd4223e067b4dd8b55df8adc5d4feddb8d87188c9e528670c39e252f')
-
-prepare() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-    if [[ "$filename" =~ \.patch$ ]]; then
-      msg2 "Applying patch ${filename##*/}"
-      patch -p1 -N -i "$srcdir/${filename##*/}"
-    fi
-  done
-}
-
-build() {
-  # setuptools wont find version from git tag
-  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python ./setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  tox
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 LICENSE.md \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 508001, python-cherrypy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-04 08:48:35 UTC (rev 508002)
@@ -0,0 +1,62 @@
+# Maintainer:  Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Laurent Soest <laurent.soest at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: Armando M. Baratti <amblistas at ajato.com.br>
+# Contributor: Florian Richter <Florian_Richter at gmx.de>
+
+pkgname='python-cherrypy'
+_pkgname="${pkgname#python-}"
+pkgver=18.2.0
+pkgrel=1
+pkgdesc='A pythonic, object-oriented web development framework'
+arch=('any')
+url='https://cherrypy.org'
+license=('BSD')
+depends=('python' 'python-six' 'python-cheroot' 'python-portend' 'python-jaraco'
+  'python-more-itertools' 'python-zc.lockfile')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-six'
+  'python-cheroot' 'python-portend' 'python-more-itertools' 'python-zc.lockfile')
+checkdepends=('python-tox')
+source=(
+  "${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/v$pkgver.tar.gz"
+  'disable-sessiontest-file_concurrency.patch'
+  'fix-nullbyte-test.patch'
+)
+sha512sums=('563aff736187e1b9db5775da501f2a205ce54b99ba479cc6d215c1430cea4b4211c76f9c361aeedb9f16b4e5b351d23dea423060515aa773c6437e485cc4807a'
+            'e8abb7e3f8a064a0da529fcaf393dff305541bc273b539f3129b119d506be3be8cd67894dd4223e067b4dd8b55df8adc5d4feddb8d87188c9e528670c39e252f'
+            '99c77ca8108ba18fadd9106d8b1c9509730f85832d8da12bfaefa374444b400aab1e4c998f43c7e5501a2c5a6f29091c5975883f04f5b81188fc0ca6a8f214e7')
+
+prepare() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+    if [[ "$filename" =~ \.patch$ ]]; then
+      msg2 "Applying patch ${filename##*/}"
+      patch -p1 -N -i "$srcdir/${filename##*/}"
+    fi
+  done
+}
+
+build() {
+  # setuptools wont find version from git tag
+  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python ./setup.py build
+}
+
+check() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  tox
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 LICENSE.md \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+}

Deleted: disable-sessiontest-file_concurrency.patch
===================================================================
--- disable-sessiontest-file_concurrency.patch	2019-09-04 08:48:28 UTC (rev 508001)
+++ disable-sessiontest-file_concurrency.patch	2019-09-04 08:48:35 UTC (rev 508002)
@@ -1,10 +0,0 @@
---- a/cherrypy/test/test_session.py	2018-12-09 17:55:39.000000000 +0100
-+++ b/cherrypy/test/test_session.py	2019-01-02 11:45:55.454146224 +0100
-@@ -238,6 +238,7 @@ class SessionTest(helper.CPWebCase):
- 
-     def test_2_File_Concurrency(self):
-         self.getPage('/set_session_cls/cherrypy.lib.sessions.FileSession')
-+        pytest.skip('incosistent results (fails intermittently)')
-         self._test_Concurrency()
- 
-     def _test_Concurrency(self):

Copied: python-cherrypy/repos/community-any/disable-sessiontest-file_concurrency.patch (from rev 508001, python-cherrypy/trunk/disable-sessiontest-file_concurrency.patch)
===================================================================
--- disable-sessiontest-file_concurrency.patch	                        (rev 0)
+++ disable-sessiontest-file_concurrency.patch	2019-09-04 08:48:35 UTC (rev 508002)
@@ -0,0 +1,10 @@
+--- a/cherrypy/test/test_session.py	2018-12-09 17:55:39.000000000 +0100
++++ b/cherrypy/test/test_session.py	2019-01-02 11:45:55.454146224 +0100
+@@ -238,6 +238,7 @@ class SessionTest(helper.CPWebCase):
+ 
+     def test_2_File_Concurrency(self):
+         self.getPage('/set_session_cls/cherrypy.lib.sessions.FileSession')
++        pytest.skip('incosistent results (fails intermittently)')
+         self._test_Concurrency()
+ 
+     def _test_Concurrency(self):

Copied: python-cherrypy/repos/community-any/fix-nullbyte-test.patch (from rev 508001, python-cherrypy/trunk/fix-nullbyte-test.patch)
===================================================================
--- fix-nullbyte-test.patch	                        (rev 0)
+++ fix-nullbyte-test.patch	2019-09-04 08:48:35 UTC (rev 508002)
@@ -0,0 +1,14 @@
+--- a/cherrypy/test/test_static.py
++++ b/cherrypy/test/test_static.py
+@@ -398,8 +398,9 @@ class StaticTest(helper.CPWebCase):
+         self.assertInBody("I couldn't find that thing")
+ 
+     def test_null_bytes(self):
+-        self.getPage('/static/\x00')
+-        self.assertStatus('404 Not Found')
++        import http.client
++        with pytest.raises(http.client.InvalidURL):
++            self.getPage('/static/\x00')
+ 
+     @classmethod
+     def unicode_file(cls):



More information about the arch-commits mailing list