[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: python-nr-date: Remove old version of dataclasses.
From: |
guix-commits |
Subject: |
03/11: gnu: python-nr-date: Remove old version of dataclasses. |
Date: |
Thu, 2 Jan 2025 17:02:05 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 160b38473974bd01a7ac647d0edebf3652ad8ef9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 2 17:41:27 2025 +0100
gnu: python-nr-date: Remove old version of dataclasses.
A newer version of dataclasses is part of Python.
* gnu/packages/python-xyz.scm (python-nr-date)[propagated-inputs]: Remove
python-dataclasses.
Change-Id: I0975cbbc2b9cfac61c60226b74b1c44979f0cdee
---
gnu/packages/python-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9b71744851..aac56cad5d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2141,7 +2141,6 @@ bindings to the C++ random forest implementation, ranger,
using Cython.")
(base32 "1rnjyykjp41mqz6h1vx18jblq97gi5m5x7dgasyaihnd7fhswhq6"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #false)) ;there are none
- (propagated-inputs (list python-dataclasses))
(native-inputs (list python-poetry-core))
(home-page "https://github.com/NiklasRosenstein/python-nr.date")
(synopsis "Fast, regex-based date parsing library in plain Python")
- branch python-team updated (f725d59ffa -> 883fd35c80), guix-commits, 2025/01/02
- 03/11: gnu: python-nr-date: Remove old version of dataclasses.,
guix-commits <=
- 08/11: gnu: python-aws-xray-sdk: Update to 2.14.0., guix-commits, 2025/01/02
- 09/11: gnu: python-jose: Fix build., guix-commits, 2025/01/02
- 06/11: gnu: python-botocore: Update to 1.35.90., guix-commits, 2025/01/02
- 05/11: gnu: python-botocore: Limit number of parallel test workers., guix-commits, 2025/01/02
- 04/11: gnu: python-astral: Remove old version of dataclasses., guix-commits, 2025/01/02
- 07/11: gnu: python-pyvisa: Update to 1.14.1., guix-commits, 2025/01/02
- 01/11: gnu: python-jsonargparse: Remove old version of dataclasses., guix-commits, 2025/01/02
- 02/11: gnu: python-apprise: Update to 1.9.1., guix-commits, 2025/01/02
- 10/11: gnu: python-dnspython-1.16: Add missing inputs., guix-commits, 2025/01/02
- 11/11: gnu: python-py-partiql-parser: Update to 0.6.1., guix-commits, 2025/01/02