Skip to content

Commit

Permalink
Updated CHANGELOG for 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Sep 4, 2019
1 parent af42ff7 commit 84ce8f6
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 218 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ conda-smithy Change Log

.. current developments
v3.4.2
====================

**Added:**

* Generating feedstocks with support for the linux-armv7l platform.
* test of the downgrade functionality of the new pinning system
* Mark generated files as generated so that github collapses them by deafult in diffs.
* The linter will now recomend fixes for malformed pins,
suggesting a single space is inserted. For instance, both ``python>=3`` and
``python >= 3`` will ought to be ``python >=3``.
* New key ``upload_on_branch`` added to conda-forge.yml the value of which is checked
against the current git branch and upload will be skipped if they are not equal.
This is optional and an empty key skips the test.
* Added `CONDA_SMITHY_LOGLEVEL` environment variable to change verbosity
of rendering. This can be either `debug` or `info`.

**Changed:**

* Add skip_render option to conda-forge.yaml. One could specify one or more filenames telling conda-smithy to skip making change on them. Files that could skip rendering include .gitignore, .gitattributes, README.md and LICENCE.txt.
* Reduced verbosity of rendering

**Fixed:**

* recipe-lint compatibility with ruamel.yaml 0.16
* Mock PY_VER in recipe check
* Fixed badge rendering in readme template.
* yum_requirements will now work on Travis based linux builds.
* requirements: update to conda-build>=3.18.3
* fix non-public conda import, use conda.exports
* requirements: replace pycrypto with pycryptodome



v3.4.1
====================

Expand Down
24 changes: 0 additions & 24 deletions news/armv7l.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/downgrade_test.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/duplicate-yaml-keys.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/mark-as-generated.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/mock-py_ver.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/readme-badge.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/render-gitignore.rst

This file was deleted.

26 changes: 0 additions & 26 deletions news/single-space.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/travis-yum-requirements.rst

This file was deleted.

25 changes: 0 additions & 25 deletions news/update-3.4.1-deps.rst

This file was deleted.

25 changes: 0 additions & 25 deletions news/update-pycrypto-dep.rst

This file was deleted.

5 changes: 0 additions & 5 deletions news/upload-on-branch.rst

This file was deleted.

8 changes: 0 additions & 8 deletions news/verbosity.rst

This file was deleted.

0 comments on commit 84ce8f6

Please sign in to comment.