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/08/12 12:45:26 UTC

[incubator-ponymail-foal] branch master updated (d092d60 -> 4145b62)

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

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


    from d092d60  add dist info and notification settings
     new 523b9ac  Add initial requirements file
     new 4145b62  bump ubuntu 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:
 .travis.yml      | 2 +-
 requirements.txt | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 requirements.txt


[incubator-ponymail-foal] 02/02: bump ubuntu version

Posted by hu...@apache.org.
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

commit 4145b62067738adcecfff4b861c339f115425ef6
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Aug 12 14:45:14 2020 +0200

    bump ubuntu version
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b395a1c..6730ed4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: python
 os:
   - linux
-dist: bionic
+dist: focal
 
 python:
   - "3.8"


[incubator-ponymail-foal] 01/02: Add initial requirements file

Posted by hu...@apache.org.
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

commit 523b9ac1a6f3223e7b7ae1713626ff41a33b1fca
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Aug 12 14:41:40 2020 +0200

    Add initial requirements file
---
 requirements.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..8f51653
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,7 @@
+PyYAML~=5.3.1
+elasticsearch-dsl>=7.0.0,<8.0.0
+elasticsearch~=7.8.1
+certifi~=2020.6.20
+chardet~=3.0.4
+netaddr~=0.8.0
+formatflowed~=2.0.0
\ No newline at end of file