Compare commits

..

3 Commits
i9ce ... epel8

Author SHA1 Message Date
Troy Dawson 576e2e958c remove package.cfg per new epel-playground policy
4 years ago
Justin Caratzas 1335a6943d Merge branch 'master' into epel8
5 years ago
Gwyn Ciesla 6b94a6a748 "Adding package.cfg file"
5 years ago

3
.gitignore vendored

@ -1 +1,2 @@
SOURCES/rst.linker-2.2.0.tar.gz
/rst.linker-1.10.tar.gz
/rst.linker-1.11.tar.gz

@ -1 +0,0 @@
04d1d03999417dbaac2eb159b12ca7f254445b0a SOURCES/rst.linker-2.2.0.tar.gz

@ -0,0 +1,3 @@
# python-rst-linker
The python-rst-linker package

@ -6,8 +6,8 @@
%bcond_with docs
Name: python-%{pkg_name}
Version: 2.2.0
Release: 5%{?dist}
Version: 1.11
Release: 4%{?dist}
Summary: Can add links and perform other custom replacements to rst
License: MIT
@ -29,14 +29,9 @@ Requires: python3dist(six)
Requires: python3-dateutil
BuildRequires: python3-devel
BuildRequires: python3-dateutil
BuildRequires: python3dist(pathspec)
BuildRequires: python3-path
BuildRequires: python3dist(pip)
BuildRequires: python3dist(pytest)
BuildRequires: python3-setuptools_scm >= 1.15.0
BuildRequires: python3dist(setuptools)
BuildRequires: python3dist(toml)
%{?python_provide:%python_provide python3-%{pkg_name}}
%description -n python3-%{pkg_name}
@ -74,13 +69,13 @@ rm -rf html/.{doctrees,buildinfo}
%check
# 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}
%license LICENSE
%doc README.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}
%files -n python-%{pkg_name}-doc
@ -89,42 +84,6 @@ rm -rf html/.{doctrees,buildinfo}
%endif
%changelog
* Fri Apr 28 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 2.2.0-5
- Rebuilt for MSVSphere 9.1
* 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
- Rebuilt for Python 3.8.0rc1 (#1748018)

@ -0,0 +1,2 @@
SHA512 (rst.linker-1.10.tar.gz) = 5541d0ba5299a6efee444ed3c4fb4f108bcdd7c84e4be0b0a44f71c9f13e18d5b5c4c38328a542fe5666d435e1e04c35c0db5535706a45932dc01590813a85cc
SHA512 (rst.linker-1.11.tar.gz) = 8e748330f60e2e1f859fa3ec3fad706d7bbafc78a402b0df242bda7caff1fad3f1b17873fa9ee749d3d214e094f24a35695c627cf9a8d8f08ca99ee6ad0e4e6d
Loading…
Cancel
Save