All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency
@ 2020-04-08 20:48 Peter Seiderer
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 2/5] package/python-flask: update homepage URL Peter Seiderer
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Peter Seiderer @ 2020-04-08 20:48 UTC (permalink / raw)
  To: buildroot

Remove erroneously python-lxml dependency (as noted by
Peter Korsgaard).

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-flask/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-flask/Config.in b/package/python-flask/Config.in
index 72fcb61999..556afab6d2 100644
--- a/package/python-flask/Config.in
+++ b/package/python-flask/Config.in
@@ -2,7 +2,6 @@ config BR2_PACKAGE_PYTHON_FLASK
 	bool "python-flask"
 	select BR2_PACKAGE_PYTHON_CLICK # runtime
 	select BR2_PACKAGE_PYTHON_JINJA2 # runtime
-	select BR2_PACKAGE_PYTHON_LXML # runtime
 	select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
 	select BR2_PACKAGE_PYTHON_ITSDANGEROUS # runtime
 	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
-- 
2.26.0

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

* [Buildroot] [PATCH v1 2/5] package/python-flask: update homepage URL
  2020-04-08 20:48 [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Peter Seiderer
@ 2020-04-08 20:48 ` Peter Seiderer
  2020-04-09  9:23   ` Sébastien Szymanski
  2020-04-25  7:10   ` Peter Korsgaard
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 3/5] package/python-flask: bump version to 1.1.2 Peter Seiderer
                   ` (5 subsequent siblings)
  6 siblings, 2 replies; 12+ messages in thread
From: Peter Seiderer @ 2020-04-08 20:48 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-flask/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-flask/Config.in b/package/python-flask/Config.in
index 556afab6d2..0e5b64ce59 100644
--- a/package/python-flask/Config.in
+++ b/package/python-flask/Config.in
@@ -13,4 +13,4 @@ config BR2_PACKAGE_PYTHON_FLASK
 	  Flask is a microframework for Python based on Werkzeug,
 	  Jinja 2 and good intentions.
 
-	  http://flask.pocoo.org/
+	  https://palletsprojects.com/p/flask
-- 
2.26.0

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

* [Buildroot] [PATCH v1 3/5] package/python-flask: bump version to 1.1.2
  2020-04-08 20:48 [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Peter Seiderer
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 2/5] package/python-flask: update homepage URL Peter Seiderer
@ 2020-04-08 20:48 ` Peter Seiderer
  2020-04-09 12:25   ` Sébastien Szymanski
  2020-04-25  7:10   ` Peter Korsgaard
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 4/5] package/python-flask-babel: bump version to 1.0.0 Peter Seiderer
                   ` (4 subsequent siblings)
  6 siblings, 2 replies; 12+ messages in thread
From: Peter Seiderer @ 2020-04-08 20:48 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-flask/python-flask.hash | 9 +++++----
 package/python-flask/python-flask.mk   | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/package/python-flask/python-flask.hash b/package/python-flask/python-flask.hash
index 24f68c6605..c6ccd633f8 100644
--- a/package/python-flask/python-flask.hash
+++ b/package/python-flask/python-flask.hash
@@ -1,6 +1,7 @@
-# md5, sha256 from https://pypi.org/pypi/flask/json
-md5	0e3ed44ece1c489ed835d1b7047e349c  Flask-1.1.1.tar.gz
-sha256	13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52  Flask-1.1.1.tar.gz
-# Locally computed sha256 checksums
+# From https://pypi.org/project/Flask/#copy-hash-modal-911ffb67-fe84-4e25-a1a9-f4c745a0a980
+md5  0da4145d172993cd28a6c619630cc19c  Flask-1.1.2.tar.gz
+sha256	4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060  Flask-1.1.2.tar.gz
+
+# License files
 sha256	489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea  LICENSE.rst
 sha256	0ef3ae025f4a398761079f0d687ff3d66f4fef3a32ac2607318e909c0cba9150  docs/license.rst
diff --git a/package/python-flask/python-flask.mk b/package/python-flask/python-flask.mk
index 0cd1a18018..cc39bf7e49 100644
--- a/package/python-flask/python-flask.mk
+++ b/package/python-flask/python-flask.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FLASK_VERSION = 1.1.1
+PYTHON_FLASK_VERSION = 1.1.2
 PYTHON_FLASK_SOURCE = Flask-$(PYTHON_FLASK_VERSION).tar.gz
-PYTHON_FLASK_SITE = https://files.pythonhosted.org/packages/2e/80/3726a729de758513fd3dbc64e93098eb009c49305a97c6751de55b20b694
+PYTHON_FLASK_SITE = https://files.pythonhosted.org/packages/4e/0b/cb02268c90e67545a0e3a37ea1ca3d45de3aca43ceb7dbf1712fb5127d5d
 PYTHON_FLASK_SETUP_TYPE = setuptools
 PYTHON_FLASK_LICENSE = BSD-3-Clause
 PYTHON_FLASK_LICENSE_FILES = LICENSE.rst docs/license.rst
-- 
2.26.0

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

* [Buildroot] [PATCH v1 4/5] package/python-flask-babel: bump version to 1.0.0
  2020-04-08 20:48 [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Peter Seiderer
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 2/5] package/python-flask: update homepage URL Peter Seiderer
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 3/5] package/python-flask: bump version to 1.1.2 Peter Seiderer
@ 2020-04-08 20:48 ` Peter Seiderer
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 5/5] package/python-flask-login: bump version to 0.5.0 Peter Seiderer
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Peter Seiderer @ 2020-04-08 20:48 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-flask-babel/python-flask-babel.hash | 9 +++++----
 package/python-flask-babel/python-flask-babel.mk   | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/package/python-flask-babel/python-flask-babel.hash b/package/python-flask-babel/python-flask-babel.hash
index e059a594d5..288036eea8 100644
--- a/package/python-flask-babel/python-flask-babel.hash
+++ b/package/python-flask-babel/python-flask-babel.hash
@@ -1,5 +1,6 @@
-# md5, sha256 from https://pypi.org/pypi/flask-babel/json
-md5	fcf2f360ff279d3133e40974804efd72  Flask-Babel-0.12.2.tar.gz
-sha256	316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86  Flask-Babel-0.12.2.tar.gz
-# Locally computed sha256 checksums
+# From: https://pypi.org/project/Flask-Babel/#copy-hash-modal-91caaca6-a716-4751-9ec0-08baadced4b1
+md5  162ccb275958f9a463211ece841a2b9a  Flask-Babel-1.0.0.tar.gz
+sha256	d6a70468f9a8919d59fba2a291a003da3a05ff884275dddbd965f3b98b09ab3e  Flask-Babel-1.0.0.tar.gz
+
+# License files
 sha256	a526100a7047237360a394ba4f70ae801b50ff9b8c9b9e73e7795480a59f6b7e  LICENSE
diff --git a/package/python-flask-babel/python-flask-babel.mk b/package/python-flask-babel/python-flask-babel.mk
index 978d29943b..cd14658952 100644
--- a/package/python-flask-babel/python-flask-babel.mk
+++ b/package/python-flask-babel/python-flask-babel.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FLASK_BABEL_VERSION = 0.12.2
+PYTHON_FLASK_BABEL_VERSION = 1.0.0
 PYTHON_FLASK_BABEL_SOURCE = Flask-Babel-$(PYTHON_FLASK_BABEL_VERSION).tar.gz
-PYTHON_FLASK_BABEL_SITE = https://files.pythonhosted.org/packages/82/b0/986b29938d4e8be7deb552ebfd1ef16c311276a59bcae10dec567a5b3d20
+PYTHON_FLASK_BABEL_SITE = https://files.pythonhosted.org/packages/7a/73/e4a9532ca11daeead1a99251f2ec1a5faf98117b83dbfe1b30535004cd98
 PYTHON_FLASK_BABEL_LICENSE = BSD-3-Clause
 PYTHON_FLASK_BABEL_SETUP_TYPE = setuptools
 PYTHON_FLASK_BABEL_LICENSE_FILES = LICENSE
-- 
2.26.0

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

* [Buildroot] [PATCH v1 5/5] package/python-flask-login: bump version to 0.5.0
  2020-04-08 20:48 [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Peter Seiderer
                   ` (2 preceding siblings ...)
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 4/5] package/python-flask-babel: bump version to 1.0.0 Peter Seiderer
@ 2020-04-08 20:48 ` Peter Seiderer
  2020-04-09  9:16 ` [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Sébastien Szymanski
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Peter Seiderer @ 2020-04-08 20:48 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-flask-login/python-flask-login.hash | 10 +++++-----
 package/python-flask-login/python-flask-login.mk   |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/package/python-flask-login/python-flask-login.hash b/package/python-flask-login/python-flask-login.hash
index 75dbe30c7a..9ff1f82a09 100644
--- a/package/python-flask-login/python-flask-login.hash
+++ b/package/python-flask-login/python-flask-login.hash
@@ -1,6 +1,6 @@
-# from https://pypi.python.org/pypi/flask_login/json
-md5 25b34c74bd509792f291c16e184225df Flask-Login-0.4.1.tar.gz
-sha256 c815c1ac7b3e35e2081685e389a665f2c74d7e077cb93cecabaea352da4752ec Flask-Login-0.4.1.tar.gz
+# From https://pypi.org/project/Flask-Login/#copy-hash-modal-8bb2ac58-b80a-4793-84d4-4f32b92976d9
+md5  a2d94aa6ae935345ebc68eb3cbb5fccd  Flask-Login-0.5.0.tar.gz
+sha256  6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b  Flask-Login-0.5.0.tar.gz
 
-# Locally computed
-sha256 7a9dfb9c5da204ed1370f3b62c13e2992a12da1da707f47e156897eeb4344e5b LICENSE
+# License files
+sha256  7a9dfb9c5da204ed1370f3b62c13e2992a12da1da707f47e156897eeb4344e5b  LICENSE
diff --git a/package/python-flask-login/python-flask-login.mk b/package/python-flask-login/python-flask-login.mk
index f81a4cdffe..efb63b262b 100644
--- a/package/python-flask-login/python-flask-login.mk
+++ b/package/python-flask-login/python-flask-login.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FLASK_LOGIN_VERSION = 0.4.1
+PYTHON_FLASK_LOGIN_VERSION = 0.5.0
 PYTHON_FLASK_LOGIN_SOURCE = Flask-Login-$(PYTHON_FLASK_LOGIN_VERSION).tar.gz
-PYTHON_FLASK_LOGIN_SITE = https://files.pythonhosted.org/packages/c1/ff/bd9a4d2d81bf0c07d9e53e8cd3d675c56553719bbefd372df69bf1b3c1e4
+PYTHON_FLASK_LOGIN_SITE = https://files.pythonhosted.org/packages/f9/01/f6c0a3a654ca125cf9cd273314c03a8bc6a47bf861765c8c1d375e15a28d
 PYTHON_FLASK_LOGIN_LICENSE = MIT
 PYTHON_FLASK_LOGIN_LICENSE_FILES = LICENSE
 PYTHON_FLASK_LOGIN_SETUP_TYPE = setuptools
-- 
2.26.0

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

* [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency
  2020-04-08 20:48 [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Peter Seiderer
                   ` (3 preceding siblings ...)
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 5/5] package/python-flask-login: bump version to 0.5.0 Peter Seiderer
@ 2020-04-09  9:16 ` Sébastien Szymanski
  2020-04-11  8:31 ` Thomas Petazzoni
  2020-04-25  7:10 ` Peter Korsgaard
  6 siblings, 0 replies; 12+ messages in thread
From: Sébastien Szymanski @ 2020-04-09  9:16 UTC (permalink / raw)
  To: buildroot

Hi,

On 4/8/20 10:48 PM, Peter Seiderer wrote:
> Remove erroneously python-lxml dependency (as noted by
> Peter Korsgaard).
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Reviewed-by: S?bastien Szymanski <sebastien.szymanski@armadeus.com>

Regards,

> ---
>  package/python-flask/Config.in | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/python-flask/Config.in b/package/python-flask/Config.in
> index 72fcb61999..556afab6d2 100644
> --- a/package/python-flask/Config.in
> +++ b/package/python-flask/Config.in
> @@ -2,7 +2,6 @@ config BR2_PACKAGE_PYTHON_FLASK
>  	bool "python-flask"
>  	select BR2_PACKAGE_PYTHON_CLICK # runtime
>  	select BR2_PACKAGE_PYTHON_JINJA2 # runtime
> -	select BR2_PACKAGE_PYTHON_LXML # runtime
>  	select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
>  	select BR2_PACKAGE_PYTHON_ITSDANGEROUS # runtime
>  	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
> 


-- 
S?bastien Szymanski, Armadeus Systems
Software engineer

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

* [Buildroot] [PATCH v1 2/5] package/python-flask: update homepage URL
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 2/5] package/python-flask: update homepage URL Peter Seiderer
@ 2020-04-09  9:23   ` Sébastien Szymanski
  2020-04-25  7:10   ` Peter Korsgaard
  1 sibling, 0 replies; 12+ messages in thread
From: Sébastien Szymanski @ 2020-04-09  9:23 UTC (permalink / raw)
  To: buildroot

Hi,

On 4/8/20 10:48 PM, Peter Seiderer wrote:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/python-flask/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/python-flask/Config.in b/package/python-flask/Config.in
> index 556afab6d2..0e5b64ce59 100644
> --- a/package/python-flask/Config.in
> +++ b/package/python-flask/Config.in
> @@ -13,4 +13,4 @@ config BR2_PACKAGE_PYTHON_FLASK
>  	  Flask is a microframework for Python based on Werkzeug,
>  	  Jinja 2 and good intentions.
>  
> -	  http://flask.pocoo.org/
> +	  https://palletsprojects.com/p/flask
> 

Reviewed-by: S?bastien Szymanski <sebastien.szymanski@armadeus.com>

Regards,

-- 
S?bastien Szymanski, Armadeus Systems
Software engineer

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

* [Buildroot] [PATCH v1 3/5] package/python-flask: bump version to 1.1.2
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 3/5] package/python-flask: bump version to 1.1.2 Peter Seiderer
@ 2020-04-09 12:25   ` Sébastien Szymanski
  2020-04-25  7:10   ` Peter Korsgaard
  1 sibling, 0 replies; 12+ messages in thread
From: Sébastien Szymanski @ 2020-04-09 12:25 UTC (permalink / raw)
  To: buildroot

Hi,

On 4/8/20 10:48 PM, Peter Seiderer wrote:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/python-flask/python-flask.hash | 9 +++++----
>  package/python-flask/python-flask.mk   | 4 ++--
>  2 files changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/package/python-flask/python-flask.hash b/package/python-flask/python-flask.hash
> index 24f68c6605..c6ccd633f8 100644
> --- a/package/python-flask/python-flask.hash
> +++ b/package/python-flask/python-flask.hash
> @@ -1,6 +1,7 @@
> -# md5, sha256 from https://pypi.org/pypi/flask/json
> -md5	0e3ed44ece1c489ed835d1b7047e349c  Flask-1.1.1.tar.gz
> -sha256	13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52  Flask-1.1.1.tar.gz
> -# Locally computed sha256 checksums
> +# From https://pypi.org/project/Flask/#copy-hash-modal-911ffb67-fe84-4e25-a1a9-f4c745a0a980
> +md5  0da4145d172993cd28a6c619630cc19c  Flask-1.1.2.tar.gz
> +sha256	4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060  Flask-1.1.2.tar.gz
> +
> +# License files
>  sha256	489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea  LICENSE.rst
>  sha256	0ef3ae025f4a398761079f0d687ff3d66f4fef3a32ac2607318e909c0cba9150  docs/license.rst
> diff --git a/package/python-flask/python-flask.mk b/package/python-flask/python-flask.mk
> index 0cd1a18018..cc39bf7e49 100644
> --- a/package/python-flask/python-flask.mk
> +++ b/package/python-flask/python-flask.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -PYTHON_FLASK_VERSION = 1.1.1
> +PYTHON_FLASK_VERSION = 1.1.2
>  PYTHON_FLASK_SOURCE = Flask-$(PYTHON_FLASK_VERSION).tar.gz
> -PYTHON_FLASK_SITE = https://files.pythonhosted.org/packages/2e/80/3726a729de758513fd3dbc64e93098eb009c49305a97c6751de55b20b694
> +PYTHON_FLASK_SITE = https://files.pythonhosted.org/packages/4e/0b/cb02268c90e67545a0e3a37ea1ca3d45de3aca43ceb7dbf1712fb5127d5d
>  PYTHON_FLASK_SETUP_TYPE = setuptools
>  PYTHON_FLASK_LICENSE = BSD-3-Clause
>  PYTHON_FLASK_LICENSE_FILES = LICENSE.rst docs/license.rst
> 

Reviewed-by: S?bastien Szymanski <sebastien.szymanski@armadeus.com>

Regards,

-- 
S?bastien Szymanski, Armadeus Systems
Software engineer

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

* [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency
  2020-04-08 20:48 [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Peter Seiderer
                   ` (4 preceding siblings ...)
  2020-04-09  9:16 ` [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Sébastien Szymanski
@ 2020-04-11  8:31 ` Thomas Petazzoni
  2020-04-25  7:10 ` Peter Korsgaard
  6 siblings, 0 replies; 12+ messages in thread
From: Thomas Petazzoni @ 2020-04-11  8:31 UTC (permalink / raw)
  To: buildroot

On Wed,  8 Apr 2020 22:48:24 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> Remove erroneously python-lxml dependency (as noted by
> Peter Korsgaard).
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/python-flask/Config.in | 1 -
>  1 file changed, 1 deletion(-)

Series applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency
  2020-04-08 20:48 [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Peter Seiderer
                   ` (5 preceding siblings ...)
  2020-04-11  8:31 ` Thomas Petazzoni
@ 2020-04-25  7:10 ` Peter Korsgaard
  6 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2020-04-25  7:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Remove erroneously python-lxml dependency (as noted by
 > Peter Korsgaard).

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH v1 3/5] package/python-flask: bump version to 1.1.2
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 3/5] package/python-flask: bump version to 1.1.2 Peter Seiderer
  2020-04-09 12:25   ` Sébastien Szymanski
@ 2020-04-25  7:10   ` Peter Korsgaard
  1 sibling, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2020-04-25  7:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Given that this is purely a bugfix release - Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH v1 2/5] package/python-flask: update homepage URL
  2020-04-08 20:48 ` [Buildroot] [PATCH v1 2/5] package/python-flask: update homepage URL Peter Seiderer
  2020-04-09  9:23   ` Sébastien Szymanski
@ 2020-04-25  7:10   ` Peter Korsgaard
  1 sibling, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2020-04-25  7:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-04-25  7:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08 20:48 [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Peter Seiderer
2020-04-08 20:48 ` [Buildroot] [PATCH v1 2/5] package/python-flask: update homepage URL Peter Seiderer
2020-04-09  9:23   ` Sébastien Szymanski
2020-04-25  7:10   ` Peter Korsgaard
2020-04-08 20:48 ` [Buildroot] [PATCH v1 3/5] package/python-flask: bump version to 1.1.2 Peter Seiderer
2020-04-09 12:25   ` Sébastien Szymanski
2020-04-25  7:10   ` Peter Korsgaard
2020-04-08 20:48 ` [Buildroot] [PATCH v1 4/5] package/python-flask-babel: bump version to 1.0.0 Peter Seiderer
2020-04-08 20:48 ` [Buildroot] [PATCH v1 5/5] package/python-flask-login: bump version to 0.5.0 Peter Seiderer
2020-04-09  9:16 ` [Buildroot] [PATCH v1 1/5] package/python-flask: remove erroneously python-lxml dependency Sébastien Szymanski
2020-04-11  8:31 ` Thomas Petazzoni
2020-04-25  7:10 ` Peter Korsgaard

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.