* bug#26868: [PATCH] gnu: python-pytest-runner: Update to 2.11.1.
@ 2017-05-10 17:57 Roel Janssen
2017-05-10 21:15 ` Marius Bakke
2017-05-11 9:11 ` julien lepiller
0 siblings, 2 replies; 4+ messages in thread
From: Roel Janssen @ 2017-05-10 17:57 UTC (permalink / raw)
To: 26868
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-python-pytest-runner-Update-to-2.11.1.patch --]
[-- Type: text/x-patch, Size: 1070 bytes --]
From 33ba51e99c62243905cb88466eb5bfea557aaf4e Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Wed, 10 May 2017 19:53:45 +0200
Subject: [PATCH] gnu: python-pytest-runner: Update to 2.11.1.
* gnu/packages/python.scm (python-pytest-runner): Update to 2.11.1.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 60d3868e9..be0202de6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1879,14 +1879,14 @@ supports coverage of subprocesses.")
(define-public python-pytest-runner
(package
(name "python-pytest-runner")
- (version "2.6.2")
+ (version "2.11.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-runner" version))
(sha256
(base32
- "1nwcqx0l3fv52kv8526wy8ypzghbq96c96di318d98d3wh7a8xg7"))))
+ "1cw978kqqcq916b9gfns1qjqvg33c5ail5jhw9054dsynkm32flq"))))
(build-system python-build-system)
(arguments
`(#:phases
--
2.12.2
[-- Attachment #2: Type: text/plain, Size: 289 bytes --]
Dear Guix,
When attempting to add another package (python-maildir-deduplicate),
I needed to upgrade this one. Since I'm not sure about the impact of
this update, I'd like to have an opinion on whether this can go in
as-is, or that more care should be taken.
Kind regards,
Roel Janssen
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#26868: [PATCH] gnu: python-pytest-runner: Update to 2.11.1.
2017-05-10 17:57 bug#26868: [PATCH] gnu: python-pytest-runner: Update to 2.11.1 Roel Janssen
@ 2017-05-10 21:15 ` Marius Bakke
2017-05-11 9:11 ` julien lepiller
1 sibling, 0 replies; 4+ messages in thread
From: Marius Bakke @ 2017-05-10 21:15 UTC (permalink / raw)
To: Roel Janssen, 26868
[-- Attachment #1: Type: text/plain, Size: 946 bytes --]
Roel Janssen <roel@gnu.org> writes:
> From 33ba51e99c62243905cb88466eb5bfea557aaf4e Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel@gnu.org>
> Date: Wed, 10 May 2017 19:53:45 +0200
> Subject: [PATCH] gnu: python-pytest-runner: Update to 2.11.1.
[...]
> When attempting to add another package (python-maildir-deduplicate),
> I needed to upgrade this one. Since I'm not sure about the impact of
> this update, I'd like to have an opinion on whether this can go in
> as-is, or that more care should be taken.
The impact of a package change can be determined with `guix refresh`:
$ guix refresh -l python{,2}-pytest-runner
Building the following 38 packages would ensure 113 dependent packages
are rebuilt: [...]
Since there are "only" 138 rebuilds it should be good for 'master'. It's
good to try and build some/most of the dependent packages to check for
any obvious breakage before such version jumps; but this seems fairly
safe to me.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#26868: [PATCH] gnu: python-pytest-runner: Update to 2.11.1.
2017-05-10 17:57 bug#26868: [PATCH] gnu: python-pytest-runner: Update to 2.11.1 Roel Janssen
2017-05-10 21:15 ` Marius Bakke
@ 2017-05-11 9:11 ` julien lepiller
2017-05-11 9:24 ` Roel Janssen
1 sibling, 1 reply; 4+ messages in thread
From: julien lepiller @ 2017-05-11 9:11 UTC (permalink / raw)
To: 26868
Le 2017-05-10 23:15, Marius Bakke a écrit :
> Roel Janssen <roel@gnu.org> writes:
>
>> From 33ba51e99c62243905cb88466eb5bfea557aaf4e Mon Sep 17 00:00:00 2001
>> From: Roel Janssen <roel@gnu.org>
>> Date: Wed, 10 May 2017 19:53:45 +0200
>> Subject: [PATCH] gnu: python-pytest-runner: Update to 2.11.1.
>
> [...]
>
>> When attempting to add another package (python-maildir-deduplicate),
>> I needed to upgrade this one. Since I'm not sure about the impact of
>> this update, I'd like to have an opinion on whether this can go in
>> as-is, or that more care should be taken.
>
> The impact of a package change can be determined with `guix refresh`:
>
> $ guix refresh -l python{,2}-pytest-runner
> Building the following 38 packages would ensure 113 dependent packages
> are rebuilt: [...]
>
> Since there are "only" 138 rebuilds it should be good for 'master'.
> It's
> good to try and build some/most of the dependent packages to check for
> any obvious breakage before such version jumps; but this seems fairly
> safe to me.
Actually, I was about to push that this evening as part of my pootle
patch series [1]. I've already tested rebuilding all dependent packages
of the python- and python2 variants, and there is no new failure. The
only difference being that your commit comment does not reference
python2-pytest-runner, I think you can push your patch before mine if
you want, or wait for me to push my patch series.
[1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26613
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#26868: [PATCH] gnu: python-pytest-runner: Update to 2.11.1.
2017-05-11 9:11 ` julien lepiller
@ 2017-05-11 9:24 ` Roel Janssen
0 siblings, 0 replies; 4+ messages in thread
From: Roel Janssen @ 2017-05-11 9:24 UTC (permalink / raw)
To: julien lepiller; +Cc: 26868-done
julien lepiller writes:
> Le 2017-05-10 23:15, Marius Bakke a écrit:
>> Roel Janssen <roel@gnu.org> writes:
>>
>>> From 33ba51e99c62243905cb88466eb5bfea557aaf4e Mon Sep 17 00:00:00 2001
>>> From: Roel Janssen <roel@gnu.org>
>>> Date: Wed, 10 May 2017 19:53:45 +0200
>>> Subject: [PATCH] gnu: python-pytest-runner: Update to 2.11.1.
>>
>> [...]
>>
>>> When attempting to add another package (python-maildir-deduplicate),
>>> I needed to upgrade this one. Since I'm not sure about the impact of
>>> this update, I'd like to have an opinion on whether this can go in
>>> as-is, or that more care should be taken.
>>
>> The impact of a package change can be determined with `guix refresh`:
>>
>> $ guix refresh -l python{,2}-pytest-runner
>> Building the following 38 packages would ensure 113 dependent packages
>> are rebuilt: [...]
>>
>> Since there are "only" 138 rebuilds it should be good for 'master'.
>> It's
>> good to try and build some/most of the dependent packages to check for
>> any obvious breakage before such version jumps; but this seems fairly
>> safe to me.
>
> Actually, I was about to push that this evening as part of my pootle
> patch series [1]. I've already tested rebuilding all dependent packages
> of the python- and python2 variants, and there is no new failure. The
> only difference being that your commit comment does not reference
> python2-pytest-runner, I think you can push your patch before mine if
> you want, or wait for me to push my patch series.
>
> [1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26613
Oh great! I'll wait for your patch series.
Thanks for the great work!
Kind regards,
Roel Janssen
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-05-11 9:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-10 17:57 bug#26868: [PATCH] gnu: python-pytest-runner: Update to 2.11.1 Roel Janssen
2017-05-10 21:15 ` Marius Bakke
2017-05-11 9:11 ` julien lepiller
2017-05-11 9:24 ` Roel Janssen
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).