mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1
@ 2020-09-17 12:21 Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 02/10] python3-chardet: version bump 2.3.0 -> 3.0.4 Bastian Krause
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Bastian Krause @ 2020-09-17 12:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-async-timeout.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/python3-async-timeout.make b/rules/python3-async-timeout.make
index 620e73e9a..6c988dfc7 100644
--- a/rules/python3-async-timeout.make
+++ b/rules/python3-async-timeout.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_PYTHON3_ASYNC_TIMEOUT) += python3-async-timeout
 #
 # Paths and names
 #
-PYTHON3_ASYNC_TIMEOUT_VERSION	:= 2.0.0
-PYTHON3_ASYNC_TIMEOUT_MD5	:= 36e75397e54c6b899ffabdfe295a9f7c
+PYTHON3_ASYNC_TIMEOUT_VERSION	:= 3.0.1
+PYTHON3_ASYNC_TIMEOUT_MD5	:= 305c4fa529f2485c403d0dbe14390175
 PYTHON3_ASYNC_TIMEOUT		:= async-timeout-$(PYTHON3_ASYNC_TIMEOUT_VERSION)
 PYTHON3_ASYNC_TIMEOUT_SUFFIX	:= tar.gz
-PYTHON3_ASYNC_TIMEOUT_URL	:= https://pypi.python.org/packages/78/10/7fd2551dc51f6065bdbba07d395865df4582cc18169297e7a5c8d90f5bd2/$(PYTHON3_ASYNC_TIMEOUT).$(PYTHON3_ASYNC_TIMEOUT_SUFFIX)
+PYTHON3_ASYNC_TIMEOUT_URL	:= https://files.pythonhosted.org/packages/a1/78/aae1545aba6e87e23ecab8d212b58bb70e72164b67eb090b81bb17ad38e3/$(PYTHON3_ASYNC_TIMEOUT).$(PYTHON3_ASYNC_TIMEOUT_SUFFIX)
 PYTHON3_ASYNC_TIMEOUT_SOURCE	:= $(SRCDIR)/$(PYTHON3_ASYNC_TIMEOUT).$(PYTHON3_ASYNC_TIMEOUT_SUFFIX)
 PYTHON3_ASYNC_TIMEOUT_DIR	:= $(BUILDDIR)/$(PYTHON3_ASYNC_TIMEOUT)
 PYTHON3_ASYNC_TIMEOUT_LICENSE	:= Apache-2.0
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH 02/10] python3-chardet: version bump 2.3.0 -> 3.0.4
  2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
@ 2020-09-17 12:21 ` Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 03/10] python3-attrs: version bump 19.3.0 -> 20.2.0 Bastian Krause
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: Bastian Krause @ 2020-09-17 12:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-chardet.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/python3-chardet.make b/rules/python3-chardet.make
index ab3c99f56..c8cbf491a 100644
--- a/rules/python3-chardet.make
+++ b/rules/python3-chardet.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_CHARDET) += python3-chardet
 #
 # Paths and names
 #
-PYTHON3_CHARDET_VERSION	:= 2.3.0
-PYTHON3_CHARDET_MD5	:= 25274d664ccb5130adae08047416e1a8
+PYTHON3_CHARDET_VERSION	:= 3.0.4
+PYTHON3_CHARDET_MD5	:= 7dd1ba7f9c77e32351b0a0cfacf4055c
 PYTHON3_CHARDET		:= chardet-$(PYTHON3_CHARDET_VERSION)
 PYTHON3_CHARDET_SUFFIX	:= tar.gz
 PYTHON3_CHARDET_URL	:= https://pypi.python.org/packages/source/c/chardet/$(PYTHON3_CHARDET).$(PYTHON3_CHARDET_SUFFIX)
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH 03/10] python3-attrs: version bump 19.3.0 -> 20.2.0
  2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 02/10] python3-chardet: version bump 2.3.0 -> 3.0.4 Bastian Krause
@ 2020-09-17 12:21 ` Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 04/10] python3-idna: new package Bastian Krause
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: Bastian Krause @ 2020-09-17 12:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-attrs.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/python3-attrs.make b/rules/python3-attrs.make
index cd32a351f..f00dd0a07 100644
--- a/rules/python3-attrs.make
+++ b/rules/python3-attrs.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_ATTRS) += python3-attrs
 #
 # Paths and names
 #
-PYTHON3_ATTRS_VERSION	:= 19.3.0
-PYTHON3_ATTRS_MD5	:= 5b2db50fcc31be34d32798183c9bd062
+PYTHON3_ATTRS_VERSION	:= 20.2.0
+PYTHON3_ATTRS_MD5	:= 7be95e1b35e9385d71a0017a48217efc
 PYTHON3_ATTRS		:= attrs-$(PYTHON3_ATTRS_VERSION)
 PYTHON3_ATTRS_SUFFIX	:= tar.gz
 PYTHON3_ATTRS_URL	:= https://pypi.python.org/packages/source/a/attrs/$(PYTHON3_ATTRS).$(PYTHON3_ATTRS_SUFFIX)
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH 04/10] python3-idna: new package
  2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 02/10] python3-chardet: version bump 2.3.0 -> 3.0.4 Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 03/10] python3-attrs: version bump 19.3.0 -> 20.2.0 Bastian Krause
@ 2020-09-17 12:21 ` Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 05/10] python3-yarl: version bump 0.8.1 -> 1.5.1 Bastian Krause
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: Bastian Krause @ 2020-09-17 12:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

python3-yarl requires this.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-idna.in   |  8 +++++++
 rules/python3-idna.make | 52 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)
 create mode 100644 rules/python3-idna.in
 create mode 100644 rules/python3-idna.make

diff --git a/rules/python3-idna.in b/rules/python3-idna.in
new file mode 100644
index 000000000..864f128e2
--- /dev/null
+++ b/rules/python3-idna.in
@@ -0,0 +1,8 @@
+## SECTION=python3
+
+config PYTHON3_IDNA
+	tristate
+	select PYTHON3
+	prompt "python3-idna"
+	help
+	  Support for the Internationalised Domain Names in Applications (IDNA) protocol
diff --git a/rules/python3-idna.make b/rules/python3-idna.make
new file mode 100644
index 000000000..dc42bae35
--- /dev/null
+++ b/rules/python3-idna.make
@@ -0,0 +1,52 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2020 by Bastian Krause <bst@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_PYTHON3_IDNA) += python3-idna
+
+#
+# Paths and names
+#
+PYTHON3_IDNA_VERSION	:= 2.10
+PYTHON3_IDNA_MD5	:= 7a910c706db30d758f377db2762c0f9a
+PYTHON3_IDNA		:= idna-$(PYTHON3_IDNA_VERSION)
+PYTHON3_IDNA_SUFFIX	:= tar.gz
+PYTHON3_IDNA_URL	:= https://files.pythonhosted.org/packages/ea/b7/e0e3c1c467636186c39925827be42f16fee389dc404ac29e930e9136be70/$(PYTHON3_IDNA).$(PYTHON3_IDNA_SUFFIX)
+PYTHON3_IDNA_SOURCE	:= $(SRCDIR)/$(PYTHON3_IDNA).$(PYTHON3_IDNA_SUFFIX)
+PYTHON3_IDNA_DIR	:= $(BUILDDIR)/$(PYTHON3_IDNA)
+PYTHON3_IDNA_LICENSE	:= BSD-3-Clause
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+PYTHON3_IDNA_CONF_TOOL	:= python3
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/python3-idna.targetinstall:
+	@$(call targetinfo)
+
+	@$(call install_init, python3-idna)
+	@$(call install_fixup, python3-idna, PRIORITY, optional)
+	@$(call install_fixup, python3-idna, SECTION, base)
+	@$(call install_fixup, python3-idna, AUTHOR, "Bastian Krause <bst@pengutronix.de>")
+	@$(call install_fixup, python3-idna, DESCRIPTION, missing)
+
+	@$(call install_glob, python3-idna, 0, 0, -, \
+		$(PYTHON3_SITEPACKAGES),, *.py)
+
+	@$(call install_finish, python3-idna)
+
+	@$(call touch)
+
+# vim: syntax=make
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH 05/10] python3-yarl: version bump 0.8.1 -> 1.5.1
  2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
                   ` (2 preceding siblings ...)
  2020-09-17 12:21 ` [ptxdist] [PATCH 04/10] python3-idna: new package Bastian Krause
@ 2020-09-17 12:21 ` Bastian Krause
  2020-09-17 19:10   ` Roland Hieber
  2020-09-17 12:21 ` [ptxdist] [PATCH 06/10] python3-multidict: version bump 2.1.4 -> 4.7.6 Bastian Krause
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 14+ messages in thread
From: Bastian Krause @ 2020-09-17 12:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

yarl requires idna since v0.17.0 .

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-yarl.in   | 1 +
 rules/python3-yarl.make | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/python3-yarl.in b/rules/python3-yarl.in
index 0a933fe28..78d9a4311 100644
--- a/rules/python3-yarl.in
+++ b/rules/python3-yarl.in
@@ -4,6 +4,7 @@ config PYTHON3_YARL
 	tristate
 	select PYTHON3
 	select PYTHON3_MULTIDICT
+	select PYTHON3_IDNA
 	prompt "python3-yarl"
 	help
 	  Yet another URL library for Python
diff --git a/rules/python3-yarl.make b/rules/python3-yarl.make
index 79aafc17f..ae2dd1bfb 100644
--- a/rules/python3-yarl.make
+++ b/rules/python3-yarl.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_PYTHON3_YARL) += python3-yarl
 #
 # Paths and names
 #
-PYTHON3_YARL_VERSION	:= 0.8.1
-PYTHON3_YARL_MD5	:= 34f60a148ab55e3bfde2c0efd7026308
+PYTHON3_YARL_VERSION	:= 1.5.1
+PYTHON3_YARL_MD5	:= a9b20bf0b8a6962e1101b28908a67bf8
 PYTHON3_YARL		:= yarl-$(PYTHON3_YARL_VERSION)
 PYTHON3_YARL_SUFFIX	:= tar.gz
-PYTHON3_YARL_URL	:= https://pypi.python.org/packages/10/1b/be30529bde22c85c2975a4e21cf7f13edbcb291350fbbde8bc13938620c8/$(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX)
+PYTHON3_YARL_URL	:= https://files.pythonhosted.org/packages/ac/dd/59768bb3fa08e8b23e91575bca3ff8d2edbfbceebec8c59eaa24c4215791/$(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX)
 PYTHON3_YARL_SOURCE	:= $(SRCDIR)/$(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX)
 PYTHON3_YARL_DIR	:= $(BUILDDIR)/$(PYTHON3_YARL)
 PYTHON3_YARL_LICENSE	:= Apache-2.0
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH 06/10] python3-multidict: version bump 2.1.4 -> 4.7.6
  2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
                   ` (3 preceding siblings ...)
  2020-09-17 12:21 ` [ptxdist] [PATCH 05/10] python3-yarl: version bump 0.8.1 -> 1.5.1 Bastian Krause
@ 2020-09-17 12:21 ` Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 07/10] python3-aiohttp: mark dependencies as RUNTIME Bastian Krause
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: Bastian Krause @ 2020-09-17 12:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-multidict.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/python3-multidict.make b/rules/python3-multidict.make
index b8be29bdc..fe2013c21 100644
--- a/rules/python3-multidict.make
+++ b/rules/python3-multidict.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_PYTHON3_MULTIDICT) += python3-multidict
 #
 # Paths and names
 #
-PYTHON3_MULTIDICT_VERSION	:= 2.1.4
-PYTHON3_MULTIDICT_MD5		:= 051d92edec87fd98e43ea83f3ce6072d
+PYTHON3_MULTIDICT_VERSION	:= 4.7.6
+PYTHON3_MULTIDICT_MD5		:= 40b6ca77171ac8af55f7aa60049f3cdf
 PYTHON3_MULTIDICT		:= multidict-$(PYTHON3_MULTIDICT_VERSION)
 PYTHON3_MULTIDICT_SUFFIX	:= tar.gz
-PYTHON3_MULTIDICT_URL		:= https://pypi.python.org/packages/2a/df/eaea73e46a58fd780c35ecc304ca42364fa3c1f4cd03568ed33b9d2c7547/$(PYTHON3_MULTIDICT).$(PYTHON3_MULTIDICT_SUFFIX)
+PYTHON3_MULTIDICT_URL		:= https://files.pythonhosted.org/packages/65/d4/fabdcc5ee4451c8a8e177e27ddfd131a53a82ecc5a3b68468b7e9f8d70b4/$(PYTHON3_MULTIDICT).$(PYTHON3_MULTIDICT_SUFFIX)
 PYTHON3_MULTIDICT_SOURCE	:= $(SRCDIR)/$(PYTHON3_MULTIDICT).$(PYTHON3_MULTIDICT_SUFFIX)
 PYTHON3_MULTIDICT_DIR		:= $(BUILDDIR)/$(PYTHON3_MULTIDICT)
 PYTHON3_MULTIDICT_LICENSE	:= Apache-2.0
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH 07/10] python3-aiohttp: mark dependencies as RUNTIME
  2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
                   ` (4 preceding siblings ...)
  2020-09-17 12:21 ` [ptxdist] [PATCH 06/10] python3-multidict: version bump 2.1.4 -> 4.7.6 Bastian Krause
@ 2020-09-17 12:21 ` Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 08/10] python3-aiohttp: add missing PYTHON3_ATTRS runtime dependency Bastian Krause
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: Bastian Krause @ 2020-09-17 12:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

None of these packages are actually required during build/install.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-aiohttp.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/python3-aiohttp.in b/rules/python3-aiohttp.in
index 17b9cec25..f9a70b352 100644
--- a/rules/python3-aiohttp.in
+++ b/rules/python3-aiohttp.in
@@ -4,10 +4,10 @@ config PYTHON3_AIOHTTP
 	tristate
 	select PYTHON3
 	select PYTHON3_SSL
-	select PYTHON3_CHARDET
-	select PYTHON3_MULTIDICT
-	select PYTHON3_YARL
-	select PYTHON3_ASYNC_TIMEOUT
+	select PYTHON3_CHARDET		if RUNTIME
+	select PYTHON3_MULTIDICT	if RUNTIME
+	select PYTHON3_YARL		if RUNTIME
+	select PYTHON3_ASYNC_TIMEOUT	if RUNTIME
 	prompt "aiohttp"
 	help
 	  http client/server for asyncio
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH 08/10] python3-aiohttp: add missing PYTHON3_ATTRS runtime dependency
  2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
                   ` (5 preceding siblings ...)
  2020-09-17 12:21 ` [ptxdist] [PATCH 07/10] python3-aiohttp: mark dependencies as RUNTIME Bastian Krause
@ 2020-09-17 12:21 ` Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 09/10] python3-aiohttp: version bump 3.4.4 -> 3.6.2 Bastian Krause
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 14+ messages in thread
From: Bastian Krause @ 2020-09-17 12:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

attrs is required since aiohttp v3.0.0 .

Fixes: 35f441cec ("python3-aiohttp: version bump 1.2.0 -> 3.4.4")
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-aiohttp.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/python3-aiohttp.in b/rules/python3-aiohttp.in
index f9a70b352..6e9d4a2db 100644
--- a/rules/python3-aiohttp.in
+++ b/rules/python3-aiohttp.in
@@ -8,6 +8,7 @@ config PYTHON3_AIOHTTP
 	select PYTHON3_MULTIDICT	if RUNTIME
 	select PYTHON3_YARL		if RUNTIME
 	select PYTHON3_ASYNC_TIMEOUT	if RUNTIME
+	select PYTHON3_ATTRS		if RUNTIME
 	prompt "aiohttp"
 	help
 	  http client/server for asyncio
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH 09/10] python3-aiohttp: version bump 3.4.4 -> 3.6.2
  2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
                   ` (6 preceding siblings ...)
  2020-09-17 12:21 ` [ptxdist] [PATCH 08/10] python3-aiohttp: add missing PYTHON3_ATTRS runtime dependency Bastian Krause
@ 2020-09-17 12:21 ` Bastian Krause
  2020-09-17 12:21 ` [ptxdist] [PATCH 10/10] python3-aiohttp-wsgi: version bump 0.2.5 -> 0.8.2 Bastian Krause
  2020-09-17 19:09 ` [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Roland Hieber
  9 siblings, 0 replies; 14+ messages in thread
From: Bastian Krause @ 2020-09-17 12:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-aiohttp.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/python3-aiohttp.make b/rules/python3-aiohttp.make
index 2cfec8749..27ad35669 100644
--- a/rules/python3-aiohttp.make
+++ b/rules/python3-aiohttp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_AIOHTTP) += python3-aiohttp
 #
 # Paths and names
 #
-PYTHON3_AIOHTTP_VERSION	:= 3.4.4
-PYTHON3_AIOHTTP_MD5	:= 80a6e0c6c452d511d1d37755d6f0995a
+PYTHON3_AIOHTTP_VERSION	:= 3.6.2
+PYTHON3_AIOHTTP_MD5	:= ca40144c199a09fc1a141960cf6295f0
 PYTHON3_AIOHTTP		:= aiohttp-$(PYTHON3_AIOHTTP_VERSION)
 PYTHON3_AIOHTTP_SUFFIX	:= tar.gz
 PYTHON3_AIOHTTP_URL	:= https://pypi.io/packages/source/a/aiohttp/$(PYTHON3_AIOHTTP).$(PYTHON3_AIOHTTP_SUFFIX)
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH 10/10] python3-aiohttp-wsgi: version bump 0.2.5 -> 0.8.2
  2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
                   ` (7 preceding siblings ...)
  2020-09-17 12:21 ` [ptxdist] [PATCH 09/10] python3-aiohttp: version bump 3.4.4 -> 3.6.2 Bastian Krause
@ 2020-09-17 12:21 ` Bastian Krause
  2020-09-17 19:09 ` [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Roland Hieber
  9 siblings, 0 replies; 14+ messages in thread
From: Bastian Krause @ 2020-09-17 12:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-aiohttp-wsgi.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/python3-aiohttp-wsgi.make b/rules/python3-aiohttp-wsgi.make
index 7b1832130..bae8097e0 100644
--- a/rules/python3-aiohttp-wsgi.make
+++ b/rules/python3-aiohttp-wsgi.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_AIOHTTP_WSGI) += python3-aiohttp-wsgi
 #
 # Paths and names
 #
-PYTHON3_AIOHTTP_WSGI_VERSION	:= 0.2.5
-PYTHON3_AIOHTTP_WSGI_MD5	:= ab630af7b72622a8f1534639cf48cd2d
+PYTHON3_AIOHTTP_WSGI_VERSION	:= 0.8.2
+PYTHON3_AIOHTTP_WSGI_MD5	:= 39c883cbe15c7532452a707924814c40
 PYTHON3_AIOHTTP_WSGI		:= aiohttp-wsgi-$(PYTHON3_AIOHTTP_WSGI_VERSION)
 PYTHON3_AIOHTTP_WSGI_SUFFIX	:= tar.gz
 PYTHON3_AIOHTTP_WSGI_URL	:= https://pypi.python.org/packages/source/a/aiohttp-wsgi/$(PYTHON3_AIOHTTP_WSGI).$(PYTHON3_AIOHTTP_WSGI_SUFFIX)
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1
  2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
                   ` (8 preceding siblings ...)
  2020-09-17 12:21 ` [ptxdist] [PATCH 10/10] python3-aiohttp-wsgi: version bump 0.2.5 -> 0.8.2 Bastian Krause
@ 2020-09-17 19:09 ` Roland Hieber
  2020-09-17 19:34   ` [ptxdist] [RFC] setup: introduce pypi mirror Roland Hieber
  9 siblings, 1 reply; 14+ messages in thread
From: Roland Hieber @ 2020-09-17 19:09 UTC (permalink / raw)
  To: Bastian Krause; +Cc: ptxdist

On Thu, Sep 17, 2020 at 02:21:15PM +0200, Bastian Krause wrote:
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> ---
>  rules/python3-async-timeout.make | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/python3-async-timeout.make b/rules/python3-async-timeout.make
> index 620e73e9a..6c988dfc7 100644
> --- a/rules/python3-async-timeout.make
> +++ b/rules/python3-async-timeout.make
> @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_PYTHON3_ASYNC_TIMEOUT) += python3-async-timeout
>  #
>  # Paths and names
>  #
> -PYTHON3_ASYNC_TIMEOUT_VERSION	:= 2.0.0
> -PYTHON3_ASYNC_TIMEOUT_MD5	:= 36e75397e54c6b899ffabdfe295a9f7c
> +PYTHON3_ASYNC_TIMEOUT_VERSION	:= 3.0.1
> +PYTHON3_ASYNC_TIMEOUT_MD5	:= 305c4fa529f2485c403d0dbe14390175
>  PYTHON3_ASYNC_TIMEOUT		:= async-timeout-$(PYTHON3_ASYNC_TIMEOUT_VERSION)
>  PYTHON3_ASYNC_TIMEOUT_SUFFIX	:= tar.gz
> -PYTHON3_ASYNC_TIMEOUT_URL	:= https://pypi.python.org/packages/78/10/7fd2551dc51f6065bdbba07d395865df4582cc18169297e7a5c8d90f5bd2/$(PYTHON3_ASYNC_TIMEOUT).$(PYTHON3_ASYNC_TIMEOUT_SUFFIX)
> +PYTHON3_ASYNC_TIMEOUT_URL	:= https://files.pythonhosted.org/packages/a1/78/aae1545aba6e87e23ecab8d212b58bb70e72164b67eb090b81bb17ad38e3/$(PYTHON3_ASYNC_TIMEOUT).$(PYTHON3_ASYNC_TIMEOUT_SUFFIX)

Could you use the same URL scheme like for python-chardet here?
<https://pypi.python.org/packages/source/a/async-timeout/async-timeout-3.0.1.tar.gz>
It seems to be more static than this one, which apparently contains some
kind of checksum.

 - Roland

>  PYTHON3_ASYNC_TIMEOUT_SOURCE	:= $(SRCDIR)/$(PYTHON3_ASYNC_TIMEOUT).$(PYTHON3_ASYNC_TIMEOUT_SUFFIX)
>  PYTHON3_ASYNC_TIMEOUT_DIR	:= $(BUILDDIR)/$(PYTHON3_ASYNC_TIMEOUT)
>  PYTHON3_ASYNC_TIMEOUT_LICENSE	:= Apache-2.0
> -- 
> 2.28.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [PATCH 05/10] python3-yarl: version bump 0.8.1 -> 1.5.1
  2020-09-17 12:21 ` [ptxdist] [PATCH 05/10] python3-yarl: version bump 0.8.1 -> 1.5.1 Bastian Krause
@ 2020-09-17 19:10   ` Roland Hieber
  0 siblings, 0 replies; 14+ messages in thread
From: Roland Hieber @ 2020-09-17 19:10 UTC (permalink / raw)
  To: Bastian Krause; +Cc: ptxdist

On Thu, Sep 17, 2020 at 02:21:19PM +0200, Bastian Krause wrote:
> yarl requires idna since v0.17.0 .
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> ---
>  rules/python3-yarl.in   | 1 +
>  rules/python3-yarl.make | 6 +++---
>  2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/python3-yarl.in b/rules/python3-yarl.in
> index 0a933fe28..78d9a4311 100644
> --- a/rules/python3-yarl.in
> +++ b/rules/python3-yarl.in
> @@ -4,6 +4,7 @@ config PYTHON3_YARL
>  	tristate
>  	select PYTHON3
>  	select PYTHON3_MULTIDICT
> +	select PYTHON3_IDNA
>  	prompt "python3-yarl"
>  	help
>  	  Yet another URL library for Python
> diff --git a/rules/python3-yarl.make b/rules/python3-yarl.make
> index 79aafc17f..ae2dd1bfb 100644
> --- a/rules/python3-yarl.make
> +++ b/rules/python3-yarl.make
> @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_PYTHON3_YARL) += python3-yarl
>  #
>  # Paths and names
>  #
> -PYTHON3_YARL_VERSION	:= 0.8.1
> -PYTHON3_YARL_MD5	:= 34f60a148ab55e3bfde2c0efd7026308
> +PYTHON3_YARL_VERSION	:= 1.5.1
> +PYTHON3_YARL_MD5	:= a9b20bf0b8a6962e1101b28908a67bf8
>  PYTHON3_YARL		:= yarl-$(PYTHON3_YARL_VERSION)
>  PYTHON3_YARL_SUFFIX	:= tar.gz
> -PYTHON3_YARL_URL	:= https://pypi.python.org/packages/10/1b/be30529bde22c85c2975a4e21cf7f13edbcb291350fbbde8bc13938620c8/$(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX)
> +PYTHON3_YARL_URL	:= https://files.pythonhosted.org/packages/ac/dd/59768bb3fa08e8b23e91575bca3ff8d2edbfbceebec8c59eaa24c4215791/$(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX)

Here too? (untested)

 - Roland

>  PYTHON3_YARL_SOURCE	:= $(SRCDIR)/$(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX)
>  PYTHON3_YARL_DIR	:= $(BUILDDIR)/$(PYTHON3_YARL)
>  PYTHON3_YARL_LICENSE	:= Apache-2.0
> -- 
> 2.28.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [RFC] setup: introduce pypi mirror
  2020-09-17 19:09 ` [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Roland Hieber
@ 2020-09-17 19:34   ` Roland Hieber
  2020-09-21  8:29     ` Bastian Krause
  0 siblings, 1 reply; 14+ messages in thread
From: Roland Hieber @ 2020-09-17 19:34 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Stender, Roland Hieber

Make it possible to use a short macro for all pypi URLs, e.g:

    $(call ptx/mirror, PYPI, c/chardet/chardet-2.3.0.tar.gz)

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
Or how about this one, to prevent any diff fuzz? :-)
The default value will redirect to the URL containing the checksum, e.g.

$(call ptx/mirror, PYPI, c/chardet/chardet-2.3.0.tar.gz)
-> https://files.pythonhosted.org/packages/source/c/chardet/chardet-2.3.0.tar.gz
-> https://files.pythonhosted.org/packages/7d/87/4e3a3f38b2f5c578ce44f8dc2aa053217de9f0b6d737739b0ddac38ed237/chardet-2.3.0.tar.gz

which is the same URL that <https://pypi.python.org/packages/source/c/chardet/chardet-2.3.0.tar.gz>
will redirect to.


 config/setup/Kconfig           | 7 +++++++
 config/setup/ptxdistrc.default | 1 +
 2 files changed, 8 insertions(+)

diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 4b1a769daab5..1697d88dee98 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -172,6 +172,13 @@ config SETUP_KERNELMIRROR
 	help
 	  For all kernel.org related packages enter an available mirror here.
 
+config SETUP_PYPIMIRROR
+	string
+	default "https://files.pythonhosted.org/packages/source"
+	prompt "Python pypi source mirror"
+	help
+	  For all packages available on pypi, enter an available mirror here.
+
 choice
 	prompt "archive check"
 	default SETUP_CHECK_ALWAYS
diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default
index 29b8bfe37525..7973fdfe40aa 100644
--- a/config/setup/ptxdistrc.default
+++ b/config/setup/ptxdistrc.default
@@ -37,6 +37,7 @@ PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge"
 PTXCONF_SETUP_GNUMIRROR="https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu"
 PTXCONF_SETUP_XORGMIRROR="https://ftp.x.org/archive https://xorg.freedesktop.org/releases"
 PTXCONF_SETUP_KERNELMIRROR="https://www.kernel.org/pub/linux http://www.linux-mips.org/pub/linux/mips http://mirror.linux.org.au/linux"
+PTXCONF_SETUP_PYPIMIRROR="https://files.pythonhosted.org/packages/source"
 PTXCONF_SETUP_CHECK_ALWAYS=y
 # PTXCONF_SETUP_CHECK_NOTEMPTY is not set
 # PTXCONF_SETUP_CHECK_NEVER is not set
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [RFC] setup: introduce pypi mirror
  2020-09-17 19:34   ` [ptxdist] [RFC] setup: introduce pypi mirror Roland Hieber
@ 2020-09-21  8:29     ` Bastian Krause
  0 siblings, 0 replies; 14+ messages in thread
From: Bastian Krause @ 2020-09-21  8:29 UTC (permalink / raw)
  To: ptxdist, Roland Hieber


On 9/17/20 9:34 PM, Roland Hieber wrote:
> Make it possible to use a short macro for all pypi URLs, e.g:
> 
>     $(call ptx/mirror, PYPI, c/chardet/chardet-2.3.0.tar.gz)
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
> Or how about this one, to prevent any diff fuzz? :-)
> The default value will redirect to the URL containing the checksum, e.g.
> 
> $(call ptx/mirror, PYPI, c/chardet/chardet-2.3.0.tar.gz)
> -> https://files.pythonhosted.org/packages/source/c/chardet/chardet-2.3.0.tar.gz
> -> https://files.pythonhosted.org/packages/7d/87/4e3a3f38b2f5c578ce44f8dc2aa053217de9f0b6d737739b0ddac38ed237/chardet-2.3.0.tar.gz
> 
> which is the same URL that <https://pypi.python.org/packages/source/c/chardet/chardet-2.3.0.tar.gz>
> will redirect to.

I like that. We should be able to shorten the ptx/mirror PYPI call even
more. I'll send a new version of this series including a reworked
version of this patch soon.

Regards,
Bastian


> 
> 
>  config/setup/Kconfig           | 7 +++++++
>  config/setup/ptxdistrc.default | 1 +
>  2 files changed, 8 insertions(+)
> 
> diff --git a/config/setup/Kconfig b/config/setup/Kconfig
> index 4b1a769daab5..1697d88dee98 100644
> --- a/config/setup/Kconfig
> +++ b/config/setup/Kconfig
> @@ -172,6 +172,13 @@ config SETUP_KERNELMIRROR
>  	help
>  	  For all kernel.org related packages enter an available mirror here.
>  
> +config SETUP_PYPIMIRROR
> +	string
> +	default "https://files.pythonhosted.org/packages/source"
> +	prompt "Python pypi source mirror"
> +	help
> +	  For all packages available on pypi, enter an available mirror here.
> +
>  choice
>  	prompt "archive check"
>  	default SETUP_CHECK_ALWAYS
> diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default
> index 29b8bfe37525..7973fdfe40aa 100644
> --- a/config/setup/ptxdistrc.default
> +++ b/config/setup/ptxdistrc.default
> @@ -37,6 +37,7 @@ PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge"
>  PTXCONF_SETUP_GNUMIRROR="https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu"
>  PTXCONF_SETUP_XORGMIRROR="https://ftp.x.org/archive https://xorg.freedesktop.org/releases"
>  PTXCONF_SETUP_KERNELMIRROR="https://www.kernel.org/pub/linux http://www.linux-mips.org/pub/linux/mips http://mirror.linux.org.au/linux"
> +PTXCONF_SETUP_PYPIMIRROR="https://files.pythonhosted.org/packages/source"
>  PTXCONF_SETUP_CHECK_ALWAYS=y
>  # PTXCONF_SETUP_CHECK_NOTEMPTY is not set
>  # PTXCONF_SETUP_CHECK_NEVER is not set
> 


-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

end of thread, other threads:[~2020-09-21  8:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 12:21 [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 02/10] python3-chardet: version bump 2.3.0 -> 3.0.4 Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 03/10] python3-attrs: version bump 19.3.0 -> 20.2.0 Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 04/10] python3-idna: new package Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 05/10] python3-yarl: version bump 0.8.1 -> 1.5.1 Bastian Krause
2020-09-17 19:10   ` Roland Hieber
2020-09-17 12:21 ` [ptxdist] [PATCH 06/10] python3-multidict: version bump 2.1.4 -> 4.7.6 Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 07/10] python3-aiohttp: mark dependencies as RUNTIME Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 08/10] python3-aiohttp: add missing PYTHON3_ATTRS runtime dependency Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 09/10] python3-aiohttp: version bump 3.4.4 -> 3.6.2 Bastian Krause
2020-09-17 12:21 ` [ptxdist] [PATCH 10/10] python3-aiohttp-wsgi: version bump 0.2.5 -> 0.8.2 Bastian Krause
2020-09-17 19:09 ` [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1 Roland Hieber
2020-09-17 19:34   ` [ptxdist] [RFC] setup: introduce pypi mirror Roland Hieber
2020-09-21  8:29     ` Bastian Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox