Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed May 3, 2021
1 parent ddc8894 commit 14dc62d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{% set name = "darker" %}
{% set version = "1.2.2" %}
{% set version = "1.2.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 3a840c2cedec7e4d13c26c450d94f31bd872375450a0c057b9276cc9c2dbad5c
sha256: be660bade7045e964a7bd682cd154f2b7e1f7ce9b410bcc5b746f9dddaa14723

build:
# noarch: python
skip: True # [win]
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
entry_points:
Expand All @@ -27,6 +26,7 @@ requirements:
- toml
- typing-extensions # [py<38]
- dataclasses # [py<37]
- isort

test:
imports:
Expand Down

0 comments on commit 14dc62d

Please sign in to comment.