AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Fix build without python2
- Update to 1.0. * Dash supported as first char of argument
- When setting the environmental variable COLUMNS=80 test case test_help_with_metavar works again. gh#bw2/ConfigArgParse#146
- Update to 0.15.1 * Drop support for EOL Python 2.6, 3.2-3.3 * Add Python 3.6 * sudo no longer needed * travis: Add latest Python versions. * Drop support for EOL Python 3.4 * Fix DeprecationWarning: invalid escape sequence \[ - dropped skip-test.patch * https://github.com/bw2/ConfigArgParse/commit/6267759da55c87508394314292c6c5286220d99d
- Skip failing tests that were reported upstream with no reaction
- Update to 0.14.0: * Fixes for python3.6 and 3.7 * Various lint fixes - Make sure we run tests - add patch skip-test.patch that skips test that does not work in our test enviroment
- Cleanup SPEC file and add check section
- singlespec auto-conversion
- Updated to version 0.10.0 * config file syntax is now easier to override or extend using the new constructor arg: config_file_parser (via merged gh#bw2/ConfigArgParse#28 - thanks @lahwaacz ) * support for python 2.6 (via merged gh#bw2/ConfigArgParse#18 - thanks @kuba ) * replace dashes with underscores in env. var names when using the auto-env-var feature (via merged gh#bw2/ConfigArgParse#29 - thanks @helgi ) - Fixed download-link and homepage - Fixed license
- Add LICENSE file to doc section of the package - Use python-setuptools as dependency - Use full link to source.
- Some minor cleanups.
- Update to upstream version 0.9.3 to make mitmproxy work.
- Initial package release