Tue, 28 Mar 2023 04:52:40 UTC

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

ID2127372
Package Namepython-backrefs
Version5.4
Release2.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-backrefs.git#1714fede97bb037b2a891b39f0ac162c7c0e7a41
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 byreleng
State complete
Volume DEFAULT
StartedFri, 20 Jan 2023 11:46:50 UTC
CompletedFri, 20 Jan 2023 11:49:50 UTC
Taskbuild (f38-rebuild, /rpms/python-backrefs.git:1714fede97bb037b2a891b39f0ac162c7c0e7a41)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-backrefs.git#1714fede97bb037b2a891b39f0ac162c7c0e7a41'}}
Tags
f38
f38-Beta
f38-rebuild
f39
RPMs
src
python-backrefs-5.4-2.fc38.src.rpm (info) (download)
noarch
python3-backrefs-5.4-2.fc38.noarch.rpm (info) (download)
python3-backrefs+extras-5.4-2.fc38.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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.