Skip to content

Releases: conda-forge/conda-smithy

v2.0.0

13 Jan 11:07
Compare
Choose a tag to compare
  • 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 in conda-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

14 Dec 23:16
Compare
Choose a tag to compare
  • Add support for re-rendering conda-forge-build-setup. #285

v1.6.1

29 Nov 07:13
Compare
Choose a tag to compare
  • Pin conda to 4.1.x in CIs as a workaround. #395
  • Set CONDA_PY on AppVeyor (if undefined). #393

v1.6.0

28 Nov 15:58
Compare
Choose a tag to compare
  • Add .gitattributes to format recipe line endings. #380
  • Cleanup overridden environment variables from appveyor.yml. #384
  • Put conda-smithy version in initial commit of feedstock. #388
  • Move feedstock badges to the top of the README. #390

v1.5.3

14 Nov 06:51
Compare
Choose a tag to compare
  • Fix some strange permission issues with git. #383

v1.5.2

13 Nov 02:21
Compare
Choose a tag to compare
  • Exclude conda-build version 2.0.9. #382
  • Formatting fix in the tests. #378

v1.5.1

11 Nov 07:24
Compare
Choose a tag to compare
  • Re-add vendored bootstrap. #377
  • Improve unicode support in the linter. #372

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.