* Backward Compatibility: * Prefer the VERSION_CODENAME field of os-release to parsing it from VERSION [[#230](https://github.com/nir0s/distro/pull/230)] * Bug Fixes: * Return _uname_info from the uname_info() method [[#233](https://github.com/nir0s/distro/pull/233)] * Fixed CloudLinux id discovery [[#234](https://github.com/nir0s/distro/pull/234)] * Update Oracle matching [[#224](https://github.com/nir0s/distro/pull/224)] * Docs: * Distro is the recommended replacement for platform.linux_distribution [[#220](https://github.com/nir0s/distro/pull/220)] * Release: * Use Markdown for long description in setup.py [[#219](https://github.com/nir0s/distro/pull/219)] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=17
63 lines
2.5 KiB
Plaintext
63 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Feb 10 13:29:22 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 1.4.0:
|
|
* Backward Compatibility:
|
|
* Prefer the VERSION_CODENAME field of os-release to parsing it from VERSION [[#230](https://github.com/nir0s/distro/pull/230)]
|
|
* Bug Fixes:
|
|
* Return _uname_info from the uname_info() method [[#233](https://github.com/nir0s/distro/pull/233)]
|
|
* Fixed CloudLinux id discovery [[#234](https://github.com/nir0s/distro/pull/234)]
|
|
* Update Oracle matching [[#224](https://github.com/nir0s/distro/pull/224)]
|
|
* Docs:
|
|
* Distro is the recommended replacement for platform.linux_distribution [[#220](https://github.com/nir0s/distro/pull/220)]
|
|
* Release:
|
|
* Use Markdown for long description in setup.py [[#219](https://github.com/nir0s/distro/pull/219)]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 6 17:33:38 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
- Drop useless BuildRequires of python-flake8 and python-pytest-cov
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 5 11:48:38 CET 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add assert_locale.patch to warn about wrong locale.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 13 16:52:25 UTC 2018 - mcepl@suse.com
|
|
|
|
- Enable tests properly (this is pytest, not unittest),
|
|
it is necessary to explicitly set locale to an Unicode one
|
|
(https://github.com/nir0s/distro/issues/223)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 10 09:42:51 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 1.3.0:
|
|
* improvements for other operating systems
|
|
* documentation:
|
|
* Add Ansible reference implementation and fix arch-linux link (#213)
|
|
* Add facter reference implementation (#213)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 8 19:05:22 UTC 2018 - rjschwei@suse.com
|
|
|
|
- Include in SLE 15 (FATE#324993, boo#997614))
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 24 19:11:15 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 1.2.0:
|
|
* Explicitly set Python versions for flake8 tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 1 17:14:55 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 1.1.0 / 1.0.5:
|
|
* Include resources needed for tests and docs in source tarballs
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 22 10:23:42 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- initial package
|