diff mbox series

[1/1] package/python-distro: bump to version 1.7.0

Message ID 20220222185206.230318-1-ju.o@free.fr
State Accepted
Headers show
Series [1/1] package/python-distro: bump to version 1.7.0 | expand

Commit Message

Julien Olivain Feb. 22, 2022, 6:52 p.m. UTC
For change log since 1.6.0, see:
- https://github.com/python-distro/distro/releases/tag/v1.7.0

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Tested with:
support/testing/run-tests \
  -d dl -o output_folder -k \
  tests.package.test_python_distro.TestPythonPy3Distro
---
 package/python-distro/python-distro.hash | 2 +-
 package/python-distro/python-distro.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Arnout Vandecappelle March 12, 2022, 5:08 p.m. UTC | #1
On 22/02/2022 19:52, Julien Olivain wrote:
> For change log since 1.6.0, see:
> - https://github.com/python-distro/distro/releases/tag/v1.7.0
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
> Tested with:
> support/testing/run-tests \
>    -d dl -o output_folder -k \
>    tests.package.test_python_distro.TestPythonPy3Distro
> ---
>   package/python-distro/python-distro.hash | 2 +-
>   package/python-distro/python-distro.mk   | 4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/python-distro/python-distro.hash b/package/python-distro/python-distro.hash
> index e2b3c0a444..8f09197156 100644
> --- a/package/python-distro/python-distro.hash
> +++ b/package/python-distro/python-distro.hash
> @@ -1,3 +1,3 @@
>   # Locally computed
> -sha256  83f5e5a09f9c5f68f60173de572930effbcc0287bb84fdc4426cb4168c088424  distro-1.6.0.tar.gz
> +sha256  151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39  distro-1.7.0.tar.gz
>   sha256  cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14  LICENSE
> diff --git a/package/python-distro/python-distro.mk b/package/python-distro/python-distro.mk
> index 753e74d020..c69849b7ac 100644
> --- a/package/python-distro/python-distro.mk
> +++ b/package/python-distro/python-distro.mk
> @@ -4,8 +4,8 @@
>   #
>   ################################################################################
>   
> -PYTHON_DISTRO_VERSION = 1.6.0
> -PYTHON_DISTRO_SITE = https://files.pythonhosted.org/packages/a5/26/256fa167fe1bf8b97130b4609464be20331af8a3af190fb636a8a7efd7a2
> +PYTHON_DISTRO_VERSION = 1.7.0
> +PYTHON_DISTRO_SITE = https://files.pythonhosted.org/packages/b5/7e/ddfbd640ac9a82e60718558a3de7d5988a7d4648385cf00318f60a8b073a
>   PYTHON_DISTRO_SOURCE = distro-$(PYTHON_DISTRO_VERSION).tar.gz
>   PYTHON_DISTRO_LICENSE = Apache-2.0
>   PYTHON_DISTRO_LICENSE_FILES = LICENSE
diff mbox series

Patch

diff --git a/package/python-distro/python-distro.hash b/package/python-distro/python-distro.hash
index e2b3c0a444..8f09197156 100644
--- a/package/python-distro/python-distro.hash
+++ b/package/python-distro/python-distro.hash
@@ -1,3 +1,3 @@ 
 # Locally computed
-sha256  83f5e5a09f9c5f68f60173de572930effbcc0287bb84fdc4426cb4168c088424  distro-1.6.0.tar.gz
+sha256  151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39  distro-1.7.0.tar.gz
 sha256  cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14  LICENSE
diff --git a/package/python-distro/python-distro.mk b/package/python-distro/python-distro.mk
index 753e74d020..c69849b7ac 100644
--- a/package/python-distro/python-distro.mk
+++ b/package/python-distro/python-distro.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-PYTHON_DISTRO_VERSION = 1.6.0
-PYTHON_DISTRO_SITE = https://files.pythonhosted.org/packages/a5/26/256fa167fe1bf8b97130b4609464be20331af8a3af190fb636a8a7efd7a2
+PYTHON_DISTRO_VERSION = 1.7.0
+PYTHON_DISTRO_SITE = https://files.pythonhosted.org/packages/b5/7e/ddfbd640ac9a82e60718558a3de7d5988a7d4648385cf00318f60a8b073a
 PYTHON_DISTRO_SOURCE = distro-$(PYTHON_DISTRO_VERSION).tar.gz
 PYTHON_DISTRO_LICENSE = Apache-2.0
 PYTHON_DISTRO_LICENSE_FILES = LICENSE