guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: python-pillow/security-fixes: Make graft package private.


From: guix-commits
Subject: 02/07: gnu: python-pillow/security-fixes: Make graft package private.
Date: Tue, 18 Apr 2023 12:27:53 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 661d79ad3237528bf450c43c37adfdedac493530
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 18 10:08:30 2023 -0400

    gnu: python-pillow/security-fixes: Make graft package private.
    
    This fixes the tests/packages.scm test suite, which would have failed its
    'fold-available-packages with/without cache' test case due two python-pillow
    packages having the same name/version.
    
    * gnu/packages/python-xyz.scm (python-pillow/security-fixes): Make private.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 284f8019bb..6ea91a2719 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7871,7 +7871,7 @@ a general image processing tool.")
               "http://www.pythonware.com/products/pil/license.htm";
               "The PIL Software License"))))
 
-(define-public python-pillow/security-fixes
+(define python-pillow/security-fixes
   (package-with-patches python-pillow
                         (search-patches "python-pillow-CVE-2022-45199.patch")))
 



reply via email to

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