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 08/10] python3-yappi: Upgrade 1.0 -> 1.2.5
Date: Mon, 29 Jun 2020 15:12:31 +0300	[thread overview]
Message-ID: <20200629121233.27026-8-leon.anavi@konsulko.com> (raw)
In-Reply-To: <20200629121233.27026-1-leon.anavi@konsulko.com>

Fix HOMEPAGE. Use file LICENSE for LIC_FILES_CHKSUM. Upgrade
to release 1.2.5:

- Fix tag/ctx_id filtering on get_func_stats
- Add filter_callback to get_func_stats() for filtering
  function/module descriptors
- FIX: issues related to invalid conversion from long->ptr in
  Win32
- Optimize tstate->dict retrieval
- Various other fixes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-yappi_1.0.bb => python3-yappi_1.2.5.bb}   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-yappi_1.0.bb => python3-yappi_1.2.5.bb} (60%)

diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.0.bb b/meta-python/recipes-devtools/python/python3-yappi_1.2.5.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python3-yappi_1.0.bb
rename to meta-python/recipes-devtools/python/python3-yappi_1.2.5.bb
index 75de4dfbe..366dec3dc 100644
--- a/meta-python/recipes-devtools/python/python3-yappi_1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-yappi_1.2.5.bb
@@ -1,11 +1,11 @@
 SUMMARY  = "Yet Another Python Profiler"
-HOMEPAGE = "http://yappi.googlecode.com/"
+HOMEPAGE = "https://github.com/sumerc/yappi"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9a193c13f346884e597acdcac7fe9ac8"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee"
 
-SRC_URI[md5sum] = "a545101aa8a435b0780f06f4723f58c8"
-SRC_URI[sha256sum] = "7f814131515d51db62b1a3468bcb84de30499124752806a5a6e11caf0b4344bf"
+SRC_URI[md5sum] = "83237494e7d22df2a31935a1e6650fa6"
+SRC_URI[sha256sum] = "ad5fa4caf2859e480ffc4ec3e85615a6f7dea852c8f035f2db723f824ed4ba11"
 
 SRC_URI += " \
     file://run-ptest \
@@ -28,5 +28,5 @@ RDEPENDS_${PN}-ptest += " \
 do_install_ptest() {
     install -d ${D}${PTEST_PATH}/tests
     cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-    cp -f ${S}/yappi.py ${D}/${PTEST_PATH}/
+    cp -f ${S}/yappi/yappi.py ${D}/${PTEST_PATH}/
 }
-- 
2.17.1


  parent reply	other threads:[~2020-06-29 12:12 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29 12:12 [meta-python][PATCH 01/10] python3-pyparted: Consolidate in a single file Leon Anavi
2020-06-29 12:12 ` [meta-python][PATCH 02/10] python3-pyparted: Upgrade 3.11.3 -> 3.11.6 Leon Anavi
2020-06-30 13:23   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 03/10] python3-pywbem: Consolidate in a single file Leon Anavi
2020-06-30 13:24   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 04/10] python3-pywbem: Upgrade 0.15.0 -> 0.17.2 Leon Anavi
2020-06-30 13:24   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 05/10] python3-jsonrpcserver: Upgrade 4.1.2 -> 4.1.3 Leon Anavi
2020-06-30 13:24   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 06/10] python3-humanize: Upgrade 2.4.0 -> 2.4.1 Leon Anavi
2020-06-30 13:24   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 07/10] python3-autobahn: Upgrade 20.4.3 -> 20.6.2 Leon Anavi
2020-06-30 13:24   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` Leon Anavi [this message]
2020-06-30 13:24   ` [oe] [meta-python][PATCH 08/10] python3-yappi: Upgrade 1.0 -> 1.2.5 Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 09/10] python3-sympy: Upgrade 1.5.1 -> 1.6 Leon Anavi
2020-06-30 13:25   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 10/10] python3-watchdog: Upgrade 0.10.2 -> 0.10.3 Leon Anavi
2020-06-30 13:25   ` [oe] " Trevor Gamblin
2020-06-30 13:23 ` [oe] [meta-python][PATCH 01/10] python3-pyparted: Consolidate in a single file 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=20200629121233.27026-8-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.