[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
315/361: gnu: python-cffi: Update to 1.17.1.
From: |
guix-commits |
Subject: |
315/361: gnu: python-cffi: Update to 1.17.1. |
Date: |
Fri, 22 Nov 2024 06:01:05 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 77d9f74eb4cc44ed51ae663d54d206f61bc68599
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 10 20:11:02 2024 +0000
gnu: python-cffi: Update to 1.17.1.
* gnu/packages/libffi.scm (python-cffi): Update to 1.17.1.
[phases]{check}: Adjust changed path to C sources.
{patch-paths-of-dynamically-loaded-libraries}: Likewise.
Change-Id: I76a58fbd339cef96379784ae670fc4b1339e3a9c
---
gnu/packages/libffi.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index ba3fc6bc79..87e7f83e20 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -94,13 +94,13 @@ conversions for values passed between the two languages.")
(define-public python-cffi
(package
(name "python-cffi")
- (version "1.15.1")
+ (version "1.17.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cffi" version))
(sha256
- (base32 "1y9lr651svbzf1m03s4lqbnbv2byx8f6f0ml7hjm24vvlfwvy06l"))))
+ (base32 "0918qn4yfjfgcy7i4imfy9q1cvl3svmm06anakflig1jdh0wcf8w"))))
(build-system python-build-system)
(inputs
(list libffi))
@@ -123,7 +123,7 @@ conversions for values passed between the two languages.")
"linker_so='gcc -shared')")))
(substitute* "testing/cffi0/test_ownlib.py"
(("\"cc testownlib") "\"gcc testownlib"))
- (invoke "pytest" "-v" "c/" "testing/"
+ (invoke "pytest" "-v" "src/c/" "testing/"
;; Disable tests that fail (harmlessly) with glibc
;; 2.34 and later:
;; https://foss.heptapod.net/pypy/cffi/-/issues/528
@@ -148,7 +148,7 @@ conversions for values passed between the two languages.")
"testing/cffi1/test_verify1.py")
(("lib_m = \\[['\"]{1}m['\"]{1}\\]")
(format #f "lib_m = ['~a']" libm)))
- (substitute* "c/test_c.py"
+ (substitute* "src/c/test_c.py"
(("find_and_load_library\\(['\"]{1}c['\"]{1}")
(format #f "find_and_load_library('~a'" libc)))))))))
(home-page "https://cffi.readthedocs.io/")
- 349/361: gnu: python-flask: Update to 3.1.0., (continued)
- 349/361: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/22
- 321/361: gnu: python-py: Improve package style., guix-commits, 2024/11/22
- 357/361: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/22
- 268/361: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/22
- 276/361: gnu: python-accupy: Adjust inputs., guix-commits, 2024/11/22
- 282/361: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/22
- 284/361: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/22
- 293/361: gnu: beets-bandcamp: Add maintenance note., guix-commits, 2024/11/22
- 303/361: gnu: python-ptyprocess: Update to 0.7.0., guix-commits, 2024/11/22
- 311/361: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/22
- 315/361: gnu: python-cffi: Update to 1.17.1.,
guix-commits <=
- 319/361: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/22
- 340/361: gnu: python-werkzeug: Update to 3.1.3., guix-commits, 2024/11/22
- 356/361: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/22
- 361/361: gnu: python-pydantic: Update to 1.10.19., guix-commits, 2024/11/22
- 355/361: gnu: Remove python-flask-jwt., guix-commits, 2024/11/22
- 266/361: gnu: python-nose-exclude: Adjust iputs., guix-commits, 2024/11/22
- 292/361: gnu: Add python-rich-tables., guix-commits, 2024/11/22
- 298/361: gnu: python-exceptiongroup: Move to python-build., guix-commits, 2024/11/22
- 306/361: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/22
- 309/361: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/22