All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-toml: bump to version 0.9.3
@ 2017-11-03  0:47 Andrey Smirnov
  2017-11-03  6:22 ` Yegor Yefremov
  2017-11-03 21:01 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Andrey Smirnov @ 2017-11-03  0:47 UTC (permalink / raw)
  To: buildroot

Bump package to version 0.9.3 and change _SETUP_TYPE to
'setuptools', since its setup.py now uses 'setuptools' by default and
switches to 'distutils' only as a fallback[1]

[1] https://github.com/uiri/toml/blob/0.9.3/setup.py#L2

Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 package/python-toml/python-toml.hash | 2 +-
 package/python-toml/python-toml.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/python-toml/python-toml.hash b/package/python-toml/python-toml.hash
index cbc71a961b..20737c3ca4 100644
--- a/package/python-toml/python-toml.hash
+++ b/package/python-toml/python-toml.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256	aee9679726f42fb09f48b9701a321571e0b6a51305c3e0f3913b3057d8bf7083  python-toml-0.9.2.tar.gz
+sha256	633a90ecb1f5665b58f0c94153fcf519313ef53e1de0eac90929cd6b6a014235  python-toml-0.9.3.tar.gz
diff --git a/package/python-toml/python-toml.mk b/package/python-toml/python-toml.mk
index fec113e1cb..fae15f938d 100644
--- a/package/python-toml/python-toml.mk
+++ b/package/python-toml/python-toml.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_TOML_VERSION = 0.9.2
+PYTHON_TOML_VERSION = 0.9.3
 PYTHON_TOML_SITE = $(call github,uiri,toml,$(PYTHON_TOML_VERSION))
-PYTHON_TOML_SETUP_TYPE = distutils
+PYTHON_TOML_SETUP_TYPE = setuptools
 PYTHON_TOML_LICENSE = MIT
 PYTHON_TOML_LICENSE_FILES = LICENSE
 
-- 
2.13.6

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

* [Buildroot] [PATCH] package/python-toml: bump to version 0.9.3
  2017-11-03  0:47 [Buildroot] [PATCH] package/python-toml: bump to version 0.9.3 Andrey Smirnov
@ 2017-11-03  6:22 ` Yegor Yefremov
  2017-11-03 21:01 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Yegor Yefremov @ 2017-11-03  6:22 UTC (permalink / raw)
  To: buildroot

On Fri, Nov 3, 2017 at 1:47 AM, Andrey Smirnov <andrew.smirnov@gmail.com> wrote:
> Bump package to version 0.9.3 and change _SETUP_TYPE to
> 'setuptools', since its setup.py now uses 'setuptools' by default and
> switches to 'distutils' only as a fallback[1]
>
> [1] https://github.com/uiri/toml/blob/0.9.3/setup.py#L2
>
> Cc: Yegor Yefremov <yegorslists@googlemail.com>
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>

Yegor

> ---
>  package/python-toml/python-toml.hash | 2 +-
>  package/python-toml/python-toml.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-toml/python-toml.hash b/package/python-toml/python-toml.hash
> index cbc71a961b..20737c3ca4 100644
> --- a/package/python-toml/python-toml.hash
> +++ b/package/python-toml/python-toml.hash
> @@ -1,2 +1,2 @@
>  # Locally computed
> -sha256 aee9679726f42fb09f48b9701a321571e0b6a51305c3e0f3913b3057d8bf7083  python-toml-0.9.2.tar.gz
> +sha256 633a90ecb1f5665b58f0c94153fcf519313ef53e1de0eac90929cd6b6a014235  python-toml-0.9.3.tar.gz
> diff --git a/package/python-toml/python-toml.mk b/package/python-toml/python-toml.mk
> index fec113e1cb..fae15f938d 100644
> --- a/package/python-toml/python-toml.mk
> +++ b/package/python-toml/python-toml.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>
> -PYTHON_TOML_VERSION = 0.9.2
> +PYTHON_TOML_VERSION = 0.9.3
>  PYTHON_TOML_SITE = $(call github,uiri,toml,$(PYTHON_TOML_VERSION))
> -PYTHON_TOML_SETUP_TYPE = distutils
> +PYTHON_TOML_SETUP_TYPE = setuptools
>  PYTHON_TOML_LICENSE = MIT
>  PYTHON_TOML_LICENSE_FILES = LICENSE
>
> --
> 2.13.6
>

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

* [Buildroot] [PATCH] package/python-toml: bump to version 0.9.3
  2017-11-03  0:47 [Buildroot] [PATCH] package/python-toml: bump to version 0.9.3 Andrey Smirnov
  2017-11-03  6:22 ` Yegor Yefremov
@ 2017-11-03 21:01 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-11-03 21:01 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu,  2 Nov 2017 17:47:57 -0700, Andrey Smirnov wrote:
> Bump package to version 0.9.3 and change _SETUP_TYPE to
> 'setuptools', since its setup.py now uses 'setuptools' by default and
> switches to 'distutils' only as a fallback[1]
> 
> [1] https://github.com/uiri/toml/blob/0.9.3/setup.py#L2
> 
> Cc: Yegor Yefremov <yegorslists@googlemail.com>
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
>  package/python-toml/python-toml.hash | 2 +-
>  package/python-toml/python-toml.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-11-03 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-03  0:47 [Buildroot] [PATCH] package/python-toml: bump to version 0.9.3 Andrey Smirnov
2017-11-03  6:22 ` Yegor Yefremov
2017-11-03 21:01 ` Thomas Petazzoni

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.