[ Все 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 ]
×

Пакет python-specfile-0.36.0-1.el10_0.src download

Имя python-specfile
Эпоха 0
Версия 0.36.0
Релиз 1.el10_0
Архитектура src
Сайт https://github.com/packit/specfile
Лицензия MIT
Время сборки 2025-07-18 21:15:37
Хост сборки builder-arm64-1.inferitos.ru
Краткое описание A library for parsing and manipulating RPM spec files
Репозитории Extras
Полное описание Python library for parsing and manipulating RPM spec files. Main focus is on modifying existing spec files, any change should result in a minimal diff.
Эррата
Размер 132 КиБ
Исходный проект python-specfile-0.36.0-1.el10_0
Контрольная сумма SHA-256 5a3e6618388e0ed83b3758a7ffcb89e07ca1aae3103792fd1c065f097327a692
× Full screenshot
История изменений link
* Fri Jul 18 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.36.0-1
- Rebuilt for MSVSphere 10

* Fri May 30 2025 Packit <hello@packit.dev> - 0.36.0-1
- We have fixed a bug that caused specfile to traceback when section names with conditional macro expansions containing spaces were present in the spec file. (#476)

* Sun Apr 13 2025 Packit <hello@packit.dev> - 0.35.0-1
- Added support for creating Specfile instances from file objects and strings. (#458)
- The `context_management` type stubs now use `ParamSpec` from `typing_extensions` to support Python < 3.10. (#466)

* Thu Mar 20 2025 Packit <hello@packit.dev> - 0.34.2-1
- context_management: add a type stub override to fix typing. Type checkers like mypy and pyright can now correctly determine the types for `.sources()`, `.sections()`, and the other `Specfile` methods that return context managers. (#457)
- Resolves: rhbz#2344364