|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Version: 3.5.0
|
|
|
|
Version: 3.5.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Functools like those found in stdlib
|
|
|
|
Summary: Functools like those found in stdlib
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -18,13 +18,13 @@ BuildArch: noarch
|
|
|
|
Functools like those found in stdlib
|
|
|
|
Functools like those found in stdlib
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python3-%{pkg_name}
|
|
|
|
%package -n python3-%{pkg_name}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
Requires: python3-jaraco
|
|
|
|
Requires: python3dist(jaraco)
|
|
|
|
Requires: python3dist(toml)
|
|
|
|
Requires: python3dist(toml)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildConflicts: python3dist(pytest) = 3.7.3
|
|
|
|
BuildConflicts: python3dist(pytest) = 3.7.3
|
|
|
|
BuildRequires: python3-jaraco-classes
|
|
|
|
BuildRequires: python3dist(jaraco-classes)
|
|
|
|
BuildRequires: python3dist(more-itertools)
|
|
|
|
BuildRequires: python3dist(more-itertools)
|
|
|
|
BuildRequires: python3dist(pytest) >= 3.4
|
|
|
|
BuildRequires: python3dist(pytest) >= 3.4
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
@ -50,8 +50,6 @@ Documentation for jaraco-functools
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n jaraco.functools-%{version}
|
|
|
|
%autosetup -n jaraco.functools-%{version}
|
|
|
|
# Remove bundled egg-info
|
|
|
|
|
|
|
|
rm -rf jaraco.functools.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%py3_build
|
|
|
|
%py3_build
|
|
|
@ -86,6 +84,9 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Feb 09 2022 Dan Radez <dradez@redhat.com> - 3.5.0-3
|
|
|
|
|
|
|
|
- Don't delete egginfo
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-2
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|