v3.47.1
Added:
- Added linguist hooks for template files. (#2278)
- Pixi tasks have descriptions now. (#2280)
pixi run lintwill now run conda-forge specific logic too. (#2280)build-locally.pycan now run Windows builds. (#2280)build-locally.pyinteractive choices can be filtered with a glob via--filter. (#2280)- Added
ubi8to list ofos_versions linted on. (#2283)
Changed:
- Use a platform-specific name for Pixi-provisioned environments when run in a Docker container
to avoid cross-operating-systemdefaultenvironment clobbering. (#2279) - In V1 recipes, the hint for
python_minusage in the host and test.requires section now usespython {{ python_min }}.*for compatibility with the latest versions of rattler-build used in conda-forge feedstocks. (#2281) - Reduce false positives for space-separated
MatchSpecsyntax hints. (#2272 via #2282) - Apply owner-only (
chmod 600) permissions to token files written in~/.conda-smithy/(e.g. Travis CI token, feedstock tokens). - Refuse to read
~/.conda-smithy/*.tokenfiles if they have incorrect permissions. Users must applychmod 600. - Use
PKCS1_OAEPto encrypt payloads for Travis.
Fixed:
- Allow current directory to have whitespace in its path. (#2276)
- Fixed error in the JSON schema, no longer combining "$ref" and "properties" to support validation in all cases. (#2285)
- Fixed issue with bot schema description not showing by moving it to the bot repo. (#2288)
- Updated schema with pydantic 2.11 (#2289)
Authors:
- Matthew R. Becker
- Jaime Rodríguez-Guerra
- H. Vetinari
- Min RK
- Yannik Tausch
- Alfredo Luque
- Philipp A.