guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Remove python-atomicwrites-1.4.


From: guix-commits
Subject: branch master updated: gnu: Remove python-atomicwrites-1.4.
Date: Thu, 02 Jun 2022 11:54:49 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bf9da5ccc9 gnu: Remove python-atomicwrites-1.4.
bf9da5ccc9 is described below

commit bf9da5ccc908376c84d0dfc7f1531fb479d23134
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 2 10:55:26 2022 +0200

    gnu: Remove python-atomicwrites-1.4.
    
    * gnu/packages/python-xyz.scm (python-atomicwrites-1.4): Remove variable.
    * gnu/packages/matrix.scm (python-matrix-nio)[propagated-inputs]: Replace
    python-atomicwrites-1.4 with python-atomicwrites.
---
 gnu/packages/matrix.scm     |  2 +-
 gnu/packages/python-xyz.scm | 11 -----------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 9ac999b5fd..2ba6d8ba1f 100644
--- a/gnu/packages/matrix.scm
+++ b/gnu/packages/matrix.scm
@@ -211,7 +211,7 @@ homeserver and generally help bootstrap the ecosystem.")
      (list python-aiofiles
            python-aiohttp
            python-aiohttp-socks
-           python-atomicwrites-1.4
+           python-atomicwrites
            python-cachetools
            python-future
            python-h11
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 91bed915d8..f54bf340f5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13498,17 +13498,6 @@ for atomic file system operations.")
     (home-page "https://github.com/untitaker/python-atomicwrites";)
     (license license:expat)))
 
-(define-public python-atomicwrites-1.4
-  (package
-    (inherit python-atomicwrites)
-    (version "1.4.0")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "atomicwrites" version))
-              (sha256
-               (base32
-                "0yla2svfhfqrcj8qbyqzx7wi4jy0dwcxvlkg0k3zjd54s5m3jw5f"))))))
-
 (define-public python-qstylizer
   (package
     (name "python-qstylizer")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]