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.99.0 #51204

Merged
merged 1 commit into from
Oct 7, 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
4 changes: 2 additions & 2 deletions recipes/versionix/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "versionix" %}
{% set version = "0.3.0" %}
{% set version = "0.99.0" %}
Copy link
Contributor

Choose a reason for hiding this comment

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

💡 Codebase verification

Missing CHANGELOG file for version update.

A CHANGELOG file was not found in the repository. It's essential to include a changelog or release notes to document the changes associated with version 0.99.0. Please add a CHANGELOG to ensure clarity and maintain proper documentation for this significant version jump.

🔗 Analysis chain

Version update looks good, but verify changelog.

The version update from 0.3.0 to 0.99.0 is consistent with the PR objectives. This significant version jump likely indicates major changes in the package.

To ensure the update is justified, please verify the package's changelog or release notes. You can use the following script to check for a CHANGELOG file in the repository:

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for the existence of a CHANGELOG file in the versionix repository

# Test: Search for CHANGELOG file
gh repo view sequana/versionix --json files --jq '.files[] | select(.name | test("(?i)changelog"))' || echo "No CHANGELOG file found. Please manually verify the changes for version 0.99.0."

Length of output: 1580


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

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

build:
entry_points:
Expand Down