unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43915] [PATCH 0/3] Update python-breathe and dependencies
@ 2020-10-10 22:21 Simon South
  2020-10-10 22:24 ` [bug#43915] [PATCH 1/3] gnu: python-six: Update to 1.15.0 Simon South
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Simon South @ 2020-10-10 22:21 UTC (permalink / raw)
  To: 43915; +Cc: Simon South

These patches update the python-breathe package and two of its
dependencies, python-sphinx and python-six, to their latest available
version. (python-docutils is already up-to-date.)

Note "guix refresh --list-dependent" reports that python-breathe,
python-sphinx and python-six have 1, 363 and 6,538 dependent packages,
respectively.

--
Simon South
simon@simonsouth.net


Simon South (3):
  gnu: python-six: Update to 1.15.0.
  gnu: python-sphinx: Update to 3.2.1.
  gnu: python-breathe: Update to 4.22.1.

 gnu/packages/python-xyz.scm | 4 ++--
 gnu/packages/sphinx.scm     | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.28.0





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

* [bug#43915] [PATCH 1/3] gnu: python-six: Update to 1.15.0.
  2020-10-10 22:21 [bug#43915] [PATCH 0/3] Update python-breathe and dependencies Simon South
@ 2020-10-10 22:24 ` Simon South
  2020-10-10 22:24 ` [bug#43915] [PATCH 2/3] gnu: python-sphinx: Update to 3.2.1 Simon South
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Simon South @ 2020-10-10 22:24 UTC (permalink / raw)
  To: 43915; +Cc: Simon South

* gnu/packages/python-xyz.scm (python-six): Update to 1.15.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 25eaf4a625..cd75a0cd26 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1706,14 +1706,14 @@ from the Python interpreter, or as a small part of a larger application.")
 (define-public python-six
   (package
     (name "python-six")
-    (version "1.14.0")
+    (version "1.15.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "six" version))
       (sha256
        (base32
-        "02lw67hprv57hyg3cfy02y3ixjk3nzwc0dx3c4ynlvkfwkfdnsr3"))))
+        "0n82108wxn5giff50hd9ykjhd3zl7cndabdasi6568yvbh1rqqrh"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.28.0





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

* [bug#43915] [PATCH 2/3] gnu: python-sphinx: Update to 3.2.1.
  2020-10-10 22:21 [bug#43915] [PATCH 0/3] Update python-breathe and dependencies Simon South
  2020-10-10 22:24 ` [bug#43915] [PATCH 1/3] gnu: python-six: Update to 1.15.0 Simon South
@ 2020-10-10 22:24 ` Simon South
  2020-10-10 22:24 ` [bug#43915] [PATCH 3/3] gnu: python-breathe: Update to 4.22.1 Simon South
  2020-10-10 22:28 ` [bug#43915] [PATCH 0/3] Update python-breathe and dependencies Simon South
  3 siblings, 0 replies; 9+ messages in thread
From: Simon South @ 2020-10-10 22:24 UTC (permalink / raw)
  To: 43915; +Cc: Simon South

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

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index f27f9d0176..476632a378 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -48,14 +48,14 @@
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "2.3.1")
+    (version "3.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "19a28nsb0w4bs6k8rdfyk6vzrcwdpvhs2wq77rgpmww59yvndrz6"))))
+         "1s70hxhddzf656kmj01lws4cbywgsinbg8750r9ilf7s2sdns79j"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.28.0





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

* [bug#43915] [PATCH 3/3] gnu: python-breathe: Update to 4.22.1.
  2020-10-10 22:21 [bug#43915] [PATCH 0/3] Update python-breathe and dependencies Simon South
  2020-10-10 22:24 ` [bug#43915] [PATCH 1/3] gnu: python-six: Update to 1.15.0 Simon South
  2020-10-10 22:24 ` [bug#43915] [PATCH 2/3] gnu: python-sphinx: Update to 3.2.1 Simon South
@ 2020-10-10 22:24 ` Simon South
  2020-10-10 22:28 ` [bug#43915] [PATCH 0/3] Update python-breathe and dependencies Simon South
  3 siblings, 0 replies; 9+ messages in thread
From: Simon South @ 2020-10-10 22:24 UTC (permalink / raw)
  To: 43915; +Cc: Simon South

* gnu/packages/sphinx.scm (python-breathe): Update to 4.22.1.
---
 gnu/packages/sphinx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 476632a378..bdfe82d93e 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -556,14 +556,14 @@ and several other projects.")
 (define-public python-breathe
   (package
     (name "python-breathe")
-    (version "4.13.1")
+    (version "4.22.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "breathe" version))
        (sha256
         (base32
-         "1aw749n2ry27434qd7gr99dvsrs3x3chyi9aywmhjj1g4m2j6xf6"))))
+         "0snk538xv60z4vfhl3f7v5g658za7257hddkg07cknkn33k6cjvf"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-docutils" ,python-docutils)
-- 
2.28.0





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

* [bug#43915] [PATCH 0/3] Update python-breathe and dependencies
  2020-10-10 22:21 [bug#43915] [PATCH 0/3] Update python-breathe and dependencies Simon South
                   ` (2 preceding siblings ...)
  2020-10-10 22:24 ` [bug#43915] [PATCH 3/3] gnu: python-breathe: Update to 4.22.1 Simon South
@ 2020-10-10 22:28 ` Simon South
  2020-10-23 21:48   ` Christopher Baines
  3 siblings, 1 reply; 9+ messages in thread
From: Simon South @ 2020-10-10 22:28 UTC (permalink / raw)
  To: 43915

Simon South <simon@simonsouth.net> writes:
> Note "guix refresh --list-dependent" reports that python-breathe,
> python-sphinx and python-six have 1, 363 and 6,538 dependent packages,
> respectively.

...and as soon as I hit "send" I notice this in the Guix manual:

    ...if your patch is to be applied on a branch other than ‘master’,
    say ‘core-updates’, specify it in the subject like ‘[PATCH
    core-updates] ...’.

I can resend if desired, and I'll follow this convention in the future.

-- 
Simon South
simon@simonsouth.net




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

* [bug#43915] [PATCH 0/3] Update python-breathe and dependencies
  2020-10-10 22:28 ` [bug#43915] [PATCH 0/3] Update python-breathe and dependencies Simon South
@ 2020-10-23 21:48   ` Christopher Baines
  2020-10-23 22:39     ` Simon South
  0 siblings, 1 reply; 9+ messages in thread
From: Christopher Baines @ 2020-10-23 21:48 UTC (permalink / raw)
  To: Simon South; +Cc: 43915

[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]


Simon South <simon@simonsouth.net> writes:

> Simon South <simon@simonsouth.net> writes:
>> Note "guix refresh --list-dependent" reports that python-breathe,
>> python-sphinx and python-six have 1, 363 and 6,538 dependent packages,
>> respectively.
>
> ...and as soon as I hit "send" I notice this in the Guix manual:
>
>     ...if your patch is to be applied on a branch other than ‘master’,
>     say ‘core-updates’, specify it in the subject like ‘[PATCH
>     core-updates] ...’.
>
> I can resend if desired, and I'll follow this convention in the future.

No problem :)

I've pushed the python-six change to the core-updates branch as
6f95911ad175a836fbd5aaa42a8aecb0fc335a1e.

Given the python-sphinx change is a major version update, I was unsure
about pushing it to master, at least without testing whether any of the
363 dependent packages are broken by this change.

I think the staging branch is also frozen. I'll investigate tomorrow
about starting a new staging branch...

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

* [bug#43915] [PATCH 0/3] Update python-breathe and dependencies
  2020-10-23 21:48   ` Christopher Baines
@ 2020-10-23 22:39     ` Simon South
  2020-10-24 20:17       ` Christopher Baines
  0 siblings, 1 reply; 9+ messages in thread
From: Simon South @ 2020-10-23 22:39 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 43915

Christopher Baines <mail@cbaines.net> writes:
> I've pushed the python-six change to the core-updates branch as
> 6f95911ad175a836fbd5aaa42a8aecb0fc335a1e.

Nice, thanks.

> Given the python-sphinx change is a major version update, I was unsure
> about pushing it to master, at least without testing whether any of
> the 363 dependent packages are broken by this change.

Yes, after submitting the patch I realized: It's really too significant
a change for the amount of testing I've done on it. Better to hold off
for now I think, especially with the release coming up.

My interest really was in seeing python-breathe updated, as the new
version happens to fix a warning from Sphinx when generating Texinfo
output (and there's only one other package it affects, which I
definitely have tested). I thought updating its dependencies at the same
time would be a good idea but now I think it would be a bit reckless.

-- 
Simon South
simon@simonsouth.net




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

* [bug#43915] [PATCH 0/3] Update python-breathe and dependencies
  2020-10-23 22:39     ` Simon South
@ 2020-10-24 20:17       ` Christopher Baines
  2020-12-18 14:27         ` bug#43915: " Simon South
  0 siblings, 1 reply; 9+ messages in thread
From: Christopher Baines @ 2020-10-24 20:17 UTC (permalink / raw)
  To: Simon South; +Cc: 43915

[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]


Simon South <simon@simonsouth.net> writes:

> Christopher Baines <mail@cbaines.net> writes:
>> Given the python-sphinx change is a major version update, I was unsure
>> about pushing it to master, at least without testing whether any of
>> the 363 dependent packages are broken by this change.
>
> Yes, after submitting the patch I realized: It's really too significant
> a change for the amount of testing I've done on it. Better to hold off
> for now I think, especially with the release coming up.
>
> My interest really was in seeing python-breathe updated, as the new
> version happens to fix a warning from Sphinx when generating Texinfo
> output (and there's only one other package it affects, which I
> definitely have tested). I thought updating its dependencies at the same
> time would be a good idea but now I think it would be a bit reckless.

I've gone ahead and created a staging-next branch with the python-sphinx
and python-breathe patches now.

I'll leave it up to you whether to close this bug, or leave it open
until the staging-next branch is merged.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

* bug#43915: [PATCH 0/3] Update python-breathe and dependencies
  2020-10-24 20:17       ` Christopher Baines
@ 2020-12-18 14:27         ` Simon South
  0 siblings, 0 replies; 9+ messages in thread
From: Simon South @ 2020-12-18 14:27 UTC (permalink / raw)
  To: 43915-done

The updates to python-breathe and python-sphinx have arrived in master,
and the update to python-six is in core-updates, so I'm going to go
ahead and close this issue.

-- 
Simon South
simon@simonsouth.net




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

end of thread, other threads:[~2020-12-18 14:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-10 22:21 [bug#43915] [PATCH 0/3] Update python-breathe and dependencies Simon South
2020-10-10 22:24 ` [bug#43915] [PATCH 1/3] gnu: python-six: Update to 1.15.0 Simon South
2020-10-10 22:24 ` [bug#43915] [PATCH 2/3] gnu: python-sphinx: Update to 3.2.1 Simon South
2020-10-10 22:24 ` [bug#43915] [PATCH 3/3] gnu: python-breathe: Update to 4.22.1 Simon South
2020-10-10 22:28 ` [bug#43915] [PATCH 0/3] Update python-breathe and dependencies Simon South
2020-10-23 21:48   ` Christopher Baines
2020-10-23 22:39     ` Simon South
2020-10-24 20:17       ` Christopher Baines
2020-12-18 14:27         ` bug#43915: " Simon South

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).