Sat, 27 Apr 2024 02:25:29 UTC | login

Information for build python-gflags-2.0-13.el8

ID2504
Package Namepython-gflags
Version2.0
Release13.el8
Epoch
Sourcegit+https://git.centos.org/rpms/python-gflags.git#a691330a3a7516d9405dedc4bb6ef23ad5d34c1f
SummaryCommandline flags module for Python
DescriptionThis project is the python equivalent of google-gflags, a Google commandline flag implementation for C++. It is intended to be used in situations where a project wants to mimic the command-line flag handling of a C++ app that uses google-gflags, or for a Python app that, via swig or some other means, is linked with a C++ app that uses google-gflags. The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)
Built byhughesjr
State complete
Volume DEFAULT
StartedThu, 16 May 2019 23:34:43 UTC
CompletedThu, 16 May 2019 23:36:07 UTC
Taskbuild (dist-c8, /rpms/python-gflags.git:a691330a3a7516d9405dedc4bb6ef23ad5d34c1f)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-gflags.git?#a691330a3a7516d9405dedc4bb6ef23ad5d34c1f'}}
Tags
dist-c8
dist-c8-compose
dist-c8-stream
dist-c8-stream-compose
RPMs
src
python-gflags-2.0-13.el8.src.rpm (info) (download)
noarch
python3-gflags-2.0-13.el8.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
noarch_rpmdiff.json
mock_output.log
hw_info.log
state.log
Changelog * Thu Jun 14 2018 Charalampos Stratakis <cstratak@redhat.com> - 2.0-13 - Conditionalize the python2 subpackage * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 2.0-11 - Cleanup spec file conditionals * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 2.0-8 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-7 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Nov 18 2015 Orion Poplawski <orion@cora.nwra.com> - 2.0-5 - Update spec, make python3 package optional for EPEL7 * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Apr 06 2015 Orion Poplawski <orion@cora.nwra.com> - 2.0-2 - Create python3 package (bug #1209201) * Mon Apr 06 2015 Orion Poplawski <orion@cora.nwra.com> - 2.0-1 - Update to 2.0 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Jul 24 2011 Silas Sewell <silas@sewell.org> - 1.5.1-1 - Update to 1.5.1 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Oct 26 2010 Silas Sewell <silas@sewell.ch> - 1.4-2 - Fix non-executable-script error * Wed Oct 13 2010 Silas Sewell <silas@sewell.ch> - 1.4-1 - Initial package