Compare commits

...

No commits in common. 'c9' and 'i8c-stream-3.9' have entirely different histories.

@ -5,11 +5,15 @@
Name: python-%{modname} Name: python-%{modname}
Summary: Python Lex-Yacc Summary: Python Lex-Yacc
Version: 3.11 Version: 3.11
Release: 14%{?dist} Release: 10%{?dist}
License: BSD License: BSD
URL: http://www.dabeaz.com/ply/ URL: http://www.dabeaz.com/ply/
Source0: http://www.dabeaz.com/ply/%{modname}-%{version}.tar.gz Source0: http://www.dabeaz.com/ply/%{modname}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Exclude i686 arch. Due to a modularity issue it's being added to the
# x86_64 compose of CRB, but we don't want to ship it at all.
# See: https://projects.engineering.redhat.com/browse/RCM-72605
ExcludeArch: i686
%description %description
PLY is a straightforward lex/yacc implementation. Here is a list of its PLY is a straightforward lex/yacc implementation. Here is a list of its
@ -25,13 +29,14 @@ essential features:
functionality. In other words, it's not a large parsing framework or a functionality. In other words, it's not a large parsing framework or a
component of some larger system. component of some larger system.
%package -n python3-%{modname} %package -n python%{python3_pkgversion}-%{modname}
Summary: Python Lex-Yacc Summary: Python Lex-Yacc
%{?python_provide:%python_provide python3-%{modname}} %{?python_provide:%python_provide python%{python3_pkgversion}-%{modname}}
BuildRequires: python3-devel BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python3-setuptools BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-rpm-macros
%description -n python3-%{modname} %description -n python%{python3_pkgversion}-%{modname}
PLY is a straightforward lex/yacc implementation. Here is a list of its PLY is a straightforward lex/yacc implementation. Here is a list of its
essential features: essential features:
* It is implemented entirely in Python. * It is implemented entirely in Python.
@ -72,39 +77,25 @@ pushd test
popd popd
%endif %endif
%files -n python3-%{modname} %files -n python%{python3_pkgversion}-%{modname}
%doc CHANGES README.md %doc CHANGES README.md
%license LICENSE %license LICENSE
%{python3_sitelib}/%{modname}/ %{python3_sitelib}/%{modname}/
%{python3_sitelib}/%{modname}-%{version}-*.egg-info/ %{python3_sitelib}/%{modname}-%{version}-*.egg-info/
%changelog %changelog
* Tue Feb 08 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11-14 * Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.11-10
- Add automatically generated Obsoletes tag with the python39- prefix - Rebuilt for MSVSphere 8.8
for smoother upgrade from RHEL8
- Related: rhbz#1990421
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.11-13
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.11-12
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.11-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jan 5 15:25:57 CET 2021 Christian Heimes <cheimes@redhat.com> - 3.11-10 * Tue Jan 5 15:25:57 CET 2021 Christian Heimes <cheimes@redhat.com> - 3.11-10
- Extract and ship license file (#1912893) - Extract and ship license file (#1912893)
- Resolves: rhbz#1877430
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.11-9 * Fri Dec 13 2019 Tomas Orsava <torsava@redhat.com> - 3.11-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Exclude unsupported i686 arch
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 3.11-8
- Rebuilt for Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.11-7 * Wed Nov 20 2019 Lumír Balhar <lbalhar@redhat.com> - 3.11-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Adjusted for Python 3.8 module in RHEL 8
* Sun Oct 20 2019 Miro Hrončok <mhroncok@redhat.com> - 3.11-6 * Sun Oct 20 2019 Miro Hrončok <mhroncok@redhat.com> - 3.11-6
- Subpackage python2-ply has been removed - Subpackage python2-ply has been removed

Loading…
Cancel
Save