* [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2
@ 2016-10-03 21:11 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 02/28] package/python-autobahn: bump version to 0.16.0 Bernd Kuhls
` (27 more replies)
0 siblings, 28 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-argh/python-argh.hash | 7 +++----
package/python-argh/python-argh.mk | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package/python-argh/python-argh.hash b/package/python-argh/python-argh.hash
index 9e2e068..6f19de1 100644
--- a/package/python-argh/python-argh.hash
+++ b/package/python-argh/python-argh.hash
@@ -1,4 +1,3 @@
-# md5 from https://pypi.python.org/pypi/argh/json
-md5 5a97ce2ae74bbe3b63194906213f1184 argh-0.26.1.tar.gz
-# sha256 calculated by scanpypi
-sha256 06a7442cb9130fb8806fe336000fcf20edf1f2f8ad205e7b62cec118505510db argh-0.26.1.tar.gz
+# md5 from https://pypi.python.org/pypi/argh/json, sha256 locally computed
+md5 edda25f3f0164a963dd89c0e3c619973 argh-0.26.2.tar.gz
+sha256 e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65 argh-0.26.2.tar.gz
diff --git a/package/python-argh/python-argh.mk b/package/python-argh/python-argh.mk
index 4b09e68..bc5d713 100644
--- a/package/python-argh/python-argh.mk
+++ b/package/python-argh/python-argh.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_ARGH_VERSION = 0.26.1
+PYTHON_ARGH_VERSION = 0.26.2
PYTHON_ARGH_SOURCE = argh-$(PYTHON_ARGH_VERSION).tar.gz
-PYTHON_ARGH_SITE = https://pypi.python.org/packages/14/7f/794a7f4a48cba505a4b4c714f81fed844a3a5f7340b171f448711439b09e
+PYTHON_ARGH_SITE = https://pypi.python.org/packages/e3/75/1183b5d1663a66aebb2c184e0398724b624cecd4f4b679cb6e25de97ed15
PYTHON_ARGH_SETUP_TYPE = setuptools
PYTHON_ARGH_LICENSE = LGPLv3+
PYTHON_ARGH_LICENSE_FILES = README.rst
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 02/28] package/python-autobahn: bump version to 0.16.0
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 03/28] package/python-beautifulsoup4: bump version to 4.5.1 Bernd Kuhls
` (26 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-autobahn/python-autobahn.hash | 6 +++---
package/python-autobahn/python-autobahn.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-autobahn/python-autobahn.hash b/package/python-autobahn/python-autobahn.hash
index 1ee1e0e..cae9160 100644
--- a/package/python-autobahn/python-autobahn.hash
+++ b/package/python-autobahn/python-autobahn.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi/autobahn/json, sha256 locally computed.
-md5 576b63ce7fa7846f64650263842b712b autobahn-0.14.1.tar.gz
-sha256 c1695e139e36daeaad9cb788dd3f9b907a3fd83b67884424e59b3e07032956e0 autobahn-0.14.1.tar.gz
+# md5 from https://pypi.python.org/pypi/autobahn/json, sha256 locally computed
+md5 9850702d0078c5a4aa17170afe2f233c autobahn-0.16.0.tar.gz
+sha256 a1dcb4315a0914da56ec484659816de72dfad229be4ac19fa61bbc0111ada884 autobahn-0.16.0.tar.gz
diff --git a/package/python-autobahn/python-autobahn.mk b/package/python-autobahn/python-autobahn.mk
index 2cc2e5d..a5e9aee 100644
--- a/package/python-autobahn/python-autobahn.mk
+++ b/package/python-autobahn/python-autobahn.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_AUTOBAHN_VERSION = 0.14.1
+PYTHON_AUTOBAHN_VERSION = 0.16.0
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
-PYTHON_AUTOBAHN_SITE = https://pypi.python.org/packages/e3/37/1297551d3066ec9b013dd3a1a7e2cca85900d3fe95194779370e8e7a7af7
+PYTHON_AUTOBAHN_SITE = https://pypi.python.org/packages/68/37/2523309412f0fb93a7784c65e5c5639b4b5d7a84f91374ad6c3c2d5af60b
PYTHON_AUTOBAHN_LICENSE = MIT
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 03/28] package/python-beautifulsoup4: bump version to 4.5.1
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 02/28] package/python-autobahn: bump version to 0.16.0 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 04/28] package/python-bottle: bump version to 0.12.9 Bernd Kuhls
` (25 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-beautifulsoup4/python-beautifulsoup4.hash | 7 +++----
package/python-beautifulsoup4/python-beautifulsoup4.mk | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package/python-beautifulsoup4/python-beautifulsoup4.hash b/package/python-beautifulsoup4/python-beautifulsoup4.hash
index 885c266..c86879f 100644
--- a/package/python-beautifulsoup4/python-beautifulsoup4.hash
+++ b/package/python-beautifulsoup4/python-beautifulsoup4.hash
@@ -1,4 +1,3 @@
-# md5 from https://pypi.python.org/pypi/beautifulsoup4/json
-md5 8fbd9a7cac0704645fa20d1419036815 beautifulsoup4-4.4.1.tar.gz
-# sha256 calculated by scanpypi
-sha256 87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4 beautifulsoup4-4.4.1.tar.gz
+# md5 from https://pypi.python.org/pypi/beautifulsoup4/json, sha256 locally computed
+md5 994abd90e691beaf7d42c00ffb2f3a67 beautifulsoup4-4.5.1.tar.gz
+sha256 3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 beautifulsoup4-4.5.1.tar.gz
diff --git a/package/python-beautifulsoup4/python-beautifulsoup4.mk b/package/python-beautifulsoup4/python-beautifulsoup4.mk
index 58481b9..e2fa9b3 100644
--- a/package/python-beautifulsoup4/python-beautifulsoup4.mk
+++ b/package/python-beautifulsoup4/python-beautifulsoup4.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_BEAUTIFULSOUP4_VERSION = 4.4.1
+PYTHON_BEAUTIFULSOUP4_VERSION = 4.5.1
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
-PYTHON_BEAUTIFULSOUP4_SITE = https://pypi.python.org/packages/source/b/beautifulsoup4
+PYTHON_BEAUTIFULSOUP4_SITE = https://pypi.python.org/packages/86/ea/8e9fbce5c8405b9614f1fd304f7109d9169a3516a493ce4f7f77c39435b7
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = setuptools
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = COPYING.txt
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 04/28] package/python-bottle: bump version to 0.12.9
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 02/28] package/python-autobahn: bump version to 0.16.0 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 03/28] package/python-beautifulsoup4: bump version to 4.5.1 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 05/28] package/python-certifi: bump version to 2016.9.26 Bernd Kuhls
` (24 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-bottle/python-bottle.hash | 7 +++----
package/python-bottle/python-bottle.mk | 2 +-
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/package/python-bottle/python-bottle.hash b/package/python-bottle/python-bottle.hash
index 8c7d428..5a589f1 100644
--- a/package/python-bottle/python-bottle.hash
+++ b/package/python-bottle/python-bottle.hash
@@ -1,4 +1,3 @@
-# From https://pypi.python.org/pypi/bottle/0.12.7
-md5 ed0b83c9dbbdbde784e7c652d61c59f4 bottle-0.12.7.tar.gz
-# Calculated based on the hash above
-sha256 e3ea2191f06ca51af45bf6ca41ed2d1b2d809ceda0876466879fe205be7b2073 bottle-0.12.7.tar.gz
+# md5 from https://pypi.python.org/pypi/bottle/json, sha256 locally computed
+md5 f5850258a86224a791171e8ecbb66d99 bottle-0.12.9.tar.gz
+sha256 fe0a24b59385596d02df7ae7845fe7d7135eea73799d03348aeb9f3771500051 bottle-0.12.9.tar.gz
diff --git a/package/python-bottle/python-bottle.mk b/package/python-bottle/python-bottle.mk
index 441419e..ec09398 100644
--- a/package/python-bottle/python-bottle.mk
+++ b/package/python-bottle/python-bottle.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PYTHON_BOTTLE_VERSION = 0.12.7
+PYTHON_BOTTLE_VERSION = 0.12.9
PYTHON_BOTTLE_SOURCE = bottle-$(PYTHON_BOTTLE_VERSION).tar.gz
PYTHON_BOTTLE_SITE = http://pypi.python.org/packages/source/b/bottle
PYTHON_BOTTLE_LICENSE = MIT
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 05/28] package/python-certifi: bump version to 2016.9.26
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (2 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 04/28] package/python-bottle: bump version to 0.12.9 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 06/28] package/python-configobj: bump version to 5.0.6 Bernd Kuhls
` (23 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-certifi/python-certifi.hash | 6 +++---
package/python-certifi/python-certifi.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-certifi/python-certifi.hash b/package/python-certifi/python-certifi.hash
index ade4db3..443cc6d 100644
--- a/package/python-certifi/python-certifi.hash
+++ b/package/python-certifi/python-certifi.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=5d672aa766e1f773c75cfeccd02d3650, sha256 locally computed
-md5 5d672aa766e1f773c75cfeccd02d3650 certifi-2016.2.28.tar.gz
-sha256 5e8eccf95924658c97b990b50552addb64f55e1e3dfe4880456ac1f287dc79d0 certifi-2016.2.28.tar.gz
+# md5 from https://pypi.python.org/pypi/certifi/json, sha256 locally computed
+md5 baa81e951a29958563689d868ef1064d certifi-2016.9.26.tar.gz
+sha256 8275aef1bbeaf05c53715bfc5d8569bd1e04ca1e8e69608cc52bcaac2604eb19 certifi-2016.9.26.tar.gz
diff --git a/package/python-certifi/python-certifi.mk b/package/python-certifi/python-certifi.mk
index 84db8ff..f69e7c1 100644
--- a/package/python-certifi/python-certifi.mk
+++ b/package/python-certifi/python-certifi.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_CERTIFI_VERSION = 2016.2.28
+PYTHON_CERTIFI_VERSION = 2016.9.26
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
-PYTHON_CERTIFI_SITE = https://pypi.python.org/packages/source/c/certifi
+PYTHON_CERTIFI_SITE = https://pypi.python.org/packages/4f/75/e1bc6e363a2c76f8d7e754c27c437dbe4086414e1d6d2f6b2a3e7846f22b
PYTHON_CERTIFI_SETUP_TYPE = setuptools
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 06/28] package/python-configobj: bump version to 5.0.6
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (3 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 05/28] package/python-certifi: bump version to 2016.9.26 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 07/28] package/python-cryptography: bump version to 1.5.2 Bernd Kuhls
` (22 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-configobj/python-configobj.hash | 7 +++----
package/python-configobj/python-configobj.mk | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package/python-configobj/python-configobj.hash b/package/python-configobj/python-configobj.hash
index e4f5c6c..d43c453 100644
--- a/package/python-configobj/python-configobj.hash
+++ b/package/python-configobj/python-configobj.hash
@@ -1,4 +1,3 @@
-# From https://pypi.python.org/pypi/configobj/4.7.2
-md5 201dbaa732a9049c839f9bb6c27fc7b5 configobj-4.7.2.tar.gz
-# Calculated based on the hash above
-sha256 515ff923462592e8321df8b48c47e3428f8d406ee22b8de77bef969d1af11171 configobj-4.7.2.tar.gz
+# md5 from https://pypi.python.org/pypi/configobj/json, sha256 locally computed
+md5 e472a3a1c2a67bb0ec9b5d54c13a47d6 configobj-5.0.6.tar.gz
+sha256 a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902 configobj-5.0.6.tar.gz
diff --git a/package/python-configobj/python-configobj.mk b/package/python-configobj/python-configobj.mk
index 5211b1d..d9591d5 100644
--- a/package/python-configobj/python-configobj.mk
+++ b/package/python-configobj/python-configobj.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_CONFIGOBJ_VERSION = 4.7.2
+PYTHON_CONFIGOBJ_VERSION = 5.0.6
PYTHON_CONFIGOBJ_SOURCE = configobj-$(PYTHON_CONFIGOBJ_VERSION).tar.gz
-PYTHON_CONFIGOBJ_SITE = http://pypi.python.org/packages/source/c/configobj
+PYTHON_CONFIGOBJ_SITE = https://pypi.python.org/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab
PYTHON_CONFIGOBJ_LICENSE = BSD-3c
# License only mentioned in the source
PYTHON_CONFIGOBJ_SETUP_TYPE = distutils
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 07/28] package/python-cryptography: bump version to 1.5.2
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (4 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 06/28] package/python-configobj: bump version to 5.0.6 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 08/28] package/python-dataproperty: bump version to 0.9.0 Bernd Kuhls
` (21 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-cryptography/python-cryptography.hash | 7 +++----
package/python-cryptography/python-cryptography.mk | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package/python-cryptography/python-cryptography.hash b/package/python-cryptography/python-cryptography.hash
index 3f8f61b..60fe3eb 100644
--- a/package/python-cryptography/python-cryptography.hash
+++ b/package/python-cryptography/python-cryptography.hash
@@ -1,4 +1,3 @@
-# From https://pypi.python.org/pypi?:action=show_md5&digest=defd153ed901089f5aeac6eb066d5ef7
-md5 defd153ed901089f5aeac6eb066d5ef7 cryptography-1.3.4.tar.gz
-# Calculated based on the hash above
-sha256 423ff890c01be7c70dbfeaa967eeef5146f1a43a5f810ffdc07b178e48a105a9 cryptography-1.3.4.tar.gz
+# md5 from https://pypi.python.org/pypi/cryptography/json, sha256 locally computed
+md5 f977a6ddb38b071213c0157fc77c62ab cryptography-1.5.2.tar.gz
+sha256 eb8875736734e8e870b09be43b17f40472dc189b1c422a952fa8580768204832 cryptography-1.5.2.tar.gz
diff --git a/package/python-cryptography/python-cryptography.mk b/package/python-cryptography/python-cryptography.mk
index fe392f9..75e6bb3 100644
--- a/package/python-cryptography/python-cryptography.mk
+++ b/package/python-cryptography/python-cryptography.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_CRYPTOGRAPHY_VERSION = 1.3.4
+PYTHON_CRYPTOGRAPHY_VERSION = 1.5.2
PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
-PYTHON_CRYPTOGRAPHY_SITE = https://pypi.python.org/packages/f8/70/d7bd5c9c764732d5876ad34293e1ca55b2305a73ae6fcf1312202d1a798e
+PYTHON_CRYPTOGRAPHY_SITE = https://pypi.python.org/packages/03/1a/60984cb85cc38c4ebdfca27b32a6df6f1914959d8790f5a349608c78be61
PYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools
PYTHON_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3c
PYTHON_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 08/28] package/python-dataproperty: bump version to 0.9.0
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (5 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 07/28] package/python-cryptography: bump version to 1.5.2 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 09/28] package/python-django: bump version to 1.10.2 Bernd Kuhls
` (20 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-dataproperty/python-dataproperty.hash | 7 +++----
package/python-dataproperty/python-dataproperty.mk | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package/python-dataproperty/python-dataproperty.hash b/package/python-dataproperty/python-dataproperty.hash
index 916352e..dc075b9 100644
--- a/package/python-dataproperty/python-dataproperty.hash
+++ b/package/python-dataproperty/python-dataproperty.hash
@@ -1,4 +1,3 @@
-# md5 from https://pypi.python.org/pypi/dataproperty/json
-md5 7ad4dabb5469bb3f150dd1018680119c DataProperty-0.7.1.tar.gz
-# sha256 calculated by scanpypi
-sha256 2d53019e6ca7b95511ec733ea57dc108d916d2dd0818d88d1b7c0e06854a2d2e DataProperty-0.7.1.tar.gz
+# md5 from https://pypi.python.org/pypi/dataproperty/json, sha256 locally computed
+md5 9d910f0994b892df260977146f9a2bd1 DataProperty-0.9.0.tar.gz
+sha256 02ab30a4873eeb1c538cc54552c9f9ef226b3243b7546e8317c583550960319d DataProperty-0.9.0.tar.gz
diff --git a/package/python-dataproperty/python-dataproperty.mk b/package/python-dataproperty/python-dataproperty.mk
index 927fa69..727b8c7 100644
--- a/package/python-dataproperty/python-dataproperty.mk
+++ b/package/python-dataproperty/python-dataproperty.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_DATAPROPERTY_VERSION = 0.7.1
+PYTHON_DATAPROPERTY_VERSION = 0.9.0
PYTHON_DATAPROPERTY_SOURCE = DataProperty-$(PYTHON_DATAPROPERTY_VERSION).tar.gz
-PYTHON_DATAPROPERTY_SITE = https://pypi.python.org/packages/1f/64/b17e5ab3935484869cc3e8ec06ede0c94a296b4955c947d1dfe4460955f9
+PYTHON_DATAPROPERTY_SITE = https://pypi.python.org/packages/d4/7a/8a214fc3c6eb2aeb42282a25355296f391cdcfd6c6b51c80bd644ce6b229
PYTHON_DATAPROPERTY_SETUP_TYPE = setuptools
PYTHON_DATAPROPERTY_LICENSE = MIT
PYTHON_DATAPROPERTY_LICENSE_FILES = LICENSE
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 09/28] package/python-django: bump version to 1.10.2
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (6 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 08/28] package/python-dataproperty: bump version to 0.9.0 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 10/28] package/python-flask-jsonrpc: bump version to 0.3.1 Bernd Kuhls
` (19 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-django/python-django.hash | 5 +++--
package/python-django/python-django.mk | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/python-django/python-django.hash b/package/python-django/python-django.hash
index f51c9b4..38b303b 100644
--- a/package/python-django/python-django.hash
+++ b/package/python-django/python-django.hash
@@ -1,2 +1,3 @@
-# sha256 from https://www.djangoproject.com/m/pgp/Django-1.7.3.checksum.txt
-sha256 f226fb8aa438456968d403f6739de1cf2dad128db86f66ee2b41dfebe3645c5b Django-1.7.3.tar.gz
+# md5 from https://pypi.python.org/pypi/django/json, sha256 locally computed
+md5 5342e77374b2acd2eafa86d2bb68f8c9 Django-1.10.2.tar.gz
+sha256 e127f12a0bfb34843b6e8c82f91e26fff6445a7ca91d222c0794174cf97cbce1 Django-1.10.2.tar.gz
diff --git a/package/python-django/python-django.mk b/package/python-django/python-django.mk
index b67bce4..2a50231 100644
--- a/package/python-django/python-django.mk
+++ b/package/python-django/python-django.mk
@@ -4,10 +4,10 @@
#
################################################################################
-PYTHON_DJANGO_VERSION = 1.7.3
+PYTHON_DJANGO_VERSION = 1.10.2
PYTHON_DJANGO_SOURCE = Django-$(PYTHON_DJANGO_VERSION).tar.gz
# The official Django site has an unpractical URL
-PYTHON_DJANGO_SITE = https://pypi.python.org/packages/source/D/Django
+PYTHON_DJANGO_SITE = https://pypi.python.org/packages/57/9e/59444485f092b6ed4f1931e7d2e13b67fdab967c041d02f58a0d1dab8c23
PYTHON_DJANGO_LICENSE = BSD-3c
PYTHON_DJANGO_LICENSE_FILES = LICENSE
PYTHON_DJANGO_SETUP_TYPE = setuptools
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 10/28] package/python-flask-jsonrpc: bump version to 0.3.1
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (7 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 09/28] package/python-django: bump version to 1.10.2 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 11/28] package/python-flask: bump version to 0.11.1 Bernd Kuhls
` (18 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-flask-jsonrpc/python-flask-jsonrpc.hash | 6 +++---
package/python-flask-jsonrpc/python-flask-jsonrpc.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-flask-jsonrpc/python-flask-jsonrpc.hash b/package/python-flask-jsonrpc/python-flask-jsonrpc.hash
index 8b91af7..a25fbb7 100644
--- a/package/python-flask-jsonrpc/python-flask-jsonrpc.hash
+++ b/package/python-flask-jsonrpc/python-flask-jsonrpc.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi/Flask-JSONRPC/0.3, sha256 locally computed:
-md5 a5beca4c3a882315f9b81acb57e83c68 Flask-JSONRPC-0.3.tar.gz
-sha256 5baf70bf9cf955e95c02316982026a122b89a5f4c78c5b26f9f476abdb3e13bc Flask-JSONRPC-0.3.tar.gz
+# md5 from https://pypi.python.org/pypi/flask-jsonrpc/json, sha256 locally computed
+md5 5c0592f53b2f18e34d5be435acee8842 Flask-JSONRPC-0.3.1.tar.gz
+sha256 4d0cc9c20874093306af91f5a48009fb8659a041428dcdb11703598ffbbc97d0 Flask-JSONRPC-0.3.1.tar.gz
diff --git a/package/python-flask-jsonrpc/python-flask-jsonrpc.mk b/package/python-flask-jsonrpc/python-flask-jsonrpc.mk
index 624322e..ade39e1 100644
--- a/package/python-flask-jsonrpc/python-flask-jsonrpc.mk
+++ b/package/python-flask-jsonrpc/python-flask-jsonrpc.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_FLASK_JSONRPC_VERSION = 0.3
+PYTHON_FLASK_JSONRPC_VERSION = 0.3.1
PYTHON_FLASK_JSONRPC_SOURCE = Flask-JSONRPC-$(PYTHON_FLASK_JSONRPC_VERSION).tar.gz
-PYTHON_FLASK_JSONRPC_SITE = http://pypi.python.org/packages/source/F/Flask-JSONRPC
+PYTHON_FLASK_JSONRPC_SITE = https://pypi.python.org/packages/cb/1f/e6d66e8498609ba04bac76155b2ea884df95531e93501bf4ef009d40a83c
PYTHON_FLASK_JSONRPC_LICENSE = BSD-3c
PYTHON_FLASK_JSONRPC_LICENSE_FILES = setup.py
PYTHON_FLASK_JSONRPC_SETUP_TYPE = setuptools
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 11/28] package/python-flask: bump version to 0.11.1
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (8 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 10/28] package/python-flask-jsonrpc: bump version to 0.3.1 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 12/28] package/python-html5lib: bump version to 1.0b10 Bernd Kuhls
` (17 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-flask/python-flask.hash | 6 +++---
package/python-flask/python-flask.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-flask/python-flask.hash b/package/python-flask/python-flask.hash
index 1432c55..01ccc6e 100644
--- a/package/python-flask/python-flask.hash
+++ b/package/python-flask/python-flask.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=89fbdcb04b7b96c5b24625ae299cf48b, sha256 locally computed
-md5 89fbdcb04b7b96c5b24625ae299cf48b Flask-0.11.tar.gz
-sha256 29a7405a7f0de178232fe48cd9b2a2403083bf03bd34eabe12168863d4cdb493 Flask-0.11.tar.gz
+# md5 from https://pypi.python.org/pypi/flask/json, sha256 locally computed
+md5 d2af95d8fe79cf7da099f062dd122a08 Flask-0.11.1.tar.gz
+sha256 b4713f2bfb9ebc2966b8a49903ae0d3984781d5c878591cf2f7b484d28756b0e Flask-0.11.1.tar.gz
diff --git a/package/python-flask/python-flask.mk b/package/python-flask/python-flask.mk
index db4ba74..204eba0 100644
--- a/package/python-flask/python-flask.mk
+++ b/package/python-flask/python-flask.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_FLASK_VERSION = 0.11
+PYTHON_FLASK_VERSION = 0.11.1
PYTHON_FLASK_SOURCE = Flask-$(PYTHON_FLASK_VERSION).tar.gz
-PYTHON_FLASK_SITE = https://pypi.python.org/packages/dc/ca/c0ed9cc90c079085c698e284b672edbc1ffd6866b1830574095cbc5b7752
+PYTHON_FLASK_SITE = https://pypi.python.org/packages/55/8a/78e165d30f0c8bb5d57c429a30ee5749825ed461ad6c959688872643ffb3
PYTHON_FLASK_SETUP_TYPE = setuptools
PYTHON_FLASK_LICENSE = BSD-3c
PYTHON_FLASK_LICENSE_FILES = LICENSE
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 12/28] package/python-html5lib: bump version to 1.0b10
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (9 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 11/28] package/python-flask: bump version to 0.11.1 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 13/28] package/python-ipaddress: bump version to 1.0.17 Bernd Kuhls
` (16 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-html5lib/python-html5lib.hash | 6 +++---
package/python-html5lib/python-html5lib.mk | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/python-html5lib/python-html5lib.hash b/package/python-html5lib/python-html5lib.hash
index 0ec712a..7ea082f 100644
--- a/package/python-html5lib/python-html5lib.hash
+++ b/package/python-html5lib/python-html5lib.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=ef43cb05e9e799f25d65d1135838a96f, sha256 locally computed
-md5 ef43cb05e9e799f25d65d1135838a96f html5lib-0.9999999.tar.gz
-sha256 2612a191a8d5842bfa057e41ba50bbb9dcb722419d2408c78cff4758d0754868 html5lib-0.9999999.tar.gz
+# md5 from https://pypi.python.org/pypi/html5lib/json, sha256 locally computed
+md5 5ada1243b7a863624b2f35245b2186e9 html5lib-1.0b10.tar.gz
+sha256 0d5fd54d5b2b79b876007a70c033a4023577768d18022c15681c00561432a0f9 html5lib-1.0b10.tar.gz
diff --git a/package/python-html5lib/python-html5lib.mk b/package/python-html5lib/python-html5lib.mk
index 93eef9a..38affcb 100644
--- a/package/python-html5lib/python-html5lib.mk
+++ b/package/python-html5lib/python-html5lib.mk
@@ -4,11 +4,11 @@
#
################################################################################
-PYTHON_HTML5LIB_VERSION = 0.9999999
+PYTHON_HTML5LIB_VERSION = 1.0b10
PYTHON_HTML5LIB_SOURCE = html5lib-$(PYTHON_HTML5LIB_VERSION).tar.gz
-PYTHON_HTML5LIB_SITE = https://pypi.python.org/packages/source/h/html5lib
+PYTHON_HTML5LIB_SITE = https://pypi.python.org/packages/97/16/982214624095c1420c75f3bd295d9e658794aafb95fc075823de107e0ae4
PYTHON_HTML5LIB_LICENSE = MIT
PYTHON_HTML5LIB_LICENSE_FILES = LICENSE
-PYTHON_HTML5LIB_SETUP_TYPE = distutils
+PYTHON_HTML5LIB_SETUP_TYPE = setuptools
$(eval $(python-package))
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 13/28] package/python-ipaddress: bump version to 1.0.17
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (10 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 12/28] package/python-html5lib: bump version to 1.0b10 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 14/28] package/python-ipy: bump version to 0.83, switch upstream to python.org Bernd Kuhls
` (15 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-ipaddress/python-ipaddress.hash | 6 +++---
package/python-ipaddress/python-ipaddress.mk | 5 +++--
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/package/python-ipaddress/python-ipaddress.hash b/package/python-ipaddress/python-ipaddress.hash
index 21bc373..a7c3803 100644
--- a/package/python-ipaddress/python-ipaddress.hash
+++ b/package/python-ipaddress/python-ipaddress.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=12915e923b738107e47827478d553ba1, sha256 locally computed
-md5 12915e923b738107e47827478d553ba1 ipaddress-1.0.15.tar.gz
-sha256 af6c85cfc9cdb12b861655e6b9f2f59618bf3088cbde858727b2c0a98e9f6636 ipaddress-1.0.15.tar.gz
+# md5 from https://pypi.python.org/pypi/ipaddress/json, sha256 locally computed
+md5 8bbf0326719fafb1f453921ef96729fe ipaddress-1.0.17.tar.gz
+sha256 3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716 ipaddress-1.0.17.tar.gz
diff --git a/package/python-ipaddress/python-ipaddress.mk b/package/python-ipaddress/python-ipaddress.mk
index 8019aa8..5ff70d4 100644
--- a/package/python-ipaddress/python-ipaddress.mk
+++ b/package/python-ipaddress/python-ipaddress.mk
@@ -4,10 +4,11 @@
#
################################################################################
-PYTHON_IPADDRESS_VERSION = 1.0.15
+PYTHON_IPADDRESS_VERSION = 1.0.17
PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
-PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/source/i/ipaddress
+PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/bb/26/3b64955ff73f9e3155079b9ed31812afdfa5333b5c76387454d651ef593a
PYTHON_IPADDRESS_LICENSE = Python software foundation license
+PYTHON_IPADDRESS_LICENSE_FILES = LICENSE
PYTHON_IPADDRESS_SETUP_TYPE = setuptools
$(eval $(python-package))
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 14/28] package/python-ipy: bump version to 0.83, switch upstream to python.org
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (11 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 13/28] package/python-ipaddress: bump version to 1.0.17 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 15/28] package/python-json-schema-validator: bump version to 2.4.1 Bernd Kuhls
` (14 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-ipy/python-ipy.hash | 5 +++--
package/python-ipy/python-ipy.mk | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/package/python-ipy/python-ipy.hash b/package/python-ipy/python-ipy.hash
index 171dbdb..ed93448 100644
--- a/package/python-ipy/python-ipy.hash
+++ b/package/python-ipy/python-ipy.hash
@@ -1,2 +1,3 @@
-# locally computed
-sha256 edaaa5344893437aa6c1eb9c4ca966eb4b8c071761793839c7b4fc2a837fbeec python-ipy-IPy-0.82a.tar.gz
+# md5 from https://pypi.python.org/pypi/ipy/json, sha256 locally computed
+md5 7b8c6eb4111b15aea31b67108e769712 IPy-0.83.tar.gz
+sha256 61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8 IPy-0.83.tar.gz
diff --git a/package/python-ipy/python-ipy.mk b/package/python-ipy/python-ipy.mk
index 6773aaf..ec0d0d7 100644
--- a/package/python-ipy/python-ipy.mk
+++ b/package/python-ipy/python-ipy.mk
@@ -4,8 +4,9 @@
#
################################################################################
-PYTHON_IPY_VERSION = IPy-0.82a
-PYTHON_IPY_SITE = $(call github,haypo,python-ipy,$(PYTHON_IPY_VERSION))
+PYTHON_IPY_VERSION = 0.83
+PYTHON_IPY_SOURCE = IPy-$(PYTHON_IPY_VERSION).tar.gz
+PYTHON_IPY_SITE = https://pypi.python.org/packages/88/28/79162bfc351a3f1ab44d663ab3f03fb495806fdb592170990a1568ffbf63
PYTHON_IPY_LICENSE = BSD-3c
PYTHON_IPY_LICENSE_FILES = COPYING
PYTHON_IPY_SETUP_TYPE = distutils
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 15/28] package/python-json-schema-validator: bump version to 2.4.1
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (12 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 14/28] package/python-ipy: bump version to 0.83, switch upstream to python.org Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 16/28] package/python-markdown: bump version to 2.6.7 Bernd Kuhls
` (13 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
.../python-json-schema-validator/python-json-schema-validator.hash | 5 +++--
package/python-json-schema-validator/python-json-schema-validator.mk | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/python-json-schema-validator/python-json-schema-validator.hash b/package/python-json-schema-validator/python-json-schema-validator.hash
index 96f5d89..7360aba 100644
--- a/package/python-json-schema-validator/python-json-schema-validator.hash
+++ b/package/python-json-schema-validator/python-json-schema-validator.hash
@@ -1,2 +1,3 @@
-# locally computed
-sha256 316befb9a6d981dff465f5243e423a3027b27775f7649510ce23fde300dde9b7 json-schema-validator-2.3.tar.gz
+# md5 from https://pypi.python.org/pypi/json-schema-validator/json, sha256 locally computed
+md5 7691b41739faaa8b0965279e72889932 json-schema-validator-2.4.1.tar.gz
+sha256 1562a21d83e56231cef09b9aa2c06e8f845974bd26f24be293de6cab9a2fac91 json-schema-validator-2.4.1.tar.gz
diff --git a/package/python-json-schema-validator/python-json-schema-validator.mk b/package/python-json-schema-validator/python-json-schema-validator.mk
index 0ff5554..1456c34 100644
--- a/package/python-json-schema-validator/python-json-schema-validator.mk
+++ b/package/python-json-schema-validator/python-json-schema-validator.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_JSON_SCHEMA_VALIDATOR_VERSION = 2.3
+PYTHON_JSON_SCHEMA_VALIDATOR_VERSION = 2.4.1
PYTHON_JSON_SCHEMA_VALIDATOR_SOURCE = json-schema-validator-$(PYTHON_JSON_SCHEMA_VALIDATOR_VERSION).tar.gz
-PYTHON_JSON_SCHEMA_VALIDATOR_SITE = http://pypi.python.org/packages/source/j/json-schema-validator
+PYTHON_JSON_SCHEMA_VALIDATOR_SITE = https://pypi.python.org/packages/70/46/ba39cb7efad1898cfc89bf3588b8612f24d128f1c25b761994f524a59cef
PYTHON_JSON_SCHEMA_VALIDATOR_LICENSE = LGPLv3
PYTHON_JSON_SCHEMA_VALIDATOR_SETUP_TYPE = setuptools
PYTHON_JSON_SCHEMA_VALIDATOR_DEPENDENCIES = python-versiontools
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 16/28] package/python-markdown: bump version to 2.6.7
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (13 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 15/28] package/python-json-schema-validator: bump version to 2.4.1 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 17/28] package/python-mistune: bump version to 0.7.3 Bernd Kuhls
` (12 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-markdown/python-markdown.hash | 5 +++--
package/python-markdown/python-markdown.mk | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/python-markdown/python-markdown.hash b/package/python-markdown/python-markdown.hash
index f1ffaae..d30faae 100644
--- a/package/python-markdown/python-markdown.hash
+++ b/package/python-markdown/python-markdown.hash
@@ -1,2 +1,3 @@
-# locally computed
-sha256 284e97e56db9ada03ede9c0ed2870ca6590ce7869f3119104d53510debf1533d Markdown-2.5.2.tar.gz
+# md5 from https://pypi.python.org/pypi/markdown/json, sha256 locally computed
+md5 a06f1c5d462b32e0e8da014e9eebb0d9 Markdown-2.6.7.tar.gz
+sha256 daebf24846efa7ff269cfde8c41a48bb2303920c7b2c7c5e04fa82e6282d05c0 Markdown-2.6.7.tar.gz
diff --git a/package/python-markdown/python-markdown.mk b/package/python-markdown/python-markdown.mk
index 3b2217e..fb87ada 100644
--- a/package/python-markdown/python-markdown.mk
+++ b/package/python-markdown/python-markdown.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_MARKDOWN_VERSION = 2.5.2
+PYTHON_MARKDOWN_VERSION = 2.6.7
PYTHON_MARKDOWN_SOURCE = Markdown-$(PYTHON_MARKDOWN_VERSION).tar.gz
-PYTHON_MARKDOWN_SITE = http://pypi.python.org/packages/source/M/Markdown
+PYTHON_MARKDOWN_SITE = https://pypi.python.org/packages/d4/32/642bd580c577af37b00a1eb59b0eaa996f2d11dfe394f3dd0c7a8a2de81a
PYTHON_MARKDOWN_LICENSE = BSD-3c
PYTHON_MARKDOWN_LICENSE_FILES = LICENSE.md
PYTHON_MARKDOWN_SETUP_TYPE = distutils
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 17/28] package/python-mistune: bump version to 0.7.3
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (14 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 16/28] package/python-markdown: bump version to 2.6.7 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 18/28] package/python-paho-mqtt: bump version to 1.2 Bernd Kuhls
` (11 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-mistune/python-mistune.hash | 6 +++---
package/python-mistune/python-mistune.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-mistune/python-mistune.hash b/package/python-mistune/python-mistune.hash
index 8509606..cfc6a25 100644
--- a/package/python-mistune/python-mistune.hash
+++ b/package/python-mistune/python-mistune.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=ed9ac03c99261bd1803e44ddaa4f87cb, sha256 locally computed.
-md5 ed9ac03c99261bd1803e44ddaa4f87cb mistune-0.7.2.tar.gz
-sha256 626f2516adcde4af608eaf83635ff20ff7e577c1898ad4d0f0fcd8c094399840 mistune-0.7.2.tar.gz
+# md5 from https://pypi.python.org/pypi/mistune/json, sha256 locally computed
+md5 4eba50bd121b83716fa4be6a4049004b mistune-0.7.3.tar.gz
+sha256 21d0e869df3b9189f248e022f1c9763cf9069e1a2f00676f1f1852bd7f98b713 mistune-0.7.3.tar.gz
diff --git a/package/python-mistune/python-mistune.mk b/package/python-mistune/python-mistune.mk
index f0301a7..91e97e8 100644
--- a/package/python-mistune/python-mistune.mk
+++ b/package/python-mistune/python-mistune.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_MISTUNE_VERSION = 0.7.2
+PYTHON_MISTUNE_VERSION = 0.7.3
PYTHON_MISTUNE_SOURCE = mistune-$(PYTHON_MISTUNE_VERSION).tar.gz
-PYTHON_MISTUNE_SITE = http://pypi.python.org/packages/source/m/mistune
+PYTHON_MISTUNE_SITE = https://pypi.python.org/packages/88/1e/be99791262b3a794332fda598a07c2749a433b9378586361ba9d8e824607
PYTHON_MISTUNE_LICENSE = BSD-3c
PYTHON_MISTUNE_LICENSE_FILES = LICENSE
PYTHON_MISTUNE_SETUP_TYPE = setuptools
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 18/28] package/python-paho-mqtt: bump version to 1.2
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (15 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 17/28] package/python-mistune: bump version to 0.7.3 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 19/28] package/python-paramiko: bump version to 2.0.2 Bernd Kuhls
` (10 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-paho-mqtt/python-paho-mqtt.hash | 6 +++---
package/python-paho-mqtt/python-paho-mqtt.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-paho-mqtt/python-paho-mqtt.hash b/package/python-paho-mqtt/python-paho-mqtt.hash
index 52729cc..6cb3cc2 100644
--- a/package/python-paho-mqtt/python-paho-mqtt.hash
+++ b/package/python-paho-mqtt/python-paho-mqtt.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=a6407b74eb5e5411e157be1de5c11366, sha256 locally computed
-md5 a6407b74eb5e5411e157be1de5c11366 paho-mqtt-1.1.tar.gz
-sha256 0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e paho-mqtt-1.1.tar.gz
+# md5 from https://pypi.python.org/pypi/paho-mqtt/json, sha256 locally computed
+md5 241150b3fcb920ddca4d33181f3238b1 paho-mqtt-1.2.tar.gz
+sha256 9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f paho-mqtt-1.2.tar.gz
diff --git a/package/python-paho-mqtt/python-paho-mqtt.mk b/package/python-paho-mqtt/python-paho-mqtt.mk
index 01da2b3..d783a9c 100644
--- a/package/python-paho-mqtt/python-paho-mqtt.mk
+++ b/package/python-paho-mqtt/python-paho-mqtt.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PAHO_MQTT_VERSION = 1.1
+PYTHON_PAHO_MQTT_VERSION = 1.2
PYTHON_PAHO_MQTT_SOURCE = paho-mqtt-$(PYTHON_PAHO_MQTT_VERSION).tar.gz
-PYTHON_PAHO_MQTT_SITE = https://pypi.python.org/packages/source/p/paho-mqtt
+PYTHON_PAHO_MQTT_SITE = https://pypi.python.org/packages/82/d9/7064d3a0a1d62756a1a809c85b99f864c641b66de84c15458f72193b7708
PYTHON_PAHO_MQTT_LICENSE = EPLv1.0 or EDLv1.0
PYTHON_PAHO_MQTT_LICENSE_FILES = LICENSE.txt edl-v10 epl-v10
PYTHON_PAHO_MQTT_SETUP_TYPE = distutils
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 19/28] package/python-paramiko: bump version to 2.0.2
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (16 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 18/28] package/python-paho-mqtt: bump version to 1.2 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 20/28] package/python-pathvalidate: bump version to 0.7.1 Bernd Kuhls
` (9 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-paramiko/python-paramiko.hash | 7 +++----
package/python-paramiko/python-paramiko.mk | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package/python-paramiko/python-paramiko.hash b/package/python-paramiko/python-paramiko.hash
index 29af27d..f2aedc7 100644
--- a/package/python-paramiko/python-paramiko.hash
+++ b/package/python-paramiko/python-paramiko.hash
@@ -1,4 +1,3 @@
-# md5 from https://pypi.python.org/pypi/paramiko/json
-md5 7e1203f5ffeb7d2bc2bffc4feb804216 paramiko-1.16.0.tar.gz
-# sha256 calculated by scanpypi
-sha256 3297ebd3cd072f573772f7c7426939a443c62c458d54bb632ff30fd6ecf96892 paramiko-1.16.0.tar.gz
+# md5 from https://pypi.python.org/pypi/paramiko/json, sha256 locally computed
+md5 6312aee79892801cf5a624eb4f8fd864 paramiko-2.0.2.tar.gz
+sha256 411bf90fa22b078a923ff19ef9772c1115a0953702db93549a2848acefd141dc paramiko-2.0.2.tar.gz
diff --git a/package/python-paramiko/python-paramiko.mk b/package/python-paramiko/python-paramiko.mk
index 52822bb..e616049 100644
--- a/package/python-paramiko/python-paramiko.mk
+++ b/package/python-paramiko/python-paramiko.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PARAMIKO_VERSION = 1.16.0
+PYTHON_PARAMIKO_VERSION = 2.0.2
PYTHON_PARAMIKO_SOURCE = paramiko-$(PYTHON_PARAMIKO_VERSION).tar.gz
-PYTHON_PARAMIKO_SITE = https://pypi.python.org/packages/source/p/paramiko
+PYTHON_PARAMIKO_SITE = https://pypi.python.org/packages/6b/4e/971b8c917456a2ec9666311f7e695493002a64022397cd668150b5efd2a8
PYTHON_PARAMIKO_SETUP_TYPE = setuptools
PYTHON_PARAMIKO_LICENSE = LGPLv2.1+
PYTHON_PARAMIKO_LICENSE_FILES = LICENSE
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 20/28] package/python-pathvalidate: bump version to 0.7.1
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (17 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 19/28] package/python-paramiko: bump version to 2.0.2 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 21/28] package/python-posix-ipc: bump version to 1.0.0 Bernd Kuhls
` (8 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-pathvalidate/python-pathvalidate.hash | 7 +++----
package/python-pathvalidate/python-pathvalidate.mk | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package/python-pathvalidate/python-pathvalidate.hash b/package/python-pathvalidate/python-pathvalidate.hash
index 90208f4..3a1bc1d 100644
--- a/package/python-pathvalidate/python-pathvalidate.hash
+++ b/package/python-pathvalidate/python-pathvalidate.hash
@@ -1,4 +1,3 @@
-# md5 from https://pypi.python.org/pypi/pathvalidate/json
-md5 d3d89abc6c053b4182be29c23beccf26 pathvalidate-0.4.2.tar.gz
-# sha256 calculated locally
-sha256 4316cf5f862b70efd7792b98f46871592b80924840da69a28df1921d7702fcf9 pathvalidate-0.4.2.tar.gz
+# md5 from https://pypi.python.org/pypi/pathvalidate/json, sha256 locally computed
+md5 1ea321c363fb5f55451473071db30d28 pathvalidate-0.7.1.tar.gz
+sha256 4d701cfc8b380ed39252e29ce972a54dd18ce1dbe5cd8758162480d8bd673e5d pathvalidate-0.7.1.tar.gz
diff --git a/package/python-pathvalidate/python-pathvalidate.mk b/package/python-pathvalidate/python-pathvalidate.mk
index 0c7cc76..843b207 100644
--- a/package/python-pathvalidate/python-pathvalidate.mk
+++ b/package/python-pathvalidate/python-pathvalidate.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PATHVALIDATE_VERSION = 0.4.2
+PYTHON_PATHVALIDATE_VERSION = 0.7.1
PYTHON_PATHVALIDATE_SOURCE = pathvalidate-$(PYTHON_PATHVALIDATE_VERSION).tar.gz
-PYTHON_PATHVALIDATE_SITE = https://pypi.python.org/packages/fd/b9/726269557d5846f253f7ecec483d801582a27b77852a76e2dc9c61dba2b6
+PYTHON_PATHVALIDATE_SITE = https://pypi.python.org/packages/85/39/94b634c076dc3192455b1c0a8d15061eeeffd65a9d267d2b9de237b159a2
PYTHON_PATHVALIDATE_SETUP_TYPE = setuptools
PYTHON_PATHVALIDATE_LICENSE = MIT
PYTHON_PATHVALIDATE_LICENSE_FILES = LICENSE
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 21/28] package/python-posix-ipc: bump version to 1.0.0
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (18 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 20/28] package/python-pathvalidate: bump version to 0.7.1 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 22/28] package/python-prompt-toolkit: bump version to 1.0.7 Bernd Kuhls
` (7 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-posix-ipc/python-posix-ipc.hash | 5 +++--
package/python-posix-ipc/python-posix-ipc.mk | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/python-posix-ipc/python-posix-ipc.hash b/package/python-posix-ipc/python-posix-ipc.hash
index 95ef4da..196f186 100644
--- a/package/python-posix-ipc/python-posix-ipc.hash
+++ b/package/python-posix-ipc/python-posix-ipc.hash
@@ -1,2 +1,3 @@
-# locally computed
-sha256 24e092ba995122869a2fca46a2579b1b2824cfdcb2ecc6938e2923a120460646 posix_ipc-0.9.6.tar.gz
+# md5 from https://pypi.python.org/pypi/posix-ipc/json, sha256 locally computed
+md5 85607a392087715ac3a3c7ded2492d06 posix_ipc-1.0.0.tar.gz
+sha256 9c93070374ca672725575e5c9874930c8cde69367fb90378b2255e048e31efcb posix_ipc-1.0.0.tar.gz
diff --git a/package/python-posix-ipc/python-posix-ipc.mk b/package/python-posix-ipc/python-posix-ipc.mk
index 5fa7471..7916537 100644
--- a/package/python-posix-ipc/python-posix-ipc.mk
+++ b/package/python-posix-ipc/python-posix-ipc.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_POSIX_IPC_VERSION = 0.9.6
+PYTHON_POSIX_IPC_VERSION = 1.0.0
PYTHON_POSIX_IPC_SOURCE = posix_ipc-$(PYTHON_POSIX_IPC_VERSION).tar.gz
-PYTHON_POSIX_IPC_SITE = http://semanchuk.com/philip/posix_ipc
+PYTHON_POSIX_IPC_SITE = https://pypi.python.org/packages/f0/e6/bff62b62b2e75f695b737695951b7a4c1c6595369268a37868f5c34e1c12
PYTHON_POSIX_IPC_LICENSE = BSD-3c
PYTHON_POSIX_IPC_LICENSE_FILES = LICENSE
PYTHON_POSIX_IPC_SETUP_TYPE = distutils
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 22/28] package/python-prompt-toolkit: bump version to 1.0.7
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (19 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 21/28] package/python-posix-ipc: bump version to 1.0.0 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 23/28] package/python-pygments: bump version to 2.1.3 Bernd Kuhls
` (6 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-prompt-toolkit/python-prompt-toolkit.hash | 6 +++---
package/python-prompt-toolkit/python-prompt-toolkit.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-prompt-toolkit/python-prompt-toolkit.hash b/package/python-prompt-toolkit/python-prompt-toolkit.hash
index f33e99a..0211a96 100644
--- a/package/python-prompt-toolkit/python-prompt-toolkit.hash
+++ b/package/python-prompt-toolkit/python-prompt-toolkit.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi/prompt_toolkit/json, sha256 locally computed
-md5 6c4133d099603f496c761491043bf0ef prompt_toolkit-1.0.3.tar.gz
-sha256 805e026f0cbad27467e93f9dd3e3777718d401a62788c1e84ca038e967ad8ba2 prompt_toolkit-1.0.3.tar.gz
+# md5 from https://pypi.python.org/pypi/prompt-toolkit/json, sha256 locally computed
+md5 f74cd8ac84176fac1cdb136843ccb0d6 prompt_toolkit-1.0.7.tar.gz
+sha256 ef0b8188179fe7d052161ed274b43e18f5a680ff84d01462293b327e1668d2ef prompt_toolkit-1.0.7.tar.gz
diff --git a/package/python-prompt-toolkit/python-prompt-toolkit.mk b/package/python-prompt-toolkit/python-prompt-toolkit.mk
index 634f20e..7e85dcd 100644
--- a/package/python-prompt-toolkit/python-prompt-toolkit.mk
+++ b/package/python-prompt-toolkit/python-prompt-toolkit.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PROMPT_TOOLKIT_VERSION = 1.0.3
+PYTHON_PROMPT_TOOLKIT_VERSION = 1.0.7
PYTHON_PROMPT_TOOLKIT_SOURCE = prompt_toolkit-$(PYTHON_PROMPT_TOOLKIT_VERSION).tar.gz
-PYTHON_PROMPT_TOOLKIT_SITE = https://pypi.python.org/packages/8d/de/412f23919929c01e6b55183e124623f705e4b91796d3d2dce2cb53d595ad
+PYTHON_PROMPT_TOOLKIT_SITE = https://pypi.python.org/packages/dd/55/2fb4883d2b21d072204fd21ca5e6040faa253135554590d0b67380669176
PYTHON_PROMPT_TOOLKIT_SETUP_TYPE = setuptools
PYTHON_PROMPT_TOOLKIT_LICENSE = BSD-3c
PYTHON_PROMPT_TOOLKIT_LICENSE_FILES = LICENSE
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 23/28] package/python-pygments: bump version to 2.1.3
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (20 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 22/28] package/python-prompt-toolkit: bump version to 1.0.7 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 24/28] package/python-pymysql: bump version to 0.7.9 Bernd Kuhls
` (5 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-pygments/python-pygments.hash | 6 +++---
package/python-pygments/python-pygments.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-pygments/python-pygments.hash b/package/python-pygments/python-pygments.hash
index bb954dd..2af1597 100644
--- a/package/python-pygments/python-pygments.hash
+++ b/package/python-pygments/python-pygments.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=84533d22f72de894f6d3907c3ca9eddf, sha256 locally computed.
-md5 84533d22f72de894f6d3907c3ca9eddf Pygments-2.1.tar.gz
-sha256 13a0ef5fafd7b16cf995bc28fe7aab0780dab1b2fda0fc89e033709af8b8a47b Pygments-2.1.tar.gz
+# md5 from https://pypi.python.org/pypi/pygments/json, sha256 locally computed
+md5 ed3fba2467c8afcda4d317e4ef2c6150 Pygments-2.1.3.tar.gz
+sha256 88e4c8a91b2af5962bfa5ea2447ec6dd357018e86e94c7d14bd8cacbc5b55d81 Pygments-2.1.3.tar.gz
diff --git a/package/python-pygments/python-pygments.mk b/package/python-pygments/python-pygments.mk
index eafd775..16ed90d 100644
--- a/package/python-pygments/python-pygments.mk
+++ b/package/python-pygments/python-pygments.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PYGMENTS_VERSION = 2.1
+PYTHON_PYGMENTS_VERSION = 2.1.3
PYTHON_PYGMENTS_SOURCE = Pygments-$(PYTHON_PYGMENTS_VERSION).tar.gz
-PYTHON_PYGMENTS_SITE = http://pypi.python.org/packages/source/P/Pygments
+PYTHON_PYGMENTS_SITE = https://pypi.python.org/packages/b8/67/ab177979be1c81bc99c8d0592ef22d547e70bb4c6815c383286ed5dec504
PYTHON_PYGMENTS_LICENSE = BSD-2c
PYTHON_PYGMENTS_LICENSE_FILES = LICENSE
PYTHON_PYGMENTS_SETUP_TYPE = setuptools
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 24/28] package/python-pymysql: bump version to 0.7.9
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (21 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 23/28] package/python-pygments: bump version to 2.1.3 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 25/28] package/python-pyparsing: bump version to 2.1.9 Bernd Kuhls
` (4 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-pymysql/python-pymysql.hash | 7 +++----
package/python-pymysql/python-pymysql.mk | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package/python-pymysql/python-pymysql.hash b/package/python-pymysql/python-pymysql.hash
index fc7e5e3..9e058ab 100644
--- a/package/python-pymysql/python-pymysql.hash
+++ b/package/python-pymysql/python-pymysql.hash
@@ -1,4 +1,3 @@
-#md5 from https://pypi.python.org/pypi?:action=show_md5&digest=6d757cda8bfbd312714207f7c0bef5c7
-md5 6d757cda8bfbd312714207f7c0bef5c7 PyMySQL-0.7.2.tar.gz
-# Locally calculated:
-sha256 bd7acb4990dbf097fae3417641f93e25c690e01ed25c3ed32ea638d6c3ac04ba PyMySQL-0.7.2.tar.gz
+# md5 from https://pypi.python.org/pypi/pymysql/json, sha256 locally computed
+md5 bf82311ac2df4c43adad003a8c805b90 PyMySQL-0.7.9.tar.gz
+sha256 2331f82b7b85d407c8d9d7a8d7901a6abbeb420533e5d5d64ded5009b5c6dcc3 PyMySQL-0.7.9.tar.gz
diff --git a/package/python-pymysql/python-pymysql.mk b/package/python-pymysql/python-pymysql.mk
index e58ff7e..94a93a2 100644
--- a/package/python-pymysql/python-pymysql.mk
+++ b/package/python-pymysql/python-pymysql.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PYMYSQL_VERSION = 0.7.2
+PYTHON_PYMYSQL_VERSION = 0.7.9
PYTHON_PYMYSQL_SOURCE = PyMySQL-$(PYTHON_PYMYSQL_VERSION).tar.gz
-PYTHON_PYMYSQL_SITE = https://pypi.python.org/packages/source/P/PyMySQL
+PYTHON_PYMYSQL_SITE = https://pypi.python.org/packages/a4/c4/c15457f261fda9839637de044eca9b6da8f55503183fe887523801b85701
PYTHON_PYMYSQL_LICENSE = MIT
PYTHON_PYMYSQL_LICENSE_FILES = LICENSE
PYTHON_PYMYSQL_SETUP_TYPE = setuptools
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 25/28] package/python-pyparsing: bump version to 2.1.9
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (22 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 24/28] package/python-pymysql: bump version to 0.7.9 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 26/28] package/python-pyroute2: bump version to 0.4.8 Bernd Kuhls
` (3 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-pyparsing/python-pyparsing.hash | 6 +++---
package/python-pyparsing/python-pyparsing.mk | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/python-pyparsing/python-pyparsing.hash b/package/python-pyparsing/python-pyparsing.hash
index 93a0845..6cf686a 100644
--- a/package/python-pyparsing/python-pyparsing.hash
+++ b/package/python-pyparsing/python-pyparsing.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi/pyparsing/2.0.3, sha256 locally computed
-md5 0fe479be09fc2cf005f753d3acc35939 pyparsing-2.0.3.tar.gz
-sha256 06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f pyparsing-2.0.3.tar.gz
+# md5 from https://pypi.python.org/pypi/pyparsing/json, sha256 locally computed
+md5 ee943c354eac79526533c58342f322c7 pyparsing-2.1.9.tar.gz
+sha256 93326f5490bcfe7069806ff342692e75f72529cfa82f20683b5fceeb5d4a7fc2 pyparsing-2.1.9.tar.gz
diff --git a/package/python-pyparsing/python-pyparsing.mk b/package/python-pyparsing/python-pyparsing.mk
index ad066b8..652345d 100644
--- a/package/python-pyparsing/python-pyparsing.mk
+++ b/package/python-pyparsing/python-pyparsing.mk
@@ -4,11 +4,11 @@
#
################################################################################
-PYTHON_PYPARSING_VERSION = 2.0.3
+PYTHON_PYPARSING_VERSION = 2.1.9
PYTHON_PYPARSING_SOURCE = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz
-PYTHON_PYPARSING_SITE = https://pypi.python.org/packages/source/p/pyparsing
+PYTHON_PYPARSING_SITE = https://pypi.python.org/packages/87/ee/6f3a94d834c82a5c1a74f2fc77775ff05b5fbbf7d97f844e6fff5e2ff94b
PYTHON_PYPARSING_LICENSE = MIT
PYTHON_PYPARSING_LICENSE_FILES = LICENSE
-PYTHON_PYPARSING_SETUP_TYPE = distutils
+PYTHON_PYPARSING_SETUP_TYPE = setuptools
$(eval $(python-package))
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 26/28] package/python-pyroute2: bump version to 0.4.8
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (23 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 25/28] package/python-pyparsing: bump version to 2.1.9 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 27/28] package/python-pysnmp-apps: bump version to 0.4.1 Bernd Kuhls
` (2 subsequent siblings)
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-pyroute2/python-pyroute2.hash | 6 +++---
package/python-pyroute2/python-pyroute2.mk | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/python-pyroute2/python-pyroute2.hash b/package/python-pyroute2/python-pyroute2.hash
index df9ff02..ff680fc 100644
--- a/package/python-pyroute2/python-pyroute2.hash
+++ b/package/python-pyroute2/python-pyroute2.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=459b4020073b767cc129e360dabbd2d7, sha256 locally computed
-md5 459b4020073b767cc129e360dabbd2d7 pyroute2-0.3.20.tar.gz
-sha256 ed28856753b941d4277b2f14b89c9edec35be4c97e1831f900fe4ce6fc12161b pyroute2-0.3.20.tar.gz
+# md5 from https://pypi.python.org/pypi/pyroute2/json, sha256 locally computed
+md5 317303ba8a5e3d55b4f918fd1b7e186d pyroute2-0.4.8.tar.gz
+sha256 a59907d2c5756f188b5f8aa48e3060e31c6f40e076f8143b99240fe0108a48d6 pyroute2-0.4.8.tar.gz
diff --git a/package/python-pyroute2/python-pyroute2.mk b/package/python-pyroute2/python-pyroute2.mk
index 2e9e0dd..5ea4f54 100644
--- a/package/python-pyroute2/python-pyroute2.mk
+++ b/package/python-pyroute2/python-pyroute2.mk
@@ -1,12 +1,12 @@
-#############################################################
+################################################################################
#
# python-pyroute2
#
-#############################################################
+################################################################################
-PYTHON_PYROUTE2_VERSION = 0.3.20
+PYTHON_PYROUTE2_VERSION = 0.4.8
PYTHON_PYROUTE2_SOURCE = pyroute2-$(PYTHON_PYROUTE2_VERSION).tar.gz
-PYTHON_PYROUTE2_SITE = https://pypi.python.org/packages/source/p/pyroute2
+PYTHON_PYROUTE2_SITE = https://pypi.python.org/packages/fb/c1/2cbd9d3f91c663be7168ee2d8d6e919006ffeef57cac76bdd9e6cba7f468
PYTHON_PYROUTE2_LICENSE = Apache-2.0 or GPLv2+
PYTHON_PYROUTE2_LICENSE_FILES = LICENSE.Apache.v2 LICENSE.GPL.v2 README.license.md
PYTHON_PYROUTE2_SETUP_TYPE = distutils
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 27/28] package/python-pysnmp-apps: bump version to 0.4.1
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (24 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 26/28] package/python-pyroute2: bump version to 0.4.8 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 28/28] package/python-requests: bump version to 2.11.1 Bernd Kuhls
2016-10-05 21:08 ` [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Thomas Petazzoni
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-pysnmp-apps/python-pysnmp-apps.hash | 5 +++--
package/python-pysnmp-apps/python-pysnmp-apps.mk | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/python-pysnmp-apps/python-pysnmp-apps.hash b/package/python-pysnmp-apps/python-pysnmp-apps.hash
index cb57c8d..2b865cb 100644
--- a/package/python-pysnmp-apps/python-pysnmp-apps.hash
+++ b/package/python-pysnmp-apps/python-pysnmp-apps.hash
@@ -1,2 +1,3 @@
-# locally computed
-sha256 e073732ed34777bdeb018dcd8b3fa51bc85956da80b92da401a4436ee72350e0 pysnmp-apps-0.3.3.tar.gz
+# md5 from https://pypi.python.org/pypi/pysnmp-apps/json, sha256 locally computed
+md5 7fc08e2d81a77d558b38be5e49ff833e pysnmp-apps-0.4.1.tar.gz
+sha256 57accb8c2fcb255b4da85af07ef9cd6a266dc5143b2834419ec8a39a879edeb7 pysnmp-apps-0.4.1.tar.gz
diff --git a/package/python-pysnmp-apps/python-pysnmp-apps.mk b/package/python-pysnmp-apps/python-pysnmp-apps.mk
index d6e9db2..a055442 100644
--- a/package/python-pysnmp-apps/python-pysnmp-apps.mk
+++ b/package/python-pysnmp-apps/python-pysnmp-apps.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PYTHON_PYSNMP_APPS_VERSION = 0.3.3
+PYTHON_PYSNMP_APPS_VERSION = 0.4.1
PYTHON_PYSNMP_APPS_SOURCE = pysnmp-apps-$(PYTHON_PYSNMP_APPS_VERSION).tar.gz
PYTHON_PYSNMP_APPS_SITE = https://pypi.python.org/packages/source/p/pysnmp-apps
PYTHON_PYSNMP_APPS_SETUP_TYPE = setuptools
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 28/28] package/python-requests: bump version to 2.11.1
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (25 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 27/28] package/python-pysnmp-apps: bump version to 0.4.1 Bernd Kuhls
@ 2016-10-03 21:11 ` Bernd Kuhls
2016-10-05 21:08 ` [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Thomas Petazzoni
27 siblings, 0 replies; 29+ messages in thread
From: Bernd Kuhls @ 2016-10-03 21:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/python-requests/python-requests.hash | 6 +++---
package/python-requests/python-requests.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-requests/python-requests.hash b/package/python-requests/python-requests.hash
index b567fe6..e441c00 100644
--- a/package/python-requests/python-requests.hash
+++ b/package/python-requests/python-requests.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=0b7f480d19012ec52bab78292efd976d, sha256 locally computed
-md5 0b7f480d19012ec52bab78292efd976d requests-2.9.1.tar.gz
-sha256 c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f requests-2.9.1.tar.gz
+# md5 from https://pypi.python.org/pypi/requests/json, sha256 locally computed
+md5 ad5f9c47b5c5dfdb28363ad7546b0763 requests-2.11.1.tar.gz
+sha256 5acf980358283faba0b897c73959cecf8b841205bb4b2ad3ef545f46eae1a133 requests-2.11.1.tar.gz
diff --git a/package/python-requests/python-requests.mk b/package/python-requests/python-requests.mk
index 8cda2c5..49980bf 100644
--- a/package/python-requests/python-requests.mk
+++ b/package/python-requests/python-requests.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_REQUESTS_VERSION = 2.9.1
+PYTHON_REQUESTS_VERSION = 2.11.1
PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz
-PYTHON_REQUESTS_SITE = http://pypi.python.org/packages/source/r/requests
+PYTHON_REQUESTS_SITE = https://pypi.python.org/packages/2e/ad/e627446492cc374c284e82381215dcd9a0a87c4f6e90e9789afefe6da0ad
PYTHON_REQUESTS_SETUP_TYPE = setuptools
PYTHON_REQUESTS_LICENSE = Apache-2.0
PYTHON_REQUESTS_LICENSE_FILES = LICENSE
--
2.9.3
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
` (26 preceding siblings ...)
2016-10-03 21:11 ` [Buildroot] [PATCH 28/28] package/python-requests: bump version to 2.11.1 Bernd Kuhls
@ 2016-10-05 21:08 ` Thomas Petazzoni
27 siblings, 0 replies; 29+ messages in thread
From: Thomas Petazzoni @ 2016-10-05 21:08 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 3 Oct 2016 23:11:21 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/python-argh/python-argh.hash | 7 +++----
> package/python-argh/python-argh.mk | 4 ++--
> 2 files changed, 5 insertions(+), 6 deletions(-)
All 28 patches applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 29+ messages in thread
end of thread, other threads:[~2016-10-05 21:08 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 21:11 [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 02/28] package/python-autobahn: bump version to 0.16.0 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 03/28] package/python-beautifulsoup4: bump version to 4.5.1 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 04/28] package/python-bottle: bump version to 0.12.9 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 05/28] package/python-certifi: bump version to 2016.9.26 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 06/28] package/python-configobj: bump version to 5.0.6 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 07/28] package/python-cryptography: bump version to 1.5.2 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 08/28] package/python-dataproperty: bump version to 0.9.0 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 09/28] package/python-django: bump version to 1.10.2 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 10/28] package/python-flask-jsonrpc: bump version to 0.3.1 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 11/28] package/python-flask: bump version to 0.11.1 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 12/28] package/python-html5lib: bump version to 1.0b10 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 13/28] package/python-ipaddress: bump version to 1.0.17 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 14/28] package/python-ipy: bump version to 0.83, switch upstream to python.org Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 15/28] package/python-json-schema-validator: bump version to 2.4.1 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 16/28] package/python-markdown: bump version to 2.6.7 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 17/28] package/python-mistune: bump version to 0.7.3 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 18/28] package/python-paho-mqtt: bump version to 1.2 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 19/28] package/python-paramiko: bump version to 2.0.2 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 20/28] package/python-pathvalidate: bump version to 0.7.1 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 21/28] package/python-posix-ipc: bump version to 1.0.0 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 22/28] package/python-prompt-toolkit: bump version to 1.0.7 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 23/28] package/python-pygments: bump version to 2.1.3 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 24/28] package/python-pymysql: bump version to 0.7.9 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 25/28] package/python-pyparsing: bump version to 2.1.9 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 26/28] package/python-pyroute2: bump version to 0.4.8 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 27/28] package/python-pysnmp-apps: bump version to 0.4.1 Bernd Kuhls
2016-10-03 21:11 ` [Buildroot] [PATCH 28/28] package/python-requests: bump version to 2.11.1 Bernd Kuhls
2016-10-05 21:08 ` [Buildroot] [PATCH 01/28] package/python-argh: bump version to 0.26.2 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox