All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] hwdata: upgrade 0.329 -> 0.330
@ 2020-01-03  6:09 Wang Mingyu
  2020-01-03  6:09 ` [meta-python][PATCH] python-pytest: upgrade 5.2.1 -> 5.3.2 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wang Mingyu @ 2020-01-03  6:09 UTC (permalink / raw
  To: openembedded-devel

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb
index a8479466a..e20bec5d8 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_git.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_git.bb
@@ -5,8 +5,8 @@ SECTION = "System/Base"
 LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
-PV = "0.329"
-SRCREV = "3b93b226177b6a8d219fa5edee2a417758cf74db"
+PV = "0.330"
+SRCREV = "335f72f8ed4ad0cf335526d3c6c4701f7e58f45b"
 SRC_URI = "git://github.com/vcrhonek/${BPN}.git"
 
 S = "${WORKDIR}/git"
-- 
2.17.1





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

* [meta-python][PATCH] python-pytest: upgrade 5.2.1 -> 5.3.2
  2020-01-03  6:09 [meta-oe][PATCH] hwdata: upgrade 0.329 -> 0.330 Wang Mingyu
@ 2020-01-03  6:09 ` Wang Mingyu
  2020-01-03  6:09 ` [meta-python][PATCH] python-waitress: upgrade 1.3.1 -> 1.4.1 Wang Mingyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2020-01-03  6:09 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.3.1.bb => python-pytest_5.3.2.bb} | 0
 .../{python3-pytest_5.3.1.bb => python3-pytest_5.3.2.bb}      | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pytest_5.3.1.bb => python-pytest_5.3.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pytest_5.3.1.bb => python3-pytest_5.3.2.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc
index e35d56685..752d67e36 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] = "06cdb939a1f45f6b82b304abb87c3e30"
-SRC_URI[sha256sum] = "f67403f33b2b1d25a6756184077394167fe5e2f9d8bdaab30707d19ccec35427"
+SRC_URI[md5sum] = "71a8eb2ab5efb76512d9a69bd6477034"
+SRC_URI[sha256sum] = "6b571215b5a790f9b41f19f3531c53a45cf6bb8ef2988bc1ff9afb38270b25fa"
 
 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.3.1.bb b/meta-python/recipes-devtools/python/python-pytest_5.3.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pytest_5.3.1.bb
rename to meta-python/recipes-devtools/python/python-pytest_5.3.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-pytest_5.3.1.bb b/meta-python/recipes-devtools/python/python3-pytest_5.3.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pytest_5.3.1.bb
rename to meta-python/recipes-devtools/python/python3-pytest_5.3.2.bb
-- 
2.17.1





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

* [meta-python][PATCH] python-waitress: upgrade 1.3.1 -> 1.4.1
  2020-01-03  6:09 [meta-oe][PATCH] hwdata: upgrade 0.329 -> 0.330 Wang Mingyu
  2020-01-03  6:09 ` [meta-python][PATCH] python-pytest: upgrade 5.2.1 -> 5.3.2 Wang Mingyu
@ 2020-01-03  6:09 ` Wang Mingyu
  2020-01-03  6:09 ` [meta-python][PATCH] python-cachetools: upgrade 3.1.1 -> 4.0.0 Wang Mingyu
  2020-01-03  6:09 ` [meta-python][PATCH] python-sqlalchemy: upgrade 1.1.17 -> 1.3.12 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2020-01-03  6:09 UTC (permalink / raw
  To: openembedded-devel

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

diff --git a/meta-python/recipes-devtools/python/python-waitress.inc b/meta-python/recipes-devtools/python/python-waitress.inc
index 732c31dbd..a8d337fd5 100644
--- a/meta-python/recipes-devtools/python/python-waitress.inc
+++ b/meta-python/recipes-devtools/python/python-waitress.inc
@@ -6,5 +6,5 @@ SECTION = "devel/python"
 LICENSE = "ZPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
 
-SRC_URI[md5sum] = "d9132d313de0c5e0fec34ef9ede5442e"
-SRC_URI[sha256sum] = "278e09d6849acc1365404bbf7d790d0423b159802e850c726e8cd0a126a2dac7"
+SRC_URI[md5sum] = "e6b9f0406cb4e6fedcc3add96411786d"
+SRC_URI[sha256sum] = "f4118cbce75985fd60aeb4f0d781aba8dc7ae28c18e50753e913d7a7dee76b62"
diff --git a/meta-python/recipes-devtools/python/python-waitress_1.3.1.bb b/meta-python/recipes-devtools/python/python-waitress_1.4.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-waitress_1.3.1.bb
rename to meta-python/recipes-devtools/python/python-waitress_1.4.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-waitress_1.3.1.bb b/meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-waitress_1.3.1.bb
rename to meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb
-- 
2.17.1





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

* [meta-python][PATCH] python-cachetools: upgrade 3.1.1 -> 4.0.0
  2020-01-03  6:09 [meta-oe][PATCH] hwdata: upgrade 0.329 -> 0.330 Wang Mingyu
  2020-01-03  6:09 ` [meta-python][PATCH] python-pytest: upgrade 5.2.1 -> 5.3.2 Wang Mingyu
  2020-01-03  6:09 ` [meta-python][PATCH] python-waitress: upgrade 1.3.1 -> 1.4.1 Wang Mingyu
@ 2020-01-03  6:09 ` Wang Mingyu
  2020-01-03  6:09 ` [meta-python][PATCH] python-sqlalchemy: upgrade 1.1.17 -> 1.3.12 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2020-01-03  6:09 UTC (permalink / raw
  To: openembedded-devel

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

diff --git a/meta-python/recipes-devtools/python/python-cachetools.inc b/meta-python/recipes-devtools/python/python-cachetools.inc
index 9c793808f..f3d3bc6bc 100644
--- a/meta-python/recipes-devtools/python/python-cachetools.inc
+++ b/meta-python/recipes-devtools/python/python-cachetools.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=27f7518eb6f7dc686d0f953b2f28dae5"
 
 inherit pypi
 
-SRC_URI[md5sum] = "91aa9b611b6345154df84e8e37746f41"
-SRC_URI[sha256sum] = "8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a"
+SRC_URI[md5sum] = "6a88df13467e80eb61dd2bedad19b83c"
+SRC_URI[sha256sum] = "9a52dd97a85f257f4e4127f15818e71a0c7899f121b34591fcc1173ea79a0198"
 
 BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python-cachetools_3.1.1.bb b/meta-python/recipes-devtools/python/python-cachetools_4.0.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cachetools_3.1.1.bb
rename to meta-python/recipes-devtools/python/python-cachetools_4.0.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_3.1.1.bb b/meta-python/recipes-devtools/python/python3-cachetools_4.0.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cachetools_3.1.1.bb
rename to meta-python/recipes-devtools/python/python3-cachetools_4.0.0.bb
-- 
2.17.1





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

* [meta-python][PATCH] python-sqlalchemy: upgrade 1.1.17 -> 1.3.12
  2020-01-03  6:09 [meta-oe][PATCH] hwdata: upgrade 0.329 -> 0.330 Wang Mingyu
                   ` (2 preceding siblings ...)
  2020-01-03  6:09 ` [meta-python][PATCH] python-cachetools: upgrade 3.1.1 -> 4.0.0 Wang Mingyu
@ 2020-01-03  6:09 ` Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2020-01-03  6:09 UTC (permalink / raw
  To: openembedded-devel

-License-Update: Copyright year updated to 2019.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-sqlalchemy.inc   | 6 +++---
 ...hon-sqlalchemy_1.1.17.bb => python-sqlalchemy_1.3.12.bb} | 0
 ...n3-sqlalchemy_1.1.17.bb => python3-sqlalchemy_1.3.12.bb} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-sqlalchemy_1.1.17.bb => python-sqlalchemy_1.3.12.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.1.17.bb => python3-sqlalchemy_1.3.12.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy.inc b/meta-python/recipes-devtools/python/python-sqlalchemy.inc
index 0c191ae7d..3763a39ae 100644
--- a/meta-python/recipes-devtools/python/python-sqlalchemy.inc
+++ b/meta-python/recipes-devtools/python/python-sqlalchemy.inc
@@ -2,13 +2,13 @@ DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \
 application developers the full power and flexibility of SQL"
 HOMEPAGE = "http://www.sqlalchemy.org/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b1c412c9d8d1ce018f7a9374407c22bb"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2f5eb030c48975d5294baf0f5d01af1c"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi
 
-SRC_URI[md5sum] = "03db1c8f8ae911977c0bf3950a4c9c21"
-SRC_URI[sha256sum] = "6b55ec379c11ad696f9371ce8e0de93c7f21134323f56a56a1b0d8fbef17013c"
+SRC_URI[md5sum] = "02a46be841903b60c52a83342d3ced8e"
+SRC_URI[sha256sum] = "bfb8f464a5000b567ac1d350b9090cf081180ec1ab4aa87e7bca12dab25320ec"
 
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-json \
diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.3.12.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb
rename to meta-python/recipes-devtools/python/python-sqlalchemy_1.3.12.bb
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.12.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.12.bb
-- 
2.17.1





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

end of thread, other threads:[~2020-01-03  1:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-03  6:09 [meta-oe][PATCH] hwdata: upgrade 0.329 -> 0.330 Wang Mingyu
2020-01-03  6:09 ` [meta-python][PATCH] python-pytest: upgrade 5.2.1 -> 5.3.2 Wang Mingyu
2020-01-03  6:09 ` [meta-python][PATCH] python-waitress: upgrade 1.3.1 -> 1.4.1 Wang Mingyu
2020-01-03  6:09 ` [meta-python][PATCH] python-cachetools: upgrade 3.1.1 -> 4.0.0 Wang Mingyu
2020-01-03  6:09 ` [meta-python][PATCH] python-sqlalchemy: upgrade 1.1.17 -> 1.3.12 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.