Tue, 28 Mar 2023 06:55:25 UTC

Information for build python-backrefs-5.4-1.fc38

ID2086711
Package Namepython-backrefs
Version5.4
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-backrefs.git#bd7e9d9dbf354f45dd79101e7d2a55aec6bda55c
SummaryA wrapper around re and regex that adds additional back references
DescriptionBackrefs is a wrapper around Python's built-in Re and the 3rd party Regex library. Backrefs adds various additional back references (and a couple other features) that are known to some regular expression engines, but not to Python's Re and/or Regex. The supported back references actually vary depending on the regular expression engine being used as the engine may already have support for some.
Built bypnemade
State complete
Volume DEFAULT
StartedThu, 10 Nov 2022 01:33:49 UTC
CompletedThu, 10 Nov 2022 01:36:23 UTC
Taskbuild (rawhide, /rpms/python-backrefs.git:bd7e9d9dbf354f45dd79101e7d2a55aec6bda55c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-backrefs.git#bd7e9d9dbf354f45dd79101e7d2a55aec6bda55c'}}
Tags
f38
RPMs
src
python-backrefs-5.4-1.fc38.src.rpm (info) (download)
noarch
python3-backrefs-5.4-1.fc38.noarch.rpm (info) (download)
python3-backrefs+extras-5.4-1.fc38.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Nov 10 2022 Parag Nemade <pnemade AT redhat DOT com> - 5.4-1 - Update to 5.4 version (#2138355) * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jul 07 2022 Parag Nemade <pnemade AT redhat DOT com> - 5.3-1 - Update to 5.3.0 * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 5.0.1-9 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 5.0.1-6 - Rebuilt for Python 3.10 * Thu Mar 04 2021 Parag Nemade <pnemade AT redhat DOT com> - 5.0.1-5 - Drop some docs files which are not needed (rh#1929991) * Wed Feb 24 2021 Parag Nemade <pnemade AT redhat DOT com> - 5.0.1-4 - Drop Requires: on (backrefs[extras]) * Wed Feb 24 2021 Parag Nemade <pnemade AT redhat DOT com> - 5.0.1-3 - Simplify URL: tag usage - Drop unnecessary egg-info removal - Use python-extras guidelines to provide python3.Xdist(backrefs[extras]) * Sat Feb 20 2021 Parag Nemade <pnemade AT redhat DOT com> - 5.0.1-2 - Change Source to github to use tests * Thu Feb 18 2021 Parag Nemade <pnemade AT redhat DOT com> - 5.0.1-1 - Initial package.