|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 0.8
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: An implementation of PEP 557: Data Classes
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
@ -13,7 +13,7 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel >= 3.6
|
|
|
|
|
BuildRequires: python3-devel < 3.7
|
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
|
|
|
|
|
%global common_description %{expand:
|
|
|
|
|
This package is an implementation of PEP 557, Data Classes. It is a backport
|
|
|
|
@ -51,6 +51,10 @@ rm -rf %{pypi_name}.egg-info
|
|
|
|
|
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 13 2023 Davide Cavalca <dcavalca@fedoraproject.org> - 0.8-4
|
|
|
|
|
- Update setuptools BR for compatibility with epel7
|
|
|
|
|
Fixes: RHBZ#2160726
|
|
|
|
|
|
|
|
|
|
* Mon Jan 4 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.8-3
|
|
|
|
|
- Add LICENSE.txt to files
|
|
|
|
|
|
|
|
|
|