Information for build python-inkex-1.3.1-3.fc41

ID86644
Package Namepython-inkex
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.3.1
Release3.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-inkex.git#2de4225ee57b84438f65935e899d9e762dc68a25
SummaryPython extensions for Inkscape core
DescriptionThis package supports Inkscape extensions. It provides - a simplification layer for SVG manipulation through lxml - base classes for common types of Inkscape extensions - simplified testing of those extensions - a user interface library based on GTK3 At its core, Inkscape extensions take in a file, and output a file. - For effect extensions, those two files are SVG files. - For input extensions, the input file may be any arbitrary file and the output is an SVG. - For output extensions, the input is an SVG file while the output is an arbitrary file. - Some extensions (e.g. the extensions manager) don't manipulate files. This folder also contains the stock Inkscape extensions, i.e. the scripts that implement some commands that you can use from within Inkscape. Most of these commands are in the Extensions menu, or in the Open / Save dialogs.
Built byzhangsongsong
State complete
Volume DEFAULT
StartedThu, 26 Sep 2024 13:53:57 CST
CompletedThu, 26 Sep 2024 14:09:40 CST
Taskbuild (f41-build-side-2-python, /rpms/python-inkex.git:2de4225ee57b84438f65935e899d9e762dc68a25)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-inkex.git#2de4225ee57b84438f65935e899d9e762dc68a25'}}
Tags
f41
f41-build-side-1
f41-build-side-2-python
RPMs
src
python-inkex-1.3.1-3.fc41.src.rpm (info) (download)
noarch
python3-inkex-1.3.1-3.fc41.noarch.rpm (info) (download)
Logs
noarch
root.log
installed_pkgs.log
hw_info.log
build.log
state.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.3.1-2 - Rebuilt for Python 3.13 * Wed Apr 10 2024 Benson Muite <benson_muite@emailplus.org> - 1.3.1-1 - Update to latest release on Pypi * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 15 2024 Lumír Balhar <lbalhar@redhat.com> - 1.3.0-3 - Remove version limit from lxml * Sun Dec 24 2023 Benson Muite <benson_muite@emailplus.org> - 1.3.0-2 - Enable building with Python 3.13 * Fri Sep 08 2023 Benson Muite <benson_muite@emailplus.org> - 1.3.0-1 - Initial package