All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Leon Anavi" <leon.anavi@konsulko.com>
To: openembedded-devel@lists.openembedded.org
Cc: Leon Anavi <leon.anavi@konsulko.com>
Subject: [meta-python][PATCH 06/15] python3-pid: Upgrade 3.0.3 -> 3.0.4
Date: Fri, 31 Jul 2020 16:22:21 +0300	[thread overview]
Message-ID: <20200731132230.20031-6-leon.anavi@konsulko.com> (raw)
In-Reply-To: <20200731132230.20031-1-leon.anavi@konsulko.com>

Upgrade to release 3.0.4:

- Use APPDATA and HOME locations on Windows

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

diff --git a/meta-python/recipes-devtools/python/python3-pid_3.0.3.bb b/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-pid_3.0.3.bb
rename to meta-python/recipes-devtools/python/python3-pid_3.0.4.bb
index 170c99b93..7a307a6dd 100644
--- a/meta-python/recipes-devtools/python/python3-pid_3.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/trbs/pid/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=83d53cbd3105063f20305bc313464e29"
 
-SRC_URI[md5sum] = "5c011ebebbdfd529f6e85d2e0396dae8"
-SRC_URI[sha256sum] = "925b61c35b6f2bc6b43075f493e99792f1473575a0beeb85bcf7de1d6a4a3c7d"
+SRC_URI[md5sum] = "af607e6e2a51129e3fef516b7994c85b"
+SRC_URI[sha256sum] = "0e33670e83f6a33ebb0822e43a609c3247178d4a375ff50a4689e266d853eb66"
 
 inherit pypi setuptools3
 
-- 
2.17.1


  parent reply	other threads:[~2020-07-31 13:23 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-31 13:22 [meta-python][PATCH 01/15] python3-pywbem: Upgrade 0.17.3 -> 0.17.4 Leon Anavi
2020-07-31 13:22 ` [meta-python][PATCH 02/15] python3-lxml: Upgrade 4.5.1 -> 4.5.2 Leon Anavi
2020-08-03 21:43   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 03/15] python3-gmqtt: Upgarde 0.6.5 -> 0.6.7 Leon Anavi
2020-08-03 21:43   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 04/15] python3-pyroute2: Upgrade 0.5.12 -> 0.5.13 Leon Anavi
2020-08-03 21:43   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 05/15] python3-pymongo: Upgrade 3.10.1 -> 3.11.0 Leon Anavi
2020-08-03 21:44   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` Leon Anavi [this message]
2020-08-03 21:44   ` [oe] [meta-python][PATCH 06/15] python3-pid: Upgrade 3.0.3 -> 3.0.4 Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 07/15] python3-pychromecast: Upgrade 7.1.2 -> 7.2.0 Leon Anavi
2020-08-03 21:54   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 08/15] python3-dynamic-dispatch: Upgrade 1.0.2 -> 1.0.3 Leon Anavi
2020-08-03 21:54   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 09/15] python3-cbor2: Upgrade 5.1.1 -> 5.1.2 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 10/15] python3-xlsxwriter: Consolidate in a single file Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 11/15] python3-xlsxwriter: Upgrade 1.2.9 -> 1.3.0 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 12/15] python3-cffi: Upgrade 1.14.0 -> 1.14.1 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 13/15] python3-pandas: Upgrade 1.0.5 -> 1.1.0 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 14/15] python3-luma-core: Upgrade 1.14.0 -> 1.14.1 Leon Anavi
2020-08-03 21:56   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 15/15] python3-tqdm: Upgrade 4.47.0 -> 4.48.0 Leon Anavi
2020-08-03 21:56   ` [oe] " Trevor Gamblin
2020-08-03 21:42 ` [oe] [meta-python][PATCH 01/15] python3-pywbem: Upgrade 0.17.3 -> 0.17.4 Trevor Gamblin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200731132230.20031-6-leon.anavi@konsulko.com \
    --to=leon.anavi@konsulko.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.