|
|
@ -6,8 +6,8 @@
|
|
|
|
%bcond_with docs
|
|
|
|
%bcond_with docs
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Version: 2.2.0
|
|
|
|
Version: 1.11
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Can add links and perform other custom replacements to rst
|
|
|
|
Summary: Can add links and perform other custom replacements to rst
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -29,14 +29,9 @@ Requires: python3dist(six)
|
|
|
|
Requires: python3-dateutil
|
|
|
|
Requires: python3-dateutil
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-dateutil
|
|
|
|
|
|
|
|
BuildRequires: python3dist(pathspec)
|
|
|
|
BuildRequires: python3dist(pathspec)
|
|
|
|
BuildRequires: python3-path
|
|
|
|
|
|
|
|
BuildRequires: python3dist(pip)
|
|
|
|
|
|
|
|
BuildRequires: python3dist(pytest)
|
|
|
|
|
|
|
|
BuildRequires: python3-setuptools_scm >= 1.15.0
|
|
|
|
BuildRequires: python3-setuptools_scm >= 1.15.0
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
|
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}
|
|
|
@ -74,13 +69,13 @@ rm -rf html/.{doctrees,buildinfo}
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# BuildRequires: python(2/3)-path does not meet the test-requirement for path.py
|
|
|
|
# BuildRequires: python(2/3)-path does not meet the test-requirement for path.py
|
|
|
|
%{__python3} setup.py test
|
|
|
|
#%%{__python3} setup.py test
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{pkg_name}
|
|
|
|
%files -n python3-%{pkg_name}
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.rst
|
|
|
|
%doc README.rst
|
|
|
|
%{python3_sitelib}/rst
|
|
|
|
%{python3_sitelib}/rst
|
|
|
|
%{python3_sitelib}/rst.linker-%{version}-py%{python3_version}.egg-info
|
|
|
|
%{python3_sitelib}/rst.linker-%{version}-py?.?.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with docs}
|
|
|
|
%if %{with docs}
|
|
|
|
%files -n python-%{pkg_name}-doc
|
|
|
|
%files -n python-%{pkg_name}-doc
|
|
|
@ -89,39 +84,6 @@ rm -rf html/.{doctrees,buildinfo}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Jan 25 2022 Dan Radez <dradez@redhat.com> - 2.2.0-5
|
|
|
|
|
|
|
|
- re-enabling checks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.2.0-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 30 2021 Dan Radez <dradez@redhat.com> - 2.2.0-1
|
|
|
|
|
|
|
|
- Update to 2.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 09 2020 Dan Radez <dradez@redhat.com> - 2.1.1-1
|
|
|
|
|
|
|
|
- Update to 2.1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 12 2020 Dan Radez <dradez@redhat.com> - 2.0.0-1
|
|
|
|
|
|
|
|
- Update to 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.11-4
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.11-4
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
|
|
|
|
|
|
|