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

Release 1.2.3 #2

Merged
merged 3 commits into from
May 3, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
10 changes: 0 additions & 10 deletions .ci_support/osx_64_.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .scripts/run_docker_build.sh

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

60 changes: 0 additions & 60 deletions .scripts/run_osx_build.sh

This file was deleted.

34 changes: 4 additions & 30 deletions README.md

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

3 changes: 1 addition & 2 deletions azure-pipelines.yml

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

27 changes: 24 additions & 3 deletions build-locally.py

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

12 changes: 6 additions & 6 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"
martinRenou marked this conversation as resolved.
Show resolved Hide resolved
entry_points:
Expand All @@ -25,8 +24,9 @@ requirements:
- python >=3.6
- black >=20.0.0,<21.0.0
- toml
- typing-extensions # [py<38]
- dataclasses # [py<37]
- typing-extensions
- dataclasses
- isort
martinRenou marked this conversation as resolved.
Show resolved Hide resolved

test:
imports:
Expand Down