python-hyper / python-hyper/rfc3986

Bug Fix: PyPI's rfc3986 version 2.0.0 release seems to be older than this repository

Aperta
#122 3 commenti 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Lingua principale
Python
Stelle
189
Fork
38
Merge medio
13h 36m
PR unite (30g)
1

Descrizione

Thank you for this excellent codebase, it's made dealing with URIs much easier.

I was messing around with mypy and got this error:

error: Skipping analyzing "rfc3986": module is installed, but missing library stubs or py.typed marker [import]

Which was surprising to me because I can see in this repository's latest tagged version for 2.0.0, released on January 9th 2022 has type hints.

But if you look at the source code .tar.gz file for the same release on PyPI, the 2.0.0 version, also released on January 9th 2022, does not have any type-hints: https://files.pythonhosted.org/packages/85/40/1520d68bfa07ab5a6f065a186815fb6610c86fe957bc065754e47f7b0840/rfc3986-2.0.0.tar.gz (from this page: https://pypi.org/project/rfc3986/2.0.0/#files)

My guess is that somehow the 1.5.0 version of the code was released to PyPI as 2.0.0 by mistake. Could we get another 2.0.1 release (or a reupload of 2.0.0) to fix it?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Confronta il codice sorgente 2.0.0 taggato del repository con l’archivio PyPI rfc3986-2.0.0.tar.gz collegato nell’issue, concentrandoti sui type hint mancanti e sul marker py.typed segnalato da mypy. Esamina il processo di release del progetto per determinare se l’artefatto pubblicato può essere corretto; il lavoro è completato quando una release PyPI contiene il codice sorgente 2.0.0 previsto e risolve l’avviso mypy segnalato.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
python
Ambito
release
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.