| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 | 
- Remove nose and use unittest instead
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
- version update to 0.6 * Add support for Python 3.4, 3.5, 3.6 and 3.7. * Drop support for Python 2.6, 3.2 and 3.3. * Add contributing.md and update docs. - deleted patches - peppercorn-0.5-fix-pylons-theme.patch (upstreamed)
- Grammar fixes for the description. Remove an excessive Requires.
- add patch peppercorn-0.5-fix-pylons-theme.patch to build docs properly
- Build doc with python3 only
- Migrate to singlespec with spec-cleanup
- version 0.5
  - Switch to an iterative parser rather than a recursive parser to avoid DoS
    attacks.
  - Add the ignore operation. The subsequent data elements in the stream will
    be ignored until the corresponding __end__ marker. This feature is useful
    for form elements designed for client-side scripting, such as a “select all”
    checkbox in the middle of a list of other kinds of fields.
  - Add support for Python 3.3.
  - Drop support for Python 2.5 / Jython.
- version 0.4: initial build