emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#58792: closed ([PATCH] gnu: python-filelock: Update to 3.8.0.)


From: GNU bug Tracking System
Subject: bug#58792: closed ([PATCH] gnu: python-filelock: Update to 3.8.0.)
Date: Thu, 29 Feb 2024 08:21:02 +0000

Your message dated Thu, 29 Feb 2024 09:20:09 +0100
with message-id <170919480926.3699.15689045686448599483@bioneland.org>
and subject line Re: [PATCH] gnu: python-filelock: Update to 3.8.0.
has caused the debbugs.gnu.org bug report #58792,
regarding [PATCH] gnu: python-filelock: Update to 3.8.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58792: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58792
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-filelock: Update to 3.8.0. Date: Wed, 26 Oct 2022 09:13:12 +0200
Hi Guix,

This patch is trivial, but it triggers 5,000+ package rebuilds.
I need it in order to upgrade `python-virtualenv` (I'm still working on it)
… which I need to upgrade `poetry`.

Regards,


* gnu/packages/python-xyz.scm (python-filelock): Update to 3.8.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 08a33061a9..eacb54d406 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1978,14 +1978,14 @@ (define-public python-fb-re2
 (define-public python-filelock
   (package
     (name "python-filelock")
-    (version "3.0.12")
+    (version "3.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "filelock" version))
        (sha256
         (base32
-         "0ngzlvb5j8gqs2nxlp2b0jhzii792h66wsn694qm8kqixr225n0q"))))
+         "1p2f1il288abcrjx002w25dzl9jd1392cfminv2rh8bgcsm7qi2m"))))
     (build-system python-build-system)
     (home-page
      "https://github.com/benediktschmitt/py-filelock";)
-- 
2.38.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: python-filelock: Update to 3.8.0. Date: Thu, 29 Feb 2024 09:20:09 +0100 User-agent: alot/0.10
Hi Guix,

I’m closing this old bug, because:

- the patch set probably does not apply anymore;
- even if the affected packages still need to be updated,
  I don’t need them anymore as —long story short—,
  I’m not trying to make Poetry available in Guix.

Regards,

-- 
Tanguy


--- End Message ---

reply via email to

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