All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Trevor Gamblin" <trevor.gamblin@windriver.com>
To: Leon Anavi <leon.anavi@konsulko.com>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-python][PATCH 6/6] python3-pastedeploy: Upgrade 2.0.1 -> 2.1.1
Date: Wed, 17 Mar 2021 11:01:05 -0400	[thread overview]
Message-ID: <d7a4c4a7-f553-be4a-d41a-8bd1990f403a@windriver.com> (raw)
In-Reply-To: <20210316083744.17558-6-leon.anavi@konsulko.com>

[-- Attachment #1: Type: text/plain, Size: 2824 bytes --]


On 2021-03-16 4:37 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.1.1:
>
> - Added setuptools as an explicit dependency. This has always been
>    required but now that more environments are becoming capable of
>    operating without it being installed, we now need to ensure it's
>    available.
> - pytest-runner removed, use tox to run tests.
>
> License-Update: Use license file from PyPI tarball.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...tedeploy_2.0.1.bb => python3-pastedeploy_2.1.1.bb} | 11 +++--------
>   1 file changed, 3 insertions(+), 8 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pastedeploy_2.0.1.bb => python3-pastedeploy_2.1.1.bb} (52%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb b/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb
> similarity index 52%
> rename from meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb
> rename to meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb
> index b7c8c61d2..0b82d6bbd 100644
> --- a/meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb
> @@ -1,13 +1,12 @@
>   SUMMARY = "Load, configure, and compose WSGI applications and servers"
>   HOMEPAGE = "https://pylonsproject.org/"
>   LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://${WORKDIR}/license.txt;md5=1798f29d55080c60365e6283cb49779c"
> +LIC_FILES_CHKSUM = "file://${WORKDIR}/PasteDeploy-license.txt;md5=1798f29d55080c60365e6283cb49779c"
>
>   inherit pypi
>   PYPI_PACKAGE = "PasteDeploy"
> -SRC_URI[md5sum] = "6193afccc0982abedb9b7711d0d6adb0"
> -SRC_URI[sha256sum] = "d423fb9d51fdcf853aa4ff43ac7ec469b643ea19590f67488122d6d0d772350a"
> -SRC_URI[PasteDeploy-license.txt.md5sum] = "1798f29d55080c60365e6283cb49779c"
> +
> +SRC_URI[sha256sum] = "6dead6ab9823a85d585ef27f878bc647f787edb9ca8da0716aa9f1261b464817"
>
>   S = "${WORKDIR}/PasteDeploy-${PV}"
>
> @@ -20,7 +19,3 @@ PACKAGECONFIG[docs] = ",,,python3-sphinx python3-pylons-sphinx-themes"
>
>   DEPENDS= "python3 python3-setuptools-scm-native python3-pytest-runner-native"
>   RDEPENDS_${PN} += "python3-core  python3-misc python3-netclient python3-pkgutil python3-setuptools python3-threading python3-core"
> -
> -# PyPI tarball is missing license.txt
> -# We will need to keep retrieving this from the online repository until version 2.1.0
> -SRC_URI += "https://raw.githubusercontent.com/Pylons/pastedeploy/2.0.1/license.txt;name=PasteDeploy-license.txt;downloadfilename=PasteDeploy-license.txt"
> \ No newline at end of file
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 4157 bytes --]

  reply	other threads:[~2021-03-17 15:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-16  8:37 [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 Leon Anavi
2021-03-16  8:37 ` [meta-python][PATCH 2/6] python3-configparser: Upgrade 5.0.1 -> 5.0.2 Leon Anavi
2021-03-17 15:00   ` [oe] " Trevor Gamblin
2021-03-16  8:37 ` [meta-python][PATCH 3/6] python3-defusedxml: Upgrade 0.6.0 -> 0.7.1 Leon Anavi
2021-03-17 15:00   ` [oe] " Trevor Gamblin
2021-03-16  8:37 ` [meta-python][PATCH 4/6] python3-twine: Upgrade 3.3.0 -> 3.4.0 Leon Anavi
2021-03-17 15:00   ` [oe] " Trevor Gamblin
2021-03-16  8:37 ` [meta-python][PATCH 5/6] python3-socketio: Upgrade 5.0.4 -> 5.1.0 Leon Anavi
2021-03-17 15:00   ` [oe] " Trevor Gamblin
2021-03-16  8:37 ` [meta-python][PATCH 6/6] python3-pastedeploy: Upgrade 2.0.1 -> 2.1.1 Leon Anavi
2021-03-17 15:01   ` Trevor Gamblin [this message]
2021-03-17 14:59 ` [oe] [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.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=d7a4c4a7-f553-be4a-d41a-8bd1990f403a@windriver.com \
    --to=trevor.gamblin@windriver.com \
    --cc=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.