You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/09/09 18:56:47 UTC

[incubator-ponymail-foal] branch master updated: 7.8.1 has url_prefix bugs in it, switch to 7.9.1

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 3438dd5  7.8.1 has url_prefix bugs in it, switch to 7.9.1
3438dd5 is described below

commit 3438dd5797c186fb51dac3c0193501eeeb47edec
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Sep 9 20:56:36 2020 +0200

    7.8.1 has url_prefix bugs in it, switch to 7.9.1
---
 server/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/requirements.txt b/server/requirements.txt
index b842901..194bf03 100644
--- a/server/requirements.txt
+++ b/server/requirements.txt
@@ -2,7 +2,7 @@ aiohttp~=3.6.2
 PyYAML~=5.3.1
 multipart~=0.2.1
 elasticsearch-dsl>=7.0.0,<8.0.0
-elasticsearch~=7.8.1
+elasticsearch~=7.9.1
 certifi~=2020.6.20
 chardet~=3.0.4
 netaddr~=0.8.0


Re: [incubator-ponymail-foal] branch master updated: 7.8.1 has url_prefix bugs in it, switch to 7.9.1

Posted by Daniel Gruno <hu...@apache.org>.
On 09/09/2020 22.01, sebb wrote:
> On Wed, 9 Sep 2020 at 19:56, <hu...@apache.org> wrote:
>>
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> humbedooh pushed a commit to branch master
>> in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
>>
>>
>> The following commit(s) were added to refs/heads/master by this push:
>>       new 3438dd5  7.8.1 has url_prefix bugs in it, switch to 7.9.1
>> 3438dd5 is described below
>>
>> commit 3438dd5797c186fb51dac3c0193501eeeb47edec
>> Author: Daniel Gruno <hu...@apache.org>
>> AuthorDate: Wed Sep 9 20:56:36 2020 +0200
>>
>>      7.8.1 has url_prefix bugs in it, switch to 7.9.1
>> ---
>>   server/requirements.txt | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/server/requirements.txt b/server/requirements.txt
>> index b842901..194bf03 100644
>> --- a/server/requirements.txt
>> +++ b/server/requirements.txt
>> @@ -2,7 +2,7 @@ aiohttp~=3.6.2
>>   PyYAML~=5.3.1
>>   multipart~=0.2.1
>>   elasticsearch-dsl>=7.0.0,<8.0.0
>> -elasticsearch~=7.8.1
>> +elasticsearch~=7.9.1
> 
> Should the top-level requirements.txt be updated likewise?

It wouldn't hurt, but not strictly required. The bug is in the 
AsyncElasticsearch bit, the normal client should honor url_prefix in 7.8.1.

> 
>>   certifi~=2020.6.20
>>   chardet~=3.0.4
>>   netaddr~=0.8.0
>>


Re: [incubator-ponymail-foal] branch master updated: 7.8.1 has url_prefix bugs in it, switch to 7.9.1

Posted by sebb <se...@gmail.com>.
On Wed, 9 Sep 2020 at 19:56, <hu...@apache.org> wrote:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> humbedooh pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new 3438dd5  7.8.1 has url_prefix bugs in it, switch to 7.9.1
> 3438dd5 is described below
>
> commit 3438dd5797c186fb51dac3c0193501eeeb47edec
> Author: Daniel Gruno <hu...@apache.org>
> AuthorDate: Wed Sep 9 20:56:36 2020 +0200
>
>     7.8.1 has url_prefix bugs in it, switch to 7.9.1
> ---
>  server/requirements.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/server/requirements.txt b/server/requirements.txt
> index b842901..194bf03 100644
> --- a/server/requirements.txt
> +++ b/server/requirements.txt
> @@ -2,7 +2,7 @@ aiohttp~=3.6.2
>  PyYAML~=5.3.1
>  multipart~=0.2.1
>  elasticsearch-dsl>=7.0.0,<8.0.0
> -elasticsearch~=7.8.1
> +elasticsearch~=7.9.1

Should the top-level requirements.txt be updated likewise?

>  certifi~=2020.6.20
>  chardet~=3.0.4
>  netaddr~=0.8.0
>