* [Buildroot] [PATCH] python-crossbar: add a warning comment concerning version bump
@ 2017-03-02 13:58 yegorslists at googlemail.com
2017-03-02 21:23 ` Thomas Petazzoni
2017-12-30 10:28 ` Yann E. MORIN
0 siblings, 2 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2017-03-02 13:58 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
The latest crossbar needs a rather recent setuptools package, that
has circular dependencies. Until this issue is not resolved, it is
not safe to bump crossbar version.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/python-crossbar/python-crossbar.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/python-crossbar/python-crossbar.mk b/package/python-crossbar/python-crossbar.mk
index 3d82d7704..9c543e6cc 100644
--- a/package/python-crossbar/python-crossbar.mk
+++ b/package/python-crossbar/python-crossbar.mk
@@ -4,6 +4,8 @@
#
################################################################################
+# don't bump version as newer setuptools package is needed,
+# that still didn't make its way into BR
PYTHON_CROSSBAR_VERSION = 0.14.0
PYTHON_CROSSBAR_SOURCE = crossbar-$(PYTHON_CROSSBAR_VERSION).tar.gz
PYTHON_CROSSBAR_SITE = https://pypi.python.org/packages/f0/9a/e0b77e15698c47b6293655bc0e1996dd8e87bd8af7bc7434a5c8281a024e
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] python-crossbar: add a warning comment concerning version bump
2017-03-02 13:58 [Buildroot] [PATCH] python-crossbar: add a warning comment concerning version bump yegorslists at googlemail.com
@ 2017-03-02 21:23 ` Thomas Petazzoni
2017-12-30 10:28 ` Yann E. MORIN
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-03-02 21:23 UTC (permalink / raw)
To: buildroot
Hello,
On Thu, 2 Mar 2017 14:58:53 +0100, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> The latest crossbar needs a rather recent setuptools package, that
> has circular dependencies. Until this issue is not resolved, it is
> not safe to bump crossbar version.
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
> package/python-crossbar/python-crossbar.mk | 2 ++
> 1 file changed, 2 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] python-crossbar: add a warning comment concerning version bump
2017-03-02 13:58 [Buildroot] [PATCH] python-crossbar: add a warning comment concerning version bump yegorslists at googlemail.com
2017-03-02 21:23 ` Thomas Petazzoni
@ 2017-12-30 10:28 ` Yann E. MORIN
2017-12-30 10:33 ` Yegor Yefremov
1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2017-12-30 10:28 UTC (permalink / raw)
To: buildroot
Yegor, All,
On 2017-03-02 14:58 +0100, yegorslists at googlemail.com spake thusly:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> The latest crossbar needs a rather recent setuptools package, that
> has circular dependencies. Until this issue is not resolved, it is
> not safe to bump crossbar version.
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
> package/python-crossbar/python-crossbar.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/python-crossbar/python-crossbar.mk b/package/python-crossbar/python-crossbar.mk
> index 3d82d7704..9c543e6cc 100644
> --- a/package/python-crossbar/python-crossbar.mk
> +++ b/package/python-crossbar/python-crossbar.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +# don't bump version as newer setuptools package is needed,
> +# that still didn't make its way into BR
Now that we are using setup-tools 36.0.1, is this comment still valid?
Regards,
Yann E. MORIN.
> PYTHON_CROSSBAR_VERSION = 0.14.0
> PYTHON_CROSSBAR_SOURCE = crossbar-$(PYTHON_CROSSBAR_VERSION).tar.gz
> PYTHON_CROSSBAR_SITE = https://pypi.python.org/packages/f0/9a/e0b77e15698c47b6293655bc0e1996dd8e87bd8af7bc7434a5c8281a024e
> --
> 2.11.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] python-crossbar: add a warning comment concerning version bump
2017-12-30 10:28 ` Yann E. MORIN
@ 2017-12-30 10:33 ` Yegor Yefremov
0 siblings, 0 replies; 4+ messages in thread
From: Yegor Yefremov @ 2017-12-30 10:33 UTC (permalink / raw)
To: buildroot
Yann,
On Sat, Dec 30, 2017 at 11:28 AM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Yegor, All,
>
> On 2017-03-02 14:58 +0100, yegorslists at googlemail.com spake thusly:
>> From: Yegor Yefremov <yegorslists@googlemail.com>
>>
>> The latest crossbar needs a rather recent setuptools package, that
>> has circular dependencies. Until this issue is not resolved, it is
>> not safe to bump crossbar version.
>>
>> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
>> ---
>> package/python-crossbar/python-crossbar.mk | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/package/python-crossbar/python-crossbar.mk b/package/python-crossbar/python-crossbar.mk
>> index 3d82d7704..9c543e6cc 100644
>> --- a/package/python-crossbar/python-crossbar.mk
>> +++ b/package/python-crossbar/python-crossbar.mk
>> @@ -4,6 +4,8 @@
>> #
>> ################################################################################
>>
>> +# don't bump version as newer setuptools package is needed,
>> +# that still didn't make its way into BR
>
> Now that we are using setup-tools 36.0.1, is this comment still valid?
I'll have to check this and bump to the newest version.
Yegor
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-12-30 10:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-02 13:58 [Buildroot] [PATCH] python-crossbar: add a warning comment concerning version bump yegorslists at googlemail.com
2017-03-02 21:23 ` Thomas Petazzoni
2017-12-30 10:28 ` Yann E. MORIN
2017-12-30 10:33 ` Yegor Yefremov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox