* [PATCH] gnu: pbr: Update to 1.6.0
@ 2015-09-06 21:07 Cyril Roelandt
2015-09-07 9:07 ` Andreas Enge
0 siblings, 1 reply; 5+ messages in thread
From: Cyril Roelandt @ 2015-09-06 21:07 UTC (permalink / raw)
To: guix-devel
* gnu/packages/openstack.scm (python-pbr): Update to 1.6.0.
---
gnu/packages/openstack.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 8e96455..d4d6813 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -100,7 +100,7 @@ tested on Python version 3.2, 2.7 and 2.6.")
(define-public python-pbr
(package
(name "python-pbr")
- (version "1.2.0")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
@@ -110,7 +110,7 @@ tested on Python version 3.2, 2.7 and 2.6.")
".tar.gz"))
(sha256
(base32
- "1l2mls8wnwpkqj6hxsphq7xibbbsf40gg37wc30nj4r600zgqhqm"))))
+ "1lg1klrczvzfan89y3bl9ykrknl3nb01vvai37fkww24apzyibjf"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;; Most tests seem to use the Internet.
--
2.1.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: pbr: Update to 1.6.0
2015-09-06 21:07 [PATCH] gnu: pbr: Update to 1.6.0 Cyril Roelandt
@ 2015-09-07 9:07 ` Andreas Enge
2015-09-07 22:13 ` Cyril Roelandt
2015-09-07 22:50 ` Cyril Roelandt
0 siblings, 2 replies; 5+ messages in thread
From: Andreas Enge @ 2015-09-07 9:07 UTC (permalink / raw)
To: Cyril Roelandt; +Cc: guix-devel
This looks harmless to push, if you checked that the dependent
python-oslotest still builds.
Andreas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: pbr: Update to 1.6.0
2015-09-07 9:07 ` Andreas Enge
@ 2015-09-07 22:13 ` Cyril Roelandt
2015-09-07 22:50 ` Cyril Roelandt
1 sibling, 0 replies; 5+ messages in thread
From: Cyril Roelandt @ 2015-09-07 22:13 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
On 09/07/2015 11:07 AM, Andreas Enge wrote:
> This looks harmless to push, if you checked that the dependent
> python-oslotest still builds.
>
Pushed in ea8e40d031c3295805dc9357098c2c13aa516e1a .
Cyril.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: pbr: Update to 1.6.0
2015-09-07 9:07 ` Andreas Enge
2015-09-07 22:13 ` Cyril Roelandt
@ 2015-09-07 22:50 ` Cyril Roelandt
2015-09-08 9:43 ` Ludovic Courtès
1 sibling, 1 reply; 5+ messages in thread
From: Cyril Roelandt @ 2015-09-07 22:50 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
On 09/07/2015 11:07 AM, Andreas Enge wrote:
> This looks harmless to push
Btw, is it OK to directly push such changes? I feel like they usually
pollute the mailing list more than anything else :/
Cyril.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: pbr: Update to 1.6.0
2015-09-07 22:50 ` Cyril Roelandt
@ 2015-09-08 9:43 ` Ludovic Courtès
0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2015-09-08 9:43 UTC (permalink / raw)
To: Cyril Roelandt; +Cc: guix-devel
Cyril Roelandt <tipecaml@gmail.com> skribis:
> On 09/07/2015 11:07 AM, Andreas Enge wrote:
>> This looks harmless to push
>
> Btw, is it OK to directly push such changes?
Yes, see “Commit Access” in ‘HACKING’. Basically if there’s too much
rebuilding, or a potential for disruption or controversy, post it here.
Let me know if you think this should be clarified.
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-09-08 9:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-06 21:07 [PATCH] gnu: pbr: Update to 1.6.0 Cyril Roelandt
2015-09-07 9:07 ` Andreas Enge
2015-09-07 22:13 ` Cyril Roelandt
2015-09-07 22:50 ` Cyril Roelandt
2015-09-08 9:43 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.