Releases: conda/conda-build
Releases · conda/conda-build
3.18.10
Enhancements:
- Added the error message when an invalid pip dependency version expression is used
- Conda skeleton pypi quoting just
version
,summary`` and
description` or attributes with special characters - Set up CI Azure pipeline for Linux
- Update cran skeleton to match supported optional licenses for license file derivation.
- Migrate Unittests to PyTest
- Update script command on conda skeleton pypi to use
{{ PYTHON }} -m pip install . -vv
- Add a warning when a received a file on
RECIPE_PATH
- Refactored the skeletons/pypi.py get_package_metadata to be more modular
- added --suppress-variables switch to hide environment variables from console output
Bug fixes:
- Fixed build of '.conda' packages enabled via 'conda config --set conda_build.pkg_format 2'
- Workaround for future deprecations of the SafeConfigParser and readfp of the same module.
Docs:
- Remove bzip2 package from build toolkit description.
Other:
Contributors:
3.18.9
Enhancements:
- add --use-channeldata argument to conda render/build.
- Extract the part in the skeletons pypi responsible to get the package metadata to a free function.
- Creat unittests for the get_package_metadata (skeletons/pypi.py) and for the new functions.
Bug fixes:
- Limit threads to 61 on Windows.
- Do not use channeldata for run_exports unless --use-channeldata specified.
- Finalize top-level metadata if not present as an output.
Docs:
- Add 3.18.7 release notes
Other:
- Add disable_pip to FIELDS
Contributors:
3.18.8
3.18.7
3.18.6
3.18.5
Bug fixes:
- fix one more keyerror with missing timestamp data
- when indexing, allow .tar.bz2 files to use .conda cache, but not vice versa. This acts as a sanity check on the .conda files.
- add build/rpaths_patcher to meta.yaml, to allow switching between lief and patchelf for binary mangling
Contributors:
3.18.4
3.18.3
Enhancements:
- Make VS2017 default Visual Studio
- Add hook for customizing the behavior of conda render
- Drop
/usr
from CDT skeleton path - Update cran skeleton to use m2w64 compilers for windows instead of toolchain.
The linter is telling since long: Using toolchain directly in this manner is deprecated.
Bug fixes:
- Update cran skeleton to not use toolchain for win
- fix package_has_file so it supports .conda files (use cph)
- fix package_has_file function for .conda format
- fix off-by-one path trimming in prefix_files
- disable overlinking checks when no files in the package have any shared library linkage
- try to avoid finalizing top-level metadata twice
- try to address permission errors on Appveyor and Azure by falling back to copy and warning (not erroring) if removing a file after copying fails
- reduce the files inspected/loaded for channeldata, so that indexing goes faster
Deprecations:
- The repodata2.json file is no longer created as part of indexing. It was not used by anything. It has been removed as an optimization. Its purpose was to explore namespaces, and we'll bring its functionality back when we address that fully.