Skip to content

Releases: pipermerriam/flex

Address DeprecationWarning for collections.abc

14 Sep 20:24
dfd7c6d
Compare
Choose a tag to compare

This release fixes code that uses the collections module in Python 3, which raises a DeprecationWarning.

Special thanks for @sloria for the PR.

  • Fixed more warnings about importing from collections on Python 3 (thanks to sloria)
    #222

Remove dependency maximum version constraints

14 Feb 08:13
523d51e
Compare
Choose a tag to compare

This release is compatible with PyYAML v4.2 betas, so users can use a version of PyYAML that does not have the CVE-2017-18342 vulnerability.

Furthermore, this release removes the maximums from dependency version constraints, in order to reduce the maintenance burden. It also has a few bugfixes, increases test coverage, and fixes a warning condition with Python 3.

  • Allow space in mimetype before parameters (thanks to miki725)
    #206
  • Open up dependency requirements (thanks to blueyed, javabrett)
    #207
    #211
  • Increased test coverage with additional vectors, rearranged
    #214
    #216
  • Fixed warning about importing from collections on Python 3 (thanks to sloria)
    #215

5.7.0 Release

22 Jul 13:50
v5.7.0
Compare
Choose a tag to compare
v5.7.0

5.7.0 Release

5.6.0 Release

04 May 15:12
v5.6.0
Compare
Choose a tag to compare
v5.6.0

5.6.0 release

5.5.0 Release

03 May 15:22
v5.5.0
Compare
Choose a tag to compare
v5.5.0

5.5.0 Release

5.4.1 Release

21 Apr 16:15
v5.4.1
Compare
Choose a tag to compare
v5.4.1

5.4.1. release

5.4.0 Release

08 Apr 17:07
5.4.0
Compare
Choose a tag to compare
5.4.0 Release

5.2.1 Release

04 Feb 16:34
Compare
Choose a tag to compare
v5.2.1

5.2.1 release

5.2.0 Release

28 Jan 23:34
Compare
Choose a tag to compare
fix release script to not include bdist since bdist_wheel is present

5.1.0 Release

20 Jan 16:33
Compare
Choose a tag to compare

Fix validation of contact field to be of type object