Merge pull request #2 from regro-cf-autotick-bot/3.2.0

pytest-bdd v3.2.0
This commit is contained in:
breathe 2019-08-20 11:07:32 -04:00 committed by GitHub
commit 4e55b65fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 64 deletions

View File

@ -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"

2
.github/CODEOWNERS vendored
View File

@ -1 +1 @@
* @breathe
* @breathe

View File

@ -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. :)

View File

@ -1,25 +0,0 @@
<!--
Thanks for reporting your issue.
Please fill out the sections below.
-->
Issue:
<br/>
Environment (<code>conda list</code>):
<details>
```
$ conda list
```
</details>
<br/>
Details about <code>conda</code> and system ( <code>conda info</code> ):
<details>
```
$ conda info
```
</details>

View File

@ -1,18 +0,0 @@
<!--
Thank you for pull request.
Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant.
-->
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 <code>@<space/>conda-forge-admin, please rerender</code> in a comment in this PR for automated rerendering)
* [ ] Ensured the license file is being packaged.
<!--
Please note any issues this fixes using [closing keywords]( https://help.github.com/articles/closing-issues-using-keywords/ ):
-->
<!--
Please add any other relevant info below:
-->

View File

@ -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()
main()

View File

@ -1,5 +1,5 @@
{% set name = "pytest-bdd" %}
{% set version = "3.1.1" %}
{% set version = "3.2.0" %}
package:
name: '{{ name|lower }}'
@ -7,7 +7,7 @@ package:
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5cac1c61ade5548f4531233e770e40e993a6b894d799310a45d5e1b8414cb764
sha256: 3ef6018c7002eb91ec614931eabe0f90016b71f22486c717dc597c5df957adec
build:
noarch: python