-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
gfan-0.4plu keeps getting upgraded #8307
Comments
Fix rstrip problems. Various cleanups. scripts repo. |
comment:1
Attachment: trac_8307-update_sage-update.patch.gz The patch
Feel free to make further improvements, or to undo mine! |
comment:2
Based on a freshly compiled Sage 4.3.3.alpha1, I made a source distribution called sage-4.3.3.alpha1.1, which is essentially the same as Sage 4.3.3.alpha1. From a Sage 4.3.3.alpha1 binary, I upgraded it to sage-4.3.3.alpha1.1 and received the following upgrade message:
I didn't make any changes to the gfan spkg and yet it is slated for upgrading. After upgrading the Sage library, I received the following message about upgrading gfan:
Answering yes to the upgrade, the install log shows this line:
Yep, it's redudant and annoying that gfan is upgraded everytime one does a source upgrade. Here's another try. With a freshly compiled Sage 4.3.3.alpha1, I applied trac_8307-update_sage-update.patch to the scripts repository and produced a source distribution sage-4.3.3.alpha1.1. I then applied that same patch on top of a binary version of Sage 4.3.3.alpha1 and upgraded that binary distribution to sage-4.3.3.alpha1.1. This time the upgrade message reads:
with no gfan within sight. The upgrade process didn't upgrade gfan. The patch moves some code to the following conditional at the end of
There are some clean up of docstrings and clean up conforming to PEP8. The real change is in adding the new function
Previously, the script |
Reviewer: Minh Van Nguyen |
comment:3
Merged trac_8307-update_sage-update.patch in the script repository. |
Merged: sage-4.3.4.alpha0 |
I think this happens because we misuse rstrip in
SAGE_LOCAL/bin/sage-update
.CC: @sagetrac-mvngu
Component: build
Author: Mitesh Patel
Reviewer: Minh Van Nguyen
Merged: sage-4.3.4.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/8307
The text was updated successfully, but these errors were encountered: