Releases: conda-forge/conda-smithy
Releases · conda-forge/conda-smithy
v2.0.0
- Bump the Travis CI image to 10.10 XCode 6.4. #391
- Add quotes for shell expansion in Docker build script. #398
- Fixes for
conda
4.2.x. #394 - Fix source channel order in CIs to match
conda-forge.yml
. #399 - Tidying up of AppVeyor config. #402, #404, #427
- Require
defaults
in source channels explicitly. #400 - Update suggested commit command to be OS agnostic. #408
- Unpin
setuptools
inconda-smithy
's CI. #356 - Fix EOL handling for Windows. #407
- Re-render with source channels and interpret
defaults
. #401 - Provide better Python 3.6 support. #422
- Enable CircleCI setting for PRs from forks. #420
- Drop Python 3.4. #421
- Drop NumPy 1.10. #418
- Specify number of extra lines in lint. #416
- Fix Homebrew uninstall to ignore dependencies. #428
v1.7.0
v1.6.1
v1.6.0
v1.5.3
v1.5.2
v1.5.1
v1.5.0
Re-renderings
Linter
- Validate
license_family
. #339 - Raise extraneous "license" references. #334
- Check for terminal newline. #371
Testing
- Add tests for feedstock file IO. #357
- Report test coverage. #369
- Improved unicode support. #366
- Drop
nose
testing requirement. #368 - Use
unittest
for CI. #367
Documentation
- Explain
--commit
option for re-rendering. #341
v1.4.6
- Create any needed directories to write a file.
- Prune any empty directories left when removing a file.
- Clean up the development recipe to more closely match the feedstock.
- Use GitPython's
BlobFilter
to search for a particular file path. - Fix
python setup.py test
to work correctly withunittest
.