[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
345/474: gnu: python-cloudpickle: Update to 3.1.0.
From: |
guix-commits |
Subject: |
345/474: gnu: python-cloudpickle: Update to 3.1.0. |
Date: |
Sat, 30 Nov 2024 18:20:51 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit c8a8afeefaf8c876fbe7ec016837dafa57dd826c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 19:37:57 2024 +0000
gnu: python-cloudpickle: Update to 3.1.0.
This change merges python-cloudpickle-testpkg and python-cloudpickle
under the same variable name - python-cloudpickle, which was split 3y
ago. Build and check phases passed just fine.
* gnu/packages/python-xyz.scm (python-cloudpickle): Update to 3.1.0.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-flit-core. Remove
python-cloudpickle-testpkg, python-tornado-6.
(python-cloudpickle-testpkg): Delete variable.
Change-Id: I4f3a31f127a9079e50a0334ee55d50f61e726009
---
gnu/packages/python-xyz.scm | 45 ++++++++-------------------------------------
1 file changed, 8 insertions(+), 37 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bc57ae6ff6..988e8fa025 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29213,10 +29213,10 @@ that is accessible to other projects developed in
Cython.")
pure-Python.")
(license license:asl2.0)))
-(define python-cloudpickle-testpkg
+(define-public python-cloudpickle
(package
- (name "python-cloudpickle-testpkg")
- (version "1.6.0")
+ (name "python-cloudpickle")
+ (version "3.1.0")
(source
(origin
;; Archive on pypi does not include test infrastructure.
@@ -29226,41 +29226,12 @@ pure-Python.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1584d21d4rcpryn8yfz0pjnjprk4zm367m0razdcz8cjbsh0dxp6"))))
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'chdir
- (lambda _ (chdir "tests/cloudpickle_testpkg"))))))
- (home-page "https://github.com/cloudpipe/cloudpickle")
- (synopsis "Extended pickling support for Python objects")
- (description
- "Cloudpickle makes it possible to serialize Python constructs not
-supported by the default pickle module from the Python standard library. It
-is especially useful for cluster computing where Python expressions are
-shipped over the network to execute on remote hosts, possibly close to the
-data.")
- (license license:bsd-3)))
-
-(define-public python-cloudpickle
- (package
- (inherit python-cloudpickle-testpkg)
- (name "python-cloudpickle")
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (if tests?
- (invoke "pytest" "-s" "-vv")
- (format #t "test suite not run~%")))))))
+ (base32 "16z0jdg5b1r23vw1l0bwsg40zcmnrbznr4frjac9kq5j6jm4fw6d"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list ;; For tests.
- python-cloudpickle-testpkg python-psutil python-pytest
- python-tornado-6))
+ (list python-flit-core
+ python-psutil
+ python-pytest))
(home-page "https://github.com/cloudpipe/cloudpickle")
(synopsis "Extended pickling support for Python objects")
(description
- 352/474: gnu: python-flask-restful: Update to 0.3.10., (continued)
- 352/474: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/30
- 376/474: gnu: python-asttokens: Update to 2.4.1., guix-commits, 2024/11/30
- 335/474: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/30
- 380/474: gnu: python-executing: Update to 2.1.0., guix-commits, 2024/11/30
- 378/474: gnu: python-typeguard: Update to 4.4.1., guix-commits, 2024/11/30
- 381/474: gnu: python-pure-eval: Update to 0.2.3., guix-commits, 2024/11/30
- 382/474: gnu: python-stack-data: Update to 0.6.3., guix-commits, 2024/11/30
- 342/474: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/30
- 374/474: gnu: python-astroid: Update to 3.3.4., guix-commits, 2024/11/30
- 371/474: gnu: python-pytest-random-order: Update to 1.1.1., guix-commits, 2024/11/30
- 345/474: gnu: python-cloudpickle: Update to 3.1.0.,
guix-commits <=
- 383/474: gnu: python-ipython: Update to 8.29.0., guix-commits, 2024/11/30
- 341/474: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/30
- 357/474: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/30
- 369/474: gnu: python-prettytable: Update to 3.12.0., guix-commits, 2024/11/30
- 375/474: gnu: python-pylint: Update to 3.3.1., guix-commits, 2024/11/30
- 363/474: gnu: python-qstylizer: Update to 0.2.4., guix-commits, 2024/11/30
- 356/474: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/30
- 367/474: gnu: python-pytest-flask: Update to 1.3.0., guix-commits, 2024/11/30
- 365/474: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/30
- 343/474: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/30