Datalad-installer

Latest version: v1.1.0

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.1.0

๐Ÿš€ Enhancement

- Remove support for python < 3.9 [208](https://github.com/datalad/datalad-installer/pull/208) ([yarikoptic](https://github.com/yarikoptic))

๐Ÿ› Bug Fix

- "Listen" to conda recommendation to use some other solver upon conda install failing; stderr output from "conda install" would be captured and logged [210](https://github.com/datalad/datalad-installer/pull/210) ([yarikoptic](https://github.com/yarikoptic))
- Add codespell to pre-commit [201](https://github.com/datalad/datalad-installer/pull/201) ([asmacdo](https://github.com/asmacdo))

๐Ÿงช Tests

- Most older Pythons are now available on arm64 macos-latest [205](https://github.com/datalad/datalad-installer/pull/205) ([jwodder](https://github.com/jwodder))
- Temporarily pin PyPy versions used in CI [204](https://github.com/datalad/datalad-installer/pull/204) ([jwodder](https://github.com/jwodder))
- run-tests.sh: Get GitHub token from `gh` if envvar not set [202](https://github.com/datalad/datalad-installer/pull/202) ([jwodder](https://github.com/jwodder))

Authors: 3

- Austin Macdonald ([asmacdo](https://github.com/asmacdo))
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

1.0.5

๐Ÿ› Bug Fix

- Make compatible with arm64 brew, test on older and latest macos, strip away no longer needed windows test env exclusion [197](https://github.com/datalad/datalad-installer/pull/197) ([yarikoptic](https://github.com/yarikoptic))

๐Ÿ  Internal

- Progress auto to 11.1.6 to avoid "not an integer" bug in auto [198](https://github.com/datalad/datalad-installer/pull/198) ([yarikoptic](https://github.com/yarikoptic))

๐Ÿงช Tests

- Skip `--dev-pip` test on Python 3.7 [195](https://github.com/datalad/datalad-installer/pull/195) ([jwodder](https://github.com/jwodder))

Authors: 2

- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

1.0.4

๐Ÿ› Bug Fix

- Always provide -y to apt-get install [194](https://github.com/datalad/datalad-installer/pull/194) ([yarikoptic](https://github.com/yarikoptic))
- Handle lack of Link header when paginating [188](https://github.com/datalad/datalad-installer/pull/188) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- [gh-actions](deps): Bump codecov/codecov-action from 3 to 4 [189](https://github.com/datalad/datalad-installer/pull/189) ([dependabot[bot]](https://github.com/dependabot[bot]) [jwodder](https://github.com/jwodder))

๐Ÿ“ Documentation

- Document effect of miniconda component on installing rclone components [193](https://github.com/datalad/datalad-installer/pull/193) ([jwodder](https://github.com/jwodder))
- Assorted minor README improvements [192](https://github.com/datalad/datalad-installer/pull/192) ([jwodder](https://github.com/jwodder))
- Remove inapplicable installers from datalad's "auto" resolution list [191](https://github.com/datalad/datalad-installer/pull/191) ([jwodder](https://github.com/jwodder))

Authors: 3

- [dependabot[bot]](https://github.com/dependabot[bot])
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

1.0.3

๐Ÿ› Bug Fix

- Remove "Authorization" header when following cross-origin redirects [187](https://github.com/datalad/datalad-installer/pull/187) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- [gh-actions](deps): Bump actions/setup-python from 4 to 5 [185](https://github.com/datalad/datalad-installer/pull/185) ([dependabot[bot]](https://github.com/dependabot[bot]))

Authors: 2

- [dependabot[bot]](https://github.com/dependabot[bot])
- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

1.0.2

๐Ÿ› Bug Fix

- Add `--help-versions` option to miniconda component [180](https://github.com/datalad/datalad-installer/pull/180) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- Convert almost all classes to dataclasses [184](https://github.com/datalad/datalad-installer/pull/184) ([jwodder](https://github.com/jwodder))

๐Ÿ“ Documentation

- Mention conda-forge installation in README [183](https://github.com/datalad/datalad-installer/pull/183) ([jwodder](https://github.com/jwodder))
- Add Appveyor status badge to README [182](https://github.com/datalad/datalad-installer/pull/182) ([jwodder](https://github.com/jwodder))

๐Ÿงช Tests

- Test against Python 3.12 and PyPy for 3.10 [181](https://github.com/datalad/datalad-installer/pull/181) ([jwodder](https://github.com/jwodder))

Authors: 1

- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

1.0.1

๐Ÿ› Bug Fix

- Set better headers for HTTP requests [178](https://github.com/datalad/datalad-installer/pull/178) ([jwodder](https://github.com/jwodder))
- Pass `-y` to `conda update` [177](https://github.com/datalad/datalad-installer/pull/177) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- [gh-actions](deps): Bump actions/checkout from 3 to 4 [176](https://github.com/datalad/datalad-installer/pull/176) ([dependabot[bot]](https://github.com/dependabot[bot]))

๐Ÿงช Tests

- Improve type-checking of imports [179](https://github.com/datalad/datalad-installer/pull/179) ([jwodder](https://github.com/jwodder))

Authors: 2

- [dependabot[bot]](https://github.com/dependabot[bot])
- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

Page 1 of 6

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.