GNU bug report logs -
#51676
[PATCH] gnu: Add python-miniupnpc
Previous Next
Full log
Message #8 received at 51676 <at> debbugs.gnu.org (full text, mbox):
Hi Stephen,
Stephen Paul Weber <singpolyma <at> singpolyma.net> skribis:
> * gnu/packages/python-xyz.scm (python-miniupnpc): New variable.
[...]
> + (version "2.2.3")
> + (source
> + (origin
> + (method git-fetch)
> + (uri
> + (git-reference
> + (url "https://github.com/miniupnp/miniupnp")
> + (commit "36a65e3d841d4e85904fed690c0b755d5b380043")))
This commit:
--8<---------------cut here---------------start------------->8---
$ (cd /tmp/miniupnp/; git checkout 36a65e3d841d4e85904fed690c0b755d5b380043; git describe)
La posició de HEAD anterior era 2df8120 miniupnpc version 2.2.3
HEAD ara és a 36a65e3 miniupnpc/Changelog.txt: VERSION 2.2.3
miniupnpd_2_1-574-g36a65e3
--8<---------------cut here---------------end--------------->8---
… does not match the tag for 2.2.3:
--8<---------------cut here---------------start------------->8---
$ (cd /tmp/miniupnp/; git checkout miniupnpc_2_2_3; git log |head -1)
La posició de HEAD anterior era 36a65e3 miniupnpc/Changelog.txt: VERSION 2.2.3
HEAD ara és a 2df8120 miniupnpc version 2.2.3
commit 2df8120326ed4246e049a7a6de707539604cd514
--8<---------------cut here---------------end--------------->8---
> + (description "A client library for Python programs to set up port forwards
> +using UPnP.")
Please make it a full sentence, as per:
https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html
Could you send an updated patch that addresses these two issues?
Thanks,
Ludo’.
This bug report was last modified 3 years and 147 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.