Skip to content

Releases: kdeldycke/extra-platforms

v1.3.1

18 Sep 17:39
Compare
Choose a tag to compare

Changes

  • Fix conflicting detection heuristics for Linux distributions. Closes #72.
  • Fix fetching of macOS version for releases without build number (like 15.0).

🐍 Available on PyPi.

v1.3.0

11 Sep 21:21
Compare
Choose a tag to compare

Changes

  • Add detection of all versions of macOS and Windows. Closes #55.
  • Drop supports for Python 3.8.
  • Add is_<group_id> booleans to module root to test the membership of the current platform to that group.
  • Rename ALL_LINUX group to LINUX.
  • Rename ALL_WINDOWS group to ANY_WINDOWS.

🐍 Available on PyPi.

v1.2.1

04 Sep 16:28
Compare
Choose a tag to compare

Changes

  • Fix changelog update.

🐍 Available on PyPi.

v1.2.0

24 Aug 19:42
Compare
Choose a tag to compare

Changes

Important

This version is not released yet and is under active development.

  • Add new LINUX_LIKE family that merge ALL_LINUX and LINUX_LAYERS groups.

🐍 Available on PyPi.

v1.1.1

21 Aug 06:09
Compare
Choose a tag to compare

Changes

  • Run tests on ubuntu-24.04 and macos-12.
  • Add missing typed marker.

🐍 Available on PyPi.

v1.1.0

20 Aug 17:25
Compare
Choose a tag to compare

Changes

  • Add documentation.
  • Expose all utilities at root level.
  • Split code.

🐍 Available on PyPi.

v1.0.2

19 Aug 11:16
Compare
Choose a tag to compare

Changes

  • Re-release.

🐍 Available on PyPi.

v1.0.0

19 Aug 09:01
Compare
Choose a tag to compare

Changes

  • First version as a stand alone package extracted from click-extra.

🐍 Available on PyPi.