You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2024/03/05 00:20:05 UTC

(incubator-sdap-nexus) branch release/1.2.0 updated (baec1f5 -> 3fce31f)

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

rkk pushed a change to branch release/1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


    from baec1f5  Patch: Made conda dep changes accidentally omitted from geos PR
     add 3fce31f  SDAP-511 - Switch package manager to poetry (#301)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                |    2 +
 CHANGELOG.md                              |    3 +-
 VERSION.txt                               |    1 -
 analysis/conda-requirements.txt           |   32 -
 analysis/package-list.txt                 |   68 --
 analysis/setup.py                         |   79 --
 analysis/webservice/webapp.py             |   25 +-
 data-access/requirements.txt              |   24 -
 data-access/setup.py                      |   47 -
 docker/nexus-webapp/Dockerfile            |  155 ++-
 docker/nexus-webapp/entrypoint.sh         |  133 ++
 docker/nexus-webapp/install_conda.sh      |   42 -
 docker/nexus-webapp/install_nexusproto.sh |    4 +
 docker/nexus-webapp/install_python.sh     |   48 +
 poetry.lock                               | 1899 +++++++++++++++++++++++++++++
 pyproject.toml                            |   75 ++
 16 files changed, 2263 insertions(+), 374 deletions(-)
 delete mode 100644 VERSION.txt
 delete mode 100644 analysis/conda-requirements.txt
 delete mode 100644 analysis/package-list.txt
 delete mode 100644 analysis/setup.py
 delete mode 100644 data-access/requirements.txt
 delete mode 100644 data-access/setup.py
 create mode 100755 docker/nexus-webapp/entrypoint.sh
 delete mode 100755 docker/nexus-webapp/install_conda.sh
 create mode 100755 docker/nexus-webapp/install_python.sh
 create mode 100644 poetry.lock
 create mode 100644 pyproject.toml