mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ available in Django, but is a standalone package.")
|
||||||
(define-public python-paste
|
(define-public python-paste
|
||||||
(package
|
(package
|
||||||
(name "python-paste")
|
(name "python-paste")
|
||||||
(version "3.0.6")
|
(version "3.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Paste" version))
|
(uri (pypi-uri "Paste" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14lbi9asn5agsdf7r97prkjpz7amgmp529lbvfhf0nv881xczah6"))
|
"1xjakxrdvy4kgfy170gb9bl8zp9hqjjwh1h1vlik1pxw606399ym"))
|
||||||
(patches (search-patches "python-paste-remove-timing-test.patch"))
|
(patches (search-patches "python-paste-remove-timing-test.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; This test calls out to the internet.
|
;; This test calls out to the internet.
|
||||||
(delete-file "tests/test_proxy.py") #t))))
|
(delete-file "tests/test_proxy.py") #t))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-pytest-runner python-nose))
|
(list python-pytest python-nose))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-six))
|
(list python-six))
|
||||||
(home-page "https://pythonpaste.readthedocs.io/")
|
(home-page "https://pythonpaste.readthedocs.io/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue