[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/105: gnu: python-virtualenv: Update to 20.28.0.
From: |
guix-commits |
Subject: |
69/105: gnu: python-virtualenv: Update to 20.28.0. |
Date: |
Sat, 21 Dec 2024 11:56:46 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 4db5b9420bd71a3ed9503337e82769d1d349e50d
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 c3e1140e5b..e320ca3cea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6571,19 +6571,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
- 28/105: gnu: Add go-suah-dev-protect., (continued)
- 28/105: gnu: Add go-suah-dev-protect., guix-commits, 2024/12/21
- 34/105: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/21
- 30/105: gnu: go-suah-dev-protect: Fix a lint warning., guix-commits, 2024/12/21
- 31/105: gnu: Add python-girc., guix-commits, 2024/12/21
- 33/105: gnu: python-irc-parser-tests: Fix build and enable tests., guix-commits, 2024/12/21
- 38/105: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/21
- 46/105: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/21
- 63/105: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2024/12/21
- 65/105: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/21
- 40/105: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/21
- 69/105: gnu: python-virtualenv: Update to 20.28.0.,
guix-commits <=
- 71/105: gnu: python-devtools: Simplify., guix-commits, 2024/12/21
- 32/105: gnu: Add python-ircmatch., guix-commits, 2024/12/21
- 42/105: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/21
- 43/105: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/21
- 45/105: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/21
- 53/105: gnu: Add python-packaging-legacy., guix-commits, 2024/12/21
- 54/105: gnu: Add python-lazy., guix-commits, 2024/12/21
- 58/105: gnu: Add python-devpi-client., guix-commits, 2024/12/21
- 67/105: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/21
- 74/105: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/21