Skip to content

Commit

Permalink
superset v1.1.0
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored May 29, 2021
2 parents cf05aad + fd0fe85 commit 2f0dee0
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 12 deletions.
27 changes: 24 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "apache-superset" %}
{% set version = "1.0.1" %}
{% set version = "1.1.0" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/apache-superset-{{ version }}.tar.gz
sha256: 806f718dc956fcc061e8175c17ef77d1b21c481c3cc39de20cd356d2ce8b48d1
sha256: 913c5b988f8c7353feaf8d5fa8421d8ae0126403089980e059f86ce2a4286afd

build:
number: 0
Expand Down Expand Up @@ -46,12 +46,12 @@ requirements:
- isodate
- markdown >=3.0
- msgpack-python >=1.0.0,<1.1
- pandas >=1.1.2,<1.2
- pandas >=1.2.2,<1.3
- parsedatetime
- pathlib2
- pgsanity
- polyline
- pyarrow >=1.0.1,<1.1
- pyarrow >=3,<3.1
- pyjwt >=1.7.1,<2
- pyparsing >=2.4.7, <3.0.0
- python >=3.7,<3.8
Expand All @@ -64,7 +64,7 @@ requirements:
- selenium >=3.141.0
- simplejson >=3.15.0
- slackclient ==2.5.0
- sqlalchemy >=1.3.16,<2.0,!=1.3.21
- sqlalchemy >=1.3.16,<1.4,!=1.3.21
- sqlalchemy-utils >=0.36.6,<0.37
- sqlparse ==0.3.0
- typing_extensions >=3.7.4.3,<4
Expand Down

0 comments on commit 2f0dee0

Please sign in to comment.