diff --git a/.azure-pipelines/run_docker_build.sh b/.azure-pipelines/run_docker_build.sh
index 3524f61..f0e77cd 100755
--- a/.azure-pipelines/run_docker_build.sh
+++ b/.azure-pipelines/run_docker_build.sh
@@ -39,7 +39,7 @@ if [ -z "$CONFIG" ]; then
fi
if [ -z "${DOCKER_IMAGE}" ]; then
- SHYAML_INSTALLED="$(shyaml --version || echo NO)"
+ SHYAML_INSTALLED="$(shyaml -h || echo NO)"
if [ "${SHYAML_INSTALLED}" == "NO" ]; then
echo "WARNING: DOCKER_IMAGE variable not set and shyaml not installed. Falling back to condaforge/linux-anvil-comp7"
DOCKER_IMAGE="condaforge/linux-anvil-comp7"
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0d4c62e..22c814d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1 +1 @@
-* @conda-forge/Core
+* @conda-forge/Core
\ No newline at end of file
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
deleted file mode 100644
index d87090f..0000000
--- a/.github/CONTRIBUTING.md
+++ /dev/null
@@ -1,15 +0,0 @@
-Thanks for your interest in helping out conda-forge.
-
-Whether you are brand new or a seasoned maintainer, we always appreciate
-feedback from the community about how we can improve conda-forge. If you
-are submitting a PR or issue, please fill out the respective template. Should
-any questions arise please feel free to ask the maintainer team of the
-respective feedstock or reach out to `@conda-forge/core` for more complex
-issues.
-
-In the case of any issues reported, please be sure to demonstrate the relevant
-issue (even if it is an absence of a feature). Providing this information will
-help busy maintainers understand what it is you hope to accomplish. Also this
-will help provide them clues as to what might be going wrong. These examples
-can also be reused as tests in the build to ensure further packages meet these
-criteria. This is requested to help you get timely and relevant feedback. :)
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index fc95334..0000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Issue:
-
-
-Environment (conda list
):
-
-
-```
-$ conda list
-
-```
-
-
-
-Details about conda
and system ( conda info
):
-
-
-```
-$ conda info
-
-```
-
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index ba618a2..0000000
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Checklist
-* [ ] Used a fork of the feedstock to propose changes
-* [ ] Bumped the build number (if the version is unchanged)
-* [ ] Reset the build number to `0` (if the version changed)
-* [ ] [Re-rendered]( https://conda-forge.org/docs/maintainer/updating_pkgs.html#rerendering-feedstocks ) with the latest `conda-smithy` (Use the phrase @conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)
-* [ ] Ensured the license file is being packaged.
-
-
-
-
diff --git a/build-locally.py b/build-locally.py
index a7d9c2d..51d6a6e 100755
--- a/build-locally.py
+++ b/build-locally.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# This file has been generated by conda-smithy in order to build the recipe
# locally.
@@ -55,4 +55,4 @@ def main(args=None):
if __name__ == "__main__":
- main()
\ No newline at end of file
+ main()
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index fc7eeb8..d461846 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -1,4 +1,4 @@
-{% set version = "3.4.1" %}
+{% set version = "3.4.2" %}
package:
name: conda-smithy
@@ -6,15 +6,15 @@ package:
source:
url: https://github.com/conda-forge/conda-smithy/releases/download/v{{ version }}/conda-smithy-{{ version }}.tar.gz
- sha256: 073038fd08a0a29887f20445b13d6a9ed84dfeacf1324a2aacbac9d490905a00
+ sha256: 994d8a3e841879bda8637ffb170cbe8132f28623575817f1c8d66d54ef7a3eab
patches:
- 1102.diff
build:
- number: 1
+ number: 0
noarch: python
script:
- - "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
+ - "{{ PYTHON }} -m pip install . --no-deps -vv"
- rm -f "${PREFIX}/bin/conda" # [not win]
- del /f /q "%PREFIX%\\Scripts\\conda" # [win]
entry_points: