You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/10 11:46:07 UTC

[incubator-ponymail-foal] branch master updated (ecb680d -> 40be457)

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

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


    from ecb680d  Fix indentation
     new ebae420  Unused
     new 40be457  Update version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 server/endpoints/stats.py | 3 ---
 server/server_version.py  | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

[incubator-ponymail-foal] 01/02: Unused

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ebae420f2f38be300e87e7930f42bdadfcc6095b
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jan 10 11:44:36 2022 +0000

    Unused
---
 server/endpoints/stats.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/server/endpoints/stats.py b/server/endpoints/stats.py
index 01513ec..f2134c4 100644
--- a/server/endpoints/stats.py
+++ b/server/endpoints/stats.py
@@ -28,9 +28,6 @@ import typing
 import aiohttp.web
 import time
 
-PYPONY_RE_PREFIX = re.compile(r"^([a-zA-Z]+:\s*)+")
-
-
 async def process(
     server: plugins.server.BaseServer, session: plugins.session.SessionObject, indata: dict,
 ) -> typing.Union[dict, aiohttp.web.Response]:

[incubator-ponymail-foal] 02/02: Update version

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 40be457ea241a008d4d80fc62799ab88634818f6
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jan 10 11:45:10 2022 +0000

    Update version
---
 server/server_version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/server_version.py b/server/server_version.py
index b9c1725..e22451e 100644
--- a/server/server_version.py
+++ b/server/server_version.py
@@ -1,2 +1,2 @@
 # This file is generated by server/update_version.sh
-PONYMAIL_SERVER_VERSION = 'b4058c5'
+PONYMAIL_SERVER_VERSION = 'ebae420'