[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект pyproject-rpm-macros-1.16.2-1.el9

Имя pyproject-rpm-macros
Эпоха 0
Версия 1.16.2
Релиз 1.el9
Сайт https://src.fedoraproject.org/rpms/pyproject-rpm-macros
Лицензия MIT
Время сборки 2025-03-31 16:32:43
Хост сборки builder-iso-x86-01.inferitos.ru
Краткое описание RPM macros for PEP 517 Python packages
Репозитории AppStream
Полное описание These macros allow projects that follow the Python packaging specifications to be packaged as RPMs. They work for: * traditional Setuptools-based projects that use the setup.py file, * newer Setuptools-based projects that have a setup.cfg file, * general Python projects that use the PEP 517 pyproject.toml file (which allows using any build system, such as setuptools, flit or poetry). These macros replace %py3_build and %py3_install, which only work with setup.py.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
noarch
pyproject-srpm-macros-1.16.2-1.el9.noarch Minimal implementation of %pyproject_buildrequires 4232bdefe119d3b14cef77be9a4f9818e2a5d2903e22cf37f5d8f40cba532b8c download
pyproject-rpm-macros-1.16.2-1.el9.noarch RPM macros for PEP 517 Python packages f1e117b8bd5d90d12436cd0711809a023af34ecd795f290bfc80290eacad3730 download
src
pyproject-rpm-macros-1.16.2-1.el9.src RPM macros for PEP 517 Python packages 0ec30fc9187131a1251b674c48f2bc5c529cb55118ea096792309c5deec2f46f download
История изменений link
* Wed Nov 13 2024 Miro Hrončok <mhroncok@redhat.com> - 1.16.2-1
- Fix one remaining test for setuptools 70+

* Thu Nov 07 2024 Miro Hrončok <miro@hroncok.cz> - 1.16.1-1
- Support for setuptools 70+
- wheel is no longer generated as a dependency of the default build system

* Mon Nov 04 2024 Miro Hrončok <mhroncok@redhat.com> - 1.16.0-1
- %pyproject_buildrequires: Add support for dependency groups (PEP 735), via the -g flag
- This is implied when used tox testenvs depend on dependency groups (requires tox 4.22+)
- Fixes: rhbz#2318849

* Thu Oct 03 2024 Karolina Surma <ksurma@redhat.com> - 1.15.1-1
- Fix handling of self-referencing extras when reading pyproject.toml

* Tue Sep 17 2024 Python Maint <python-maint@redhat.com> - 1.15.0-1
- Add a possibility to read runtime requirements from pyproject.toml [project] table
- Fixes: rhbz#2261939
- Don't generate a dependency on pip when %pyproject_buildrequires -N is used
- Fixes: rhbz#2294510
- Even when %_auto_set_build_flags is disabled, set all compiler flags when building wheels
- Fixes: rhbz#2293616

* Tue Jul 23 2024 Miro Hrončok <mhroncok@redhat.com> - 1.14.0-1
- Add a provisional RPM Declarative Buildsystem (RPM 4.20+)

* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Tue Jul 02 2024 Miro Hrončok <mhroncok@redhat.com> - 1.13.0-1
- Properly escape weird characters from paths in %{pyproject_files} (RPM 4.19+ only)
- Revert the temporary workaround for RPM 4.20 alpha 2 leaking \x1f (unit separators)
- Fixes: rhbz#1990879

* Tue Jun 25 2024 Cristian Le <fedora@lecris.me> - 1.12.2-1
- %pyproject_extras_subpkg: Allow passing -a or -A to %python_extras_subpkg

* Tue Jun 04 2024 Miro Hrončok <mhroncok@redhat.com> - 1.12.1-1
- Add a temporary workaround for RPM 4.20 alpha 2 leaking \x1f (unit separators)
- Related: rhbz#2284187