Conversation
|
Hi @RobertMaaskant! I noticed that the following package(s) don't yet have maintainers:
Are you interested in adopting any of these package(s)? If so, simply add the following to the package class: maintainers("RobertMaaskant")If not, could you contact the developers of this package and see if they are interested? You can quickly see who has worked on a package with $ spack blame py-buildThank you for your help! Please don't add maintainers without their consent. You don't have to be a Spack expert or package developer in order to be a "maintainer," it just gives us a list of users willing to review PRs or debug issues relating to this package. A package can have multiple maintainers; just add a list of GitHub handles of anyone who wants to volunteer. |
tldahlgren
left a comment
There was a problem hiding this comment.
Version sha256 has been confirmed; however, the minimum py-packaging version for the new version has been bumped up a bit:
dependencies = [
"packaging >= 19.1",
"pyproject_hooks",
# not actually a runtime dependency, only supplied as there is not "recommended dependency" support
'colorama; os_name == "nt"',
'importlib-metadata >= 4.6; python_full_version < "3.10.2"', # Not required for 3.8+, but fixes a stdlib bug
'tomli >= 1.1.0; python_version < "3.11"',
]
|
Thank you for spotting this. I only looked at the changes in the diff and therefor missed it. Will check with the whole list in the future. For now I went back and checked all versions for their dependencies. Found some more mistakes and fixed them. |
* develop: (752 commits) mesa: add v23.3.3 and use py-packaging while python>=3.12 (spack#49121) gcc: add v15.1.0 (spack#50212) draco: add v7.20.0 (spack#49996) sgpp: update dependencies and variants (spack#49384) input_analysis.py: fix conditional requirements (spack#50194) boost: add 1.88.0 (spack#50158) mapl: add v2.55.1 (spack#50201) mepo: add v2.3.2 (spack#50202) py-repligit: add v0.1.1 (spack#50204) [package updates] Bump version of cp2k and sirius (spack#50141) petsc4py: update ldshared.patch for v3.20.1, and skip for v3.23.1+ (spack#50170) namd: add v3.0.1 (spack#50192) geomodel: depend on c (spack#49781) CompilerAdaptor: add support for opt_flags/debug_flags (spack#50126) Add ls alias to spack {compiler, external} (spack#50189) covfie: depend on c (spack#50190) lua-sol2: add v3.5.0 (spack#49970) crtm-fix: fix directory logic (spack#50172) py-build: add v1.2.2 (spack#50148) py-pillow: fix build (spack#50177) ...
* py-build: add v1.2.2 Release notes: https://github.com/pypa/build/releases/tag/1.2.2 Diff: pypa/build@1.2.1...1.2.2 * py-build: fix deps * fixup! py-build: fix deps
Release notes: https://github.com/pypa/build/releases/tag/1.2.2
Diff: pypa/build@1.2.1...1.2.2