mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-paste: Update to 3.5.2.
* gnu/packages/python-web.scm (python-paste): Update to 3.5.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ff98a9f75a
commit
1c13606a28
1 changed files with 4 additions and 4 deletions
|
@ -4599,23 +4599,23 @@ (define-public python-wtforms
|
|||
(define-public python-paste
|
||||
(package
|
||||
(name "python-paste")
|
||||
(version "3.0.6")
|
||||
(version "3.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Paste" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14lbi9asn5agsdf7r97prkjpz7amgmp529lbvfhf0nv881xczah6"))
|
||||
"1xjakxrdvy4kgfy170gb9bl8zp9hqjjwh1h1vlik1pxw606399ym"))
|
||||
(patches (search-patches "python-paste-remove-timing-test.patch"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
;; This test calls out to the internet.
|
||||
(delete-file "tests/test_proxy.py") #t))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest python-pytest-runner python-nose))
|
||||
(list python-pytest python-nose))
|
||||
(propagated-inputs
|
||||
(list python-six))
|
||||
(home-page "https://pythonpaste.readthedocs.io/")
|
||||
|
|
Loading…
Reference in a new issue