[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/45: gnu: python-objgraph: Update to 3.6.2.
From: |
guix-commits |
Subject: |
11/45: gnu: python-objgraph: Update to 3.6.2. |
Date: |
Wed, 29 Jan 2025 04:12:35 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit fb3ce1fd49a3abbd00f090deba78a024d1129554
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 25 14:56:49 2025 +0000
gnu: python-objgraph: Update to 3.6.2.
* gnu/packages/python-xyz.scm (python-objgraph): Update to 3.6.2.
[build-system]: Swap to pyproject-build-system.
[arguments] <test-flags>: Skip one test.
[native-inputs]: Remove python-mock; add python-pytest,
python-setuptools, and python-wheel.
Change-Id: I4d6fa195f528809a948ea1f8d076603f4e9d0118
---
gnu/packages/python-xyz.scm | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c19614a8b1..514214a1bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21996,19 +21996,27 @@ are synchronized with data exchanges on
\"channels\".")
(define-public python-objgraph
(package
(name "python-objgraph")
- (version "3.4.1")
+ (version "3.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "objgraph" version))
(sha256
- (base32
- "19qmqsh984zq1rzzjy4vqnmviaqnymcyl8h7z99pnicbgwnm2adz"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-graphviz))
+ (base32 "1n0swlq11w36r2p6x7b4y0zz10dgzpdc8qasyk3y68kl1zsg5f80"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ #~(list "tests.py"
+ ;; AssertionError: [0, 1, 2] not found in [[], [], [], [], [],
+ ;; [], [], [], [], [], [], [], ...
+ "-k" "not test_at_addrs")))
(native-inputs
- (list python-mock graphviz))
+ (list python-pytest
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list graphviz))
(home-page "https://mg.pov.lt/objgraph/")
(synopsis "Draw Python object reference graphs with graphviz")
(description
- 02/45: gnu: python-pytest-black: Move to python-check., (continued)
- 02/45: gnu: python-pytest-black: Move to python-check., guix-commits, 2025/01/29
- 01/45: gnu: python-pytest-black: Update to 0.6.0., guix-commits, 2025/01/29
- 05/45: gnu: Update references to python3.10 directory., guix-commits, 2025/01/29
- 15/45: gnu: Remove python-parameterized-next., guix-commits, 2025/01/29
- 13/45: gnu: python-objgraph: Adjust inputs., guix-commits, 2025/01/29
- 20/45: gnu: python-uvloop: Fix build, improve style., guix-commits, 2025/01/29
- 21/45: gnu: python-anyio: Adjust inputs, fix build., guix-commits, 2025/01/29
- 24/45: gnu: python-manuel: Update to 1.13.0., guix-commits, 2025/01/29
- 22/45: gnu: python-h2: Fix buld., guix-commits, 2025/01/29
- 23/45: gnu: python-certauth: Add missing inputs and adjust disabled tests., guix-commits, 2025/01/29
- 11/45: gnu: python-objgraph: Update to 3.6.2.,
guix-commits <=
- 03/45: gnu: Add python-3.11., guix-commits, 2025/01/29
- 06/45: gnu: jack-2: Make compatible with Python 3.11., guix-commits, 2025/01/29
- 07/45: gnu: python-pympler: Update to 1.1., guix-commits, 2025/01/29
- 10/45: gnu: python-virtualenv: Update to 20.29.1., guix-commits, 2025/01/29
- 14/45: gnu: python-parameterized: Update to 0.9.0., guix-commits, 2025/01/29
- 16/45: gnu: python-argcomplete: Update to 3.5.3., guix-commits, 2025/01/29
- 30/45: gnu: python-3.11: Build with libxcrypt., guix-commits, 2025/01/29
- 37/45: gnu: python-requests-unixsocket: Update to 0.4.2., guix-commits, 2025/01/29
- 12/45: gnu: python-sphinx: Skip one more test., guix-commits, 2025/01/29
- 42/45: gnu: python-scanpy: Patch broken version check., guix-commits, 2025/01/29