|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 6.7
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 8%{?dist}.inferit
|
|
|
|
|
Summary: Simple wrapper around optparse for powerful command line utilities
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -77,7 +77,7 @@ Python 3 version.
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
export PYTHONPATH=$(pwd)
|
|
|
|
|
export LC_ALL=en_US.UTF-8
|
|
|
|
|
|
|
|
|
|
%if %{with python2}
|
|
|
|
|
%if ! (0%{?rhel} && 0%{?rhel} <= 7)
|
|
|
|
|
# pytest in base RHEL is too old, we'll skip the tests there
|
|
|
|
@ -101,6 +101,10 @@ py.test-%{python3_version} tests --tb=long --verbose
|
|
|
|
|
%{python3_sitelib}/%{pypi_name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 11 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 6.7-8.inferit
|
|
|
|
|
- Udapted spec for build
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 6.7-8
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|