You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by gi...@apache.org on 2022/06/28 14:27:38 UTC

[airavata-django-portal-sdk] branch dependabot/pip/requests-2.20.0 updated (61188dc -> abd91a2)

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

github-bot pushed a change to branch dependabot/pip/requests-2.20.0
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git


 discard 61188dc  Bump requests from 2.18.4 to 2.20.0
     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 abd91a2  Bump requests from 2.18.4 to 2.20.0

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   (61188dc)
            \
             N -- N -- N   refs/heads/dependabot/pip/requests-2.20.0 (abd91a2)

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