Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@itziakos itziakos released this 29 Jun 17:29
· 12 commits to main since this release
6bdcb98

Enhancements:

  • Add cp311 dummy runtimes (#349)
  • Add cp311 dummy eggs (#453)
  • Update the code to guess a Platform instance from the running system (#448)
    • Added a NameKind value for Rocky Linux
    • Debian and RHEL compatible systems are now supported by the "uknown" NameKind
    • Add support for the RH8 platform
  • Update the PythonImplementation instance to support cp311 (#451)
  • Update okonomiyaki code to not use the deprecated LegacyEPDPlatform instance (#452)

Maintenance:

  • Remove old Jenkins CI build setup (#440)
  • Update the test matrix on github actions and remove testing for Python 2.7 (#441, #447)
  • Move most of the package configuration into the setup.cfg (#450)

Big fixes:

  • Fix the behaviour of the pep245 module and the way it is tested (#441, #447)
  • Fix the repr output for PEP440Version and RuntimeVersion (#435, #436)
  • Fix error message for unsupported platform combinations (#433)
  • Fix permissions in the dummy egg archives (#430)