* [Buildroot] [PATCH 1/1] libuv: bump to version 1.25.0
@ 2019-01-19 8:44 Asaf Kahlon
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-bcrypt: bump to version 3.1.6 Asaf Kahlon
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Asaf Kahlon @ 2019-01-19 8:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
package/libuv/libuv.hash | 2 +-
package/libuv/libuv.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libuv/libuv.hash b/package/libuv/libuv.hash
index f4e9d53a86..8f11743b5a 100644
--- a/package/libuv/libuv.hash
+++ b/package/libuv/libuv.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 0d026c8f68c4d7b7c59de8f485f262ac71c24e0f3a80d740a25d20edd2f2774e libuv-v1.24.1.tar.gz
+sha256 ce3036d444c3fb4f9a9e2994bec1f4fa07872b01456998b422ce918fdc55c254 libuv-v1.25.0.tar.gz
sha256 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b LICENSE
diff --git a/package/libuv/libuv.mk b/package/libuv/libuv.mk
index 40e6bd26d6..fec6659ed9 100644
--- a/package/libuv/libuv.mk
+++ b/package/libuv/libuv.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBUV_VERSION = v1.24.1
+LIBUV_VERSION = v1.25.0
LIBUV_SITE = $(call github,libuv,libuv,$(LIBUV_VERSION))
LIBUV_DEPENDENCIES = host-pkgconf
LIBUV_INSTALL_STAGING = YES
--
2.19.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] python-bcrypt: bump to version 3.1.6
2019-01-19 8:44 [Buildroot] [PATCH 1/1] libuv: bump to version 1.25.0 Asaf Kahlon
@ 2019-01-19 8:44 ` Asaf Kahlon
2019-01-19 22:07 ` Peter Korsgaard
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-logbook: bump to version 1.4.3 Asaf Kahlon
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Asaf Kahlon @ 2019-01-19 8:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
package/python-bcrypt/python-bcrypt.hash | 4 ++--
package/python-bcrypt/python-bcrypt.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-bcrypt/python-bcrypt.hash b/package/python-bcrypt/python-bcrypt.hash
index 14933a6187..3e4c303a1f 100644
--- a/package/python-bcrypt/python-bcrypt.hash
+++ b/package/python-bcrypt/python-bcrypt.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/bcrypt/json
-md5 7b441a7cdabf6d6f8ad44af2c0a91ab6 bcrypt-3.1.5.tar.gz
-sha256 136243dc44e5bab9b61206bd46fff3018bd80980b1a1dfbab64a22ff5745957f bcrypt-3.1.5.tar.gz
+md5 4d8ab82e5e0c86b15f4ba5aff2bec6b5 bcrypt-3.1.6.tar.gz
+sha256 44636759d222baa62806bbceb20e96f75a015a6381690d1bc2eda91c01ec02ea bcrypt-3.1.6.tar.gz
# Locally computed sha256 checksums
sha256 8173d5c29b4f956d532781d2b86e4e30f83e6b7878dce18c919451d6ba707c90 LICENSE
diff --git a/package/python-bcrypt/python-bcrypt.mk b/package/python-bcrypt/python-bcrypt.mk
index 8d25795656..71bf036fce 100644
--- a/package/python-bcrypt/python-bcrypt.mk
+++ b/package/python-bcrypt/python-bcrypt.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_BCRYPT_VERSION = 3.1.5
+PYTHON_BCRYPT_VERSION = 3.1.6
PYTHON_BCRYPT_SOURCE = bcrypt-$(PYTHON_BCRYPT_VERSION).tar.gz
-PYTHON_BCRYPT_SITE = https://files.pythonhosted.org/packages/91/a5/fd19eac0252e56b4ce65ced937ae40024782c21108da7d830003b7f76cdb
+PYTHON_BCRYPT_SITE = https://files.pythonhosted.org/packages/ce/3a/3d540b9f5ee8d92ce757eebacf167b9deedb8e30aedec69a2a072b2399bb
PYTHON_BCRYPT_SETUP_TYPE = setuptools
PYTHON_BCRYPT_LICENSE = Apache-2.0
PYTHON_BCRYPT_LICENSE_FILES = LICENSE
--
2.19.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] python-logbook: bump to version 1.4.3
2019-01-19 8:44 [Buildroot] [PATCH 1/1] libuv: bump to version 1.25.0 Asaf Kahlon
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-bcrypt: bump to version 3.1.6 Asaf Kahlon
@ 2019-01-19 8:44 ` Asaf Kahlon
2019-01-19 22:07 ` Peter Korsgaard
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-txtorcon: bump to version 19.0.0 Asaf Kahlon
2019-01-19 22:07 ` [Buildroot] [PATCH 1/1] libuv: bump to version 1.25.0 Peter Korsgaard
3 siblings, 1 reply; 8+ messages in thread
From: Asaf Kahlon @ 2019-01-19 8:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
package/python-logbook/python-logbook.hash | 4 ++--
package/python-logbook/python-logbook.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-logbook/python-logbook.hash b/package/python-logbook/python-logbook.hash
index a32ff3bde2..0db9def1ba 100644
--- a/package/python-logbook/python-logbook.hash
+++ b/package/python-logbook/python-logbook.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/logbook/json
-md5 c9fab07b6a91aa7358155baa16802707 Logbook-1.4.1.tar.gz
-sha256 32375ce706d04a46886f9818bb953e53e0eda636552d7c0a2e482dd670fa56db Logbook-1.4.1.tar.gz
+md5 352d66684713fc323febe60c9244270e Logbook-1.4.3.tar.gz
+sha256 a5a96792abd8172c80d61b7530e134524f20e2841981038031e602ed5920fef5 Logbook-1.4.3.tar.gz
# Locally computed sha256 checksums
sha256 2ca266337cc6947578654ab0dd6438de4d01fa78b2e6eb554b09757df1178f98 LICENSE
diff --git a/package/python-logbook/python-logbook.mk b/package/python-logbook/python-logbook.mk
index ab1b2703e2..4e9a5306d0 100644
--- a/package/python-logbook/python-logbook.mk
+++ b/package/python-logbook/python-logbook.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_LOGBOOK_VERSION = 1.4.1
+PYTHON_LOGBOOK_VERSION = 1.4.3
PYTHON_LOGBOOK_SOURCE = Logbook-$(PYTHON_LOGBOOK_VERSION).tar.gz
-PYTHON_LOGBOOK_SITE = https://files.pythonhosted.org/packages/74/fc/3e7557ed1ef1bd4e3ee189fc670416abfc7192b550e8d3c1d858a63f41ab
+PYTHON_LOGBOOK_SITE = https://files.pythonhosted.org/packages/f6/83/20fc0270614919cb799f76e32cf143a54c58ce2fa45c19fd38ac2e4f9977
PYTHON_LOGBOOK_SETUP_TYPE = setuptools
PYTHON_LOGBOOK_LICENSE = BSD-3-Clause
PYTHON_LOGBOOK_LICENSE_FILES = LICENSE
--
2.19.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] python-txtorcon: bump to version 19.0.0
2019-01-19 8:44 [Buildroot] [PATCH 1/1] libuv: bump to version 1.25.0 Asaf Kahlon
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-bcrypt: bump to version 3.1.6 Asaf Kahlon
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-logbook: bump to version 1.4.3 Asaf Kahlon
@ 2019-01-19 8:44 ` Asaf Kahlon
2019-01-19 22:07 ` Peter Korsgaard
2019-01-19 22:07 ` [Buildroot] [PATCH 1/1] libuv: bump to version 1.25.0 Peter Korsgaard
3 siblings, 1 reply; 8+ messages in thread
From: Asaf Kahlon @ 2019-01-19 8:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
package/python-txtorcon/python-txtorcon.hash | 4 ++--
package/python-txtorcon/python-txtorcon.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-txtorcon/python-txtorcon.hash b/package/python-txtorcon/python-txtorcon.hash
index d46a7769dc..ffc4e8379c 100644
--- a/package/python-txtorcon/python-txtorcon.hash
+++ b/package/python-txtorcon/python-txtorcon.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/txtorcon/json
-md5 31492e847973710f6533e9979a134ffa txtorcon-18.3.0.tar.gz
-sha256 5601956b3a2452526cd1ea31662696a51ddbf8ed6452633ee464fc1ff275f8b0 txtorcon-18.3.0.tar.gz
+md5 7e6ef4d29c2cc51e85614cd2d57bf8df txtorcon-19.0.0.tar.gz
+sha256 3731b740653e3f551412744f1fcd7fa6f04aa9fa37c90dc6c9152e619886bf3b txtorcon-19.0.0.tar.gz
# Locally computed sha256 checksums
sha256 3ada1c32ef38c23d96d7f4e8f4a226c527f51e0202883c7543b06f9cc5228a2b LICENSE
diff --git a/package/python-txtorcon/python-txtorcon.mk b/package/python-txtorcon/python-txtorcon.mk
index 6ebcdb4f90..7bf1c252b9 100644
--- a/package/python-txtorcon/python-txtorcon.mk
+++ b/package/python-txtorcon/python-txtorcon.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_TXTORCON_VERSION = 18.3.0
+PYTHON_TXTORCON_VERSION = 19.0.0
PYTHON_TXTORCON_SOURCE = txtorcon-$(PYTHON_TXTORCON_VERSION).tar.gz
-PYTHON_TXTORCON_SITE = https://files.pythonhosted.org/packages/a2/71/2fe0c7d9350ff95cd22128f375dbf2b49438ca1a5d8ca0795311a964586b
+PYTHON_TXTORCON_SITE = https://files.pythonhosted.org/packages/b7/93/e16d8160bac3a19d13c9ead9ac6b38f837f2534d40884109a334be1f849c
PYTHON_TXTORCON_SETUP_TYPE = setuptools
PYTHON_TXTORCON_LICENSE = MIT
PYTHON_TXTORCON_LICENSE_FILES = LICENSE
--
2.19.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] libuv: bump to version 1.25.0
2019-01-19 8:44 [Buildroot] [PATCH 1/1] libuv: bump to version 1.25.0 Asaf Kahlon
` (2 preceding siblings ...)
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-txtorcon: bump to version 19.0.0 Asaf Kahlon
@ 2019-01-19 22:07 ` Peter Korsgaard
3 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2019-01-19 22:07 UTC (permalink / raw)
To: buildroot
>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] python-bcrypt: bump to version 3.1.6
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-bcrypt: bump to version 3.1.6 Asaf Kahlon
@ 2019-01-19 22:07 ` Peter Korsgaard
0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2019-01-19 22:07 UTC (permalink / raw)
To: buildroot
>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] python-txtorcon: bump to version 19.0.0
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-txtorcon: bump to version 19.0.0 Asaf Kahlon
@ 2019-01-19 22:07 ` Peter Korsgaard
0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2019-01-19 22:07 UTC (permalink / raw)
To: buildroot
>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] python-logbook: bump to version 1.4.3
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-logbook: bump to version 1.4.3 Asaf Kahlon
@ 2019-01-19 22:07 ` Peter Korsgaard
0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2019-01-19 22:07 UTC (permalink / raw)
To: buildroot
>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-01-19 22:07 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-19 8:44 [Buildroot] [PATCH 1/1] libuv: bump to version 1.25.0 Asaf Kahlon
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-bcrypt: bump to version 3.1.6 Asaf Kahlon
2019-01-19 22:07 ` Peter Korsgaard
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-logbook: bump to version 1.4.3 Asaf Kahlon
2019-01-19 22:07 ` Peter Korsgaard
2019-01-19 8:44 ` [Buildroot] [PATCH 1/1] python-txtorcon: bump to version 19.0.0 Asaf Kahlon
2019-01-19 22:07 ` Peter Korsgaard
2019-01-19 22:07 ` [Buildroot] [PATCH 1/1] libuv: bump to version 1.25.0 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox