Skip to content

Commit

Permalink
Merge pull request #4 from regro-cf-autotick-bot/1.0.6_h65935b
Browse files Browse the repository at this point in the history
poetry-plugin-export v1.0.6
  • Loading branch information
maresb authored Aug 31, 2022
2 parents c10b6be + 32cb0b4 commit 42f2bed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "poetry-plugin-export" %}
{% set version = "1.0.5" %}
{% set version = "1.0.6" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/poetry-plugin-export-{{ version }}.tar.gz
sha256: e7796292eaafac1316149f3a8070923c2a2214c98d046de1246b4d8eb0b0c84b
sha256: af870afceb38e583afa57bcfadfa5cd35ebd74e35aacadcb802bb3a073c13adb

build:
noarch: python
Expand All @@ -18,10 +18,11 @@ requirements:
host:
- pip
- python >=3.7,<4.0
- poetry >=1.2.0b1dev0,<2.0.0
- poetry-core
run:
- poetry >=1.2.0b1dev0,<2.0.0
- python >=3.7,<4.0
- poetry >=1.2.0b3,<2.0.0
- poetry-core >=1.1.0b3,<2.0.0

test:
imports:
Expand Down

0 comments on commit 42f2bed

Please sign in to comment.