Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include build for 1.0.0b1 #1

Merged
merged 1 commit into from May 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions recipe/meta.yaml
@@ -1,13 +1,13 @@
{% set name = "farmOS" %}
{% set version = "0.2.0" %}
{% set version = "1.0.0b1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 52aa3c2c29edd10ce06698a92fa4b3a8034a3fddc2e7b9f290f8764454e49007
sha256: 7b92f8d1500d8ad399a3537b6d56e4862329bbdb8814c6a7ab4eeb97a6a5f79c

build:
noarch: python
Expand All @@ -22,6 +22,7 @@ requirements:
run:
- python >=3
- requests-oauthlib
- pydantic >=1.7.3

test:
imports:
Expand Down