Skip to content

Commit

Permalink
Release upstream version 0.36.0
Browse files Browse the repository at this point in the history
The version built is not the one that comes straight from Pypi,
but I have backported apache/superset#9468
and apache/superset#9671.
The bugs are minor ones, in fact it didn't stop the release process
when reported, so even using the version from pypi leads to a workable
result (just less nice to see in certain corner cases).

Bug: T249495
Change-Id: I8084a0f38c6c458bbaac8c03d158a062e830a678
  • Loading branch information
elukey committed May 25, 2020
1 parent be203c8 commit 369a2dd
Show file tree
Hide file tree
Showing 91 changed files with 23 additions and 1 deletion.
Binary file not shown.
Binary file removed artifacts/buster/Flask-1.1.1-py2.py3-none-any.whl
Binary file not shown.
Binary file added artifacts/buster/Flask-1.1.2-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified artifacts/buster/Flask_JWT_Extended-3.24.1-py2.py3-none-any.whl
Binary file not shown.
Binary file modified artifacts/buster/Flask_Login-0.4.1-py2.py3-none-any.whl
Binary file not shown.
Binary file modified artifacts/buster/Flask_OpenID-1.2.5-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified artifacts/buster/PyHive-0.6.2-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed artifacts/buster/WTForms-2.2.1-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file modified artifacts/buster/WTForms_JSON-0.3.3-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed artifacts/buster/click-6.7-py2.py3-none-any.whl
Binary file not shown.
Binary file added artifacts/buster/click-7.1.2-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified artifacts/buster/future-0.18.2-py3-none-any.whl
Binary file not shown.
Binary file removed artifacts/buster/geopy-1.21.0-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed artifacts/buster/humanize-2.0.0-py3-none-any.whl
Binary file not shown.
Binary file added artifacts/buster/humanize-2.4.0-py3-none-any.whl
Binary file not shown.
Binary file added artifacts/buster/idna-2.8-py2.py3-none-any.whl
Binary file not shown.
Binary file removed artifacts/buster/idna-2.9-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified artifacts/buster/parsedatetime-2.5-py3-none-any.whl
Binary file not shown.
Binary file removed artifacts/buster/prison-0.1.2-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified artifacts/buster/pydruid-0.5.6-py2.py3-none-any.whl
Binary file not shown.
Binary file modified artifacts/buster/pykerberos-1.2.1-cp37-cp37m-linux_x86_64.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified artifacts/buster/simplejson-3.17.0-cp37-cp37m-linux_x86_64.whl
Binary file not shown.
Binary file removed artifacts/buster/six-1.14.0-py2.py3-none-any.whl
Binary file not shown.
Binary file added artifacts/buster/six-1.15.0-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added artifacts/buster/xlrd-1.2.0-py2.py3-none-any.whl
Binary file not shown.
8 changes: 8 additions & 0 deletions frozen-requirements-pypi-release.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Note: version 0.36.0 was built using a custom process via Docker,
# since some extra commits needed to be added on top of the official
# Pypi release. See the related frozen-requirements.txt file.
# Note 2: custom builds are to be considered an exception, since we
# prefer to stick with Pypi releases as much as possibile.
pydruid==0.5.6
pyhive[kerberos,presto]==0.6.2
apache-superset[presto,mysql,druid]==0.36.0
16 changes: 15 additions & 1 deletion frozen-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# This version of requirements.txt was used to create a custom
# Superset 0.36 build via the following procedure:
# docker run --rm --volume ./superset_deploy:/superset_deploy --volume ./superset-upstream:/superset_upstream -it debian:buster bash
# Inside docker:
# cd /superset_upstream/superset-frontend/
# npm ci && npm run build
# cd /superset_deploy
# ./build_wheels.sh
pydruid==0.5.6
pyhive[kerberos,presto]==0.6.2
apache-superset[presto,mysql,druid]==0.35.2
mysqlclient==1.4.2.post1
tableschema
thrift>=0.11.0, <1.0.0
requests==2.22.0
# https://github.com/apache/incubator-superset/pull/8493#issuecomment-632738195
sqlalchemy-utils==0.36.4
/superset_upstream

0 comments on commit 369a2dd

Please sign in to comment.