This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5024471e4c gnu: python-schema-0.5: Deprecate in favor of python-schema.
5024471e4c is described below
commit 5024471e4c3a26afdc33dd534128277b85178cd9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Oct 29 21:20:33 2025 +0000
gnu: python-schema-0.5: Deprecate in favor of python-schema.
There is no any users in Guix main channel, keeping the symbol for one
month.
* gnu/packages/python-xyz.scm (python-schema-0.5): Deprecate variable.
Change-Id: I099b91df49448eae5f38b066eca0ae6f61f80a5c
---
gnu/packages/python-xyz.scm | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3905d6806c..61e092a72f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7935,16 +7935,8 @@ services or command-line parsing, converted from
JSON/YAML (or
something else) to Python data-types.")
(license license:psfl)))
-(define-public python-schema-0.5
- (package (inherit python-schema)
- (version "0.5.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "schema" version))
- (sha256
- (base32
- "10zqvpaky51kgb8nd42bk7jwl8cn2zvayxjpdc1wwmpybj92x67s"))))))
+;; It may be removed after 2025-11-29.
+(define-deprecated/public-alias python-schema-0.5 python-schema)
(define-public python-kitchen
(package