Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/setup-python from 3.1.2 to 4.6.0 #69

Open
wants to merge 10,000 commits into
base: sdsc-0.17.3
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 20, 2023

Bumps actions/setup-python from 3.1.2 to 4.6.0.

Release notes

Sourced from actions/setup-python's releases.

Add allow-prereleases input

In scope of this release we added a new input (allow-prereleases) to allow falling back to pre-release versions of Python when a matching GA version of Python is not available

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-python@v4
    with:
      python-version: 3.12
      allow-prereleases: true

Besides, we added such changes as:

Fix cache issue for Poetry projects located in subfolders

In scope of this release we fixed cache issue for Poetry projects located in subfolders (actions/setup-python#446). Besides that we updated json5 version from 2.2.0 to 2.2.3 (actions/setup-python#579).

Add support to install multiple python versions

In scope of this release we added support to install multiple python versions. For this you can try to use this snippet:

    - uses: actions/setup-python@v4
      with:
        python-version: |
            3.8
            3.9
            3.10

Besides, we changed logic with throwing the error for GHES if cache is unavailable to warn (actions/setup-python#566).

Improve error handling and messages

In scope of this release we added improved error message to put operating system and its version in the logs (actions/setup-python#559). Besides, the release

v4.3.0

  • Update @​actions/core to 1.10.0 version #517
  • Update @​actions/cache to 3.0.4 version #499
  • Only use github.token on github.com #443
  • Improvement of documentation #477 #479 #491 #492

Add check-latest input and bug fixes

In scope of this release we add the check-latest input. If check-latest is set to true, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, the version will then be downloaded from python-versions repository. By default check-latest is set to false. For PyPy it will to try to reach https://downloads.python.org/pypy/versions.json

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

hfp and others added 30 commits November 1, 2021 04:34
Co-authored-by: mahendrapaipuri <mahendra.paipuri@inria.fr>
* kokkos-kernels: add variant 'shared'

* Update var/spack/repos/builtin/packages/kokkos-kernels/package.py
* ci: Enable more packages in the DVSDK CI pipeline

* doxygen: Add conflicts for gcc bugs

* dray: Add version constraints for api breakage with newer deps
glib has a few tests which have external dependencies or
try to access the X server. We cannot run those.

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
Add version 1.20, fix including the glib-2.0 header files
and add missing dependencies: libunwind and kmod.
* adios2: Fix compile errors for gcc 11

* unifyfs: Suppress bogus warnings for gcc 11

* conduit: Fix compile errors for gcc 11
This PR adds a "spack tags" command to output package tags or 
(available) packages with those tags. It also ensures each package
is listed in the tag cache ONLY ONCE per tag.
* py-pylint: needs py-pip for build

* alphabetize py- dependencies

* add comment pointing to issue

* fix style
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@5a4ac90...1e204e9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The `--generic` argument allows printing the best generic target for the
current machine. This can be quite handy when wanting to find the
generic architecture to use when building a shared software stack for
multiple machines.
- add version 6.0.5
- add patch to allow fsl to use newer gcc versions
- add patch to allow fsl to use newer cuda versions
- remove constraints on gcc and cuda versions
- add filters to prevent using system headers and libraries
- clean up the installed tree
- added more versions in case packages request a specific version of
  docbook-xml
- added a "current" alias to handle when packages use that
spack#26538 introduced a typo that causes the Docker image
build to fail.
gconf depends on gettext and libintl (dep: intltool)
glibmm, gtkmm, libcanberra and cups need pkgconfig
glibmm needs libsigc++ < 2.9x(which are 3.x pre-releases)
libsigc++@:2.9 depends on m4 for the build

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
mkandes and others added 27 commits March 10, 2023 12:46
Required for building gaussian@16-C.01 from source. However, the build
is currently failing. As mentioned in the last commit, the gaussian
package in the custom sdsc package repo likely needs some refactoring.
Successfully built as part of the pre-production expanse/0.17.3/cpu/a
test instance currently deployed on Expanse. Waiting for testing.

An amber@20 spec build script was also include here. Note, however, the
build failed to deploy in the same instance. We may will revisit, if
necessary. e.g., if requested by user after production deployment of the
new instance.
Contributed by Jerry Greenberg @ SDSC
This is a modified version of the upstream spack/spack vasp package
captured on this date from the project's develop branch. The major
changes were to rename the package vasp6 --- in order allow different
vasp group permissions between vasp6 and vasp5 on Expanse --- and add
vasp v6.2.1.
Contributed by Jerry Greenberg @ SDSC
The aim here is to simplify the structure of the packages.yaml file.
There are currently appears to be no advantages in specifying the
supported architecture(s) when referring to external packages. However,
we have observed Spack concretization and build issues when they are not
specified correctly and/or maintained properly. Hence, this simplification
to a non-architecture-specific definition of external packages in the
packages.yaml file should eliminate these problems and, hopefully, not
create any new ones.
Minor changes made to expanse/0.17.3/gpu during testing on devexp in
preparation for production deployment. More specific changes like the
deployment of namd@2.14 backend=multicore will again be noted prior to
production deployment when the package depenency chains undergo a final
adjustment.
Minor changes made to expanse/0.17.3/cpu during testing on devexp in
preparation for production deployment. More specific changes like will
be noted prior to production deployment when the package depenency
chains undergo a final adjustment.
On systems like Expanse or TSSC, we rely on NVIDIA's Bright Cluster
Manager to install a host OS and other software packages that will
serve Spack as external packages. In this case, lmod is provided by
Bright and is not needed (internally) for our Spack deployments on
SDSC's HPC systems.
Here, we have attempted to simplify the modules.yaml configuration file
prior to production deployment of the expanse/0.17.3/cpu Spack instance.
The primary change is to eliminate as many package-specific suffixes
entries that need to maintained over time by using generic, global
sufixes where it makes sense. e.g., +openmp: omp
We are reorganzing the Spack package dependency chains one final time
before completing the first production depolyments of expanse/0.17.3/cpu.
One task as part of this effort is to remove all spec build scripts for
packages that have a manual_download = True requirement from the
dependency chains as they will need to be run manually as a separate
process once the more automated builds have been successfully deployed.
Attempting to support Trinity within Spack will likely be quite
difficult long-term. However, the developers already distribute Trinity
via Singularity containers that they build and maintain [1]. We plan to
provide support for Trinity on Expanse (and TSCC?) using these official
containers.

[1] https://data.broadinstitute.org/Trinity/TRINITY_SINGULARITY
…e/0.17.3/cpu

We are reorganzing the Spack package dependency chains one final time
before completing the first production depolyments of expanse/0.17.3/cpu.
One task as part of this effort is to remove all spec build scripts for
packages that have a manual_download = True requirement from the dependency
chains as they will need to be run manually as a separate process once
the more automated builds have been successfully deployed.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.6.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3.1.2...57ded4d)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.