Eos-downloader

Latest version: v0.10.1

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

Scan your dependencies

Page 1 of 3

4.28

['4.28.6.1M', '4.28.6M', '4.28.5.1M', '4.28.5M', '4.28.4M', '4.28.3M']


- a6d7278e00888bda0250a83ba91d333a0dcc9b08: Add option to `ardl get eos` to get latest version
- Latest per release type (`M` or `F`)
- Latest per release in a given branch like `4.28`

bash
Get latest M release
❯ ardl get eos --latest -rtype m
🪐 eos-downloader is starting...
- Image Type: default
- Version: None
🔎 Searching file EOS-4.29.3M.swi
-> Found file at /support/download/EOS-USA/Active Releases/4.29/EOS-4.29.3M/EOS-4.29.3M.swi
...
✅ Downloaded file is correct.
✅ processing done !

4.23

❯ ardl get eos --latest -rtype m --branch 4.23
🪐 eos-downloader is starting...
- Image Type: default
- Version: None
🔎 Searching file EOS-4.23.13M.swi
-> Found file at /support/download/EOS-USA/Active Releases/4.23/EOS-4.23.13M/EOS-4.23.13M.swi
...
✅ Downloaded file is correct.
✅ processing done !


- a6d7278e00888bda0250a83ba91d333a0dcc9b08: Docker image is now published on Github Container Registry: `ghcr.io/titom73/eos-downloader:dev`

- a6d7278e00888bda0250a83ba91d333a0dcc9b08: Docker image now use CLI as `ENTRYPOINT`. You can now directly pass CLI option with CLI

bash
docker run --rm ghcr.io/titom73/eos-downloader:dev get eos --latest -rtype m
🪐 eos-downloader is starting...
- Image Type: default
- Version: None
🔎 Searching file EOS-4.29.3M.swi
-> Found file at /support/download/EOS-USA/Active Releases/4.29/EOS-4.29.3M/EOS-4.29.3M.swi

0.10.1

What's Changed

* fix(eos_downloader): Add User Agent in HTTP requests by titom73 in https://github.com/titom73/eos-downloader/pull/82

**Full Changelog**: https://github.com/titom73/eos-downloader/compare/v0.10.0...v0.10.1

0.10.0

What's Changed

New features

* feat(cli): tag image with latest when dowloaded with --latest option by titom73 in https://github.com/titom73/eos-downloader/pull/80

Repository changes

* bump: mypy from 1.5.1 to 1.7.0 by dependabot in https://github.com/titom73/eos-downloader/pull/69
* bump: mypy from 1.7.0 to 1.7.1 by dependabot in https://github.com/titom73/eos-downloader/pull/72
* bump: update rich requirement from <13.7.0,>=13.5.2 to >=13.5.2,<13.8.0 by dependabot in https://github.com/titom73/eos-downloader/pull/70
* ci: bump actions/setup-python from 4 to 5 by dependabot in https://github.com/titom73/eos-downloader/pull/73
* bump: isort from 5.12.0 to 5.13.2 by dependabot in https://github.com/titom73/eos-downloader/pull/76
* bump: mypy from 1.7.1 to 1.8.0 by dependabot in https://github.com/titom73/eos-downloader/pull/77
* ci: bump pre-commit-ci/lite-action from 1.0.1 to 1.0.2 by dependabot in https://github.com/titom73/eos-downloader/pull/78

**Full Changelog**: https://github.com/titom73/eos-downloader/compare/v0.9.0...v0.10.0

0.9.0

What's Changed

Breaking Changes

* cut!: remove deprecated scripts by titom73 in https://github.com/titom73/eos-downloader/pull/51

Main

* fix(ardl.cli): Implement `--version` as standard cli by titom73 in https://github.com/titom73/eos-downloader/pull/64
* feat(cli): Add support for CLI shortcut by titom73 in https://github.com/titom73/eos-downloader/pull/53
* doc: exemple to get latest version by titom73 in https://github.com/titom73/eos-downloader/pull/65

Other changes
* ci: Implement pre-commit validation by titom73 in https://github.com/titom73/eos-downloader/pull/52
* doc: Add badges for code features by titom73 in https://github.com/titom73/eos-downloader/pull/55
* bump: bump tox from 4.10.0 to 4.11.0 by dependabot in https://github.com/titom73/eos-downloader/pull/54
* bump: bump tox from 4.11.0 to 4.11.1 by dependabot in https://github.com/titom73/eos-downloader/pull/56
* bump: bump tox from 4.11.1 to 4.11.2 by dependabot in https://github.com/titom73/eos-downloader/pull/57
* bump: bump tox from 4.11.2 to 4.11.3 by dependabot in https://github.com/titom73/eos-downloader/pull/58
* bump: update rich requirement from ~=13.5.2 to >=13.5.2,<13.7.0 by dependabot in https://github.com/titom73/eos-downloader/pull/63

**Full Changelog**: https://github.com/titom73/eos-downloader/compare/v0.8.2...v0.8.3

0.8.2

What's Changed

* bump: Update pydantic, rich and Click requirements by titom73 in https://github.com/titom73/eos-downloader/pull/42
* bump: update pydantic requirement from <2.0.0,>=1.10.4 to >=1.10.4,<3.0.0 by dependabot in https://github.com/titom73/eos-downloader/pull/45

Documentation

* doc: Create a code of conduct documentation by titom73 in https://github.com/titom73/eos-downloader/pull/39
* doc: Remove badge since service is not working by titom73 in https://github.com/titom73/eos-downloader/pull/40
* chore: Implement bumpver for release & doc by titom73 in https://github.com/titom73/eos-downloader/pull/49

Development packages bump

* bump: Update tox version by titom73 in https://github.com/titom73/eos-downloader/pull/43
* bump: bump mypy from 0.991 to 1.5.1 by dependabot in https://github.com/titom73/eos-downloader/pull/47
* bump: bump flake8 from 4.0.1 to 6.1.0 by dependabot in https://github.com/titom73/eos-downloader/pull/46

**Full Changelog**: https://github.com/titom73/eos-downloader/compare/v0.8.1...v0.8.2

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.