[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/57: gnu: python-pyramid: Update to 2.0.2.
From: |
guix-commits |
Subject: |
05/57: gnu: python-pyramid: Update to 2.0.2. |
Date: |
Thu, 19 Dec 2024 06:31:35 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 7a248e6b785858cb8ebd3aa9f4b2580b7f9c279e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 08:37:59 2024 +0100
gnu: python-pyramid: Update to 2.0.2.
* gnu/packages/python-web.scm (python-pyramid): Update to 2.0.2.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Add python-setuptools; move python-webtest from here...
[native-inputs]: ...to here; add python-pytest and python-wheel.
Change-Id: I9f397c4d3c8fef2b10f591cbca504f6cc14cd715
---
gnu/packages/python-web.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a14db7bd9f..05b03a7a58 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7408,25 +7408,26 @@ changed the process is restarted.")
(define-public python-pyramid
(package
(name "python-pyramid")
- (version "1.10.4")
+ (version "2.0.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "pyramid" version))
(sha256
(base32
- "0rkxs1ajycg2zh1c94xlmls56mx5m161sn8112skj0amza6cn36q"))))
- (build-system python-build-system)
+ "1phqdz068hl3zda263qkjp5am8fmvmpcxp3nrhsna8g472kkh89p"))))
+ (build-system pyproject-build-system)
(propagated-inputs
(list python-hupper
+ python-plaster
python-plaster-pastedeploy
+ python-setuptools
python-translationstring
python-venusian
python-webob
- python-zope-deprecation
- python-zope-interface
- python-webtest
python-zope-component
- python-plaster))
+ python-zope-deprecation
+ python-zope-interface))
+ (native-inputs (list python-pytest python-webtest python-wheel))
(home-page "https://trypyramid.com/")
(synopsis "Python web-framework suitable for small and large sites")
(description
- branch python-team created (now 94b50dc8b1), guix-commits, 2024/12/19
- 08/57: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2024/12/19
- 11/57: gnu: Add python-time-machine., guix-commits, 2024/12/19
- 19/57: gnu: Add python-legacy-cgi., guix-commits, 2024/12/19
- 20/57: gnu: Add python-packaging-legacy., guix-commits, 2024/12/19
- 33/57: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/19
- 03/57: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/19
- 09/57: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/19
- 25/57: gnu: Add python-devpi-client., guix-commits, 2024/12/19
- 05/57: gnu: python-pyramid: Update to 2.0.2.,
guix-commits <=
- 31/57: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2024/12/19
- 02/57: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2024/12/19
- 36/57: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/19
- 04/57: gnu: python-bokeh: Fix build., guix-commits, 2024/12/19
- 12/57: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/19
- 13/57: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/19
- 14/57: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/19
- 15/57: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/19
- 16/57: gnu: Add python-strictyaml., guix-commits, 2024/12/19
- 18/57: gnu: Add python-repoze-lru., guix-commits, 2024/12/19