Blame SPECS/python-regex.spec

eef57e
%global srcname regex
eef57e
eef57e
Name:           python-%{srcname}
eef57e
Version:        2024.9.11
eef57e
Release:        1%{?dist}
eef57e
Summary:        Alternative regular expression module, to replace re
eef57e
# see also https://code.google.com/p/mrab-regex-hg/issues/detail?id=124
eef57e
# Automatically converted from old format: Python and CNRI - review is highly recommended.
eef57e
License:        LicenseRef-Callaway-Python AND CNRI-Python
eef57e
URL:            https://bitbucket.org/mrabarnett/mrab-regex
eef57e
Source0:        https://files.pythonhosted.org/packages/source/r/%{srcname}/%{srcname}-%{version}.tar.gz
eef57e
BuildRequires:  /usr/bin/rst2html
eef57e
BuildRequires:  python3-pygments
eef57e
BuildRequires:  gcc
eef57e
eef57e
%global _description %{expand:
eef57e
This new regex implementation is intended eventually to replace
eef57e
Python's current re module implementation.
eef57e
eef57e
For testing and comparison with the current 're' module the new
eef57e
implementation is in the form of a module called 'regex'.}
eef57e
eef57e
%description %_description
eef57e
eef57e
eef57e
%package -n python%{python3_pkgversion}-%{srcname}
eef57e
Summary:        %{summary}
eef57e
BuildRequires:  python%{python3_pkgversion}-devel
eef57e
BuildRequires:  python%{python3_pkgversion}-setuptools
eef57e
eef57e
%description -n python%{python3_pkgversion}-%{srcname} %_description
eef57e
eef57e
eef57e
%prep
eef57e
%autosetup -n %{srcname}-%{version}
eef57e
eef57e
eef57e
%build
eef57e
%py3_build
eef57e
# rebuild the HTML doc
eef57e
rst2html docs/UnicodeProperties.rst > docs/UnicodeProperties.html
eef57e
rst2html README.rst > README.html
eef57e
eef57e
eef57e
%install
eef57e
%py3_install
eef57e
eef57e
eef57e
%files -n python%{python3_pkgversion}-%{srcname}
eef57e
%doc README.html
eef57e
%doc docs/Features.html
eef57e
%doc docs/UnicodeProperties.html
eef57e
%{python3_sitearch}/*
eef57e
eef57e
eef57e
%changelog
eef57e
* Tue Oct 22 2024 Thomas Moschny <thomas.moschny@gmx.de> - 2024.9.11-1
eef57e
- Update to 2024.9.11.
eef57e
eef57e
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 2024.4.28-2
eef57e
- convert license to SPDX
eef57e
eef57e
* Wed Aug 21 2024 Thomas Moschny <thomas.moschny@gmx.de> - 2024.4.28-1
eef57e
- Update to 2024.4.28.
eef57e
eef57e
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2024.4.16-3
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
eef57e
eef57e
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2024.4.16-2
eef57e
- Rebuilt for Python 3.13
eef57e
eef57e
* Sat Apr 20 2024 Thomas Moschny <thomas.moschny@gmx.de> - 2024.4.16-1
eef57e
- Update to 2024.4.16.
eef57e
eef57e
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2023.12.25-3
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
eef57e
eef57e
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2023.12.25-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
eef57e
eef57e
* Sun Dec 31 2023 Thomas Moschny <thomas.moschny@gmx.de> - 2023.12.25-1
eef57e
- Update to 2023.12.25.
eef57e
eef57e
* Sun Oct 22 2023 Thomas Moschny <thomas.moschny@gmx.de> - 2023.10.3-1
eef57e
- Update to 2023.10.3.
eef57e
eef57e
* Sun Jul 30 2023 Thomas Moschny <thomas.moschny@gmx.de> - 2022.6.3-1
eef57e
- Update to 2023.6.3.
eef57e
eef57e
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2022.10.31-4
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
eef57e
eef57e
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2022.10.31-3
eef57e
- Rebuilt for Python 3.12
eef57e
eef57e
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2022.10.31-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
eef57e
eef57e
* Thu Dec  1 2022 Thomas Moschny <thomas.moschny@gmx.de> - 2022.10.31-1
eef57e
- Update to 2022.10.31.
eef57e
eef57e
* Thu Sep 15 2022 Thomas Moschny <thomas.moschny@gmx.de> - 2022.9.13-1
eef57e
- Update to 2022.9.13.
eef57e
eef57e
* Fri Sep  2 2022 Thomas Moschny <thomas.moschny@gmx.de> - 2022.8.17-1
eef57e
- Update to 2022.8.17.
eef57e
eef57e
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2022.6.2-3
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
eef57e
eef57e
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2022.6.2-2
eef57e
- Rebuilt for Python 3.11
eef57e
eef57e
* Fri Jun 10 2022 Thomas Moschny <thomas.moschny@gmx.de> - 2022.6.2-1
eef57e
- Update to 2022.6.2.
eef57e
eef57e
* Wed May 18 2022 Thomas Moschny <thomas.moschny@gmx.de> - 2022.4.24-1
eef57e
- Update to 2022.4.24.
eef57e
eef57e
* Sun Apr 10 2022 Thomas Moschny <thomas.moschny@gmx.de> - 2022.3.15-1
eef57e
- Update to 2022.3.15.
eef57e
eef57e
* Sat Mar  5 2022 Thomas Moschny <thomas.moschny@gmx.de> - 2022.3.2-1
eef57e
- Update to 2022.3.2.
eef57e
eef57e
* Wed Jan 26 2022 Thomas Moschny <thomas.moschny@gmx.de> - 2022.1.18-1
eef57e
- Update to 2022.1.18.
eef57e
eef57e
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2021.11.10-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
eef57e
eef57e
* Tue Nov 16 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.11.10-1
eef57e
- Update to 2021.11.10.
eef57e
eef57e
* Sat Oct 30 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.10.23-1
eef57e
- Update to 2021.10.23.
eef57e
eef57e
* Tue Sep 28 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.9.24-1
eef57e
- Update to 2021.9.24.
eef57e
eef57e
* Fri Sep  3 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.8.28-1
eef57e
- Update to 2021.8.28.
eef57e
eef57e
* Thu Aug 26 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.8.21-1
eef57e
- Update to 2021.8.21.
eef57e
eef57e
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2021.7.6-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
eef57e
eef57e
* Tue Jul  6 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.7.6-1
eef57e
- Update to 2021.7.6.
eef57e
eef57e
* Mon Jul  5 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.7.1-1
eef57e
- Update to 2021.7.1.
eef57e
eef57e
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 2021.4.4-2
eef57e
- Rebuilt for Python 3.10
eef57e
eef57e
* Mon Apr  5 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.4.4-1
eef57e
- Update to 2021.4.4.
eef57e
eef57e
* Fri Apr  2 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2021.3.17-1
eef57e
- Update to 2021.3.17.
eef57e
eef57e
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.11.13-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
eef57e
eef57e
* Sat Nov 14 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.11.13-1
eef57e
- Update to 2020.11.13.
eef57e
eef57e
* Thu Oct 29 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.10.28-1
eef57e
- Update to 2020.10.28.
eef57e
eef57e
* Wed Oct 28 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.10.23-1
eef57e
- Update to 2020.10.23.
eef57e
eef57e
* Mon Oct 12 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.10.11-1
eef57e
- Update to 2020.10.11.
eef57e
eef57e
* Tue Sep 29 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.9.27-1
eef57e
- Update to 2020.9.27.
eef57e
eef57e
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.7.14-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
eef57e
eef57e
* Thu Jul 23 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.7.14-1
eef57e
- Update to 2020.7.14.
eef57e
eef57e
* Sat Jun 20 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.6.8-2
eef57e
- Update to 2020.6.8.
eef57e
eef57e
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 2020.5.14-2
eef57e
- Rebuilt for Python 3.9
eef57e
eef57e
* Fri May 15 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.5.14-1
eef57e
- Update to 2020.5.14.
eef57e
eef57e
* Tue Apr 14 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.4.4-1
eef57e
- Update to 2020.4.4.
eef57e
eef57e
* Sat Feb 22 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.2.20-1
eef57e
- Update to 2020.2.20.
eef57e
eef57e
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.1.8-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
eef57e
eef57e
* Sat Jan 25 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2020.1.8-1
eef57e
- Update to 2020.1.8.
eef57e
eef57e
* Fri Jan  3 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2019.12.20-2
eef57e
- Add BR on setuptools.
eef57e
eef57e
* Wed Jan  1 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2019.12.20-1
eef57e
- Update to 2019.12.20.
eef57e
- Update doc generation.
eef57e
eef57e
* Sat Dec 14 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.12.9-1
eef57e
- Update to 2019.12.9.
eef57e
eef57e
* Sat Nov  9 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.11.1-1
eef57e
- Update to 2019.11.1.
eef57e
eef57e
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2019.08.19-3
eef57e
- Rebuilt for Python 3.8.0rc1 (#1748018)
eef57e
eef57e
* Tue Aug 27 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.08.19-2
eef57e
- Remove Python2 subpackage (bz#1744656).
eef57e
eef57e
* Tue Aug 27 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.08.19-1
eef57e
- Update to 2019.08.19.
eef57e
eef57e
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2019.06.08-2
eef57e
- Rebuilt for Python 3.8
eef57e
eef57e
* Wed Aug 14 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.06.08-1
eef57e
- Update to 2019.06.08.
eef57e
eef57e
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.05.25-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
eef57e
eef57e
* Sat May 25 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.05.25-1
eef57e
- Update to 2019.05.25.
eef57e
eef57e
* Mon Apr 15 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.04.14-1
eef57e
- Update to 2019.04.14.
eef57e
eef57e
* Sat Mar  9 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.03.09-1
eef57e
- Update to 2019.03.09.
eef57e
eef57e
* Sat Feb  9 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.02.07-1
eef57e
- Update to 2019.02.07.
eef57e
eef57e
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.01.24-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
eef57e
eef57e
* Mon Jan 28 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2019.01.24-1
eef57e
- Update to 2019.01.24.
eef57e
eef57e
* Tue Dec 18 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.11.22-1
eef57e
- Update to 2018.11.22.
eef57e
eef57e
* Sun Nov 11 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.11.07-1
eef57e
- Update to 2018.11.07.
eef57e
eef57e
* Sun Jul 15 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.07.11-1
eef57e
- Update to 2018.07.11.
eef57e
eef57e
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2018.06.21-3
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
eef57e
eef57e
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2018.06.21-2
eef57e
- Rebuilt for Python 3.7
eef57e
eef57e
* Thu Jun 28 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.06.21-1
eef57e
- Update to 2018.06.21.
eef57e
eef57e
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2018.06.09-2
eef57e
- Rebuilt for Python 3.7
eef57e
eef57e
* Mon Jun 18 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.06.09-1
eef57e
- Update to 2018.06.09.
eef57e
eef57e
* Wed Jun  6 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.06.06-1
eef57e
- Update to 2018.06.06.
eef57e
eef57e
* Sun Mar  4 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.02.21-1
eef57e
- Update to 2018.02.21.
eef57e
eef57e
* Sun Feb 11 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.02.08-1
eef57e
- Update to 2018.02.08.
eef57e
eef57e
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2018.02.03-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
eef57e
eef57e
* Sun Feb  4 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.02.03-1
eef57e
- Update to 2018.02.03.
eef57e
eef57e
* Sat Jan 13 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2018.01.10-1
eef57e
- Update to 2018.01.10.
eef57e
eef57e
* Sat Nov 18 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2017.11.09-1
eef57e
- Update to 2017.11.09.
eef57e
- Build Python3 subpackage on EPEL7.
eef57e
eef57e
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.09.22-5
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
eef57e
eef57e
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.09.22-4
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
eef57e
eef57e
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.09.22-3
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
eef57e
eef57e
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2016.09.22-2
eef57e
- Rebuild for Python 3.6
eef57e
eef57e
* Sat Sep 24 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.09.22-1
eef57e
- Update to 2016.09.22.
eef57e
eef57e
* Sun Aug  7 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.07.21-1
eef57e
- Update to 2016.07.21.
eef57e
eef57e
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2016.06.24-2
eef57e
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
eef57e
eef57e
* Mon Jul  4 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.06.24-1
eef57e
- Update to 2016.06.24.
eef57e
eef57e
* Mon Jun 13 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.06.05-1
eef57e
- Update to 2016.06.05.
eef57e
eef57e
* Fri Jun  3 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.06.02-1
eef57e
- Update to 2016.06.02.
eef57e
- Update upstream URL.
eef57e
eef57e
* Mon May 30 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.05.23-1
eef57e
- Update to 2016.05.23.
eef57e
eef57e
* Fri Apr 29 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.04.25-1
eef57e
- Update to 2016.04.25.
eef57e
eef57e
* Sat Apr  9 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.04.08-1
eef57e
- Update to 2016.04.08.
eef57e
- Update upstream URL.
eef57e
eef57e
* Tue Apr  5 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.04.02-1
eef57e
- Update to 2016.04.02.
eef57e
eef57e
* Mon Mar  7 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.03.02-2
eef57e
- Update to 2016.03.02.
eef57e
eef57e
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2016.01.10-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
eef57e
eef57e
* Mon Jan 11 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2016.01.10-1
eef57e
- Update to 2016.01.10.
eef57e
eef57e
* Sun Dec 20 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.11.22-1
eef57e
- Update to 2015.11.22.
eef57e
- Follow updated Python packaging guidelines.
eef57e
eef57e
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.07.19-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
eef57e
eef57e
* Mon Jul 27 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.07.19-1
eef57e
- Update to 2015.07.19.
eef57e
eef57e
* Thu Jun 25 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.06.24-1
eef57e
- Update to 2015.06.24.
eef57e
eef57e
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.05.28-2
eef57e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
eef57e
eef57e
* Fri May 29 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.05.28-1
eef57e
- Update to 2015.05.28.
eef57e
eef57e
* Sat May 23 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.05.10-1
eef57e
- Update to 2015.05.10.
eef57e
eef57e
* Sat Mar 21 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2015.03.18-1
eef57e
- Update to 2015.03.18.
eef57e
- Apply updated Python packaging guidelines.
eef57e
eef57e
* Thu Jan  8 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2014.12.24-1
eef57e
- Update to 2014.12.24.
eef57e
eef57e
* Sun Dec 21 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2014.12.15-1
eef57e
- Update to 2014.12.15.
eef57e
eef57e
* Sat Dec 13 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2014.11.14-1
eef57e
- Update to 2014.11.14.
eef57e
- Rebuild the HTML docs.
eef57e
- Update License tag.
eef57e
- Update upstream URL.
eef57e
eef57e
* Wed Oct 22 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2014.10.09-1
eef57e
- Initial version.