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

hatchling v1.26.1 #61

Closed
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
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "hatchling" %}
{% set version = "1.25.0" %}
{% set version = "1.26.1" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/hatchling-{{ version }}.tar.gz
sha256: 7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262
sha256: 8d956592e6c5d5df1f591be1e97a941c7b9ec6fd039f4c8624c29557bac034e9

build:
noarch: python
Expand All @@ -21,7 +21,7 @@ requirements:
- pip
- python {{ python_min }}
# bootstrapping
- packaging >=21.3
- packaging >=24.2
- pathspec >=0.10.1
- pluggy >=1.0.0
- tomli >=2.0
Expand All @@ -30,7 +30,7 @@ requirements:
- python >={{ python_min }}
- editables >=0.3
- importlib-metadata
- packaging >=21.3
- packaging >=24.2
- pathspec >=0.10.1
- pluggy >=1.0.0
- python >=3.7
Expand Down
Loading