|
|
fe5c98 |
%global srcname regex
|
|
|
fe5c98 |
|
|
|
fe5c98 |
Name: python-%{srcname}
|
|
|
fe5c98 |
Version: 2021.4.4
|
|
|
fe5c98 |
Release: 1%{?dist}
|
|
|
fe5c98 |
Summary: Alternative regular expression module, to replace re
|
|
|
fe5c98 |
# see also https://code.google.com/p/mrab-regex-hg/issues/detail?id=124
|
|
|
fe5c98 |
License: Python and CNRI
|
|
|
fe5c98 |
URL: https://bitbucket.org/mrabarnett/mrab-regex
|
|
|
fe5c98 |
Source0: https://files.pythonhosted.org/packages/source/r/%{srcname}/%{srcname}-%{version}.tar.gz
|
|
|
fe5c98 |
BuildRequires: %{_bindir}/rst2html
|
|
|
fe5c98 |
BuildRequires: gcc
|
|
|
fe5c98 |
|
|
|
fe5c98 |
|
|
|
fe5c98 |
%description
|
|
|
fe5c98 |
This new regex implementation is intended eventually to replace
|
|
|
fe5c98 |
Python's current re module implementation.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
For testing and comparison with the current 're' module the new
|
|
|
fe5c98 |
implementation is in the form of a module called 'regex'.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
|
|
|
fe5c98 |
%package -n python%{python3_pkgversion}-%{srcname}
|
|
|
fe5c98 |
Summary: Alternative regular expression module, to replace re
|
|
|
fe5c98 |
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
fe5c98 |
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
fe5c98 |
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
|
|
fe5c98 |
|
|
|
fe5c98 |
%description -n python%{python3_pkgversion}-%{srcname}
|
|
|
fe5c98 |
This new regex implementation is intended eventually to replace
|
|
|
fe5c98 |
Python's current re module implementation.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
For testing and comparison with the current 're' module the new
|
|
|
fe5c98 |
implementation is in the form of a module called 'regex'.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
|
|
|
fe5c98 |
%prep
|
|
|
fe5c98 |
%autosetup -n %{srcname}-%{version}
|
|
|
fe5c98 |
|
|
|
fe5c98 |
# will be rebuilt
|
|
|
fe5c98 |
rm docs/Features.html
|
|
|
fe5c98 |
|
|
|
fe5c98 |
|
|
|
fe5c98 |
%build
|
|
|
fe5c98 |
%py3_build
|
|
|
fe5c98 |
# rebuild the HTML doc
|
|
|
fe5c98 |
rst2html docs/Features.rst > docs/Features.html
|
|
|
fe5c98 |
rst2html docs/UnicodeProperties.rst > docs/UnicodeProperties.html
|
|
|
fe5c98 |
rst2html README.rst > README.html
|
|
|
fe5c98 |
|
|
|
fe5c98 |
|
|
|
fe5c98 |
%install
|
|
|
fe5c98 |
%py3_install
|
|
|
fe5c98 |
|
|
|
fe5c98 |
|
|
|
fe5c98 |
%files -n python%{python3_pkgversion}-%{srcname}
|
|
|
fe5c98 |
%doc README.html
|
|
|
fe5c98 |
%doc docs/Features.html
|
|
|
fe5c98 |
%doc docs/UnicodeProperties.html
|
|
|
fe5c98 |
%{python3_sitearch}/*
|
|
|
fe5c98 |
|
|
|
fe5c98 |
|
|
|
fe5c98 |
%changelog
|
|
|
fe5c98 |
* Mon Apr 5 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.4.4-1
|
|
|
fe5c98 |
- Update to 2021.4.4.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Fri Apr 2 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.3.17-1
|
|
|
fe5c98 |
- Update to 2021.3.17.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.11.13-2
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Nov 14 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.11.13-1
|
|
|
fe5c98 |
- Update to 2020.11.13.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Oct 29 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.10.28-1
|
|
|
fe5c98 |
- Update to 2020.10.28.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Wed Oct 28 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.10.23-1
|
|
|
fe5c98 |
- Update to 2020.10.23.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Oct 12 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.10.11-1
|
|
|
fe5c98 |
- Update to 2020.10.11.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Tue Sep 29 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.9.27-1
|
|
|
fe5c98 |
- Update to 2020.9.27.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.7.14-2
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Jul 23 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.7.14-1
|
|
|
fe5c98 |
- Update to 2020.7.14.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Jun 20 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.6.8-2
|
|
|
fe5c98 |
- Update to 2020.6.8.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 2020.5.14-2
|
|
|
fe5c98 |
- Rebuilt for Python 3.9
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Fri May 15 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.5.14-1
|
|
|
fe5c98 |
- Update to 2020.5.14.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Tue Apr 14 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.4.4-1
|
|
|
fe5c98 |
- Update to 2020.4.4.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Feb 22 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.2.20-1
|
|
|
fe5c98 |
- Update to 2020.2.20.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.1.8-2
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Jan 25 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.1.8-1
|
|
|
fe5c98 |
- Update to 2020.1.8.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Fri Jan 3 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2019.12.20-2
|
|
|
fe5c98 |
- Add BR on setuptools.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Wed Jan 1 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2019.12.20-1
|
|
|
fe5c98 |
- Update to 2019.12.20.
|
|
|
fe5c98 |
- Update doc generation.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Dec 14 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.12.9-1
|
|
|
fe5c98 |
- Update to 2019.12.9.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Nov 9 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.11.1-1
|
|
|
fe5c98 |
- Update to 2019.11.1.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2019.08.19-3
|
|
|
fe5c98 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Tue Aug 27 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.08.19-2
|
|
|
fe5c98 |
- Remove Python2 subpackage (bz#1744656).
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Tue Aug 27 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.08.19-1
|
|
|
fe5c98 |
- Update to 2019.08.19.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2019.06.08-2
|
|
|
fe5c98 |
- Rebuilt for Python 3.8
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Wed Aug 14 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.06.08-1
|
|
|
fe5c98 |
- Update to 2019.06.08.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.05.25-2
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat May 25 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.05.25-1
|
|
|
fe5c98 |
- Update to 2019.05.25.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Apr 15 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.04.14-1
|
|
|
fe5c98 |
- Update to 2019.04.14.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Mar 9 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.03.09-1
|
|
|
fe5c98 |
- Update to 2019.03.09.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Feb 9 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.02.07-1
|
|
|
fe5c98 |
- Update to 2019.02.07.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.01.24-2
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Jan 28 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.01.24-1
|
|
|
fe5c98 |
- Update to 2019.01.24.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Tue Dec 18 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.11.22-1
|
|
|
fe5c98 |
- Update to 2018.11.22.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sun Nov 11 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.11.07-1
|
|
|
fe5c98 |
- Update to 2018.11.07.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sun Jul 15 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.07.11-1
|
|
|
fe5c98 |
- Update to 2018.07.11.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2018.06.21-3
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2018.06.21-2
|
|
|
fe5c98 |
- Rebuilt for Python 3.7
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Jun 28 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.06.21-1
|
|
|
fe5c98 |
- Update to 2018.06.21.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2018.06.09-2
|
|
|
fe5c98 |
- Rebuilt for Python 3.7
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Jun 18 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.06.09-1
|
|
|
fe5c98 |
- Update to 2018.06.09.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Wed Jun 6 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.06.06-1
|
|
|
fe5c98 |
- Update to 2018.06.06.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sun Mar 4 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.02.21-1
|
|
|
fe5c98 |
- Update to 2018.02.21.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sun Feb 11 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.02.08-1
|
|
|
fe5c98 |
- Update to 2018.02.08.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2018.02.03-2
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sun Feb 4 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.02.03-1
|
|
|
fe5c98 |
- Update to 2018.02.03.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Jan 13 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.01.10-1
|
|
|
fe5c98 |
- Update to 2018.01.10.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Nov 18 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2017.11.09-1
|
|
|
fe5c98 |
- Update to 2017.11.09.
|
|
|
fe5c98 |
- Build Python3 subpackage on EPEL7.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.09.22-5
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.09.22-4
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.09.22-3
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2016.09.22-2
|
|
|
fe5c98 |
- Rebuild for Python 3.6
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Sep 24 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.09.22-1
|
|
|
fe5c98 |
- Update to 2016.09.22.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sun Aug 7 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.07.21-1
|
|
|
fe5c98 |
- Update to 2016.07.21.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2016.06.24-2
|
|
|
fe5c98 |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Jul 4 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.06.24-1
|
|
|
fe5c98 |
- Update to 2016.06.24.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Jun 13 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.06.05-1
|
|
|
fe5c98 |
- Update to 2016.06.05.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Fri Jun 3 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.06.02-1
|
|
|
fe5c98 |
- Update to 2016.06.02.
|
|
|
fe5c98 |
- Update upstream URL.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon May 30 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.05.23-1
|
|
|
fe5c98 |
- Update to 2016.05.23.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Fri Apr 29 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.04.25-1
|
|
|
fe5c98 |
- Update to 2016.04.25.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Apr 9 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.04.08-1
|
|
|
fe5c98 |
- Update to 2016.04.08.
|
|
|
fe5c98 |
- Update upstream URL.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Tue Apr 5 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.04.02-1
|
|
|
fe5c98 |
- Update to 2016.04.02.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Mar 7 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.03.02-2
|
|
|
fe5c98 |
- Update to 2016.03.02.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2016.01.10-2
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Jan 11 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.01.10-1
|
|
|
fe5c98 |
- Update to 2016.01.10.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sun Dec 20 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.11.22-1
|
|
|
fe5c98 |
- Update to 2015.11.22.
|
|
|
fe5c98 |
- Follow updated Python packaging guidelines.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.07.19-2
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Mon Jul 27 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.07.19-1
|
|
|
fe5c98 |
- Update to 2015.07.19.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Jun 25 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.06.24-1
|
|
|
fe5c98 |
- Update to 2015.06.24.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.05.28-2
|
|
|
fe5c98 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Fri May 29 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.05.28-1
|
|
|
fe5c98 |
- Update to 2015.05.28.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat May 23 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.05.10-1
|
|
|
fe5c98 |
- Update to 2015.05.10.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Mar 21 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.03.18-1
|
|
|
fe5c98 |
- Update to 2015.03.18.
|
|
|
fe5c98 |
- Apply updated Python packaging guidelines.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Thu Jan 8 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2014.12.24-1
|
|
|
fe5c98 |
- Update to 2014.12.24.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sun Dec 21 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2014.12.15-1
|
|
|
fe5c98 |
- Update to 2014.12.15.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Sat Dec 13 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2014.11.14-1
|
|
|
fe5c98 |
- Update to 2014.11.14.
|
|
|
fe5c98 |
- Rebuild the HTML docs.
|
|
|
fe5c98 |
- Update License tag.
|
|
|
fe5c98 |
- Update upstream URL.
|
|
|
fe5c98 |
|
|
|
fe5c98 |
* Wed Oct 22 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2014.10.09-1
|
|
|
fe5c98 |
- Initial version.
|