-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update name of "QuectelEC200U" #7021
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
base: production
Are you sure you want to change the base?
Conversation
Hello! I'm checking your submission again. |
Hi @MISTERNEGATIVE21. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @MISTERNEGATIVE21. I see you have updated the name in the library's metadata (MISTERNEGATIVE21/QuectelEC200U@496e1cb). However, Library Manager works exclusively from Git tags, so the name change won't be recognized until you create a new release or tag in the library repository.
If you look at the repository contents at the latest tag, you can see that the tagged version the Library Manager system will look at still has the old name:
https://github.com/MISTERNEGATIVE21/QuectelEC200U/blob/1.5.0/library.properties#L1
name=QuectelEC200U_CN
❗ Remember to update the value of the version
property in the library's library.properties
file as needed before making a release/tag.
Once you have done that, add a comment on the pull request thread to let us know we can proceed with your request.
If you have any questions or concerns, please let me know.
Regards, Per
From your other PR:
That has nothing to do with the URL change. ProblemThe problem is shown here in the library's dedicated indexer logs web page:
Unfortunately, the logs don't communicate about this particular thing very well, but what this tells us is that the For example, in this log entry:
note that the indexer checked out tag You can see it here: https://github.com/MISTERNEGATIVE21/QuectelEC200U/blob/1.5.0/library.properties#L2
Even though Git tags are the unit of release for the Arduino Library Manager, all versioning is done according to the For this reason, the indexer will reject any tag that has the same value in its SolutionThe solution to this specific problem is to make another release of the library which meets the requirements:
The indexer system will pick up that new release and it will be available from Library Manager within a day. The non-compliant release will still be missing, but since the newer release will be available, that is no problem. However, in this specific case, that won't work now due to the fact that, since the time of the previous fumbled releases, you changed the library name from "QuectelEC200U_CN" to "QuectelEC200U". The Library Manager indexer rejects any release that has a different name than the name in the registry, so new releases will only be accepted after your name change request has been accommodated. RecommendationsSince you have shown a clear pattern of forgetting to bump the |
I understood the issue; actually, i had changed the library properties with names and url but the thing is had to increment the version number , i kept it 1.5.0 , because i thought it would take the updated value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @MISTERNEGATIVE21. I am confirming your request.
Unlike submissions, this type of request is still handled manually. The Library Manager index maintainer occasionally comes through to clear all the outstanding requests. They will merge this pull request when it is done. You will get a notification from GitHub at that time.
After that, you can monitor the indexing of the library via its dedicated logs web page.
Information about that here:
https://github.com/arduino/library-registry/blob/main/FAQ.md#can-i-check-on-library-releases-being-added-to-library-manager
i guess this wont get fixed until there is manual intervention , i have fixed the version and library proterties with new version number and releaase but its not showing in arduino libraary |
Hello! I'm checking your submission again. |
Hi @MISTERNEGATIVE21. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
Ignore the old post from Main