jgarzik / jgarzik/python-bitcoinrpc
Please fix the tag
- Lingua principale
- Python
- Stelle
- 663
- Fork
- 300
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi there,
I was trying to use pip to install your project based off the tag. I tried the following:
pip install -e git+https://github.com/jgarzik/python-bitcoinrpc.git@v0.3#egg=bitcoinrpc
This kept failing because your actual tag is v0.3-33-ge484743:
pip install -e git+https://github.com/jgarzik/python-bitcoinrpc.git@v0.3-33-ge484743#egg=bitcoinrpc
If you type, "git tag" the tag will appear correctly, however if you run "git describe" on your repo you will see the actual tag. The tag gets into this state if you, cut a tag, and merge something into the existing, after the tag has been set. For more information please see:
https://www.kernel.org/pub/software/scm/git/docs/git-describe.html
I am a release engineer, and I encounter this every release week. :( I added this to my requriements.txt, so if you make any changes, the tag will change to 34 and thus it will break my "pip install -r requirements" command. I'm very big on sharing knowledge, so I hope you don't find this offensive. I just recently found out about this myself.
At work I am trying to get everyone to follow semantic versioning:
http://semver.org/
Perhaps you could just add a 1 at the end of your tag so it would be: 0.3.1
I love the project! Thanks so much for the great work.
Cheers,
Jon
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia ispezionando i tag del repository con `git tag` e `git describe`, quindi riproduci il comando `pip install` in modalità editable segnalato usando il riferimento alla versione stabile. Il lavoro è completato quando la versione rilasciata ha un tag stabile di versione semantica che rimane utilizzabile in un file dei requisiti dopo commit successivi.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- git, python
- Ambito
- release
- Tipo di issue
- Bug
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100