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

Update versionix to 0.3.0 #51127

Merged
merged 2 commits into from
Oct 3, 2024
Merged
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
12 changes: 7 additions & 5 deletions recipes/versionix/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set name = "versionix" %}
{% set version = "0.2.4" %}
{% set version = "0.3.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/versionix-{{ version }}.tar.gz
sha256: f78960fff3863d5bf02fa8b6e841a4350b5fa2f5ffff409a94083b66f729cf75
sha256: 4db636ae61bd6371bf7aeb1b35bedcfa2b16079c64ed18e7e6a58fd096127a3d

build:
entry_points:
- versionix = versionix.scripts:main
noarch: python
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
number: 0
run_exports:
- {{ pin_subpackage('versionix', max_pin="x") }}
Expand All @@ -24,9 +24,10 @@ requirements:
- pip
- poetry-core >=1.0.0
run:
- python >=3.8.0
- python >=3.8
- click >=8.1.7
- rich-click
- colorlog

test:
imports:
Expand All @@ -36,7 +37,8 @@ test:

about:
home: https://github.com/sequana/versionix
summary: Get version of any tools
summary: "Get version of any tools."
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
dev_url: https://github.com/sequana/versionix