|
|
@ -5,8 +5,8 @@
|
|
|
|
%bcond_with docs
|
|
|
|
%bcond_with docs
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Version: 3.5.0
|
|
|
|
Version: 2.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Functools like those found in stdlib
|
|
|
|
Summary: Functools like those found in stdlib
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -20,7 +20,6 @@ Functools like those found in stdlib
|
|
|
|
%package -n python3-%{pkg_name}
|
|
|
|
%package -n python3-%{pkg_name}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
Requires: python3-jaraco
|
|
|
|
Requires: python3-jaraco
|
|
|
|
Requires: python3dist(toml)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildConflicts: python3dist(pytest) = 3.7.3
|
|
|
|
BuildConflicts: python3dist(pytest) = 3.7.3
|
|
|
@ -30,7 +29,6 @@ BuildRequires: python3dist(pytest) >= 3.4
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
|
BuildRequires: python3dist(setuptools-scm) >= 1.15
|
|
|
|
BuildRequires: python3dist(setuptools-scm) >= 1.15
|
|
|
|
BuildRequires: python3dist(six)
|
|
|
|
BuildRequires: python3dist(six)
|
|
|
|
BuildRequires: python3dist(toml)
|
|
|
|
|
|
|
|
%{?python_provide:%python_provide python3-%{pkg_name}}
|
|
|
|
%{?python_provide:%python_provide python3-%{pkg_name}}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{pkg_name}
|
|
|
|
%description -n python3-%{pkg_name}
|
|
|
@ -40,8 +38,8 @@ Functools like those found in stdlib
|
|
|
|
%package -n python-%{pkg_name}-doc
|
|
|
|
%package -n python-%{pkg_name}-doc
|
|
|
|
Summary: jaraco-functools documentation
|
|
|
|
Summary: jaraco-functools documentation
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3dist(jaraco-packaging) >= 3.2
|
|
|
|
BuildRequires: python3dist(jaraco.packaging) >= 3.2
|
|
|
|
BuildRequires: python3dist(rst-linker) >= 1.9
|
|
|
|
BuildRequires: python3dist(rst.linker) >= 1.9
|
|
|
|
BuildRequires: python3dist(sphinx)
|
|
|
|
BuildRequires: python3dist(sphinx)
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python-%{pkg_name}-doc
|
|
|
|
%description -n python-%{pkg_name}-doc
|
|
|
@ -67,7 +65,10 @@ rm -rf html/.{doctrees,buildinfo}
|
|
|
|
%py3_install
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
LANG=C.utf-8 %{__python3} -m pytest --ignore=build
|
|
|
|
# disabled for right now, need a newer version of pytest-flake8
|
|
|
|
|
|
|
|
# https://src.fedoraproject.org/rpms/python-pytest-flake8/pull-request/2
|
|
|
|
|
|
|
|
# AttributeError: 'Application' object has no attribute 'make_notifier'
|
|
|
|
|
|
|
|
# LANG=C.utf-8 %%{__python3} -m pytest --ignore=build
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{pkg_name}
|
|
|
|
%files -n python3-%{pkg_name}
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
@ -77,7 +78,7 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build
|
|
|
|
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
|
|
|
|
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
|
|
|
|
%{python3_sitelib}/jaraco/functools*
|
|
|
|
%{python3_sitelib}/jaraco/functools*
|
|
|
|
%{python3_sitelib}/jaraco/__pycache__/functools*
|
|
|
|
%{python3_sitelib}/jaraco/__pycache__/functools*
|
|
|
|
%{python3_sitelib}/jaraco.functools-%{version}-py%{python3_version}.egg-info
|
|
|
|
%{python3_sitelib}/jaraco.functools-%{version}-py?.?.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with docs}
|
|
|
|
%if %{with docs}
|
|
|
|
%files -n python-%{pkg_name}-doc
|
|
|
|
%files -n python-%{pkg_name}-doc
|
|
|
@ -86,49 +87,8 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-2
|
|
|
|
* Wed Jan 24 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 2.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 04 2022 Dan Radez <dradez@redhat.com> - 3.5.0-1
|
|
|
|
|
|
|
|
- updating to 3.5.0
|
|
|
|
|
|
|
|
- Reenabled checks! Yay \o/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 06 2021 Dan Radez <dradez@redhat.com> - 3.4.0-1
|
|
|
|
|
|
|
|
- updating to 3.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.3.0-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 30 2021 Dan Radez <dradez@redhat.com> - 3.3.0-1
|
|
|
|
|
|
|
|
- updating to 3.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 23 2021 Dan Radez <dradez@redhat.com> - 3.2.1-1
|
|
|
|
|
|
|
|
- updating to 3.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 05 2021 Dan Radez <dradez@redhat.com> - 3.1.0-1
|
|
|
|
|
|
|
|
- updating to 3.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.1-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 08 2020 Dan Radez <dradez@redhat.com> - 3.0.1-1
|
|
|
|
|
|
|
|
- updating to 3.0.1-1
|
|
|
|
|
|
|
|
- added toml dep
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 12 2020 Dan Radez <dradez@redhat.com> - 3.0.0-1
|
|
|
|
|
|
|
|
- updating to 3.0.0-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 27 2019 Dan Radez <dradez@redhat.com> - 2.0-4
|
|
|
|
* Fri Sep 27 2019 Dan Radez <dradez@redhat.com> - 2.0-4
|
|
|
|
- Rebuilding to resolve dep issues
|
|
|
|
- Rebuilding to resolve dep issues
|