From 540d655f8423e628a972d54e913862954e31e65c Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Tue, 29 Dec 2015 16:19:43 -0600 Subject: [PATCH 1/4] Add PKG-INFO file --- PKG-INFO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 PKG-INFO diff --git a/PKG-INFO b/PKG-INFO new file mode 100644 index 0000000..fda6da2 --- /dev/null +++ b/PKG-INFO @@ -0,0 +1,16 @@ +Metadata-Version: 1.1 +Name: python-lkvm +Version: 0.3 +Summary: Library for lkvm +Home-page: https://github.com/clearlinux/python-lkvm +Author: Obed N Munoz +Author-email: obed.n.munoz@intel.com +License: Apache-2.0 +Description: python-lkvm is a python wrapper for lkvm command +Platform: Unix +Classifier: Intended Audience :: Information Technology +Classifier: Intended Audience :: System Administrators +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Operating System :: POSIX :: Linux +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 2.7 From 86a89d42e0fa47eae53a3d69fee9d0c3109732c1 Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Tue, 29 Dec 2015 17:05:15 -0600 Subject: [PATCH 2/4] Fix requirements.txt versions. Remove wheel requirement and ask for psutil>=1.2.1 as it seems to works nicely. --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2fb902e..e60ec41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -pbr>=1.8 -psutil==3.3.0 -six==1.10.0 -wheel==0.24.0 +pbr>=1.6 +psutil>=1.1.1 +six>=1.9.0 From 07ba9e6ca1a6b4775a530e87e7457c5d7bb33b5e Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Tue, 29 Dec 2015 17:10:00 -0600 Subject: [PATCH 3/4] bump to version 0.4 --- PKG-INFO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKG-INFO b/PKG-INFO index fda6da2..0e6d1de 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: python-lkvm -Version: 0.3 +Version: 0.4 Summary: Library for lkvm Home-page: https://github.com/clearlinux/python-lkvm Author: Obed N Munoz From d40dd166b4632a78c200d94baf82c9f1a469f316 Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Mon, 18 Jan 2016 13:53:22 -0600 Subject: [PATCH 4/4] bump to version 0.5 Signed-off-by: Simental Magana, Marcos --- PKG-INFO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKG-INFO b/PKG-INFO index 0e6d1de..21d2708 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: python-lkvm -Version: 0.4 +Version: 0.5 Summary: Library for lkvm Home-page: https://github.com/clearlinux/python-lkvm Author: Obed N Munoz