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

ID12687
Package Namepython-gflags
Version2.0
Release13.oc8
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-gflags#354802a3a9e41539a7aa1c3fe52de5d284113ef4
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 byzoedong
State complete
Volume DEFAULT
StartedMon, 09 Jan 2023 17:02:01 CST
CompletedMon, 09 Jan 2023 17:03:17 CST
Taskbuild (dist-oc8, /src-opencloudos-rpms/python-gflags:origin/oc8)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python-gflags?#origin/oc8'}}
Tags
dist-oc8
dist-oc8-compose
RPMs
src
python-gflags-2.0-13.oc8.src.rpm (info) (download)
noarch
python3-gflags-2.0-13.oc8.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.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