* [PATCH] pygrub: fix package version
@ 2018-08-15 8:08 Simon Rowe
2018-08-15 8:11 ` Wei Liu
0 siblings, 1 reply; 2+ messages in thread
From: Simon Rowe @ 2018-08-15 8:08 UTC (permalink / raw)
To: xen-devel; +Cc: Wei Liu, Ian Jackson, Simon Rowe
Make the version in setup.py agree with PYGRUB_VER.
Signed-off-by: Simon Rowe <simon.rowe@eu.citrix.com>
---
tools/pygrub/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/pygrub/setup.py b/tools/pygrub/setup.py
index 52dcf57..711bbbd 100644
--- a/tools/pygrub/setup.py
+++ b/tools/pygrub/setup.py
@@ -17,7 +17,7 @@ fsimage = Extension("fsimage",
pkgs = [ 'grub' ]
setup(name='pygrub',
- version='0.3',
+ version='0.6',
description='Boot loader that looks a lot like grub for Xen',
author='Jeremy Katz',
author_email='katzj@redhat.com',
--
1.8.3.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] pygrub: fix package version
2018-08-15 8:08 [PATCH] pygrub: fix package version Simon Rowe
@ 2018-08-15 8:11 ` Wei Liu
0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2018-08-15 8:11 UTC (permalink / raw)
To: Simon Rowe; +Cc: xen-devel, Ian Jackson, Wei Liu
On Wed, Aug 15, 2018 at 09:08:07AM +0100, Simon Rowe wrote:
> Make the version in setup.py agree with PYGRUB_VER.
>
> Signed-off-by: Simon Rowe <simon.rowe@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-15 8:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-15 8:08 [PATCH] pygrub: fix package version Simon Rowe
2018-08-15 8:11 ` Wei Liu
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 NNTP newsgroup(s).