Sat, 27 Apr 2024 05:57:33 UTC | login

Information for build python-distro-1.9.0-2.el9s

ID52229
Package Namepython-distro
Version1.9.0
Release2.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-distro.git#c8fd933b19fc4a9bdb8aab35327ca40e1b36011b
SummaryLinux Distribution - a Linux OS platform information API
DescriptionThe distro (for: Linux Distribution) package 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. An alternative implementation became necessary because Python 3.5 deprecated this function, and Python 3.7 is expected to remove it altogether. Its predecessor function platform.dist was already deprecated since Python 2.6 and is also expected to be removed in Python 3.7. Still, there are many cases in which access to that information is needed. See Python issue 1322 for more information.
Built byrdobuilder
State complete
Volume DEFAULT
StartedTue, 23 Jan 2024 17:03:14 UTC
CompletedTue, 23 Jan 2024 17:04:06 UTC
Taskbuild (cloud9s-openstack-caracal-el9s, /rpms/python-distro.git:c8fd933b19fc4a9bdb8aab35327ca40e1b36011b)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-distro.git#c8fd933b19fc4a9bdb8aab35327ca40e1b36011b'}}
Tags
cloud9s-openstack-caracal-release
cloud9s-openstack-caracal-testing
cloud9s-openstack-dalmatian-testing
RPMs
src
python-distro-1.9.0-2.el9s.src.rpm (info) (download)
noarch
python3-distro-1.9.0-2.el9s.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Dec 24 2023 Packit <hello@packit.dev> - 1.9.0-1 - Optimize some repo metastuff and prepare v1.9.0 (#364) (nir0s) - Actions(deps): Bump actions/setup-python from 4 to 5 (#363) (dependabot[bot]) - Test on modern versions of CPython and PyPy and macOS (#362) (Christian Clauss) - Actions(deps): Bump actions/checkout from 3 to 4 (#361) (dependabot[bot]) - Refactor `distro.info()` method to return an `InfoDict` (#360) (SCC/楊志璿) - Ignore the file '/etc/ec2_version' (Pritam Kulkarni) - Add Debian Testing to the tests (#356) (Harshula Jayasuriya) - Ignore the file '/etc/board-release' (#353) (Pedro Lamas) - Add support for ALT Linux Server 10.1 distribution (#354) (Alexander Stepchenko) - Run Python 3.6 on Ubuntu 20.04 for CI and bump isort (#355) (Samuel FORESTIER) - Update archlinux resource for tests (Saltaformajo) - Resolves rhbz#2255740 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.8.0-5 - Rebuilt for Python 3.12 * Tue May 23 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.8.0-4 - Migrate from tox to pytest * Sat Feb 11 2023 msuchy <msuchy@redhat.com> - 1.8.0-3 - migrate license to SPDX * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Oct 14 2022 Marek Blaha <mblaha@redhat.com> - 1.8.0-1 - Update to 1.8.0 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.7.0-2 - Rebuilt for Python 3.11 * Wed Feb 16 2022 Marek Blaha <mblaha@redhat.com> - 1.7.0-1 - Update to 1.7.0 (#2054810) - Drop Python 2 support in the spec - Run tests using tox