[PATCH] gnu: python-trove-classifiers: Update to 2023.8.7.

  • Open
  • quality assurance status badge
Details
2 participants
  • Michael Ford
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 24 Aug 2023 11:10
(address . guix-patches@gnu.org)
CAFyhPjV=Sx3Fs5qsLjYwr-aE0EGsA_7yyEu1oOHipxn3Vxpz7w@mail.gmail.com
From 106b9d516c6e68b4e77138770715bf71b55db7a6 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 24 Aug 2023 10:08:52 +0100
Subject: [PATCH] gnu: python-trove-classifiers: Update to 2023.8.7.

* gnu/packages/python-build.scm (python-trove-classifiers): Update to
2023.8.7.
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 154c97e9e4..e003673b70 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -196,13 +196,13 @@ (define-public python-tomli
(define-public python-trove-classifiers
(package
(name "python-trove-classifiers")
- (version "2023.3.9")
+ (version "2023.8.7")
(source (origin
(method url-fetch)
(uri (pypi-uri "trove-classifiers" version))
(sha256
(base32
- "00xvldq94dy0zxz40idbbx40smrkfvq75r26ywszxg6lq7wg4hpf"))))
+ "16ii44sjiyv6ijjgy8jy468zvpbgymlz1r37x5i56pjlbnla1wn9"))))
(build-system pyproject-build-system)
(arguments (list #:build-backend "setuptools.build_meta"
#:tests? #f)) ;keep dependencies to a minimum
--
2.42.0
Attachment: file
M
M
Mathieu Othacehe wrote on 26 Oct 2023 15:07
(name . Michael Ford)(address . fanquake@gmail.com)
87h6mdjzvm.fsf@gnu.org
Hello,

Toggle quote (2 lines)
> * gnu/packages/python-build.scm (python-trove-classifiers): Update to 2023.8.7.

That one is causing a lot of rebuilds. Cc'ing the python-team here.

Thanks,

Mathieu
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 65490@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65490
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch