* [Buildroot] [PATCH] package/python-pydal: bump to version 2.11.3
@ 2015-11-21 15:41 Angelo Compagnucci
2015-11-22 13:11 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Angelo Compagnucci @ 2015-11-21 15:41 UTC (permalink / raw)
To: buildroot
This patch bumps web2py version to 2.11.3
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
package/python-web2py/python-web2py.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-web2py/python-web2py.mk b/package/python-web2py/python-web2py.mk
index 2991bb8..02c854d 100644
--- a/package/python-web2py/python-web2py.mk
+++ b/package/python-web2py/python-web2py.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PYTHON_WEB2PY_VERSION = R-2.11.2
+PYTHON_WEB2PY_VERSION = R-2.11.3
PYTHON_WEB2PY_SITE = $(call github,web2py,web2py,$(PYTHON_WEB2PY_VERSION))
PYTHON_WEB2PY_LICENSE = LGPLv3
PYTHON_WEB2PY_LICENSE_FILES = LICENSE
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/python-pydal: bump to version 2.11.3
2015-11-21 15:41 [Buildroot] [PATCH] package/python-pydal: bump to version 2.11.3 Angelo Compagnucci
@ 2015-11-22 13:11 ` Thomas Petazzoni
2015-11-22 19:28 ` Arnout Vandecappelle
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2015-11-22 13:11 UTC (permalink / raw)
To: buildroot
Dear Angelo Compagnucci,
On Sat, 21 Nov 2015 16:41:19 +0100, Angelo Compagnucci wrote:
> This patch bumps web2py version to 2.11.3
>
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
> ---
> package/python-web2py/python-web2py.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/python-web2py/python-web2py.mk b/package/python-web2py/python-web2py.mk
> index 2991bb8..02c854d 100644
> --- a/package/python-web2py/python-web2py.mk
> +++ b/package/python-web2py/python-web2py.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -PYTHON_WEB2PY_VERSION = R-2.11.2
> +PYTHON_WEB2PY_VERSION = R-2.11.3
> PYTHON_WEB2PY_SITE = $(call github,web2py,web2py,$(PYTHON_WEB2PY_VERSION))
> PYTHON_WEB2PY_LICENSE = LGPLv3
> PYTHON_WEB2PY_LICENSE_FILES = LICENSE
The title of the commit was wrong: it's bumping python-web2py, not
python-pydal. I've fixed that and applied to next.
Also, if you have time, please send a patch adding a hash file to this
package, since github downloads are not assumed to provide stable
tarballs.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/python-pydal: bump to version 2.11.3
2015-11-22 13:11 ` Thomas Petazzoni
@ 2015-11-22 19:28 ` Arnout Vandecappelle
0 siblings, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2015-11-22 19:28 UTC (permalink / raw)
To: buildroot
On 22-11-15 14:11, Thomas Petazzoni wrote:
> Dear Angelo Compagnucci,
>
> On Sat, 21 Nov 2015 16:41:19 +0100, Angelo Compagnucci wrote:
>> This patch bumps web2py version to 2.11.3
>>
>> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
>> ---
>> package/python-web2py/python-web2py.mk | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/package/python-web2py/python-web2py.mk b/package/python-web2py/python-web2py.mk
>> index 2991bb8..02c854d 100644
>> --- a/package/python-web2py/python-web2py.mk
>> +++ b/package/python-web2py/python-web2py.mk
>> @@ -4,7 +4,7 @@
>> #
>> ################################################################################
>>
>> -PYTHON_WEB2PY_VERSION = R-2.11.2
>> +PYTHON_WEB2PY_VERSION = R-2.11.3
>> PYTHON_WEB2PY_SITE = $(call github,web2py,web2py,$(PYTHON_WEB2PY_VERSION))
>> PYTHON_WEB2PY_LICENSE = LGPLv3
>> PYTHON_WEB2PY_LICENSE_FILES = LICENSE
>
> The title of the commit was wrong: it's bumping python-web2py, not
> python-pydal. I've fixed that and applied to next.
>
> Also, if you have time, please send a patch adding a hash file to this
> package, since github downloads are not assumed to provide stable
^^^now - essential difference here :-)
Regards,
Arnout
> tarballs.
>
> Thanks,
>
> Thomas
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-22 19:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-21 15:41 [Buildroot] [PATCH] package/python-pydal: bump to version 2.11.3 Angelo Compagnucci
2015-11-22 13:11 ` Thomas Petazzoni
2015-11-22 19:28 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox