You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2019/03/26 21:10:08 UTC

[incubator-superset] branch release--0.31 updated: Bump python lib croniter to an existing version (#7132)

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

graceguo pushed a commit to branch release--0.31
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/release--0.31 by this push:
     new ffaefb7  Bump python lib croniter to an existing version (#7132)
ffaefb7 is described below

commit ffaefb79e24c4ba5cc41a129ac377a60ebe3017e
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Tue Mar 26 13:27:16 2019 -0700

    Bump python lib croniter to an existing version (#7132)
    
    Package maintainers should really never delete packages, but it appears
    this happened with croniter and resulted in breaking our builds.
    
    This PR bumps to a more recent existing version of the library
    
    (cherry picked from commit 215ed392a11598eac228f57341dbfd232cf770e3)
---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 5eef82f..7bebbd8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,7 +17,7 @@ chardet==3.0.4            # via requests
 click==6.7
 colorama==0.3.9
 contextlib2==0.5.5
-croniter==0.3.26
+croniter==0.3.29
 cryptography==2.4.2
 decorator==4.3.0          # via retry
 defusedxml==0.5.0         # via python3-openid
diff --git a/setup.py b/setup.py
index 1b04cbc..6ec3288 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@ setup(
         'click>=6.0, <7.0.0',  # click >=7 forces "-" instead of "_"
         'colorama',
         'contextlib2',
-        'croniter>=0.3.26',
+        'croniter>=0.3.28',
         'cryptography>=2.4.2',
         'flask>=1.0.0, <2.0.0',
         'flask-appbuilder>=1.12.1, <2.0.0',