GNU bug report logs - #58792
[PATCH] gnu: python-filelock: Update to 3.8.0.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Wed, 26 Oct 2022 07:14:01 UTC

Severity: normal

Tags: patch

Done: Tanguy LE CARROUR <tanguy <at> bioneland.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tanguy LE CARROUR <tanguy <at> bioneland.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58792: closed ([PATCH] gnu: python-filelock: Update to 3.8.0.)
Date: Thu, 29 Feb 2024 08:21:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 Feb 2024 09:20:09 +0100
with message-id <170919480926.3699.15689045686448599483 <at> 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 <at> gnu.org.)


-- 
58792: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58792
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
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



[Message part 3 (message/rfc822, inline)]
From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: 58792-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: python-filelock: Update to 3.8.0.
Date: Thu, 29 Feb 2024 09:20:09 +0100
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


This bug report was last modified 1 year and 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.