Skip to content

Commit

Permalink
Merge pull request conda-forge#2 from mbargull/update-0.15.42
Browse files Browse the repository at this point in the history
update to version 0.15.42
  • Loading branch information
jjhelmus authored Jul 2, 2018
2 parents 2313ef7 + 476fb1b commit 1ff43e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8
from __future__ import print_function, absolute_import

version_info=(0, 15, 40)
version_info=(0, 15, 42)
__version__ = "$VERSION"
__name__ = "ruamel_yaml"
__author__ = "Anthon van der Neut"
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.15.40" %}
{% set version = "0.15.42" %}
# The version_info tuple in __init__.py must also be updated

package:
Expand All @@ -8,12 +8,12 @@ package:
source:
fn: ruamel_yaml-{{ version }}.tar.gz
url: https://bitbucket.org/ruamel/yaml/get/{{ version }}.tar.gz
sha256: 7349193b7f6b3f88f84fc91a98989542e75c1d6d015eebd9f9ae8343c331bb04
sha256: 12a773b97010c419f490a37ecd9f1a5b42096dff21c3c2962390f3c45fa7cdaf
patches:
- ordereddict_test.patch

build:
number: 2
number: 0
no_link: .*\.(pyd|dll) # [win]

requirements:
Expand Down

0 comments on commit 1ff43e8

Please sign in to comment.