You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/08/21 16:42:08 UTC

[superset] branch bump-prophet updated (374b920a0a -> dfb50a40d9)

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

beto pushed a change to branch bump-prophet
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 374b920a0a chore: bump prophet
     new 9a39d128f3 chore: bump prophet
     new dfb50a40d9 Compile reqs

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (374b920a0a)
            \
             N -- N -- N   refs/heads/bump-prophet (dfb50a40d9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 requirements/base.txt        | 10 +---------
 requirements/development.txt |  5 -----
 requirements/testing.txt     | 15 +++++----------
 setup.py                     |  2 +-
 4 files changed, 7 insertions(+), 25 deletions(-)


[superset] 01/02: chore: bump prophet

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

beto pushed a commit to branch bump-prophet
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 9a39d128f3462b718328e613a7105a94fe9bd36d
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Mon Aug 21 09:02:56 2023 -0700

    chore: bump prophet
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index d26253e164..7089af50d5 100644
--- a/setup.py
+++ b/setup.py
@@ -96,7 +96,7 @@ setup(
         "geopy",
         "gunicorn>=20.1.0; sys_platform != 'win32'",
         "hashids>=1.3.1, <2",
-        "holidays>=0.23, <0.24",
+        "holidays>=0.30, <0.31",
         "humanize",
         "importlib_metadata",
         "isodate",
@@ -182,7 +182,7 @@ setup(
         "postgres": ["psycopg2-binary==2.9.6"],
         "presto": ["pyhive[presto]>=0.6.5"],
         "trino": ["trino>=0.324.0"],
-        "prophet": ["prophet==1.1.1"],
+        "prophet": ["prophet==1.1.4"],
         "redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"],
         "rockset": ["rockset-sqlalchemy>=0.0.1, <1.0.0"],
         "shillelagh": [


[superset] 02/02: Compile reqs

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

beto pushed a commit to branch bump-prophet
in repository https://gitbox.apache.org/repos/asf/superset.git

commit dfb50a40d97bf9bd5483d79559a6a72975a943b6
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Mon Aug 21 09:31:53 2023 -0700

    Compile reqs
---
 requirements/base.txt        | 10 +---------
 requirements/development.txt |  5 -----
 requirements/testing.txt     | 15 +++++----------
 3 files changed, 6 insertions(+), 24 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 2389071f46..dacde99265 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -65,8 +65,6 @@ colorama==0.4.6
     # via
     #   apache-superset
     #   flask-appbuilder
-convertdate==2.4.0
-    # via holidays
 cron-descriptor==1.2.24
     # via apache-superset
 croniter==1.0.15
@@ -138,9 +136,7 @@ gunicorn==20.1.0
     # via apache-superset
 hashids==1.3.1
     # via apache-superset
-hijri-converter==2.3.1
-    # via holidays
-holidays==0.23
+holidays==0.30
     # via apache-superset
 humanize==3.11.0
     # via apache-superset
@@ -169,8 +165,6 @@ jsonschema==4.17.3
     # via flask-appbuilder
 kombu==5.2.4
     # via celery
-korean-lunar-calendar==0.3.1
-    # via holidays
 limits==3.4.0
     # via flask-limiter
 llvmlite==0.40.1
@@ -248,8 +242,6 @@ pyjwt==2.4.0
     #   apache-superset
     #   flask-appbuilder
     #   flask-jwt-extended
-pymeeus==0.5.12
-    # via convertdate
 pynacl==1.5.0
     # via paramiko
 pyparsing==3.0.6
diff --git a/requirements/development.txt b/requirements/development.txt
index cab908f5e7..971962a456 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -102,11 +102,6 @@ pylint==2.17.4
     # via -r requirements/development.in
 python-ldap==3.4.3
     # via -r requirements/development.in
-requests==2.31.0
-    # via
-    #   pydruid
-    #   tableschema
-    #   tabulator
 rfc3986==2.0.0
     # via tableschema
 s3transfer==0.6.1
diff --git a/requirements/testing.txt b/requirements/testing.txt
index 85dfddb916..0fd713247e 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -12,12 +12,12 @@
     #   -r requirements/base.in
     #   -r requirements/development.in
     #   -r requirements/testing.in
-apsw==3.42.0.1
-    # via shillelagh
 cmdstanpy==1.1.0
     # via prophet
 contourpy==1.0.7
     # via matplotlib
+convertdate==2.4.0
+    # via prophet
 coverage[toml]==7.2.5
     # via pytest-cov
 cycler==0.11.0
@@ -50,7 +50,6 @@ google-auth==2.17.3
     #   google-cloud-core
     #   pandas-gbq
     #   pydata-google-auth
-    #   shillelagh
     #   sqlalchemy-bigquery
 google-auth-oauthlib==1.0.0
     # via
@@ -104,7 +103,7 @@ parameterized==0.9.0
     # via -r requirements/testing.in
 pathable==0.4.3
     # via jsonschema-spec
-prophet==1.1.1
+prophet==1.1.4
     # via apache-superset
 proto-plus==1.22.2
     # via
@@ -122,8 +121,8 @@ pydata-google-auth==1.7.0
     # via pandas-gbq
 pyfakefs==5.2.2
     # via -r requirements/testing.in
-pyhive[presto]==0.6.5
-    # via apache-superset
+pymeeus==0.5.12
+    # via convertdate
 pytest==7.3.1
     # via
     #   -r requirements/testing.in
@@ -141,10 +140,6 @@ rfc3339-validator==0.1.4
     # via openapi-schema-validator
 rsa==4.9
     # via google-auth
-setuptools-git==1.2
-    # via prophet
-shillelagh[gsheetsapi]==1.2.6
-    # via apache-superset
 sqlalchemy-bigquery==1.6.1
     # via apache-superset
 statsd==4.0.1