| |
@@ -1,10 +1,8 @@
|
| |
- %{?python_enable_dependency_generator}
|
| |
-
|
| |
%global srcname pytools
|
| |
|
| |
Name: python-%{srcname}
|
| |
- Version: 2019.1
|
| |
- Release: 11%{?dist}
|
| |
+ Version: 2021.2.7
|
| |
+ Release: 1%{?dist}
|
| |
Summary: Collection of tools for Python
|
| |
|
| |
License: MIT
|
| |
@@ -35,11 +33,10 @@
|
| |
BuildRequires: python3-devel
|
| |
BuildRequires: python3-setuptools
|
| |
BuildRequires: python3-pytest
|
| |
- BuildRequires: python3dist(decorator) >= 3.2
|
| |
- BuildRequires: python3dist(appdirs) >= 1.4
|
| |
- BuildRequires: python3dist(six) >= 1.8
|
| |
- BuildRequires: python3dist(numpy) >= 1.6
|
| |
- %{?python_provide:%python_provide python3-%{srcname}}
|
| |
+ BuildRequires: python3dist(decorator)
|
| |
+ BuildRequires: python3dist(appdirs)
|
| |
+ BuildRequires: python3dist(numpy)
|
| |
+
|
| |
|
| |
%description -n python3-%{srcname} %{_description}
|
| |
|
| |
@@ -56,8 +53,8 @@
|
| |
%py3_install
|
| |
|
| |
%check
|
| |
- PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v
|
| |
-
|
| |
+ %pytest
|
| |
+
|
| |
%files -n python3-%{srcname}
|
| |
%license LICENSE
|
| |
%doc README.rst PKG-INFO
|
| |
@@ -65,6 +62,10 @@
|
| |
%{python3_sitelib}/%{srcname}/
|
| |
|
| |
%changelog
|
| |
+ * Wed Aug 04 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 2021.2.7-1
|
| |
+ - Update to the latest upstream - 2021.2.7
|
| |
+ - Clean up specfile a bit
|
| |
+
|
| |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2019.1-11
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
| |
|
| |
@@ -187,7 +188,7 @@
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
| |
|
| |
* Thu Apr 09 2009 Ramakrishna Reddy Yekulla <ramkrsna@fedoraproject.org> 8-2
|
| |
- - Spec file cleanup
|
| |
+ - Spec file cleanup
|
| |
|
| |
* Wed Apr 08 2009 Ramakrishna Reddy Yekulla <ramkrsna@fedoraproject.org> 8-1
|
| |
- Initial RPM release
|
| |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1976456