Sat, 10 Jun 2023 15:48:23 UTC

Information for build python-backrefs-5.0.1-7.fc35

ID1798810
Package Namepython-backrefs
Version5.0.1
Release7.fc35
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-backrefs.git#18c7d99c75b9280c998064f165984676e9df0634
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, 23 Jul 2021 05:30:30 UTC
CompletedFri, 23 Jul 2021 05:36:21 UTC
Taskbuild (f35-rebuild, /rpms/python-backrefs.git:18c7d99c75b9280c998064f165984676e9df0634)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-backrefs.git#18c7d99c75b9280c998064f165984676e9df0634'}}
Tags
f35
f35-Beta
f35-rebuild
f36
RPMs
src
python-backrefs-5.0.1-7.fc35.src.rpm (info) (download)
noarch
python3-backrefs-5.0.1-7.fc35.noarch.rpm (info) (download)
python3-backrefs+extras-5.0.1-7.fc35.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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.