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 12/15] python3-cffi: Upgrade 1.14.0 -> 1.14.1
Date: Mon, 3 Aug 2020 17:55:46 -0400	[thread overview]
Message-ID: <3c1ce30f-9ac2-4cf2-85aa-1a02136dc96e@windriver.com> (raw)
In-Reply-To: <20200731132230.20031-12-leon.anavi@konsulko.com>

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


On 7/31/20 9:22 AM, Leon Anavi wrote:
> Upgrade to release 1.14.1:
>
> * CFFI source code is now `hosted on Heptapod`_.
> * Improved support for ``typedef int my_array_t[...];`` with an
>    explicit dot-dot-dot in API mode
> * Windows (32 and 64 bits): multiple fixes for ABI-mode call to
>    functions that return a structure.
> * Experimental support for MacOS 11 on aarch64.
> * Other minor changes and bug fixes.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-cffi_1.14.0.bb => python3-cffi_1.14.1.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-cffi_1.14.0.bb => python3-cffi_1.14.1.bb} (75%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.14.0.bb b/meta-python/recipes-devtools/python/python3-cffi_1.14.1.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-cffi_1.14.0.bb
> rename to meta-python/recipes-devtools/python/python3-cffi_1.14.1.bb
> index 53c8ee265..59b99dd71 100644
> --- a/meta-python/recipes-devtools/python/python3-cffi_1.14.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-cffi_1.14.1.bb
> @@ -4,8 +4,8 @@ LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
>   DEPENDS += "libffi ${PYTHON_PN}-pycparser"
>   
> -SRC_URI[md5sum] = "74845f8d2b7b583dd9a3574f402edf39"
> -SRC_URI[sha256sum] = "2d384f4a127a15ba701207f7639d94106693b6cd64173d6c8988e2c25f3ac2b6"
> +SRC_URI[md5sum] = "1dac3d20d5602829dfaa7026658b7795"
> +SRC_URI[sha256sum] = "b2a2b0d276a136146e012154baefaea2758ef1f56ae9f4e01c612b0831e0bd2f"
>   
>   inherit pypi setuptools3
>   
>
> 

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

  reply	other threads:[~2020-08-03 21:55 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 ` [meta-python][PATCH 06/15] python3-pid: Upgrade 3.0.3 -> 3.0.4 Leon Anavi
2020-08-03 21:44   ` [oe] " 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   ` Trevor Gamblin [this message]
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=3c1ce30f-9ac2-4cf2-85aa-1a02136dc96e@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.