|
|
|
@ -16,6 +16,7 @@ functions or methods.}
|
|
|
|
|
%package -n python3-deprecated
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
|
|
|
|
|
%description -n python3-deprecated %{_description}
|
|
|
|
|
|
|
|
|
@ -32,6 +33,9 @@ BuildRequires: python3-devel
|
|
|
|
|
%pyproject_install
|
|
|
|
|
%pyproject_save_files -l deprecated
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%pytest
|
|
|
|
|
|
|
|
|
|
%files -n python3-deprecated -f %{pyproject_files}
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
|
@ -40,6 +44,7 @@ BuildRequires: python3-devel
|
|
|
|
|
* Sat Nov 23 2024 Carl George <carlwgeorge@fedoraproject.org> - 1.2.15-1
|
|
|
|
|
- Update to version 1.2.15
|
|
|
|
|
- Convert to pyproject macros
|
|
|
|
|
- Run test suite in %%check
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|