Revisions of python-distro

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1149664 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 21)
- Switch to autosetup macro.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1135231 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
- update to 1.9.0:
  * Refactor distro.info() method to return an InfoDict [#360]
  * Ignore the file '/etc/board-release' [#353]
  * Ignore the file '/etc/ec2_version' [#359]
  * Test on modern versions of CPython and PyPy and macOS [#362]
  * Add support for ALT Linux Server 10.1 distribution [#354]
  * Add Debian Testing to the tests [#356]
  * Update archlinux resource for tests [#352]

- Enable tests properly (this is pytest, not unittest),
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1112048 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 19)
- Remove duplicate files calling %fdupes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1046109 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
- update to 1.8.0:
  * Lowered `LinuxDistribution._distro_release_info` method complexity
    [#327]
  * Added official support for Buildroot distribution [#329]
  * Added official support for Guix distribution [#330]
  * Added support for `/etc/debian_version` [#333] & [#349]
  * Fixed a typography in CONTRIBUTING.md [#340]
  * Improved README.md "Usage" code block [#343]
  * Bumped black to v22.3.0 in pre-commit.ci configuration [#331]
  * Enabled GitHub Dependabot to keep GitHub Actions up to date [#335]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 955104 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 16)
- remove shebang from distro.py
- update to version 1.7.0:
 - BACKWARD COMPATIBILITY:
 - Dropped support for EOL Pythons 2.7, 3.4 and 3.5 [[#281](https://github.com/python-distro/distro/pull/281)]
 - Dropped support for LSB and `uname` back-ends when `--root-dir` is specified [[#311](https://github.com/python-distro/distro/pull/311)]
 - Moved `distro.py` to `src/distro/distro.py` [[#315](https://github.com/python-distro/distro/pull/315)]
 - ENHANCEMENTS:
 - Documented that `distro.version()` can return an empty string on rolling releases [[#312](https://github.com/python-distro/distro/pull/312)]
 - Documented support for Python 3.10 [[#316](https://github.com/python-distro/distro/pull/316)]
 - Added official support for Rocky Linux distribution [[#318](https://github.com/python-distro/distro/pull/318)]
 - Added a shebang to `distro.py` to allow standalone execution [[#313](https://github.com/python-distro/distro/pull/313)]
 - Added support for AIX platforms [[#311](https://github.com/python-distro/distro/pull/311)]
 - Added compliance for PEP-561 [[#315](https://github.com/python-distro/distro/pull/315)]
 - BUG FIXES:
 - Fixed `include_uname` parameter oversight [[#305](https://github.com/python-distro/distro/pull/305)]
 - Fixed crash when `uname -rs` output is empty [[#304](https://github.com/python-distro/distro/pull/304)]
 - Fixed Amazon Linux identifier in `distro.id()` documentation [[#318](https://github.com/python-distro/distro/pull/318)]
 - Fixed OpenSuse >= 15 support [[#319](https://github.com/python-distro/distro/pull/319)]
 - Fixed encoding issues when opening distro release files [[#324](https://github.com/python-distro/distro/pull/324)]
 - Fixed `linux_distribution` regression introduced in [[#230](https://github.com/python-distro/distro/pull/230)] [[#325](https://github.com/python-distro/distro/pull/325)]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 933995 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 15)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 922877 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 14)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 790740 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 10)
- Update to 1.5.0:
  * Backward Compatibility:
    + Keep output as native string so we can compatible with python2 interface
  * Bug Fixes:
    + Fix detection of RHEL 6 ComputeNode [#255]
    + Fix Oracle 4/5 lsb_release id and names [#250]
    + Ignore /etc/plesk-release file while parsing distribution
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 679035 from Todd R's avatar Todd R (TheBlackCat) (revision 9)
- 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)]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 672250 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 8)
- Drop useless BuildRequires of python-flake8 and python-pytest-cov
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 671830 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 7)
- Add assert_locale.patch to warn about wrong locale.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 617150 from Todd R's avatar Todd R (TheBlackCat) (revision 6)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 606299 from Todd R's avatar Todd R (TheBlackCat) (revision 5)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 577093 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 4)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 560908 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 3)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 555306 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 2)
Automatic submission by obs-autosubmit
Displaying revisions 1 - 20 of 21
openSUSE Build Service is sponsored by