[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-177-ga71aa4804
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-03-27 14:04:04
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via a71aa48047646d6cbea11f2a1a51656c18ab592c (commit)
from d1425ecc2bd6aafa0cfd7866b7b4eaca760b3a5f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a71aa48047646d6cbea11f2a1a51656c18ab592c
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Mar 27 15:03:22 2020 +0100
[BUILDROOT] 2019.02: backport patch to bump python-itsdangerous to 1.1.0
-----------------------------------------------------------------------
Summary of changes:
...python-itsdangerous-bump-to-version-1.1.0.patch | 48 ++++++++++++++++++++++
patches/buildroot/2019.02/cleanup_buildroot.sh | 2 +
2 files changed, 50 insertions(+)
create mode 100644 patches/buildroot/2019.02/240-package-python-itsdangerous-bump-to-version-1.1.0.patch
diff --git a/patches/buildroot/2019.02/240-package-python-itsdangerous-bump-to-version-1.1.0.patch b/patches/buildroot/2019.02/240-package-python-itsdangerous-bump-to-version-1.1.0.patch
new file mode 100644
index 000000000..1dd64a079
--- /dev/null
+++ b/patches/buildroot/2019.02/240-package-python-itsdangerous-bump-to-version-1.1.0.patch
@@ -0,0 +1,48 @@
+From 1cb60a21f49c0e77e89a5b473c92a5192e9bc84d Mon Sep 17 00:00:00 2001
+From: Adam Duskett <Adu...@gm...>
+Date: Tue, 30 Apr 2019 09:19:13 -0400
+Subject: [PATCH 1/1] package/python-itsdangerous: bump to version 1.1.0
+
+Also add a hash for the license file, and change the license file to LICENSE.rst
+as LICENSE no longer exists.
+
+Signed-off-by: Adam Duskett <Adu...@gm...>
+Signed-off-by: Peter Korsgaard <pe...@ko...>
+---
+ package/python-itsdangerous/python-itsdangerous.hash | 6 ++++--
+ package/python-itsdangerous/python-itsdangerous.mk | 7 ++++---
+ 2 files changed, 8 insertions(+), 5 deletions(-)
+
+diff --git a/package/python-itsdangerous/python-itsdangerous.hash b/package/python-itsdangerous/python-itsdangerous.hash
+index a927b8b7ab..0904a91183 100644
+--- a/package/python-itsdangerous/python-itsdangerous.hash
++++ b/package/python-itsdangerous/python-itsdangerous.hash
+@@ -1,2 +1,4 @@
+-# Locally calculated
+-sha256 b035b2da1d493b00a5ee7a5b750f96929de87b610643939fbe382902774626fc python-itsdangerous-0.24.tar.gz
++# md5, sha256 from https://pypi.org/pypi/itsdangerous/json
++md5 9b7f5afa7f1e3acfb7786eeca3d99307 itsdangerous-1.1.0.tar.gz
++sha256 321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19 itsdangerous-1.1.0.tar.gz
++sha256 feb28bfa348d816b0e7dbaeddf18499ee7e8007c67813db8d6ab37c65e046cd4 LICENSE.rst
+diff --git a/package/python-itsdangerous/python-itsdangerous.mk b/package/python-itsdangerous/python-itsdangerous.mk
+index 45adbb0655..9429233703 100644
+--- a/package/python-itsdangerous/python-itsdangerous.mk
++++ b/package/python-itsdangerous/python-itsdangerous.mk
+@@ -4,10 +4,11 @@
+ #
+ ################################################################################
+
+-PYTHON_ITSDANGEROUS_VERSION = 0.24
+-PYTHON_ITSDANGEROUS_SITE = $(call github,mitsuhiko,itsdangerous,$(PYTHON_ITSDANGEROUS_VERSION))
++PYTHON_ITSDANGEROUS_VERSION = 1.1.0
++PYTHON_ITSDANGEROUS_SOURCE = itsdangerous-$(PYTHON_ITSDANGEROUS_VERSION).tar.gz
++PYTHON_ITSDANGEROUS_SITE = https://files.pythonhosted.org/packages/68/1a/f27de07a8a304ad5fa817bbe383d1238ac4396da447fa11ed937039fa04b
+ PYTHON_ITSDANGEROUS_SETUP_TYPE = setuptools
+ PYTHON_ITSDANGEROUS_LICENSE = BSD-3-Clause
+-PYTHON_ITSDANGEROUS_LICENSE_FILES = LICENSE
++PYTHON_ITSDANGEROUS_LICENSE_FILES = LICENSE.rst
+
+ $(eval $(python-package))
+--
+2.24.1
+
diff --git a/patches/buildroot/2019.02/cleanup_buildroot.sh b/patches/buildroot/2019.02/cleanup_buildroot.sh
index c4613fb26..7c40d35b2 100755
--- a/patches/buildroot/2019.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2019.02/cleanup_buildroot.sh
@@ -84,6 +84,8 @@ rm -rf buildroot/package/pci_debug/pci_debug.mk
rm -rf buildroot/package/python-flask-socketio/Config.in
rm -rf buildroot/package/python-flask-socketio/python-flask-socketio.hash
rm -rf buildroot/package/python-flask-socketio/python-flask-socketio.mk
+rm -rf buildroot/package/python-itsdangerous/python-itsdangerous.hash
+rm -rf buildroot/package/python-itsdangerous/python-itsdangerous.mk
rm -rf buildroot/package/python-pygame/Config.in
rm -rf buildroot/package/python-socketio/python-socketio.hash
rm -rf buildroot/package/python-socketio/python-socketio.mk
hooks/post-receive
--
armadeus
|