Skip to content

Commit

Permalink
Merge pull request #26 from regro-cf-autotick-bot/2.0.3_h8cfc83
Browse files Browse the repository at this point in the history
pyproject-fmt v2.0.3
  • Loading branch information
bollwyvl committed May 13, 2024
2 parents d6d15fc + e5112bf commit 7de13b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -10,6 +6,3 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
19 changes: 7 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{% set pytest_args = "python -m pytest -vv --cov=pyproject_fmt --cov-branch --cov-report=term-missing:skip-covered --no-cov-on-fail -k \"not classifier_gt_tox\"" %}
{% set pytest_args = "python -m pytest -vv --cov=pyproject_fmt --cov-branch --cov-report=term-missing:skip-covered --no-cov-on-fail -k \"not classifier_gt_tox\"" %}
{% set version = "1.8.0" %}
{% set version = "2.0.3" %}

package:
name: pyproject-fmt
version: {{ version }}

source:
url: https://pypi.io/packages/source/p/pyproject-fmt/pyproject_fmt-{{ version }}.tar.gz
sha256: e4671fe01b22b731c0d17580334775ae6d257c7db4c40fed7352136091628aeb
sha256: 04ee181e8e9688a5dc5654f602aee4ec71556f09237b212051eec37cb0adaafe

build:
noarch: python
Expand All @@ -20,15 +18,12 @@ build:
requirements:
host:
- hatch-vcs >=0.4
- hatchling >=1.18
- hatchling >=1.24.2
- pip
- python >=3.8
run:
- pyproject-fmt-rust ==1.0.4
- python >=3.8
- natsort >=8.4
- packaging >=23.2
- tomlkit >=0.12.3

test:
{% set pytest_args = 'python -m pytest -vv --cov=pyproject_fmt --cov-branch --cov-report=term-missing:skip-covered --no-cov-on-fail -k "not classifier_gt_tox"' %}
source_files:
Expand All @@ -43,9 +38,9 @@ test:
- {{ pytest_args }} -k "not test_help_invocation_as_script" # [win]
requires:
- pip
- pytest >=7.4
- pytest-cov >=4
- pytest-mock >=3.11
- pytest >=8.2
- pytest-cov >=5
- pytest-mock >=3.14

about:
home: https://pypi.org/project/pyproject-fmt
Expand Down

0 comments on commit 7de13b0

Please sign in to comment.