This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/djangorestframework-3.11.2
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git
discard 804111e Bump djangorestframework from 3.10.3 to 3.11.2
add b990360 AIRAVATA-3625 intermediate_output module with utility
functions
add ba78fdd Bump to version 1.4.0
add 7f0bd4f Fix Travis builds for Py 3.7, also adding 3.9
add f571d08 Adding requests to dependencies
add 24faafd Updating mkdocs and pinning Jinja2 to fix readthedocs build
add adbb06a Bump djangorestframework from 3.10.3 to 3.11.2
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 (804111e)
\
N -- N -- N refs/heads/dependabot/pip/djangorestframework-3.11.2
(adbb06a)
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.
No new revisions were added by this update.
Summary of changes:
.travis.yml | 2 +
.../experiment_util/__init__.py | 3 +-
airavata_django_portal_sdk/experiment_util/api.py | 5 ++
.../experiment_util/intermediate_output.py | 98 ++++++++++++++++++++++
docs/index.md | 22 +++++
requirements-dev.txt | 3 +-
setup.py | 4 +-
7 files changed, 134 insertions(+), 3 deletions(-)
create mode 100644
airavata_django_portal_sdk/experiment_util/intermediate_output.py