Skip to content

Releases: lumicks/embedded_python

v1.5.2

18 Apr 17:14

Choose a tag to compare

  • Added a list of all installed packages to licenses/packages.txt.
  • Fixed executable's hardcoded search path for libpython on macOS.

v1.5.1

13 Mar 14:01

Choose a tag to compare

  • Fixed bug where embedded_python will only use local zlib instead of the tool_requires one.

v1.5.0

28 Feb 15:25

Choose a tag to compare

  • Updated Conan recipe to v2.0 tooling
  • Fixed symlink re-creation, in case already existing symlink was invalid

v1.4.5

15 Jul 10:56

Choose a tag to compare

  • Fixed license collection failing with some packages on Windows (bumped default pip-licenses to v3.5.4 with the bug fix)
  • Updated default recipe options to pip v22.1.2, setuptools v63.2.0, and wheel v0.37.1 to improve compatibility with the latest PyPI packages

v1.4.4

30 Mar 08:03

Choose a tag to compare

  • Fixed build with Python >= 3.9.11 and >= 3.10.3 on Windows (the installer changed)
  • Fixed configuration with the Conan cmake_find_package generator
  • Fixed Conan's .run(..., run_environment=True) not setting binary/library paths

v1.4.3

28 Jan 10:30

Choose a tag to compare

  • Worked around a CPython issue that prevented compilation of Python < 3.9.8 with clang 13: https://bugs.python.org/issue45405
  • The recipe no longer depends on compiler.cppstd and compiler.libcxx so C++ settings changes will not cause a package rebuild

v1.4.2

22 Nov 09:33

Choose a tag to compare

  • Fixed missing zlib module on some Linux systems (added zlib to the list of build requirements)

v1.4.1

05 Nov 09:41

Choose a tag to compare

  • The versions of setuptools and wheel used to build the embedded environment are now user-configurable via the setuptools_version and wheel_version recipe options

v1.4.0

12 Oct 12:50

Choose a tag to compare

  • The versions of pip and pip-licenses used to build the embedded environment are now user-configurable via the pip_version and pip_licenses_version recipe options. If not given, they default to pip==21.2.4 and pip-licenses==3.5.3.
  • Fixed issue with pip-licenses being incompatible with the newest pip version
  • Fixed libffi segfault on macOS: use CPython built-in libffi instead of the Conan version

V1.3.4

11 Oct 08:28

Choose a tag to compare

  • Fixed portability issues on Linux: use more dependencies from Conan instead of the host system