diff --git a/README.md b/README.md index 0c3cf43..351eaf0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/poetry-plugin-e Summary: Poetry plugin to export the dependencies to various formats +Development: https://github.com/python-poetry/poetry-plugin-export + Current build status ==================== diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 563ab0c..2b1b202 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "poetry-plugin-export" %} -{% set version = "1.0.5" %} +{% set version = "1.0.6" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/poetry-plugin-export-{{ version }}.tar.gz - sha256: e7796292eaafac1316149f3a8070923c2a2214c98d046de1246b4d8eb0b0c84b + sha256: af870afceb38e583afa57bcfadfa5cd35ebd74e35aacadcb802bb3a073c13adb build: noarch: python @@ -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: