Releases: conda-forge/conda-smithy
Releases · conda-forge/conda-smithy
v1.5.0
Re-renderings
- Use AppVeyor's Miniconda. #370
- Pull from conda-forge channel first. #370
- Whitespace fix. #326
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 with unittest
.
v1.4.5
- Use permalink for bootstrap download link.
v1.4.4
- Fixed file removal for some cases with the git repo's index.
v1.4.2
- Tweaks to the console output following re-rendering.
v1.4.1
- Fix a bug with re-rendering on Python 3.
v1.4.0
- Fixes some permissions issues on Windows.
- Stages re-rendering changes if a git repo is in use.
- Adds an option to commit re-rendering changes.
- Committing can be done in edit mode or automatically.
- By default committing is done in edit mode.
v1.3.3
- Adds a workaround for the long path issue on AppVeyor.
v1.3.2: Fixes for Travis and offline usage
- Restricts the Travis CI VM image to the previous default. ( #325 )
- Append
-feedstock
suffix when guessing repo names. ( #323 )
- Tweaks suggested re-rendering commit message. ( #321 )