Bug fixes: ---------- * fix to ignore unsatisfiable pin_compatible calls for packages in other outputs #3277 * add license files to CRAN recipes generated by conda skeleton #3284 * restrict py-lief to running on linux/macos only for now #3291, * fix lief operation on files that are missing dynamic section (e.g. go binaries) #3292 * expand instructions on how to setup a dev env for conda-build #3296 * fix file= keyword being passed to a logger call #3298 * add test for standalone DLLs with py-lief, don't error out on them #3301 * rename windows build script runner to avoid confusion with existing bld.bat files in root dir #3303 * fix file URL handling on Windows #3303 * use conda's download function rather than requests directly, so that conda's proxy settings are respected #3303 * silence patch output when output verbosity is False #3305 Contributors: ------------- * @bergtholdt * @dsludwig * @jdblischak * @msarahan * @nehaljwani * @sodre