All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14
@ 2020-07-02 10:48 Leon Anavi
  2020-07-02 10:48 ` [meta-python][PATCH 2/5] python3-dbus-next: Upgrade 0.1.2 -> 0.1.3 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leon Anavi @ 2020-07-02 10:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.14:

- Changes required to support Pint-Pandas 0.1

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-pint_0.13.bb => python3-pint_0.14.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pint_0.13.bb => python3-pint_0.14.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-pint_0.13.bb b/meta-python/recipes-devtools/python/python3-pint_0.14.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-pint_0.13.bb
rename to meta-python/recipes-devtools/python/python3-pint_0.14.bb
index 9a081baba..8e1630476 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.13.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.14.bb
@@ -10,8 +10,8 @@ PYPI_PACKAGE := "Pint"
 
 inherit pypi ptest setuptools3
 
-SRC_URI[md5sum] = "6e60d42736f8175a57119aecc383fe4b"
-SRC_URI[sha256sum] = "13fa35ffa3ddf53161b4304917085687950e0de461bcdd4d65cdee11a43d7fb2"
+SRC_URI[md5sum] = "e5e409806bc82f518230117b30ae23ed"
+SRC_URI[sha256sum] = "9aa450ebb9d722ed03fa9a450104cfd16c479b49f862d547c6f77320de597f72"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-python][PATCH 2/5] python3-dbus-next: Upgrade 0.1.2 -> 0.1.3
  2020-07-02 10:48 [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14 Leon Anavi
@ 2020-07-02 10:48 ` Leon Anavi
  2020-07-06 15:42   ` [oe] " Trevor Gamblin
  2020-07-02 10:48 ` [meta-python][PATCH 3/5] python3-pybluez: Upgrade 0.22 -> 0.23 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-07-02 10:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.1.3:

- Add the object manager interface to the service.
- Allow coroutines in service methods.
- Client: don't send method replies with NO_REPLY_EXPECTED
  message flag.
- Fix duplicate nodes in introspection.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-dbus-next_0.1.2.bb => python3-dbus-next_0.1.3.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-dbus-next_0.1.2.bb => python3-dbus-next_0.1.3.bb} (52%)

diff --git a/meta-python/recipes-devtools/python/python3-dbus-next_0.1.2.bb b/meta-python/recipes-devtools/python/python3-dbus-next_0.1.3.bb
similarity index 52%
rename from meta-python/recipes-devtools/python/python3-dbus-next_0.1.2.bb
rename to meta-python/recipes-devtools/python/python3-dbus-next_0.1.3.bb
index 2784013a1..4da4be81b 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-next_0.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-next_0.1.3.bb
@@ -1,10 +1,10 @@
 SUMMARY = "A zero-dependency DBus library for Python with asyncio support"
 HOMEPAGE = "https://github.com/acrisci/python-dbus-next"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b32e18a71bcdd072bce21f204629a104"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=94e750c96e56788499b56c81de91431c"
 
-SRC_URI[md5sum] = "df838d695284dd1775860f9691a8663f"
-SRC_URI[sha256sum] = "a567d845ceed5feac48dda7faeb9ff2571f9a434a3c32b9b363f763e82368762"
+SRC_URI[md5sum] = "a823270b11c8dd7932c12adc6b2fadbb"
+SRC_URI[sha256sum] = "4dd9097778224c69228f7f2a0f52e9b13ec2c75e87974ad312525c927835e8fb"
 
 PYPI_PACKAGE = "dbus_next"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-python][PATCH 3/5] python3-pybluez: Upgrade 0.22 -> 0.23
  2020-07-02 10:48 [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14 Leon Anavi
  2020-07-02 10:48 ` [meta-python][PATCH 2/5] python3-dbus-next: Upgrade 0.1.2 -> 0.1.3 Leon Anavi
@ 2020-07-02 10:48 ` Leon Anavi
  2020-07-06 15:42   ` [oe] " Trevor Gamblin
  2020-07-02 10:48 ` [meta-python][PATCH 4/5] python3-stevedore: Upgrade 1.31.0 -> 2.0.1 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-07-02 10:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.23:

- Dropped support for Python 2.7. The minimum Python version
  is now 3.5.

Use tar.gz instead of zip. Fix the URL of the HOMEPAGE.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-pybluez_0.22.bb => python3-pybluez_0.23.bb}   | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pybluez_0.22.bb => python3-pybluez_0.23.bb} (58%)

diff --git a/meta-python/recipes-devtools/python/python3-pybluez_0.22.bb b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
similarity index 58%
rename from meta-python/recipes-devtools/python/python3-pybluez_0.22.bb
rename to meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
index 26902e18d..5242059bc 100644
--- a/meta-python/recipes-devtools/python/python3-pybluez_0.22.bb
+++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Bluetooth Python extension module"
-HOMEPAGE = "http://karulis.github.io/pybluez/"
+HOMEPAGE = "https://pybluez.github.io/"
 SECTION = "devel/python"
 
 DEPENDS = "bluez5"
@@ -7,11 +7,10 @@ DEPENDS = "bluez5"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
 
-SRC_URI[md5sum] = "49dab9d5a8f0b798c8125c7f649be3cd"
-SRC_URI[sha256sum] = "4ce006716a54d9d18e8186a3f1c8b12a8e6befecffe8fd5828a291fb694ce49d"
+SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d"
+SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
 
 PYPI_PACKAGE = "PyBluez"
-PYPI_PACKAGE_EXT = "zip"
 inherit pypi setuptools3
 
 RDEPENDS_${PN} += "\
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-python][PATCH 4/5] python3-stevedore: Upgrade 1.31.0 -> 2.0.1
  2020-07-02 10:48 [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14 Leon Anavi
  2020-07-02 10:48 ` [meta-python][PATCH 2/5] python3-dbus-next: Upgrade 0.1.2 -> 0.1.3 Leon Anavi
  2020-07-02 10:48 ` [meta-python][PATCH 3/5] python3-pybluez: Upgrade 0.22 -> 0.23 Leon Anavi
@ 2020-07-02 10:48 ` Leon Anavi
  2020-07-06 15:43   ` [oe] " Trevor Gamblin
  2020-07-02 10:48 ` [meta-python][PATCH 5/5] python3-h5py: Upgrade 2.9.0 -> 2.10.0 Leon Anavi
  2020-07-06 15:41 ` [oe] [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-07-02 10:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.0.1:

- Stop to use the __future__ module
- Switch to newer openstackdocstheme and reno versions
- Add Python3 victoria unit tests
- Mark sphinx extensions thread safe
- Remove dead files
- Drop Python 2.7 support
- Update master for stable/ussuri

Update the HOMEPAGE because Stevedore is now part of the OpenStack
Oslo program and is managed through OpenStack's infrastructure
system.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...thon3-stevedore_1.31.0.bb => python3-stevedore_2.0.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-stevedore_1.31.0.bb => python3-stevedore_2.0.1.bb} (60%)

diff --git a/meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_2.0.1.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb
rename to meta-python/recipes-devtools/python/python3-stevedore_2.0.1.bb
index b985ca5b1..cf388fa7c 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_2.0.1.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "Manage dynamic plugins for Python applications"
-HOMEPAGE = "https://github.com/dreamhost/stevedore"
+HOMEPAGE = "https://docs.openstack.org/stevedore/latest/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[md5sum] = "42fa2bf0251c96b543765c5ce13f37c9"
-SRC_URI[sha256sum] = "e0739f9739a681c7a1fda76a102b65295e96a144ccdb552f2ae03c5f0abe8a14"
+SRC_URI[md5sum] = "d0f137ec4fe5d98978970671a860882d"
+SRC_URI[sha256sum] = "609912b87df5ad338ff8e44d13eaad4f4170a65b79ae9cb0aa5632598994a1b7"
 
 DEPENDS += "${PYTHON_PN}-pbr-native"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-python][PATCH 5/5] python3-h5py: Upgrade 2.9.0 -> 2.10.0
  2020-07-02 10:48 [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-07-02 10:48 ` [meta-python][PATCH 4/5] python3-stevedore: Upgrade 1.31.0 -> 2.0.1 Leon Anavi
@ 2020-07-02 10:48 ` Leon Anavi
  2020-07-06 15:43   ` [oe] " Trevor Gamblin
  2020-07-06 15:41 ` [oe] [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-07-02 10:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Inherit pypi. Use LICENSE for LIC_FILES_CHKSUM.

Upgrade to release 2.10.0, for details:
http://docs.h5py.org/en/stable/whatsnew/index.html

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../0001-cross-compiling-support.patch           | 15 ++++++++-------
 ...hon3-h5py_2.9.0.bb => python3-h5py_2.10.0.bb} | 16 ++++++++--------
 2 files changed, 16 insertions(+), 15 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-h5py_2.9.0.bb => python3-h5py_2.10.0.bb} (62%)

diff --git a/meta-python/recipes-devtools/python/python3-h5py/0001-cross-compiling-support.patch b/meta-python/recipes-devtools/python/python3-h5py/0001-cross-compiling-support.patch
index ff50c85a0..8c0b91432 100644
--- a/meta-python/recipes-devtools/python/python3-h5py/0001-cross-compiling-support.patch
+++ b/meta-python/recipes-devtools/python/python3-h5py/0001-cross-compiling-support.patch
@@ -1,4 +1,4 @@
-From 7e3b1745c1fef34683a0610381dd3308ad4d1ba9 Mon Sep 17 00:00:00 2001
+From 364fd0906efa349ea44a761820408dcf6b2b8726 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Tue, 29 Jan 2019 17:08:32 +0800
 Subject: [PATCH] cross compiling support
@@ -8,16 +8,17 @@ Remove useless dirs
 Upstream-Status: Inappropriate [oe specific]
 
 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
+Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
 ---
  setup_build.py     | 4 ----
  setup_configure.py | 2 +-
  2 files changed, 1 insertion(+), 5 deletions(-)
 
 diff --git a/setup_build.py b/setup_build.py
-index 85b321a..2c78e92 100644
+index c0e9a28c..ffd3bef7 100644
 --- a/setup_build.py
 +++ b/setup_build.py
-@@ -53,10 +53,6 @@ if sys.platform.startswith('win'):
+@@ -55,10 +55,6 @@ if sys.platform.startswith('win'):
          ('_HDF5USEDLL_', None),
          ('H5_BUILT_AS_DYNAMIC_LIB', None)
      ])
@@ -29,11 +30,11 @@ index 85b321a..2c78e92 100644
  class h5py_build_ext(build_ext):
  
 diff --git a/setup_configure.py b/setup_configure.py
-index a2de76a..197f2da 100644
+index 5576775e..75f4141e 100644
 --- a/setup_configure.py
 +++ b/setup_configure.py
-@@ -208,7 +208,7 @@ def autodetect_version(hdf5_dir=None):
-     else:
+@@ -206,7 +206,7 @@ def autodetect_version(hdf5_dir=None):
+         default_path = 'libhdf5.so'
          regexp = re.compile(r'^libhdf5.so')
  
 -    libdirs = ['/usr/local/lib', '/opt/local/lib']
@@ -42,5 +43,5 @@ index a2de76a..197f2da 100644
          if pkgconfig.exists("hdf5"):
              libdirs.extend(pkgconfig.parse("hdf5")['library_dirs'])
 -- 
-2.7.4
+2.17.1
 
diff --git a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb b/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
similarity index 62%
rename from meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb
rename to meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
index 7822e463e..3904abbb4 100644
--- a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
@@ -1,17 +1,17 @@
-SUMMARY = "Provides both a high- and low-level interface to the HDF5 library from Python. "
+SUMMARY = "Provides both a high- and low-level interface to the HDF5 library from Python."
 HOMEPAGE = "https://www.h5py.org/"
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://setup.py;beginline=107;endline=107;md5=795ecad0d261c998cc526c84a822dff6"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c"
 
-SRC_URI = "git://github.com/h5py/h5py.git \
+SRC_URI[md5sum] = "504b595237409ab766fbbe568e60a080"
+SRC_URI[sha256sum] = "84412798925dc870ffd7107f045d7659e60f5d46d1c70c700375248bf6bf512d"
+
+SRC_URI_append = " \
            file://0001-cross-compiling-support.patch \
           "
-SRCREV ?= "8d96a14c3508de1bde77aec5db302e478dc5dbc4"
-
-inherit setuptools3
 
-S = "${WORKDIR}/git"
+inherit pypi setuptools3
 
 BBCLASSEXTEND = "native"
 
@@ -27,4 +27,4 @@ RDEPENDS_${PN} = "python3-numpy \
                   python3-six \
                  "
 
-export HDF5_VERSION="1.8.19"
+export HDF5_VERSION="1.8.21"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [oe] [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14
  2020-07-02 10:48 [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-07-02 10:48 ` [meta-python][PATCH 5/5] python3-h5py: Upgrade 2.9.0 -> 2.10.0 Leon Anavi
@ 2020-07-06 15:41 ` Trevor Gamblin
  4 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-07-06 15:41 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1399 bytes --]


On 7/2/20 6:48 AM, Leon Anavi wrote:
> Upgrade to release 0.14:
>
> - Changes required to support Pint-Pandas 0.1
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-pint_0.13.bb => python3-pint_0.14.bb}     | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pint_0.13.bb => python3-pint_0.14.bb} (81%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pint_0.13.bb b/meta-python/recipes-devtools/python/python3-pint_0.14.bb
> similarity index 81%
> rename from meta-python/recipes-devtools/python/python3-pint_0.13.bb
> rename to meta-python/recipes-devtools/python/python3-pint_0.14.bb
> index 9a081baba..8e1630476 100644
> --- a/meta-python/recipes-devtools/python/python3-pint_0.13.bb
> +++ b/meta-python/recipes-devtools/python/python3-pint_0.14.bb
> @@ -10,8 +10,8 @@ PYPI_PACKAGE := "Pint"
>   
>   inherit pypi ptest setuptools3
>   
> -SRC_URI[md5sum] = "6e60d42736f8175a57119aecc383fe4b"
> -SRC_URI[sha256sum] = "13fa35ffa3ddf53161b4304917085687950e0de461bcdd4d65cdee11a43d7fb2"
> +SRC_URI[md5sum] = "e5e409806bc82f518230117b30ae23ed"
> +SRC_URI[sha256sum] = "9aa450ebb9d722ed03fa9a450104cfd16c479b49f862d547c6f77320de597f72"
>   
>   DEPENDS += "python3-setuptools-scm-native"
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 2234 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [oe] [meta-python][PATCH 2/5] python3-dbus-next: Upgrade 0.1.2 -> 0.1.3
  2020-07-02 10:48 ` [meta-python][PATCH 2/5] python3-dbus-next: Upgrade 0.1.2 -> 0.1.3 Leon Anavi
@ 2020-07-06 15:42   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-07-06 15:42 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1857 bytes --]


On 7/2/20 6:48 AM, Leon Anavi wrote:
> Upgrade to release 0.1.3:
>
> - Add the object manager interface to the service.
> - Allow coroutines in service methods.
> - Client: don't send method replies with NO_REPLY_EXPECTED
>    message flag.
> - Fix duplicate nodes in introspection.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-dbus-next_0.1.2.bb => python3-dbus-next_0.1.3.bb} | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-dbus-next_0.1.2.bb => python3-dbus-next_0.1.3.bb} (52%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-dbus-next_0.1.2.bb b/meta-python/recipes-devtools/python/python3-dbus-next_0.1.3.bb
> similarity index 52%
> rename from meta-python/recipes-devtools/python/python3-dbus-next_0.1.2.bb
> rename to meta-python/recipes-devtools/python/python3-dbus-next_0.1.3.bb
> index 2784013a1..4da4be81b 100644
> --- a/meta-python/recipes-devtools/python/python3-dbus-next_0.1.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-dbus-next_0.1.3.bb
> @@ -1,10 +1,10 @@
>   SUMMARY = "A zero-dependency DBus library for Python with asyncio support"
>   HOMEPAGE = "https://github.com/acrisci/python-dbus-next"
>   LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b32e18a71bcdd072bce21f204629a104"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=94e750c96e56788499b56c81de91431c"
>   
> -SRC_URI[md5sum] = "df838d695284dd1775860f9691a8663f"
> -SRC_URI[sha256sum] = "a567d845ceed5feac48dda7faeb9ff2571f9a434a3c32b9b363f763e82368762"
> +SRC_URI[md5sum] = "a823270b11c8dd7932c12adc6b2fadbb"
> +SRC_URI[sha256sum] = "4dd9097778224c69228f7f2a0f52e9b13ec2c75e87974ad312525c927835e8fb"
>   
>   PYPI_PACKAGE = "dbus_next"
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 3001 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [oe] [meta-python][PATCH 3/5] python3-pybluez: Upgrade 0.22 -> 0.23
  2020-07-02 10:48 ` [meta-python][PATCH 3/5] python3-pybluez: Upgrade 0.22 -> 0.23 Leon Anavi
@ 2020-07-06 15:42   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-07-06 15:42 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1871 bytes --]


On 7/2/20 6:48 AM, Leon Anavi wrote:
> Upgrade to release 0.23:
>
> - Dropped support for Python 2.7. The minimum Python version
>    is now 3.5.
>
> Use tar.gz instead of zip. Fix the URL of the HOMEPAGE.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pybluez_0.22.bb => python3-pybluez_0.23.bb}   | 7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pybluez_0.22.bb => python3-pybluez_0.23.bb} (58%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pybluez_0.22.bb b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
> similarity index 58%
> rename from meta-python/recipes-devtools/python/python3-pybluez_0.22.bb
> rename to meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
> index 26902e18d..5242059bc 100644
> --- a/meta-python/recipes-devtools/python/python3-pybluez_0.22.bb
> +++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
> @@ -1,5 +1,5 @@
>   DESCRIPTION = "Bluetooth Python extension module"
> -HOMEPAGE = "http://karulis.github.io/pybluez/"
> +HOMEPAGE = "https://pybluez.github.io/"
>   SECTION = "devel/python"
>   
>   DEPENDS = "bluez5"
> @@ -7,11 +7,10 @@ DEPENDS = "bluez5"
>   LICENSE = "GPL-2.0"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
>   
> -SRC_URI[md5sum] = "49dab9d5a8f0b798c8125c7f649be3cd"
> -SRC_URI[sha256sum] = "4ce006716a54d9d18e8186a3f1c8b12a8e6befecffe8fd5828a291fb694ce49d"
> +SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d"
> +SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
>   
>   PYPI_PACKAGE = "PyBluez"
> -PYPI_PACKAGE_EXT = "zip"
>   inherit pypi setuptools3
>   
>   RDEPENDS_${PN} += "\
>
> 

[-- Attachment #2: Type: text/html, Size: 3016 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [oe] [meta-python][PATCH 4/5] python3-stevedore: Upgrade 1.31.0 -> 2.0.1
  2020-07-02 10:48 ` [meta-python][PATCH 4/5] python3-stevedore: Upgrade 1.31.0 -> 2.0.1 Leon Anavi
@ 2020-07-06 15:43   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-07-06 15:43 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2037 bytes --]


On 7/2/20 6:48 AM, Leon Anavi wrote:
> Upgrade to release 2.0.1:
>
> - Stop to use the __future__ module
> - Switch to newer openstackdocstheme and reno versions
> - Add Python3 victoria unit tests
> - Mark sphinx extensions thread safe
> - Remove dead files
> - Drop Python 2.7 support
> - Update master for stable/ussuri
>
> Update the HOMEPAGE because Stevedore is now part of the OpenStack
> Oslo program and is managed through OpenStack's infrastructure
> system.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...thon3-stevedore_1.31.0.bb => python3-stevedore_2.0.1.bb} | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-stevedore_1.31.0.bb => python3-stevedore_2.0.1.bb} (60%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_2.0.1.bb
> similarity index 60%
> rename from meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb
> rename to meta-python/recipes-devtools/python/python3-stevedore_2.0.1.bb
> index b985ca5b1..cf388fa7c 100644
> --- a/meta-python/recipes-devtools/python/python3-stevedore_1.31.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-stevedore_2.0.1.bb
> @@ -1,10 +1,10 @@
>   DESCRIPTION = "Manage dynamic plugins for Python applications"
> -HOMEPAGE = "https://github.com/dreamhost/stevedore"
> +HOMEPAGE = "https://docs.openstack.org/stevedore/latest/"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>   
> -SRC_URI[md5sum] = "42fa2bf0251c96b543765c5ce13f37c9"
> -SRC_URI[sha256sum] = "e0739f9739a681c7a1fda76a102b65295e96a144ccdb552f2ae03c5f0abe8a14"
> +SRC_URI[md5sum] = "d0f137ec4fe5d98978970671a860882d"
> +SRC_URI[sha256sum] = "609912b87df5ad338ff8e44d13eaad4f4170a65b79ae9cb0aa5632598994a1b7"
>   
>   DEPENDS += "${PYTHON_PN}-pbr-native"
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 3162 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [oe] [meta-python][PATCH 5/5] python3-h5py: Upgrade 2.9.0 -> 2.10.0
  2020-07-02 10:48 ` [meta-python][PATCH 5/5] python3-h5py: Upgrade 2.9.0 -> 2.10.0 Leon Anavi
@ 2020-07-06 15:43   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-07-06 15:43 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 4524 bytes --]


On 7/2/20 6:48 AM, Leon Anavi wrote:
> Inherit pypi. Use LICENSE for LIC_FILES_CHKSUM.
>
> Upgrade to release 2.10.0, for details:
> http://docs.h5py.org/en/stable/whatsnew/index.html
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../0001-cross-compiling-support.patch           | 15 ++++++++-------
>   ...hon3-h5py_2.9.0.bb => python3-h5py_2.10.0.bb} | 16 ++++++++--------
>   2 files changed, 16 insertions(+), 15 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-h5py_2.9.0.bb => python3-h5py_2.10.0.bb} (62%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-h5py/0001-cross-compiling-support.patch b/meta-python/recipes-devtools/python/python3-h5py/0001-cross-compiling-support.patch
> index ff50c85a0..8c0b91432 100644
> --- a/meta-python/recipes-devtools/python/python3-h5py/0001-cross-compiling-support.patch
> +++ b/meta-python/recipes-devtools/python/python3-h5py/0001-cross-compiling-support.patch
> @@ -1,4 +1,4 @@
> -From 7e3b1745c1fef34683a0610381dd3308ad4d1ba9 Mon Sep 17 00:00:00 2001
> +From 364fd0906efa349ea44a761820408dcf6b2b8726 Mon Sep 17 00:00:00 2001
>   From: Hongxu Jia <hongxu.jia@windriver.com>
>   Date: Tue, 29 Jan 2019 17:08:32 +0800
>   Subject: [PATCH] cross compiling support
> @@ -8,16 +8,17 @@ Remove useless dirs
>   Upstream-Status: Inappropriate [oe specific]
>   
>   Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> +Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
>   ---
>    setup_build.py     | 4 ----
>    setup_configure.py | 2 +-
>    2 files changed, 1 insertion(+), 5 deletions(-)
>   
>   diff --git a/setup_build.py b/setup_build.py
> -index 85b321a..2c78e92 100644
> +index c0e9a28c..ffd3bef7 100644
>   --- a/setup_build.py
>   +++ b/setup_build.py
> -@@ -53,10 +53,6 @@ if sys.platform.startswith('win'):
> +@@ -55,10 +55,6 @@ if sys.platform.startswith('win'):
>            ('_HDF5USEDLL_', None),
>            ('H5_BUILT_AS_DYNAMIC_LIB', None)
>        ])
> @@ -29,11 +30,11 @@ index 85b321a..2c78e92 100644
>    class h5py_build_ext(build_ext):
>    
>   diff --git a/setup_configure.py b/setup_configure.py
> -index a2de76a..197f2da 100644
> +index 5576775e..75f4141e 100644
>   --- a/setup_configure.py
>   +++ b/setup_configure.py
> -@@ -208,7 +208,7 @@ def autodetect_version(hdf5_dir=None):
> -     else:
> +@@ -206,7 +206,7 @@ def autodetect_version(hdf5_dir=None):
> +         default_path = 'libhdf5.so'
>            regexp = re.compile(r'^libhdf5.so')
>    
>   -    libdirs = ['/usr/local/lib', '/opt/local/lib']
> @@ -42,5 +43,5 @@ index a2de76a..197f2da 100644
>            if pkgconfig.exists("hdf5"):
>                libdirs.extend(pkgconfig.parse("hdf5")['library_dirs'])
>   --
> -2.7.4
> +2.17.1
>   
> diff --git a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb b/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
> similarity index 62%
> rename from meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb
> rename to meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
> index 7822e463e..3904abbb4 100644
> --- a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
> @@ -1,17 +1,17 @@
> -SUMMARY = "Provides both a high- and low-level interface to the HDF5 library from Python. "
> +SUMMARY = "Provides both a high- and low-level interface to the HDF5 library from Python."
>   HOMEPAGE = "https://www.h5py.org/"
>   SECTION = "devel/python"
>   LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://setup.py;beginline=107;endline=107;md5=795ecad0d261c998cc526c84a822dff6"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c"
>   
> -SRC_URI = "git://github.com/h5py/h5py.git \
> +SRC_URI[md5sum] = "504b595237409ab766fbbe568e60a080"
> +SRC_URI[sha256sum] = "84412798925dc870ffd7107f045d7659e60f5d46d1c70c700375248bf6bf512d"
> +
> +SRC_URI_append = " \
>              file://0001-cross-compiling-support.patch \
>             "
> -SRCREV ?= "8d96a14c3508de1bde77aec5db302e478dc5dbc4"
> -
> -inherit setuptools3
>   
> -S = "${WORKDIR}/git"
> +inherit pypi setuptools3
>   
>   BBCLASSEXTEND = "native"
>   
> @@ -27,4 +27,4 @@ RDEPENDS_${PN} = "python3-numpy \
>                     python3-six \
>                    "
>   
> -export HDF5_VERSION="1.8.19"
> +export HDF5_VERSION="1.8.21"
>
> 

[-- Attachment #2: Type: text/html, Size: 6203 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-07-06 15:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-02 10:48 [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14 Leon Anavi
2020-07-02 10:48 ` [meta-python][PATCH 2/5] python3-dbus-next: Upgrade 0.1.2 -> 0.1.3 Leon Anavi
2020-07-06 15:42   ` [oe] " Trevor Gamblin
2020-07-02 10:48 ` [meta-python][PATCH 3/5] python3-pybluez: Upgrade 0.22 -> 0.23 Leon Anavi
2020-07-06 15:42   ` [oe] " Trevor Gamblin
2020-07-02 10:48 ` [meta-python][PATCH 4/5] python3-stevedore: Upgrade 1.31.0 -> 2.0.1 Leon Anavi
2020-07-06 15:43   ` [oe] " Trevor Gamblin
2020-07-02 10:48 ` [meta-python][PATCH 5/5] python3-h5py: Upgrade 2.9.0 -> 2.10.0 Leon Anavi
2020-07-06 15:43   ` [oe] " Trevor Gamblin
2020-07-06 15:41 ` [oe] [meta-python][PATCH 1/5] python3-pint: Upgrade 0.13 -> 0.14 Trevor Gamblin

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.