[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/45: gnu: python-virtualenv: Update to 20.28.0.
From: |
guix-commits |
Subject: |
36/45: gnu: python-virtualenv: Update to 20.28.0. |
Date: |
Tue, 17 Dec 2024 11:50:38 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit afc23d452e7e2370746ce62f490730d7dd51c2a3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 11:42:40 2024 +0100
gnu: python-virtualenv: Update to 20.28.0.
* gnu/packages/python-xyz.scm (python-virtualenv): Update to 20.28.0.
[build-system]: Use pyproject-build-system.
[arguments]: Disable a test.
[native-inputs]: Add python-covdefaults, python-coverage, python-flaky,
python-hatch-vcs, python-hatchling, python-packaging, python-pytest-env,
python-pytest-mock, python-pytest-timeout, python-setuptools, and
python-time-machine; remove python-mock and python-setuptools-scm.
[propagated-inputs]: Add python-importlib-metadata and python-platformdirs;
remove python-appdirs and python-six.
Change-Id: Id14e7608aabcba6e03ca081a508c3ac9aff1451c
---
gnu/packages/python-xyz.scm | 25 ++++++++++++++++++++-----
1 file changed, 20 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 871c06474f..dcdb86683f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6515,19 +6515,34 @@ e.g. filters, callbacks and errbacks can all be
promises.")
(define-public python-virtualenv
(package
(name "python-virtualenv")
- (version "20.3.1")
+ (version "20.28.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "virtualenv" version))
(sha256
(base32
- "1nbhnpzswcf3lmzn5xabmfdd7ki8r2w2i37y6wml54di6qi1l48c"))))
- (build-system python-build-system)
+ "1aj980vffl4mpq4j67f7a0j07rlm8jp5yw8xh3m8fywfpdi3571c"))))
+ (build-system pyproject-build-system)
+ (arguments
+ ;; These tests require Internet access.
+ (list #:test-flags '(list "-k" "not test_seed_link_via_app_data")))
(native-inputs
- (list python-mock python-pytest python-setuptools-scm))
+ (list python-covdefaults
+ python-coverage
+ python-flaky
+ python-hatch-vcs
+ python-hatchling
+ python-packaging
+ python-pytest
+ python-pytest-env
+ python-pytest-mock
+ python-pytest-timeout
+ python-setuptools
+ python-time-machine))
(propagated-inputs
- (list python-appdirs python-distlib python-filelock python-six))
+ (list python-distlib python-filelock python-importlib-metadata
+ python-platformdirs))
(home-page "https://virtualenv.pypa.io/")
(synopsis "Virtual Python environment builder")
(description
- 13/45: gnu: python-scikit-build-core: Update to 0.10.7., (continued)
- 13/45: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/17
- 16/45: gnu: Add python-strictyaml., guix-commits, 2024/12/17
- 25/45: gnu: Add python-devpi-client., guix-commits, 2024/12/17
- 11/45: gnu: Add python-time-machine., guix-commits, 2024/12/17
- 23/45: gnu: Add python-devpi-common., guix-commits, 2024/12/17
- 27/45: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/17
- 29/45: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/17
- 32/45: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/17
- 34/45: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/17
- 37/45: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/17
- 36/45: gnu: python-virtualenv: Update to 20.28.0.,
guix-commits <=
- 40/45: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/17
- 19/45: gnu: Add python-legacy-cgi., guix-commits, 2024/12/17
- 18/45: gnu: Add python-repoze-lru., guix-commits, 2024/12/17
- 22/45: gnu: Add python-pypitoken., guix-commits, 2024/12/17
- 45/45: gnu: python-pydantic: Fix build., guix-commits, 2024/12/17
- 06/45: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/17
- 04/45: gnu: python-bokeh: Fix build., guix-commits, 2024/12/17
- 03/45: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/17
- 07/45: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/17
- 14/45: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/17