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

pyproject-fmt v2.0.3 #26

Merged
merged 3 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
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
2 changes: 0 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
name: automerge
steps:
- name: checkout
uses: actions/checkout@v3
- name: automerge-action
id: automerge-action
uses: conda-forge/automerge-action@main
Expand Down
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
Loading