GNU bug report logs - #77858
[PATCH 0/2] Update python-crosshair to 0.0.86

Previous Next

Package: guix-patches;

Reported by: Troy Figiel <troy <at> troyfigiel.com>

Date: Thu, 17 Apr 2025 08:34:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

To reply to this bug, email your comments to 77858 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77858; Package guix-patches. (Thu, 17 Apr 2025 08:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Troy Figiel <troy <at> troyfigiel.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 17 Apr 2025 08:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Troy Figiel <troy <at> troyfigiel.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] Update python-crosshair to 0.0.86
Date: Thu, 17 Apr 2025 10:28:36 +0200
This series first fixes the current python-crosshair build and then update it to 0.0.86.

Troy Figiel (2):
  gnu: python-crosshair: Add missing inputs, fix build.
  gnu: python-crosshair: Update to 0.0.86.

 gnu/packages/check.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


base-commit: 4bd2949cfa7a8bf5dfe66adad1a76472af09708d
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#77858; Package guix-patches. (Thu, 17 Apr 2025 08:47:01 GMT) Full text and rfc822 format available.

Message #8 received at 77858 <at> debbugs.gnu.org (full text, mbox):

From: Troy Figiel <troy <at> troyfigiel.com>
To: 77858 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: python-crosshair: Add missing inputs, fix build.
Date: Thu, 17 Apr 2025 08:55:59 +0200
* gnu/packages/check.scm (python-crosshair): [native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I9dfa243c192de020528e912bf1dbf408ab1219ad
---
 gnu/packages/check.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index db820766eb..b79763f5de 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2863,7 +2863,9 @@ (define-public python-crosshair
            python-mypy
            python-numpy
            python-pytest
-           python-pytest-xdist))
+           python-pytest-xdist
+           python-setuptools
+           python-wheel))
     (propagated-inputs
      (list python-typeshed-client
            python-typing-inspect
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#77858; Package guix-patches. (Thu, 17 Apr 2025 08:48:01 GMT) Full text and rfc822 format available.

Message #11 received at 77858 <at> debbugs.gnu.org (full text, mbox):

From: Troy Figiel <troy <at> troyfigiel.com>
To: 77858 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: python-crosshair: Update to 0.0.86.
Date: Thu, 17 Apr 2025 10:26:17 +0200
* gnu/packages/check.scm (python-crosshair): Update to 0.0.86.

Change-Id: Ibf22bfd05890ea4d1a25c832d3f6e77c612a4b23
---
 gnu/packages/check.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index b79763f5de..34c5afefc0 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2825,13 +2825,13 @@ (define-public python-pytest-sugar
 (define-public python-crosshair
   (package
     (name "python-crosshair")
-    (version "0.0.76")
+    (version "0.0.86")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "crosshair-tool" version))
+       (uri (pypi-uri "crosshair_tool" version))
        (sha256
-        (base32 "1yvbhzs7r85gn4d7drl7p7vi1f5cga1xyy3mzxy3fglyf8kxyakh"))))
+        (base32 "19zrv6gsap0qwn4rrs1wwajg0gkq7ys8qijsilmjrhc73dylgl72"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -2853,7 +2853,7 @@ (define-public python-crosshair
                 (("typing-inspect>=0.7.1") "typing-inspect>=0.6.0")
                 ;; 'sanity-check fails for z3-solver, although it is
                 ;; included in 'propagated-inputs.
-                (("z3-solver==4.13.0.0") ""))))
+                (("z3-solver>=4.13.0.0") ""))))
           (add-before 'check 'set-test-env
             (lambda _
               (setenv "PYTHONHASHSEED" "0")))))) ;tests rely on this value
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#77858; Package guix-patches. (Tue, 22 Apr 2025 20:04:01 GMT) Full text and rfc822 format available.

Message #14 received at 77858 <at> debbugs.gnu.org (full text, mbox):

From: Troy Figiel <troy <at> troyfigiel.com>
To: 77858 <at> debbugs.gnu.org, sharlatanus <at> gmail.com
Subject: [PATCH v2] gnu: python-crosshair: Update to 0.0.86.
Date: Tue, 22 Apr 2025 22:03:15 +0200
[Message part 1 (text/plain, inline)]
Hi Oleg,

Here is a second version, because it seems we fixed the build of
python-crosshair at the same time.  Thanks for the fix by the way :)
This patch is now only an update 0.0.84 -> 0.0.86.  Feel free to either
apply it, or close the issue.

Best wishes,

Troy
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#77858; Package guix-patches. (Tue, 22 Apr 2025 20:06:02 GMT) Full text and rfc822 format available.

Message #17 received at 77858 <at> debbugs.gnu.org (full text, mbox):

From: Troy Figiel <troy <at> troyfigiel.com>
To: 77858 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: python-crosshair: Update to 0.0.86.
Date: Tue, 22 Apr 2025 21:47:23 +0200
* gnu/packages/check.scm (python-crosshair): Update to 0.0.86.

Change-Id: Ida2887ad8dc140e174532dccc69542af26f0cffb
---
 gnu/packages/check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 3580841047..873cbb252a 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2805,13 +2805,13 @@ (define-public python-pytest-sugar
 (define-public python-crosshair
   (package
     (name "python-crosshair")
-    (version "0.0.84")
+    (version "0.0.86")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "crosshair-tool" version))
+       (uri (pypi-uri "crosshair_tool" version))
        (sha256
-        (base32 "1j6icn5f206yld9871p7a3v45jg8d8v4bhxh09lq3kzi09gr7maz"))))
+        (base32 "19zrv6gsap0qwn4rrs1wwajg0gkq7ys8qijsilmjrhc73dylgl72"))))
     (build-system pyproject-build-system)
     (arguments
      (list

base-commit: cb642fb70c1b35cb5ad75e3da4a5c28e5a2af5df
-- 
2.48.1





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Tue, 22 Apr 2025 21:10:01 GMT) Full text and rfc822 format available.

Notification sent to Troy Figiel <troy <at> troyfigiel.com>:
bug acknowledged by developer. (Tue, 22 Apr 2025 21:10:02 GMT) Full text and rfc822 format available.

Message #22 received at 77858-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 77858-done <at> debbugs.gnu.org
Subject: [PATCH 0/2] Update python-crosshair to 0.0.86
Date: Tue, 22 Apr 2025 22:09:16 +0100
[Message part 1 (text/plain, inline)]
Hi Troy,

I've adjusted commit message, test your patch locally and pushed to
master as 7bc735186054ed2fd7b99d9c0f6cbcfc433b3488.

--
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.