[packit] 1.9.0 upstream release
- Resolves rhbz#2255740 Upstream tag: v1.9.0 Upstream commit: 8d88a2d7
This commit is contained in:
parent
1505a332dd
commit
4f606e17d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/distro-1.6.0.tar.gz
|
||||
/distro-1.7.0.tar.gz
|
||||
/distro-1.8.0.tar.gz
|
||||
/distro-1.9.0.tar.gz
|
||||
|
||||
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.87.1.post1.dev11+gd1f7091b.
|
||||
@ -1,8 +1,8 @@
|
||||
%global pypi_name distro
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.8.0
|
||||
Release: 6%{?dist}
|
||||
Version: 1.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Linux Distribution - a Linux OS platform information API
|
||||
|
||||
License: Apache-2.0
|
||||
@ -60,6 +60,20 @@ Suggests: /usr/bin/lsb_release
|
||||
%pytest
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (distro-1.8.0.tar.gz) = 05e857b85f701a0289343cb1254fd82e2826705ce1859078e23f2f2e97fa7edbffec1dc6b79b0cc5c9800ddd25b970da2d75978b4f65c4113b835c69c4e8141c
|
||||
SHA512 (distro-1.9.0.tar.gz) = 9ed033e9fb0a5a531a93d85d8d3c0afb67ec009b851146c76f819617cc13b28a6e6dc412899690baec2aa57d57389a347968c649eb99fefa6f782340166f83c4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user