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

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

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

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


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

commit 215ed392a11598eac228f57341dbfd232cf770e3
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
---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index b20d0c4..4b6b4f5 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 3c732b8..500bed6 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.5, <2.0.0',