Thu, 25 Apr 2024 05:25:45 UTC | login

Information for build python-gflags-2.0-5.el7

ID8260
Package Namepython-gflags
Version2.0
Release5.el7
Epoch
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 byhguemar
State complete
Volume DEFAULT
StartedWed, 20 Jan 2016 14:17:18 UTC
CompletedWed, 20 Jan 2016 14:19:50 UTC
Taskbuild (cloud7-openstack-common-el7, python-gflags-2.0-5.el7.src.rpm)
Tags
bananas7-el7-build
cloud7-openstack-common-candidate
cloud7-openstack-common-release
cloud7-openstack-common-testing
cloud7-openstack-queens-candidate
cloud7-openstack-queens-release
cloud7-openstack-queens-testing
cloud7-openstack-rocky-release
cloud7-openstack-rocky-testing
cloud7-openstack-stein-release
cloud7-openstack-stein-testing
cloud7-openstack-train-release
cloud7-openstack-train-testing
cloud7-openstack-ussuri-testing
oranges7-test64-common-el7-build
paas7-openshift-multiarch-el7-build
RPMs
src
python-gflags-2.0-5.el7.src.rpm (info) (download)
noarch
python2-gflags-2.0-5.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * 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