Skip to content

Releases: conda-forge/conda-smithy

v1.5.0

11 Nov 00:12
Compare
Choose a tag to compare

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

02 Nov 05:29
Compare
Choose a tag to compare
  • 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

01 Nov 02:25
Compare
Choose a tag to compare
  • Use permalink for bootstrap download link.

v1.4.4

31 Oct 14:16
Compare
Choose a tag to compare
  • Fixed file removal for some cases with the git repo's index.

v1.4.3

30 Oct 16:10
Compare
Choose a tag to compare

v1.4.2

29 Oct 03:05
Compare
Choose a tag to compare
  • Tweaks to the console output following re-rendering.

v1.4.1

29 Oct 01:28
Compare
Choose a tag to compare
  • Fix a bug with re-rendering on Python 3.

v1.4.0

29 Oct 00:40
Compare
Choose a tag to compare
  • 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

15 Oct 19:18
Compare
Choose a tag to compare
  • Adds a workaround for the long path issue on AppVeyor.

v1.3.2: Fixes for Travis and offline usage

06 Oct 02:50
Compare
Choose a tag to compare
  • 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 )