From carbenium at outlook.com Sat Mar 16 18:03:36 2019 From: carbenium at outlook.com (Peter Keresztes Schmidt) Date: Sat, 16 Mar 2019 17:03:36 +0000 Subject: [git-buildpackage] Installation using pip fails Message-ID: Hi everyone, I'm encountering a problem when installing gbp using pip since version 0.9.10 and upwards. $ pip3 install --user gbp Collecting gbp Using cached https://files.pythonhosted.org/packages/ea/82/c98eb2649c4e819aaac6c328524c2a1f3f9fdefabad95b5ebf886a2729c2/gbp-0.9.13.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-zbvugzil/gbp/setup.py", line 22, in from version_parser import parse_and_fetch_version ModuleNotFoundError: No module named 'version_parser' Looking at the tar file it seems version_parser.py is missing although it is present in the git repo. Did something go wrong during the release process or is the error on my side? Cheers, Peter From agx at sigxcpu.org Tue Mar 19 15:48:34 2019 From: agx at sigxcpu.org (Guido =?iso-8859-1?Q?G=FCnther?=) Date: Tue, 19 Mar 2019 15:48:34 +0100 Subject: [git-buildpackage] Installation using pip fails In-Reply-To: References: Message-ID: <20190319144834.GA14530@bogon.m.sigxcpu.org> Hi, On Sat, Mar 16, 2019 at 05:03:36PM +0000, Peter Keresztes Schmidt wrote: > Hi everyone, > > I'm encountering a problem when installing gbp using pip since version 0.9.10 and upwards. > > > $ pip3 install --user gbp > > Collecting gbp > Using cached https://files.pythonhosted.org/packages/ea/82/c98eb2649c4e819aaac6c328524c2a1f3f9fdefabad95b5ebf886a2729c2/gbp-0.9.13.tar.gz > Complete output from command python setup.py egg_info: > Traceback (most recent call last): > File "", line 1, in > File "/tmp/pip-install-zbvugzil/gbp/setup.py", line 22, in > from version_parser import parse_and_fetch_version > ModuleNotFoundError: No module named 'version_parser' > > > Looking at the tar file it seems version_parser.py is missing although it is present in the git repo. > Did something go wrong during the release process or is the error on my side? I've moved the version_parser.py into setup.py itself so using `python3 setup.py sdist` should get you a working tarball until the next release. -- Guido From carbenium at outlook.com Tue Mar 19 15:56:14 2019 From: carbenium at outlook.com (Peter Keresztes Schmidt) Date: Tue, 19 Mar 2019 14:56:14 +0000 Subject: [git-buildpackage] Installation using pip fails In-Reply-To: <20190319144834.GA14530@bogon.m.sigxcpu.org> References: <20190319144834.GA14530@bogon.m.sigxcpu.org> Message-ID: Hi, works like a charm. Thank you very much! Peter On 19.03.19 15:48, Guido Günther wrote: > Hi, > On Sat, Mar 16, 2019 at 05:03:36PM +0000, Peter Keresztes Schmidt wrote: >> Hi everyone, >> >> I'm encountering a problem when installing gbp using pip since version 0.9.10 and upwards. >> >> >> $ pip3 install --user gbp >> >> Collecting gbp >> Using cached https://files.pythonhosted.org/packages/ea/82/c98eb2649c4e819aaac6c328524c2a1f3f9fdefabad95b5ebf886a2729c2/gbp-0.9.13.tar.gz >> Complete output from command python setup.py egg_info: >> Traceback (most recent call last): >> File "", line 1, in >> File "/tmp/pip-install-zbvugzil/gbp/setup.py", line 22, in >> from version_parser import parse_and_fetch_version >> ModuleNotFoundError: No module named 'version_parser' >> >> >> Looking at the tar file it seems version_parser.py is missing although it is present in the git repo. >> Did something go wrong during the release process or is the error on my side? > > I've moved the version_parser.py into setup.py itself so using `python3 > setup.py sdist` should get you a working tarball until the next release. > -- Guido > From agx at sigxcpu.org Thu Mar 21 10:54:50 2019 From: agx at sigxcpu.org (Guido =?iso-8859-1?Q?G=FCnther?=) Date: Thu, 21 Mar 2019 10:54:50 +0100 Subject: [git-buildpackage] [ANNOUNCE] git-buildpackage 0.9.14 Message-ID: <20190321095450.GA16129@bogon.m.sigxcpu.org> Hi, I'm happy to announce the release of git-buildpackage 0.9.14: https://git.sigxcpu.org/cgit/git-buildpackage/tag/?id=debian/0.9.14 Here's a list of changes: git-buildpackage (0.9.14) unstable; urgency=medium [ Michael Prokop ] * [4142928] docs: update examples for pristine-tar usage, requiring commit action (Closes: #919677) [ Roberto C. Sánchez ] * [d3f67c8] docs: Fix typo [ Gabriel Filion ] * [34b9da1] Disable PGP signatures when retrieving list of commits (Closes: #923087) [ Guido Günther ] * [3e3458f] setup.py: Move version parser into setup.py. This makes sure it ends up in the sdist tarball. [ Simon McVittie ] * [74669f0] Dep3Patch: Ignore MIME headers. Otherwise, if we import a patch containing non-ASCII characters exported by `gbp pq export` or `git format-patch` using DEP-3 syntax, we'd misinterpret these fields as semantically significant and copy them into pseudo-headers, causing them to be duplicated in the commit's long description. (Closes: #924478) Thanks to everybody who contributed to this release. As usual the package is available via Debian unstable: https://packages.debian.org/sid/git-buildpackage Cheers, -- Guido -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: