All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] python3-dbus: update to 1.2.10
@ 2019-09-05 15:51 Oleksandr Kravchuk
  2019-09-05 15:51 ` [PATCH 2/3] python3-pbr: update to 5.4.3 Oleksandr Kravchuk
  2019-09-05 15:51 ` [PATCH 3/3] python3-git: update to 3.0.2 Oleksandr Kravchuk
  0 siblings, 2 replies; 3+ messages in thread
From: Oleksandr Kravchuk @ 2019-09-05 15:51 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../{python3-dbus_1.2.8.bb => python3-dbus_1.2.10.bb}     | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/python/{python3-dbus_1.2.8.bb => python3-dbus_1.2.10.bb} (82%)

diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb b/meta/recipes-devtools/python/python3-dbus_1.2.10.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-dbus_1.2.8.bb
rename to meta/recipes-devtools/python/python3-dbus_1.2.10.bb
index 2fb1eae96c..71d24ee1a0 100644
--- a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
+++ b/meta/recipes-devtools/python/python3-dbus_1.2.10.bb
@@ -5,11 +5,10 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b03240518994df6d8c974675675e5ca4"
 DEPENDS = "expat dbus glib-2.0 virtual/libintl"
 
-SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \
-"
+SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
+SRC_URI[md5sum] = "5d21d5ae6423f0e41caa3400af44edac"
+SRC_URI[sha256sum] = "d4332bbd4a0054fa4010b259c293b84d461bbd9d7a8ef528157d151c0398d886"
 
-SRC_URI[md5sum] = "7379db774c10904f27e7e2743d90fb43"
-SRC_URI[sha256sum] = "abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f"
 S = "${WORKDIR}/dbus-python-${PV}"
 
 inherit distutils3-base autotools pkgconfig
@@ -18,7 +17,6 @@ inherit distutils3-base autotools pkgconfig
 # change to use PACKAGECONFIG when python3-sphinx is added to oe-core
 EXTRA_OECONF += "--disable-documentation"
 
-
 RDEPENDS_${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml"
 
 FILES_${PN}-dev += "${libdir}/pkgconfig"
-- 
2.17.1



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

* [PATCH 2/3] python3-pbr: update to 5.4.3
  2019-09-05 15:51 [PATCH 1/3] python3-dbus: update to 1.2.10 Oleksandr Kravchuk
@ 2019-09-05 15:51 ` Oleksandr Kravchuk
  2019-09-05 15:51 ` [PATCH 3/3] python3-git: update to 3.0.2 Oleksandr Kravchuk
  1 sibling, 0 replies; 3+ messages in thread
From: Oleksandr Kravchuk @ 2019-09-05 15:51 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta/recipes-devtools/python/python3-pbr_5.4.2.bb | 5 -----
 meta/recipes-devtools/python/python3-pbr_5.4.3.bb | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.2.bb
 create mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.3.bb

diff --git a/meta/recipes-devtools/python/python3-pbr_5.4.2.bb b/meta/recipes-devtools/python/python3-pbr_5.4.2.bb
deleted file mode 100644
index d59e744e61..0000000000
--- a/meta/recipes-devtools/python/python3-pbr_5.4.2.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-inherit setuptools3
-require python-pbr.inc
-
-SRC_URI[md5sum] = "ea90e1118a0132da752d45e68d10b2b8"
-SRC_URI[sha256sum] = "9b321c204a88d8ab5082699469f52cc94c5da45c51f114113d01b3d993c24cdf"
diff --git a/meta/recipes-devtools/python/python3-pbr_5.4.3.bb b/meta/recipes-devtools/python/python3-pbr_5.4.3.bb
new file mode 100644
index 0000000000..e7835e7a97
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pbr_5.4.3.bb
@@ -0,0 +1,5 @@
+inherit setuptools3
+require python-pbr.inc
+
+SRC_URI[md5sum] = "477d2aa285ad97250a172b199f4060b7"
+SRC_URI[sha256sum] = "2c8e420cd4ed4cec4e7999ee47409e876af575d4c35a45840d59e8b5f3155ab8"
-- 
2.17.1



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

* [PATCH 3/3] python3-git: update to 3.0.2
  2019-09-05 15:51 [PATCH 1/3] python3-dbus: update to 1.2.10 Oleksandr Kravchuk
  2019-09-05 15:51 ` [PATCH 2/3] python3-pbr: update to 5.4.3 Oleksandr Kravchuk
@ 2019-09-05 15:51 ` Oleksandr Kravchuk
  1 sibling, 0 replies; 3+ messages in thread
From: Oleksandr Kravchuk @ 2019-09-05 15:51 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../python/{python3-git_3.0.0.bb => python3-git_3.0.2.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-git_3.0.0.bb => python3-git_3.0.2.bb} (88%)

diff --git a/meta/recipes-devtools/python/python3-git_3.0.0.bb b/meta/recipes-devtools/python/python3-git_3.0.2.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-git_3.0.0.bb
rename to meta/recipes-devtools/python/python3-git_3.0.2.bb
index b6c837cdf3..9dd753db4f 100644
--- a/meta/recipes-devtools/python/python3-git_3.0.0.bb
+++ b/meta/recipes-devtools/python/python3-git_3.0.2.bb
@@ -12,8 +12,8 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "9412ae9665fd29328f2afc6df887ae81"
-SRC_URI[sha256sum] = "629867ebf609cef21bb9d849039e281e25963fb7d714a2f6bacc1ecce4800293"
+SRC_URI[md5sum] = "ccec14a5c9f18702406122983d80032c"
+SRC_URI[sha256sum] = "d2f4945f8260f6981d724f5957bc076398ada55cb5d25aaee10108bcdc894100"
 
 DEPENDS += " ${PYTHON_PN}-gitdb"
 
-- 
2.17.1



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

end of thread, other threads:[~2019-09-05 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 15:51 [PATCH 1/3] python3-dbus: update to 1.2.10 Oleksandr Kravchuk
2019-09-05 15:51 ` [PATCH 2/3] python3-pbr: update to 5.4.3 Oleksandr Kravchuk
2019-09-05 15:51 ` [PATCH 3/3] python3-git: update to 3.0.2 Oleksandr Kravchuk

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.