Name: | python36-configargparse |
---|---|
Version: | 0.11.0 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 135324 |
License: | MIT |
RPM: | python36-configargparse-0.11.0-2.el7.noarch.rpm |
Source RPM: | python-configargparse-0.11.0-2.el7.src.rpm |
Build Date: | Sat May 23 2020 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/bw2/ConfigArgParse |
Summary: | A Python module with support for argparse, config files, and env variables |
Description: | Applications with more than a handful of user-settable options are best configured through a combination of command line args, config files, hard coded defaults, and in some cases, environment variables. Python’s command line parsing modules such as argparse have very limited support for config files and environment variables, so this module extends argparse to add these features. |
- add Python 3 subpackage for EPEL 7 (rhbz #1813677) - run tests in %check
- Update to new upstream version 0.11.0 (rhbz#1382975)
- Update to 0.10.0 for Let's Encrypt dep
- epel7: Only build python2 package
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
- Remove old parts
- Update macros
- Initial package