[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
325/361: gnu: python-trove-classifiers: Update to 2024.10.21.16.
From: |
guix-commits |
Subject: |
325/361: gnu: python-trove-classifiers: Update to 2024.10.21.16. |
Date: |
Fri, 22 Nov 2024 06:01:07 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 7f6de255e95cb552c61705820fc3ce0ee8bdcce9
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 23:11:08 2024 +0000
gnu: python-trove-classifiers: Update to 2024.10.21.16.
* gnu/packages/python-build.scm (python-trove-classifiers): Update to
2024.10.21.16.
Change-Id: If6ec7ef0d02d516a9ba2b16f4afe879ae2b924d5
---
gnu/packages/python-build.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 98b5301ef4..a59323769a 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -194,13 +194,13 @@ Python file, so it can be easily copied into your
project.")
(define-public python-trove-classifiers
(package
(name "python-trove-classifiers")
- (version "2023.3.9")
+ (version "2024.10.21.16")
(source (origin
(method url-fetch)
- (uri (pypi-uri "trove-classifiers" version))
+ (uri (pypi-uri "trove_classifiers" version))
(sha256
(base32
- "00xvldq94dy0zxz40idbbx40smrkfvq75r26ywszxg6lq7wg4hpf"))))
+ "1wzmij9b84pixms7nk2fawhvryj355rsi4rjwsfrspkxsrax1jqp"))))
(build-system pyproject-build-system)
(arguments (list #:build-backend "setuptools.build_meta"
#:tests? #f)) ;keep dependencies to a minimum
- 355/361: gnu: Remove python-flask-jwt., (continued)
- 355/361: gnu: Remove python-flask-jwt., guix-commits, 2024/11/22
- 266/361: gnu: python-nose-exclude: Adjust iputs., guix-commits, 2024/11/22
- 292/361: gnu: Add python-rich-tables., guix-commits, 2024/11/22
- 298/361: gnu: python-exceptiongroup: Move to python-build., guix-commits, 2024/11/22
- 306/361: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/22
- 309/361: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/22
- 308/361: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/22
- 310/361: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/22
- 314/361: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/22
- 322/361: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/22
- 325/361: gnu: python-trove-classifiers: Update to 2024.10.21.16.,
guix-commits <=
- 327/361: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/22
- 341/361: gnu: python-pytest-localserver: Update to 0.9.0.post0., guix-commits, 2024/11/22
- 347/361: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/22
- 354/361: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/22
- 135/361: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/11/22
- 220/361: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/11/22
- 226/361: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/22
- 262/361: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/22
- 264/361: gnu: hangups: Fix build., guix-commits, 2024/11/22
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/22