emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66920: closed (python-pikepdf showing wrong version in egg)


From: GNU bug Tracking System
Subject: bug#66920: closed (python-pikepdf showing wrong version in egg)
Date: Sat, 04 Nov 2023 11:20:01 +0000

Your message dated Sat, 04 Nov 2023 19:18:23 +0800
with message-id <87r0l5wyv4.wl-hako@ultrarare.space>
and subject line Re: [bug#66920] [PATCH] gnu: python-pikepdf: Fix embedded 
version string.
has caused the debbugs.gnu.org bug report #66920,
regarding python-pikepdf showing wrong version in egg
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66920: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66920
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: python-pikepdf showing wrong version in egg Date: Fri, 3 Nov 2023 11:56:03 -0400 (EDT)
Hi Guix,

This issue was brought to my attention by f1refly on IRC.

pdfarranger fails to build with the following error in the sanity-check phase:

"""
...checking requirements: ERROR: pdfarranger==1.10.1 ContextualVersionConflict(pikepdf 0.0.0 (/gnu/store/wli7mi9xb3zdlb9lbnn9haf79phff408-python-pikepdf-7.2.0/lib/python3.10/site-packages), Requirement.parse('pikepdf>=1.17.0'), {'pdfarranger'})
"""

Our python-pikepdf version is more than 1.17.0 though, it's 7.2.0. However, the egg in site-packages does list its version as 0.0.0.

Best,
Jack



--- End Message ---
--- Begin Message --- Subject: Re: [bug#66920] [PATCH] gnu: python-pikepdf: Fix embedded version string. Date: Sat, 04 Nov 2023 19:18:23 +0800
Hi Jack,

On Sat, 04 Nov 2023 00:22:49 +0800,
Jack Hill wrote:
> 
> * gnu/packages/python-xyz.scm (python-pikepdf)[native-inputs]: Add
> python-setuptools-scm to correct embedded version form 0.0.0 to 1.17.0.
> 
> Change-Id: I659ed3e725fff6afe17abe6f55449567ba84cdfc
> ---
> 
> Thanks Ricardo for the pointer: 
> https://logs.guix.gnu.org/guix/2023-11-03.log#170345
> 
>  gnu/packages/python-xyz.scm | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 6001e7e6eb..e521c1580d 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -8726,6 +8726,7 @@ (define-public python-pikepdf
>             python-attrs
>             python-coverage
>             python-hypothesis
> +           python-setuptools-scm
>             python-psutil
>             python-pytest
>             python-pytest-cov
> 
> base-commit: c9361460dece1dbc3d2645ad3e5c79e85a2bf183
> -- 
> 2.41.0

Applied as 9dcd8802f5bc472579f23a38dcf437f8a9ac976c, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]