Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-distro-1.9.0-4.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-distro Distribution: openSUSE:Factory:zSystems
Version: 1.9.0 Vendor: openSUSE
Release: 4.1 Build date: Tue Feb 18 12:07:12 2025
Group: Unspecified Build host: reproducible
Size: 215799 Source RPM: python-distro-1.9.0-4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/python-distro/distro
Summary: Linux Distribution - a Linux OS platform information API
distro (for: Linux Distribution) provides information about the Linux distribution it runs on, such as a reliable machine-readable ID, or version information.

It is a renewed alternative implementation for Python's original platform.linux_distribution function, but it also provides much more functionality which isn't necessarily Python bound like a command-line interface.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Feb 18 2025 Pablo Suárez Hernández <psuarezhernandez@suse.com>
  - Build package for multiple Python flavors on the SLE15 family
* Fri Jan 24 2025 Nico Krapp <nico.krapp@suse.com>
  - Use libalternatives instead of update-alternatives, bsc#1235785
* Fri Feb 23 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Switch to autosetup macro.
* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com>
  - 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]
* Mon Sep 18 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Remove duplicate files calling %fdupes
* Fri May 05 2023 Johannes Kastl <kastl@b1-systems.de>
  - add sle15_python_module_pythons
* Mon Jan 02 2023 Dirk Müller <dmueller@suse.com>
  - 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]
* Tue Feb 15 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - 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)]
* Fri Nov 19 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Tests: Set locale to UTF-8 to fix tests on Leap 15.3.
* Sun Sep 26 2021 Matej Cepl <mcepl@suse.com>
  - Expliciting setting of locale is not necessary anymore
    (gh#python-distro/distro#223).

Files

/usr/bin/distro
/usr/bin/distro-3.11
/usr/lib/python3.11/site-packages/distro
/usr/lib/python3.11/site-packages/distro-1.9.0.dist-info
/usr/lib/python3.11/site-packages/distro-1.9.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/distro-1.9.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/distro-1.9.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/distro-1.9.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/distro-1.9.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/distro-1.9.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/distro-1.9.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/distro-1.9.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/distro/__init__.py
/usr/lib/python3.11/site-packages/distro/__main__.py
/usr/lib/python3.11/site-packages/distro/__pycache__
/usr/lib/python3.11/site-packages/distro/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/distro/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/distro/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/distro/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/distro/__pycache__/distro.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/distro/__pycache__/distro.cpython-311.pyc
/usr/lib/python3.11/site-packages/distro/distro.py
/usr/lib/python3.11/site-packages/distro/py.typed
/usr/share/doc/packages/python311-distro
/usr/share/doc/packages/python311-distro/CHANGELOG.md
/usr/share/doc/packages/python311-distro/README.md
/usr/share/libalternatives/distro
/usr/share/libalternatives/distro/1311.conf
/usr/share/licenses/python311-distro
/usr/share/licenses/python311-distro/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Mar 9 10:30:51 2025