Mon, 05 Jun 2023 22:36:04 UTC

Information for build python-backrefs-5.0.1-8.fc36

ID1895193
Package Namepython-backrefs
Version5.0.1
Release8.fc36
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-backrefs.git#fc47a08b024e0e8fcc49fb2cbb0d92bdf321241e
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, 21 Jan 2022 10:49:53 UTC
CompletedFri, 21 Jan 2022 10:55:16 UTC
Taskbuild (f36-rebuild, /rpms/python-backrefs.git:fc47a08b024e0e8fcc49fb2cbb0d92bdf321241e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-backrefs.git#fc47a08b024e0e8fcc49fb2cbb0d92bdf321241e'}}
Tags
f36
f36-Beta
f36-rebuild
f37
RPMs
src
python-backrefs-5.0.1-8.fc36.src.rpm (info) (download)
noarch
python3-backrefs-5.0.1-8.fc36.noarch.rpm (info) (download)
python3-backrefs+extras-5.0.1-8.fc36.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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.