Skip to content

Releases: conda/conda-build

3.18.8

18 Jul 15:44
Compare
Choose a tag to compare

Enhancements:

  • license_file can optionally be a yaml list

Bug fixes:

  • fix readup of existing index.json in cache while extracting

Contributors:

3.18.7

10 Jul 02:13
Compare
Choose a tag to compare

3.18.6

26 Jun 23:23
Compare
Choose a tag to compare

Enhancements:

  • package sha256 sums are includex in index.html

Bug fixes:

  • fix bug where package filenames were not included in the index.html

Contributors:

3.18.5

25 Jun 20:41
Compare
Choose a tag to compare

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

22 Jun 02:52
Compare
Choose a tag to compare

Enhancements:

  • channeldata reworked a bit to try to capture any available run_exports for all versions available

Bug fixes:

  • make "timestamp" an optional field in conda index operations

Contributors:

3.18.3

20 Jun 17:59
Compare
Choose a tag to compare

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.

Contributors:

3.18.2

26 May 20:04
Compare
Choose a tag to compare

Bug fixes:

  • speed up post-link checks
  • fix activation not running during tests
  • improve indexing to show status better, and fix bug where size/hashes were being mixed up between .tar.bz2 and .conda files

Contributors:

3.18.1

19 May 03:19
Compare
Choose a tag to compare

Enhancements:

  • rearrange steps in index.py to optimize away unnecessary work
  • restore parallel extract and hash in index operations

Contributors:

3.18.0

17 May 19:37
Compare
Choose a tag to compare

2019-05-17 3.18.0:

Enhancements:

  • Set R_USER environment variable when building R packages
  • Make Centos 7 default cdt distribution for linux-aarch64
  • Bump default python3 version to 3.7 for CI
  • Build docs if any docs related file changes
  • Add support for conda pkgv2 (.conda) format
  • add creation of "current_repodata.json" - like repodata.json, but only has the newest version of each file
  • change repodata layout to support .conda files. They live under the "packages.conda" key and have similar subkeys to their .tar.bz2 counterparts.
  • Always show display actions, regardless of verbosity level
  • Ignore registry autorun for all cmd.exe invocations
  • Relax default pinning on r-base for benefit of noarch R packages
  • Make conda index produce repodata_from_packages.json{,.bz2} which contains unpatched metadata
  • Use a shorter environment prefix when testing on unix-like platforms
  • Prevent pip from clobbering conda installed python packages by populating .dist_info INSTALLER file

Bug fixes:

  • Allow build/missing_dso_whitelist section to be empty
  • Make conda-debug honor custom channels passed using -c
  • Do not attempt linkages inspection via lief if not installed
  • Fix all lief related regressions brought in v3.17.x
  • Fix ZeroDivisionError in ELF sections that have zero entries
  • binary_has_prefix_files and text_has_prefix_files now override the automatically detected prefix replacement mode
  • Handle special characters properly in pypi conda skeleton
  • Build recipes in order of dependencies when passed to CB as directories
  • Fix run_test script name for recipes with multiple outputs
  • Fix recursion error with subpackages and build_id
  • Avoid mutating global variable to fix tests on Windows
  • Update CRAN license test case (replace r-ruchardet with r-udpipe)
  • Update utils.filter_files to filter out generated .conda_trash files
  • Replace stdlib glob with utils.glob. Latter supports recursion (**)

Docs:

  • Updated Sphinx theme to make notes and warnings more visible
  • Added tutorial on building R-language packages using skeleton CRAN
  • Add 37 to the list of valid values for CONDA_PY
  • Corrected argparse rendering error
  • Added tutorials section, reorganized content, and added a Windows tutorial
  • Added Concepts section, removed extraneous content
  • Added release notes section
  • Reorganized sections
  • Clarify to use 'where' on Windows and 'which' on Linux to inspect files in PATH
  • Add RPATH information to compiler-tools documentation
  • Improve the documentation on how to use the macOS SDK in build scripts.
  • Document conda build purge-all.
  • Fix user-guide index
  • Add example for meta.yaml
  • Updated theme
  • Reorganized conda-build topics, updated link-scripts

Contributors:

3.17.8

27 Jan 03:03
Compare
Choose a tag to compare