All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python-can: bump to 1.5.2
@ 2017-05-16 13:56 yegorslists at googlemail.com
  2017-05-16 19:29 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: yegorslists at googlemail.com @ 2017-05-16 13:56 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Also add Python SQLite3 dependency that first appeared in 1.5.2.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-can/Config.in       | 2 ++
 package/python-can/python-can.hash | 6 +++---
 package/python-can/python-can.mk   | 4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/package/python-can/Config.in b/package/python-can/Config.in
index 6b4e0fa76..465d2ee58 100644
--- a/package/python-can/Config.in
+++ b/package/python-can/Config.in
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_PYTHON_CAN
 	bool "python-can"
+	select BR2_PACKAGE_PYTHON_SQLITE if BR2_PACKAGE_PYTHON
+	select BR2_PACKAGE_PYTHON3_SQLITE if BR2_PACKAGE_PYTHON3
 	help
 	  This module provides controller area network support for Python.
 
diff --git a/package/python-can/python-can.hash b/package/python-can/python-can.hash
index a8778622b..bd19d194b 100644
--- a/package/python-can/python-can.hash
+++ b/package/python-can/python-can.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=b9b556fe6f016c0a3b27cc67790cf821, sha256 locally computed
-md5     b9b556fe6f016c0a3b27cc67790cf821  python-can-1.4.3.tar.gz
-sha256  2dcd32737cc39fbf39f41521146a9685f594942c99c6183bad7e3c404930198b  python-can-1.4.3.tar.gz
+# md5 from https://pypi.python.org/pypi/python-can/json, sha256 locally computed
+md5     f653aecf8b9034bbba32cc04ca6a7b6d  python-can-1.5.2.tar.gz
+sha256  edabb426e6cd11c2dc7a98980340135aa0eb02143b0d51bf14e3e6178c131cc3  python-can-1.5.2.tar.gz
diff --git a/package/python-can/python-can.mk b/package/python-can/python-can.mk
index eddefdb4f..a271baea0 100644
--- a/package/python-can/python-can.mk
+++ b/package/python-can/python-can.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-PYTHON_CAN_VERSION = 1.4.3
-PYTHON_CAN_SITE = https://pypi.python.org/packages/source/p/python-can
+PYTHON_CAN_VERSION = 1.5.2
+PYTHON_CAN_SITE = https://pypi.python.org/packages/a1/b1/80f023e2b728c7ebccbf989aec777f3add3dd4cee650573ce5d38132a07c
 PYTHON_CAN_LICENSE = LGPL-3.0
 PYTHON_CAN_LICENSE_FILES = LICENSE.txt
 PYTHON_CAN_SETUP_TYPE = setuptools
-- 
2.11.0

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

* [Buildroot] [PATCH] python-can: bump to 1.5.2
  2017-05-16 13:56 [Buildroot] [PATCH] python-can: bump to 1.5.2 yegorslists at googlemail.com
@ 2017-05-16 19:29 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-05-16 19:29 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > Also add Python SQLite3 dependency that first appeared in 1.5.2.

 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
 > ---
 >  package/python-can/Config.in       | 2 ++
 >  package/python-can/python-can.hash | 6 +++---
 >  package/python-can/python-can.mk   | 4 ++--
 >  3 files changed, 7 insertions(+), 5 deletions(-)

 > diff --git a/package/python-can/Config.in b/package/python-can/Config.in
 > index 6b4e0fa76..465d2ee58 100644
 > --- a/package/python-can/Config.in
 > +++ b/package/python-can/Config.in
 > @@ -1,5 +1,7 @@
 >  config BR2_PACKAGE_PYTHON_CAN
 >  	bool "python-can"
 > +	select BR2_PACKAGE_PYTHON_SQLITE if BR2_PACKAGE_PYTHON
 > +	select BR2_PACKAGE_PYTHON3_SQLITE if BR2_PACKAGE_PYTHON3

We normally add # runtime to explain why this dependency isn't added to
_DEPENDENCIES.

Committed to next with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-05-16 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-16 13:56 [Buildroot] [PATCH] python-can: bump to 1.5.2 yegorslists at googlemail.com
2017-05-16 19:29 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.