All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-pytest: upgrade 5.2.2 -> 5.3.1
@ 2019-12-02 15:28 Wang Mingyu
  2019-12-02 15:28 ` [meta-python][PATCH] python-thrift: upgrade 0.11.0 -> 0.13.0 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wang Mingyu @ 2019-12-02 15:28 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-pytest.inc                 | 4 ++--
 .../python/{python-pytest_5.2.2.bb => python-pytest_5.3.1.bb}         | 0
 .../python/{python3-pytest_5.2.2.bb => python3-pytest_5.3.1.bb}       | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pytest_5.2.2.bb => python-pytest_5.3.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pytest_5.2.2.bb => python3-pytest_5.3.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc
index a26d410..e35d566 100644
--- a/meta-python/recipes-devtools/python/python-pytest.inc
+++ b/meta-python/recipes-devtools/python/python-pytest.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "http://pytest.org"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=640061b8cee64b308a4d2f9f556c12f2"
 
-SRC_URI[md5sum] = "889344299c9182aff67d6e461cb7af29"
-SRC_URI[sha256sum] = "27abc3fef618a01bebb1f0d6d303d2816a99aa87a5968ebc32fe971be91eb1e6"
+SRC_URI[md5sum] = "06cdb939a1f45f6b82b304abb87c3e30"
+SRC_URI[sha256sum] = "f67403f33b2b1d25a6756184077394167fe5e2f9d8bdaab30707d19ccec35427"
 
 SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch \
                    "
diff --git a/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb b/meta-python/recipes-devtools/python/python-pytest_5.3.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pytest_5.2.2.bb
rename to meta-python/recipes-devtools/python/python-pytest_5.3.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-pytest_5.2.2.bb b/meta-python/recipes-devtools/python/python3-pytest_5.3.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pytest_5.2.2.bb
rename to meta-python/recipes-devtools/python/python3-pytest_5.3.1.bb
-- 
2.7.4





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

* [meta-python][PATCH] python-thrift: upgrade 0.11.0 -> 0.13.0
  2019-12-02 15:28 [meta-python][PATCH] python-pytest: upgrade 5.2.2 -> 5.3.1 Wang Mingyu
@ 2019-12-02 15:28 ` Wang Mingyu
  2019-12-02 15:28 ` [meta-python][PATCH] python-alembic: upgrade 1.3.0 -> 1.3.1 Wang Mingyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2019-12-02 15:28 UTC (permalink / raw)
  To: openembedded-devel

-License-Update: Update PKG-INFO.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../{python-thrift_0.11.0.bb => python-thrift_0.13.0.bb}            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-connectivity/python-thrift/{python-thrift_0.11.0.bb => python-thrift_0.13.0.bb} (63%)

diff --git a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.13.0.bb
similarity index 63%
rename from meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb
rename to meta-python/recipes-connectivity/python-thrift/python-thrift_0.13.0.bb
index 10cff42..2d51619 100644
--- a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb
+++ b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.13.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "Python bindings for the Apache Thrift RPC system"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e3641ae1a26cf5c12a3a71bd3030ab0e"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e95cd2f17c70d3180a2b361332319fe0"
 
-SRC_URI[md5sum] = "36165d5c80e6b101dbe9fcf7ef524d51"
-SRC_URI[sha256sum] = "7d59ac4fdcb2c58037ebd4a9da5f9a49e3e034bf75b3f26d9fe48ba3d8806e6b"
+SRC_URI[md5sum] = "c3bc8d9a910d2c9ce26f2ad1f7c96762"
+SRC_URI[sha256sum] = "9af1c86bf73433afc6010ed376a6c6aca2b54099cc0d61895f640870a9ae7d89"
 
 inherit pypi setuptools
 
-- 
2.7.4





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

* [meta-python][PATCH] python-alembic: upgrade 1.3.0 -> 1.3.1
  2019-12-02 15:28 [meta-python][PATCH] python-pytest: upgrade 5.2.2 -> 5.3.1 Wang Mingyu
  2019-12-02 15:28 ` [meta-python][PATCH] python-thrift: upgrade 0.11.0 -> 0.13.0 Wang Mingyu
@ 2019-12-02 15:28 ` Wang Mingyu
  2019-12-02 15:28 ` [meta-python][PATCH] python-dbus: upgrade 1.2.12 -> 1.2.14 Wang Mingyu
  2019-12-02 15:28 ` [meta-python][PATCH] python-pbr: upgrade 5.4.3 -> 5.4.4 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2019-12-02 15:28 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-alembic.inc                | 4 ++--
 .../python/{python-alembic_1.3.0.bb => python-alembic_1.3.1.bb}       | 0
 .../python/{python3-alembic_1.3.0.bb => python3-alembic_1.3.1.bb}     | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-alembic_1.3.0.bb => python-alembic_1.3.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.3.0.bb => python3-alembic_1.3.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-alembic.inc b/meta-python/recipes-devtools/python/python-alembic.inc
index 8245676..7b4b08c 100644
--- a/meta-python/recipes-devtools/python/python-alembic.inc
+++ b/meta-python/recipes-devtools/python/python-alembic.inc
@@ -2,8 +2,8 @@ DESCRIPTION = "A database migration tool for SQLAlchemy"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=28aaf14a6592d14dbfb2f4abd597aa27"
 
-SRC_URI[md5sum] = "81ec3de9e2d9c389657f51bdc0d24984"
-SRC_URI[sha256sum] = "e6c6a4243e89c8d3e2342a1562b2388f3b524c9cac2fccc4d2c461a1320cc1c1"
+SRC_URI[md5sum] = "6ac9edfb0b3951fef3b356d2761ebb3f"
+SRC_URI[sha256sum] = "49277bb7242192bbb9eac58fed4fe02ec6c3a2a4b4345d2171197459266482b2"
 
 PYPI_PACKAGE = "alembic"
 
diff --git a/meta-python/recipes-devtools/python/python-alembic_1.3.0.bb b/meta-python/recipes-devtools/python/python-alembic_1.3.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-alembic_1.3.0.bb
rename to meta-python/recipes-devtools/python/python-alembic_1.3.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.3.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.3.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-alembic_1.3.0.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.3.1.bb
-- 
2.7.4





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

* [meta-python][PATCH] python-dbus: upgrade 1.2.12 -> 1.2.14
  2019-12-02 15:28 [meta-python][PATCH] python-pytest: upgrade 5.2.2 -> 5.3.1 Wang Mingyu
  2019-12-02 15:28 ` [meta-python][PATCH] python-thrift: upgrade 0.11.0 -> 0.13.0 Wang Mingyu
  2019-12-02 15:28 ` [meta-python][PATCH] python-alembic: upgrade 1.3.0 -> 1.3.1 Wang Mingyu
@ 2019-12-02 15:28 ` Wang Mingyu
  2019-12-02 15:28 ` [meta-python][PATCH] python-pbr: upgrade 5.4.3 -> 5.4.4 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2019-12-02 15:28 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../python/{python-dbus_1.2.12.bb => python-dbus_1.2.14.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-dbus_1.2.12.bb => python-dbus_1.2.14.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python-dbus_1.2.12.bb b/meta-python/recipes-devtools/python/python-dbus_1.2.14.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python-dbus_1.2.12.bb
rename to meta-python/recipes-devtools/python/python-dbus_1.2.14.bb
index f08fa20..b89d7d2 100644
--- a/meta-python/recipes-devtools/python/python-dbus_1.2.12.bb
+++ b/meta-python/recipes-devtools/python/python-dbus_1.2.14.bb
@@ -9,8 +9,8 @@ DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "428b7a9e7e2d154a7ceb3e13536283e4"
-SRC_URI[sha256sum] = "cdd4de2c4f5e58f287b12013ed7b41dee81d503c8d0d2397c5bd2fb01badf260"
+SRC_URI[md5sum] = "c8739234fca9fba26368d1a337abe830"
+SRC_URI[sha256sum] = "b10206ba3dd641e4e46411ab91471c88e0eec1749860e4285193ee68df84ac31"
 S = "${WORKDIR}/dbus-python-${PV}"
 
 inherit distutils-base autotools pkgconfig
-- 
2.7.4





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

* [meta-python][PATCH] python-pbr: upgrade 5.4.3 -> 5.4.4
  2019-12-02 15:28 [meta-python][PATCH] python-pytest: upgrade 5.2.2 -> 5.3.1 Wang Mingyu
                   ` (2 preceding siblings ...)
  2019-12-02 15:28 ` [meta-python][PATCH] python-dbus: upgrade 1.2.12 -> 1.2.14 Wang Mingyu
@ 2019-12-02 15:28 ` Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2019-12-02 15:28 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../python/{python-pbr_5.4.3.bb => python-pbr_5.4.4.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pbr_5.4.3.bb => python-pbr_5.4.4.bb} (62%)

diff --git a/meta-python/recipes-devtools/python/python-pbr_5.4.3.bb b/meta-python/recipes-devtools/python/python-pbr_5.4.4.bb
similarity index 62%
rename from meta-python/recipes-devtools/python/python-pbr_5.4.3.bb
rename to meta-python/recipes-devtools/python/python-pbr_5.4.4.bb
index b21722f..9d7d8d7 100644
--- a/meta-python/recipes-devtools/python/python-pbr_5.4.3.bb
+++ b/meta-python/recipes-devtools/python/python-pbr_5.4.4.bb
@@ -2,8 +2,8 @@ inherit setuptools
 # The inc file is in oe-core
 require recipes-devtools/python/python-pbr.inc
 
-SRC_URI[md5sum] = "477d2aa285ad97250a172b199f4060b7"
-SRC_URI[sha256sum] = "2c8e420cd4ed4cec4e7999ee47409e876af575d4c35a45840d59e8b5f3155ab8"
+SRC_URI[md5sum] = "65cdc32e1a1ff56d481fc15aa8caf988"
+SRC_URI[sha256sum] = "139d2625547dbfa5fb0b81daebb39601c478c21956dc57e2e07b74450a8c506b"
 
 do_install_append() {
         if [ -f ${D}${bindir}/pbr ]; then
-- 
2.7.4





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

end of thread, other threads:[~2019-12-02  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-02 15:28 [meta-python][PATCH] python-pytest: upgrade 5.2.2 -> 5.3.1 Wang Mingyu
2019-12-02 15:28 ` [meta-python][PATCH] python-thrift: upgrade 0.11.0 -> 0.13.0 Wang Mingyu
2019-12-02 15:28 ` [meta-python][PATCH] python-alembic: upgrade 1.3.0 -> 1.3.1 Wang Mingyu
2019-12-02 15:28 ` [meta-python][PATCH] python-dbus: upgrade 1.2.12 -> 1.2.14 Wang Mingyu
2019-12-02 15:28 ` [meta-python][PATCH] python-pbr: upgrade 5.4.3 -> 5.4.4 Wang Mingyu

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.