Compare commits

...

15 Commits
epel8 ... i9ce

Author SHA1 Message Date
MSVSphere Packaging Team 57feefacf2 Merge and update
1 year ago
MSVSphere Packaging Team b98190c6a3 Remove unnecessary files
1 year ago
Sergey Cherevko f98e52f30d
Initial import from EPEL 9 upstream
2 years ago
Dan Radez 79fbbbaf1e reenabling checks
3 years ago
Fedora Release Engineering a7e3b1144f - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
3 years ago
Fedora Release Engineering 99fb5c044b - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
4 years ago
Python Maint a296b5b8ce Rebuilt for Python 3.10
4 years ago
Dan Radez 749fbc1466 update to 2.2.0
4 years ago
Fedora Release Engineering 75e4ed32a9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4 years ago
Dan Radez ccebb8140b update to 2.1.1
4 years ago
Fedora Release Engineering f23f76268f - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5 years ago
Miro Hrončok 45d211b739 Replace Python version glob with macro (needed for Python 3.10+)
5 years ago
Miro Hrončok 0d9c88baa8 Rebuilt for Python 3.9
5 years ago
Dan Radez d3b2a404da updating to 2.0
5 years ago
Fedora Release Engineering c035def2c9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5 years ago

3
.gitignore vendored

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

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

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

@ -6,8 +6,8 @@
%bcond_with docs
Name: python-%{pkg_name}
Version: 1.11
Release: 4%{?dist}
Version: 2.2.0
Release: 5%{?dist}
Summary: Can add links and perform other custom replacements to rst
License: MIT
@ -29,9 +29,14 @@ 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}
@ -69,13 +74,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?.?.egg-info
%{python3_sitelib}/rst.linker-%{version}-py%{python3_version}.egg-info
%if %{with docs}
%files -n python-%{pkg_name}-doc
@ -84,6 +89,42 @@ 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)

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