unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10
@ 2023-02-13 13:03 Philippe SWARTVAGHER
  2023-02-15 11:50 ` zimoun
  2023-02-15 16:19 ` Philippe SWARTVAGHER
  0 siblings, 2 replies; 10+ messages in thread
From: Philippe SWARTVAGHER @ 2023-02-13 13:03 UTC (permalink / raw)
  To: 61477; +Cc: Philippe SWARTVAGHER

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

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 7c2cb1eae0..1691658576 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -213,7 +213,7 @@ (define-public python-graphviz
 (define-public python-pygraphviz
   (package
     (name "python-pygraphviz")
-    (version "1.7")
+    (version "1.10")
     (source
      (origin
        (method git-fetch)
@@ -223,7 +223,7 @@ (define-public python-pygraphviz
        (file-name (string-append "pygraphviz-" version "-checkout"))
        (sha256
         (base32
-         "0jqc3dzy9n0hn3b99zq8jp53901zpjzvvi5ns5mbaxg8kdrb1lfx"))))
+         "1yrzjp5n86ynlj32p5dj1aj67md6bzkk8hac74j5y3mbl94m259g"))))
     (build-system python-build-system)
     (inputs
      (list graphviz))

base-commit: 5b1eab43f011983d9ee560d6935409b6b39706ff
-- 
2.30.2




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

* [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10
  2023-02-13 13:03 [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10 Philippe SWARTVAGHER
@ 2023-02-15 11:50 ` zimoun
  2023-02-15 16:24   ` Christopher Baines
  2023-02-15 16:19 ` Philippe SWARTVAGHER
  1 sibling, 1 reply; 10+ messages in thread
From: zimoun @ 2023-02-15 11:50 UTC (permalink / raw)
  To: Philippe SWARTVAGHER, 61477, Christopher Baines; +Cc: Philippe SWARTVAGHER

Hi Philippe, Chris,

On Mon, 13 Feb 2023 at 14:03, Philippe SWARTVAGHER <swartvagher@par.tuwien.ac.at> wrote:
> * gnu/packages/graphviz.scm (python-pygraphviz): Update to 1.10
                                                               --^
                                                            Missing dot

Missing two ending dot: one commit headline and one ChangeLog.

Well, QA says red:

    https://qa.guix.gnu.org/issue/61477

but it appears to me unrelated.  Chris, an idea?


Cheers,
simon






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

* [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10
  2023-02-13 13:03 [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10 Philippe SWARTVAGHER
  2023-02-15 11:50 ` zimoun
@ 2023-02-15 16:19 ` Philippe SWARTVAGHER
  2023-02-15 16:19   ` Philippe SWARTVAGHER
  2023-02-16  9:49   ` [bug#61477] " Simon Tournier
  1 sibling, 2 replies; 10+ messages in thread
From: Philippe SWARTVAGHER @ 2023-02-15 16:19 UTC (permalink / raw)
  To: 61477

> Missing two ending dot: one commit headline and one ChangeLog.
Fixed in attached revised patch (but it appears to me as a
nitpicking...).

> Well, QA says red:
I don't really understand why the QA is complaining...

Philippe.





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

* [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10.
  2023-02-15 16:19 ` Philippe SWARTVAGHER
@ 2023-02-15 16:19   ` Philippe SWARTVAGHER
  2023-02-20 13:05     ` bug#61477: " Nicolas Goaziou
  2023-02-16  9:49   ` [bug#61477] " Simon Tournier
  1 sibling, 1 reply; 10+ messages in thread
From: Philippe SWARTVAGHER @ 2023-02-15 16:19 UTC (permalink / raw)
  To: 61477; +Cc: Philippe SWARTVAGHER

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

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 7c2cb1eae0..1691658576 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -213,7 +213,7 @@ (define-public python-graphviz
 (define-public python-pygraphviz
   (package
     (name "python-pygraphviz")
-    (version "1.7")
+    (version "1.10")
     (source
      (origin
        (method git-fetch)
@@ -223,7 +223,7 @@ (define-public python-pygraphviz
        (file-name (string-append "pygraphviz-" version "-checkout"))
        (sha256
         (base32
-         "0jqc3dzy9n0hn3b99zq8jp53901zpjzvvi5ns5mbaxg8kdrb1lfx"))))
+         "1yrzjp5n86ynlj32p5dj1aj67md6bzkk8hac74j5y3mbl94m259g"))))
     (build-system python-build-system)
     (inputs
      (list graphviz))

base-commit: b4d2670771b8c2b9c4aedbef0371f1d23197d209
-- 
2.30.2




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

* [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10
  2023-02-15 11:50 ` zimoun
@ 2023-02-15 16:24   ` Christopher Baines
  2023-02-16 11:31     ` zimoun
  0 siblings, 1 reply; 10+ messages in thread
From: Christopher Baines @ 2023-02-15 16:24 UTC (permalink / raw)
  To: zimoun; +Cc: 61477, Philippe SWARTVAGHER

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


zimoun <zimon.toutoune@gmail.com> writes:

> On Mon, 13 Feb 2023 at 14:03, Philippe SWARTVAGHER <swartvagher@par.tuwien.ac.at> wrote:
>> * gnu/packages/graphviz.scm (python-pygraphviz): Update to 1.10
>                                                                --^
>                                                             Missing dot
>
> Missing two ending dot: one commit headline and one ChangeLog.
>
> Well, QA says red:
>
>     https://qa.guix.gnu.org/issue/61477
>
> but it appears to me unrelated.  Chris, an idea?

Appears grey (unknown) to me currently, but it could have been red
previously.

I see one odd and unrelated thing here, the derivation for
openmv-openscenegraph is flapping around as there's a #<gexp in the
builder script. I've fixed that in
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=12127395dc55d9ea389a6dc619207c406725237e

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

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

* [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10
  2023-02-15 16:19 ` Philippe SWARTVAGHER
  2023-02-15 16:19   ` Philippe SWARTVAGHER
@ 2023-02-16  9:49   ` Simon Tournier
  1 sibling, 0 replies; 10+ messages in thread
From: Simon Tournier @ 2023-02-16  9:49 UTC (permalink / raw)
  To: Philippe SWARTVAGHER, 61477

Hi Philippe,

On Wed, 15 Feb 2023 at 17:19, Philippe SWARTVAGHER <swartvagher@par.tuwien.ac.at> wrote:

> Fixed in attached revised patch (but it appears to me as a
> nitpicking...).

Yes, it is nitpicking! :-)  I mentioned it in case committer would have
missed it – to fix it before pushing.

Cheers,
simon

PS: If I understand correctly, after Bordeaux you are now in
Vienna.  Nice! :-)




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

* [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10
  2023-02-15 16:24   ` Christopher Baines
@ 2023-02-16 11:31     ` zimoun
  2023-02-17 16:47       ` Christopher Baines
  0 siblings, 1 reply; 10+ messages in thread
From: zimoun @ 2023-02-16 11:31 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 61477, Philippe SWARTVAGHER

Hi Chris,

On Wed, 15 Feb 2023 at 16:24, Christopher Baines <mail@cbaines.net> wrote:

>>     https://qa.guix.gnu.org/issue/61477
>>
>> but it appears to me unrelated.  Chris, an idea?
>
> Appears grey (unknown) to me currently, but it could have been red
> previously.

As a wish :-), would it be possible to report somewhere when the QA
pushes the issue in the queue?


> I see one odd and unrelated thing here, the derivation for
> openmv-openscenegraph is flapping around as there's a #<gexp in the
> builder script. I've fixed that in
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=12127395dc55d9ea389a6dc619207c406725237e

Ah, thanks.  Well, the ’inherit’ thing bites us at so many places now
that I am starting to be doubtful if it is a good pattern at scale.
Anyway. :-)

Cheers,
simon

PS: BTW, the new version [1] LGTM. ;-)

1: https://issues.guix.gnu.org/msgid/20230215161951.37438-2-swartvagher@par.tuwien.ac.at





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

* [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10
  2023-02-16 11:31     ` zimoun
@ 2023-02-17 16:47       ` Christopher Baines
  2023-02-17 17:05         ` Simon Tournier
  0 siblings, 1 reply; 10+ messages in thread
From: Christopher Baines @ 2023-02-17 16:47 UTC (permalink / raw)
  To: zimoun; +Cc: 61477

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


zimoun <zimon.toutoune@gmail.com> writes:

> On Wed, 15 Feb 2023 at 16:24, Christopher Baines <mail@cbaines.net> wrote:
>
>>>     https://qa.guix.gnu.org/issue/61477
>>>
>>> but it appears to me unrelated.  Chris, an idea?
>>
>> Appears grey (unknown) to me currently, but it could have been red
>> previously.
>
> As a wish :-), would it be possible to report somewhere when the QA
> pushes the issue in the queue?

I don't follow what you mean, but I'd suggest filing a wishlist bug
against the guix package for qa-frontpage feature requests.

Thanks,

Chris

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

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

* [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10
  2023-02-17 16:47       ` Christopher Baines
@ 2023-02-17 17:05         ` Simon Tournier
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Tournier @ 2023-02-17 17:05 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 61477

Hi,

On Fri, 17 Feb 2023 at 17:48, Christopher Baines <mail@cbaines.net> wrote:

> > As a wish :-), would it be possible to report somewhere when the QA
> > pushes the issue in the queue?
>
> I don't follow what you mean, but I'd suggest filing a wishlist bug
> against the guix package for qa-frontpage feature requests.

Today, it is not possible to know the status: when the patch is
scheduled, I do not know when it was.

I will do my best for filling wishlist bug report.

Cheers,
simon




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

* bug#61477: [PATCH] gnu: python-pygraphviz: Update to 1.10.
  2023-02-15 16:19   ` Philippe SWARTVAGHER
@ 2023-02-20 13:05     ` Nicolas Goaziou
  0 siblings, 0 replies; 10+ messages in thread
From: Nicolas Goaziou @ 2023-02-20 13:05 UTC (permalink / raw)
  To: Philippe SWARTVAGHER; +Cc: 61477-done

Hello,

Philippe SWARTVAGHER <swartvagher@par.tuwien.ac.at> writes:

> * gnu/packages/graphviz.scm (python-pygraphviz): Update to 1.10.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-02-20 13:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13 13:03 [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10 Philippe SWARTVAGHER
2023-02-15 11:50 ` zimoun
2023-02-15 16:24   ` Christopher Baines
2023-02-16 11:31     ` zimoun
2023-02-17 16:47       ` Christopher Baines
2023-02-17 17:05         ` Simon Tournier
2023-02-15 16:19 ` Philippe SWARTVAGHER
2023-02-15 16:19   ` Philippe SWARTVAGHER
2023-02-20 13:05     ` bug#61477: " Nicolas Goaziou
2023-02-16  9:49   ` [bug#61477] " Simon Tournier

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