Skip to content
Open
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
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{% set name = "commitizen" %}
{% set version = "4.13.5" %}
{% set version = "4.13.6" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/commitizen-{{ version }}.tar.gz
sha256: c7e394d5ba716aea544bdb791a585b42a2a0ee30f0ac50edfc88bef59d494fc8
sha256: 4134e67d7f3c0ba77becd423c157a34a131f4c81f60e6b5468ce3ad056eb8a9b

build:
entry_points:
- cz = commitizen.cli:main
- git-cz = commitizen.cli:main
skip: true # [py<39]
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 1
number: 0

requirements:
build:
Expand All @@ -39,10 +39,10 @@ requirements:
- jinja2 >=2.10.3
- pyyaml >=3.8
- argcomplete <3.7,>=1.12.1
- typing_extensions <5.0.0,>=4.0.1 # [py<311]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must not be removed

- typing_extensions <5.0.0,>=4.0.1
- charset-normalizer <4,>=2.1.0
- deprecated <2,>=1.2.13
- importlib-metadata <8.7.0,>=8.0.0 # [py<310]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must not be removed

- importlib-metadata <8.7.0,>=8.0.0

test:
imports:
Expand Down