- Notifications
You must be signed in to change notification settings - Fork263
Typeshed stub versions & availability#2049
-
Hello, After reading Typeshed’sPackage versioning for third-party stubs, I’m still a little puzzled about versioning. For example, the version ="1.3.*" and yet that version fails to install:
but then this works:
but it’s v1.2.0. Question: where can I see the various available version for stub packages? And what happened here with the |
BetaWas this translation helpful?Give feedback.
All reactions
types-pika isn't a typeshed stub. It's maintained by someone else
Replies: 2 comments 5 replies
-
types-pika isn't a typeshed stub. It's maintained by someone else |
BetaWas this translation helpful?Give feedback.
All reactions
-
@srittau opened the initial PRpython/typeshed#9200 and@Avasam contributed as well — so they’d know? |
BetaWas this translation helpful?Give feedback.
All reactions
-
I think the typeshed one ishttps://pypi.org/project/types-pika-ts/ |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Pretty confusing situation overall |
BetaWas this translation helpful?Give feedback.
All reactions
-
Yeah someone already published types-pika, so typeshed's had to use a different name. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Oh I see:types-pika-ts the “ts” means Typeshed I assume? So I’m supposed to
In contrast, thetypes-pika seems pretty stale. The author didn’t collaborate to merge the packages? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Apparently we (typeshed maintainers) talked with the author inpython/typeshed#9246. A quick google search suggests that it is possible to transfer the ownership of a PyPI project to another account. Maybe we should do that? I agree that the current situation is confusing. |
BetaWas this translation helpful?Give feedback.