AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Need python3X-testsuite for all flavors (see gh#openSUSE/python-rpm-macros#66)
- Update to 0.5 * upstream changed * code improvements * Python 3 support - Reapplied patch iniparse-insert-after-commented-option.patch - Dropped upstreamed patches: * iniparse-fix-issue-28.patch * python-iniparse-python3-compat.patch * python-iniparse-setup-fixes.patch
- Remove superfluous devel dependency for noarch package
- require %{python_module devel} instead of listing the devels one by one
- Add missing python-six runtime dependency
- Add patches from Fedora to enable Python 3 support * iniparse-fix-issue-28.patch * python-iniparse-python3-compat.patch * python-iniparse-setup-fixes.patch - Convert to singlespec to offer Python 3 variant
- Require python-setuptools instead of distribute (upstreams merged)
- Add iniparse-insert-after-commented-option.patch: See https://code.google.com/p/iniparse/issues/detail?id=31 for details - Run testsuite
- added missing build requirement python-devel for SLE
- Spec file cleanup: * Simplified macro usage * Removed outdated %clean section * Buildrequire python-distribute instead of setuptools
- update to 0.4 * Fixed pickling and multiprocessing bugs * Enabled auto-addition of config attributes via square bracket syntax * Utility function to tidy INI files * Ability to change comment syntax for parsing Mercurial config files * Added ConfigParser exceptions and constants to the top-level iniparse module
- update to 0.3.1 * minor bugfixes * better multi-line handling
- initial package (version 0.2.4)