Update to 1.6.0
This commit is contained in:
parent
f9b3c5f763
commit
c66e9a5aed
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/distro-1.3.0.tar.gz
|
||||
/distro-1.4.0.tar.gz
|
||||
/distro-1.5.0.tar.gz
|
||||
/distro-1.6.0.tar.gz
|
||||
|
||||
@ -8,13 +8,13 @@
|
||||
%endif
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.5.0
|
||||
Release: 7%{?dist}
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Linux Distribution - a Linux OS platform information API
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/nir0s/distro
|
||||
Source0: https://files.pythonhosted.org/packages/source/%(n=%{pypi_name}; echo ${n:0:1})/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
URL: https://github.com/python-distro/distro
|
||||
Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%global _description \
|
||||
@ -119,6 +119,9 @@ rm -rf %{pypi_name}.egg-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 05 2021 Marek Blaha <mblaha@redhat.com> - 1.6.0-1
|
||||
- Update to 1.6.0 (#1988492)
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (distro-1.5.0.tar.gz) = 14831fe1355e9ef4f58f273ce4a548a3fe438e95466b4b4f596b8110da51305d66ed77c2e40c3dbfbcbd1a66c74e23a4d4244c8bfdebc4b49b3e7ddcbff55b8f
|
||||
SHA512 (distro-1.6.0.tar.gz) = 48cff21ea152ec57c4505a72ffb1af5a138199f10ea908e138d16f48732f602a5b4f8bec2ee76b629981a1625453adf1b6895f4573229002b3b3ff7b76efbede
|
||||
|
||||
Loading…
Reference in New Issue
Block a user