merged Bruce
On Thu, Jun 13, 2019 at 2:04 AM Zang Ruochen <[email protected]> wrote: > > -Upgrade from python-httplib2_0.12.3.bb to python-httplib2_0.13.0.bb. > > -Add recipe python3-httplib2_0.13.0.bb. > > -License-Update: Update the information of package. > > Signed-off-by: Zang Ruochen <[email protected]> > --- > .../{python-httplib2_0.12.3.bb => python-httplib2.inc} | 8 ++++---- > .../recipes-devtools/python/python-httplib2_0.13.0.bb | 2 ++ > .../recipes-devtools/python/python3-httplib2_0.13.0.bb | 2 ++ > 3 files changed, 8 insertions(+), 4 deletions(-) > rename meta-openstack/recipes-devtools/python/{python-httplib2_0.12.3.bb => > python-httplib2.inc} (55%) > create mode 100644 > meta-openstack/recipes-devtools/python/python-httplib2_0.13.0.bb > create mode 100644 > meta-openstack/recipes-devtools/python/python3-httplib2_0.13.0.bb > > diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb > b/meta-openstack/recipes-devtools/python/python-httplib2.inc > similarity index 55% > rename from meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb > rename to meta-openstack/recipes-devtools/python/python-httplib2.inc > index a1a518f..95890cc 100644 > --- a/meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb > +++ b/meta-openstack/recipes-devtools/python/python-httplib2.inc > @@ -2,12 +2,12 @@ DESCRIPTION = "A comprehensive HTTP client library" > HOMEPAGE = "https://code.google.com/p/httplib2/" > SECTION = "devel/python" > LICENSE = "MIT" > -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=ad87b270277b5f40e2a281d9f7dde584" > +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=341f12f35eee133c8ce15c04a042fb72" > > -SRC_URI[md5sum] = "f78ce222216865271f2672e6941174d5" > -SRC_URI[sha256sum] = > "a18121c7c72a56689efbf1aef990139ad940fee1e64c6f2458831736cd593600" > +SRC_URI[md5sum] = "c0c3b1c1a1c51fa40f46271d95f74fdc" > +SRC_URI[sha256sum] = > "d1146939d270f1f1eb8cbf8f5aa72ff37d897faccca448582bb1e180aeb4c6b2" > > -inherit setuptools pypi > +inherit pypi > > do_install_append() { > perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name > "top_level.txt"` > diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.13.0.bb > b/meta-openstack/recipes-devtools/python/python-httplib2_0.13.0.bb > new file mode 100644 > index 0000000..8f98163 > --- /dev/null > +++ b/meta-openstack/recipes-devtools/python/python-httplib2_0.13.0.bb > @@ -0,0 +1,2 @@ > +inherit setuptools > +require python-httplib2.inc > diff --git > a/meta-openstack/recipes-devtools/python/python3-httplib2_0.13.0.bb > b/meta-openstack/recipes-devtools/python/python3-httplib2_0.13.0.bb > new file mode 100644 > index 0000000..03be0bd > --- /dev/null > +++ b/meta-openstack/recipes-devtools/python/python3-httplib2_0.13.0.bb > @@ -0,0 +1,2 @@ > +inherit setuptools3 > +require python-httplib2.inc > -- > 2.20.1 > > > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
