Изменил(а) на 'SPECS/python-carbon.spec'

This commit is contained in:
sboldyreva 2023-08-25 20:56:57 +00:00
parent 6c40e1584f
commit 93e28a09a1
1 changed files with 4 additions and 4 deletions

View File

@ -235,10 +235,10 @@ getent passwd carbon >/dev/null || \
* Fri Aug 25 2023 Sofia Boldyreva <sboldyreva@almalinux.org> - 1.1.10-5
- Added to BuildRequires: python3-cachetools, python3-twisted, python3-urllib3 to be able to build on AlmaLinux
- Replaced %pyproject_wheel with %py3_build in %build to be able to build on AlmaLinux
- Replaced %pyproject_install, %pyproject_save_files %{srcname} twisted with py3_install lines
- Removed -f %{pyproject_files} in %files to be able to build on AlmaLinux
- Added %{python3_sitelib}/carbon, %{python3_sitelib}/carbon-*-py%{python3_version}.egg-info, %{python3_sitelib}/twisted/plugins/* in %files to be able to build on AlmaLinux
- Replaced pyproject_wheel with py3_build in build to be able to build on AlmaLinux
- Replaced pyproject_install, pyproject_save_files twisted with py3_install lines
- Removed -f {pyproject_files} in files to be able to build on AlmaLinux
- Added {python3_sitelib}/carbon, {python3_sitelib}/carbon-*-py{python3_version}.egg-info, {python3_sitelib}/twisted/plugins/* in files to be able to build on AlmaLinux
* Fri Aug 04 2023 Jonathan Steffan <jsteffan@fedoraproject.org> - 1.1.10-5
- Patch for Python 3.12 (RHBZ#2226168)