-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update repositories.txt #2973
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 repositories.txt #2973
Conversation
|
A problem was found with your submission https://github.com/pablomarquez76/ESP8266SAM_ES ❌ ERROR: Submission URL is already in the Library Manager index. |
|
Thanks for your interest in contributing to the Arduino Library Manager index @pablomarquez76 After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
|
The library seems to be merged however it doesn´t show up in Arduino Library Manager. |
per1234
left a comment
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 @pablomarquez76. It is there:
There is a dedicated logs page for your library. The bot shared the link to it in the PR where you submitted the library:
You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/pablomarquez76/ESP8266SAM_ES/
Note this entry in the logs:
2023/06/17 05:28:12 Checking out tag: 1.0.2
2023/06/17 05:28:12 Release ESP8266SAM_ES:1.1.0 has wrong library name, should be ESP8266SAM
The library was registered under the name defined by the value of the name field in the library.properties metadata file in the tagged version of the library at the time of the submission:
https://github.com/pablomarquez76/ESP8266SAM_ES/blob/1/library.properties#L1
name=ESP8266SAM
As documented in the FAQ, the Arduino Library Manager indexer system does not accept any releases that have a name defined in its library.properties metadata file which is different from the one the library had at the time of the registration.
This is the reason why the indexer rejected the release you made via the 1.0.2 Git tag, because you had changed the name field value from the registered ESP8266SAM to ESP8266SAM_ES.
The reason for this restriction is that this is the unique identifier for the library, meaning that any changes to the identifier might cause problems to users who rely on the established identifier in command line operations or for other library developers who have defined it as one of their dependencies.
If you do need to change the name, you can submit a request, following the instructions provided here:
https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name
|
Thanks for your comments! I think I must change the library name.
…On Sat, Jun 17, 2023 at 3:06 AM per1234 ***@***.***> wrote:
***@***.**** commented on this pull request.
Hi @pablomarquez76 <https://github.com/pablomarquez76>. It is there:
[image: image]
<https://user-images.githubusercontent.com/8572152/246588981-7bddf9d7-6a60-409b-90ba-aff7c6be2c79.png>
There is a dedicated logs page for your library. The bot shared the link
to it in the PR where you submitted the library:
#2643 (comment)
<#2643 (comment)>
You can check the logs from the Library Manager indexer for your
library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/pablomarquez76/ESP8266SAM_ES/
Note this entry in the logs:
2023/06/17 05:28:12 Checking out tag: 1.0.2
2023/06/17 05:28:12 Release ESP8266SAM_ES:1.1.0 has wrong library name, should be ESP8266SAM
The library was registered under the name defined by the value of the name
field in the library.properties metadata file in the tagged version of
the library at the time of the submission:
https://github.com/pablomarquez76/ESP8266SAM_ES/blob/1/library.properties#L1
name=ESP8266SAM
As documented in the FAQ
<https://github.com/arduino/library-registry/blob/main/FAQ.md#what-are-the-requirements-for-publishing-new-releases-of-libraries-already-in-the-library-manager-list>,
the Arduino Library Manager indexer system does not accept any releases
that have a name defined in its library.properties metadata file
<https://arduino.github.io/arduino-cli/latest/library-specification/#library-metadata>
which is different from the one the library had at the time of the
registration.
This is the reason why the indexer rejected the release you made via the
1.0.2 Git tag, because you had changed the name field value from the
registered ESP8266SAM to ESP8266SAM_ES.
The reason for this restriction is that this is the unique identifier for
the library, meaning that any changes to the identifier might cause
problems to users who rely on the established identifier in command line
operations or for other library developers who have defined it as one of
their dependencies.
If you do need to change the name, you can submit a request, following the
instructions provided here:
https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name
—
Reply to this email directly, view it on GitHub
<#2973 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWDJEJSS7KOKIL6VL2IX3MDXLVCNTANCNFSM6AAAAAAZJYV26M>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
J. Pablo Marquez
|

This library is for speech synthesis for ESP8266 and ESP-32 using ported SAM code in Spanish language.