|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{modname}
|
|
|
|
Name: python-%{modname}
|
|
|
|
Version: 0.7.5
|
|
|
|
Version: 0.7.5
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Simple data validation library
|
|
|
|
Summary: Simple data validation library
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -33,6 +33,7 @@ Python 3 version.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{modname}-%{version}
|
|
|
|
%autosetup -n %{modname}-%{version}
|
|
|
|
|
|
|
|
sed -i -e /contextlib2/d requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%py3_build
|
|
|
|
%py3_build
|
|
|
@ -51,6 +52,9 @@ py.test-%{python3_version} -v
|
|
|
|
%{python3_sitelib}/__pycache__/%{modname}.*
|
|
|
|
%{python3_sitelib}/__pycache__/%{modname}.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jun 14 2022 Orion Poplawski <orion@nwra.com> - 0.7.5-3
|
|
|
|
|
|
|
|
- Use standard Python contextlib
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.7.5-2
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.7.5-2
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
|
|