unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58792] [PATCH] gnu: python-filelock: Update to 3.8.0.
@ 2022-10-26  7:13 Tanguy Le Carrour
       [not found] ` <handler.58792.B.166676841713051.ack@debbugs.gnu.org>
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Tanguy Le Carrour @ 2022-10-26  7:13 UTC (permalink / raw)
  To: 58792; +Cc: Tanguy Le Carrour

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





^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-29  8:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-26  7:13 [bug#58792] [PATCH] gnu: python-filelock: Update to 3.8.0 Tanguy Le Carrour
     [not found] ` <handler.58792.B.166676841713051.ack@debbugs.gnu.org>
2022-10-26  8:03   ` [bug#58792] Acknowledgement ([PATCH] gnu: python-filelock: Update to 3.8.0.) Tanguy LE CARROUR via Guix-patches
2022-10-26 13:44 ` [bug#58792] [PATCH v2 1/2] gnu: python-filelock: Update to 3.8.0 Tanguy Le Carrour
2022-10-26 13:44   ` [bug#58792] [PATCH v2 2/2] gnu: python-virtualenv: Update to 20.16.5 Tanguy Le Carrour
2022-11-05 11:24 ` [bug#58792] [PATCH v3 1/2] gnu: python-filelock: Update to 3.8.0 Tanguy Le Carrour
2022-11-05 11:24   ` [bug#58792] [PATCH v3 2/2] gnu: python-virtualenv: Update to 20.16.5 Tanguy Le Carrour
2024-02-29  8:20 ` bug#58792: [PATCH] gnu: python-filelock: Update to 3.8.0 Tanguy LE CARROUR
2024-02-29  8:32   ` [bug#58792] " Tanguy LE CARROUR

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).