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

Currency Opence Conversion: Updated build script for pillow. #5507

Merged
merged 3 commits into from
Mar 5, 2025

Conversation

Harithanagothu2
Copy link
Contributor

Checklist

  • Have you checked and followed all the points mention in the CONTRIBUTING.MD
  • Have you validated script on UBI 9 container
  • Did you run the script(s) on fresh container with set -e option enabled and observe success ?
  • Did you have Legal approvals for patch files ?

@@ -2,22 +2,19 @@
"maintainer": "Harithanagothu2",
"package_name": "pillow",
"github_url": "https://github.com/python-pillow/Pillow",
"version": "10.0.1",
"version": "11.0.0",

Choose a reason for hiding this comment

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

Open-ce used pillow : 11.1.0

Choose a reason for hiding this comment

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

why is script for pillow 11.1.0 not connected in build_info?

Choose a reason for hiding this comment

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

As per discussion with @Harithanagothu2 .. it is understood that the build system picks up all versions in 11.* series for build
Based on this approving the PR

"11.0.0": {
"build_script": "pillow_v11.0.0_ubi_9.3.sh"
"10.*": {
"build_script": "pillow_v10.0.1_ubi_9.3.sh"

Choose a reason for hiding this comment

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

build script version should be 11.1.0 in script name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

pillow_v11.0.0_ubi_9.3.sh script will work for 11.1.0 also.

Choose a reason for hiding this comment

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

How you seem to be using version 11.0.0
Which version is ur script targetiing v11.0.0 or v11.1.0?

Choose a reason for hiding this comment

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

@Harithanagothu2 : plz mention your explanation of hardcoding script name with specific version .. here

Copy link

@ketank-new ketank-new left a comment

Choose a reason for hiding this comment

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

Added review comments

"11.0.0": {
"build_script": "pillow_v11.0.0_ubi_9.3.sh"
"10.*": {
"build_script": "pillow_v10.0.1_ubi_9.3.sh"

Choose a reason for hiding this comment

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

@Harithanagothu2 : plz mention your explanation of hardcoding script name with specific version .. here

@@ -2,22 +2,19 @@
"maintainer": "Harithanagothu2",
"package_name": "pillow",
"github_url": "https://github.com/python-pillow/Pillow",
"version": "10.0.1",
"version": "11.0.0",

Choose a reason for hiding this comment

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

why is script for pillow 11.1.0 not connected in build_info?

@@ -2,22 +2,19 @@
"maintainer": "Harithanagothu2",
"package_name": "pillow",
"github_url": "https://github.com/python-pillow/Pillow",
"version": "10.0.1",
"version": "11.0.0",

Choose a reason for hiding this comment

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

As per discussion with @Harithanagothu2 .. it is understood that the build system picks up all versions in 11.* series for build
Based on this approving the PR

@nikhil-kalbande nikhil-kalbande merged commit 161dcc2 into ppc64le:python-ecosystem Mar 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants