2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-08-05 12:09:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-distro: updated to 1.6.0
1.6.0 (2021.7.30)
BACKWARDS COMPATIBILITY:
* Deprecated the `distro.linux_distribution()` function. Use
`distro.id()`, `distro.version()` and `distro.name()` instead
* Deprecated Python 2.7, 3.4 and 3.5 support. Further releases
will only support Python 3.6+
ENHANCEMENTS:
* Added type hints to `distro` module
* Added `__version__` for checking `distro` version
* Added support for arbitrary rootfs via the `root_dir` parameter
* Added the `--root-dir` option to CLI
* Added fallback to `/usr/lib/os-release` when `/etc/os-release` isn't available
BUG FIXES:
* Fixed `subprocess.CalledProcessError` when running `lsb_release`
* Ignore `/etc/iredmail-release` file while parsing distribution
* Use a binary file for `/dev/null` to avoid `TextIOWrapper` overhead
RELEASE:
* Moved repository from `nir0s/distro` to
[`python-distro/distro`](https://github.com/python-distro/distro) on GitHub.
|
2020-05-16 11:10:42 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
pytest from versioned depends
|
2020-04-06 11:14:03 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-distro: update to 1.5.0.
## 1.5.0 (2020.3.30)
BACKWARD COMPATIBILITY:
* Keep output as native string so we can compatible with python2 interface \
[[#248](https://github.com/nir0s/distro/pull/248)]
ENHANCEMENTS:
BUG FIXES:
* Fix detection of RHEL 6 ComputeNode \
[[#255](https://github.com/nir0s/distro/issues/255)]
* Fix Oracle 4/5 lsb_release id and names \
[[#250](https://github.com/nir0s/distro/pull/250)]
* Ignore /etc/plesk-release file while parsing distribution \
[[#246](https://github.com/nir0s/distro/pull/246)]
TESTS:
* Test on MidnightBSD [[#254](https://github.com/nir0s/distro/issues/254)]
RELEASE:
* Remove build testing on Python 3.3 and add pypy 3.5 and Python 3.7 and 3.8 \
[[#244](https://github.com/nir0s/distro/pull/244)]
* Fix Windows build due to Appveyor not supporting builds on Python 2.7 anymore \
[[#257](https://github.com/nir0s/distro/pull/257)]
Additionally, The Python2.6 branch was fixed to support distro version 1.4.0. It \
is now passing all tests. Thanks [abadger](https://github.com/abadger)!
|
2019-10-02 12:04:59 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-distro: cleanup
|
2019-10-01 15:22:55 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4) |
Log message:
py-distro: import to version 1.4.0
Thanks to Aleksej for importing 1.1.0 in wip.
|