Skip to content

Releases: scikit-build/cmake-python-distributions

Version 3.22.0

19 Nov 00:21
3.22.0
708312a
Compare
Choose a tag to compare

What's Changed

See https://blog.kitware.com/cmake-3-22-0-available-for-download/ for information on CMake 3.22.

3.21.4

28 Oct 13:30
3.21.4
6d23f81
Compare
Choose a tag to compare

What's Changed

Docs now mention muslllinux, and an issue with the documentation build was fixed. Using cibuildwheel 2.2.2 now. @dependabot is now used to maintain the Actions used.

Full Changelog: 3.21.3...3.21.4

Version 3.21.3

26 Sep 21:06
3.21.3
781fa45
Compare
Choose a tag to compare

Changes

  • Update upstream to CMake 3.21.3 (#194)
  • Publish musllinux_1_1 wheels (#193)
  • Update to OpenSSL 3.0.0 for linux wheels (#190)

Version 3.21.2

26 Aug 01:19
3.21.2
5cc695d
Compare
Choose a tag to compare

Wheels are now provided in classic manylinux1 with custom-built libUV, and manylinux2010 with standard libUV.

Version 3.21.1.post1

01 Aug 13:29
3.21.1.post1
bf406bf
Compare
Choose a tag to compare

Changes

  • [FIX] non-isolated build fails when versioneer is installed (#171, #175)
  • [FIX] can't build from sdist on a machine with no network connectivity (#172, #173)
  • [FIX] nox -s build fails if dist folder does not exist (#176)

Version 3.21.1

28 Jul 03:21
3.21.1
e250dd9
Compare
Choose a tag to compare

Upstream patch release.

Version 3.21.0

14 Jul 19:58
3.21.0
a9ba616
Compare
Choose a tag to compare

First release using GitHub Actions fully for all cibuildwheel builds, utilizing emulation to build special architectures. The release will now avoid pushing to PyPI unless all wheels are present. Build dependencies are now constrained, to better support building on new platforms. This is the first major release to be made the same day as the regular release from cmake.org.

Version 3.20.5

14 Jul 17:20
3.20.5
be7c3ff
Compare
Choose a tag to compare

Lots of styling improvement with more checks. Added nox, including support for bumping releases. Built with cibuildwheel.

Version 3.20.4

01 Jul 20:06
3.20.4
8c08a8f
Compare
Choose a tag to compare

Simple patch release. Last release before replacing the CI system; the next release will use GHA & Travis with cibuildwheel.

Version 3.20.3

14 Jun 18:56
3.20.3
Compare
Choose a tag to compare

OpenSSL has been standardized across architectures. The package now uses the /src layout. Requirements are more precise. The repair-wheel script has been refactored. A deployment issue with CircleCI has been fixed.