[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
265/361: gnu: python-ewah-bool-utils: Update to 1.2.2.
From: |
guix-commits |
Subject: |
265/361: gnu: python-ewah-bool-utils: Update to 1.2.2. |
Date: |
Fri, 22 Nov 2024 06:00:55 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 85d55294dfd3ea946b03f482878f6ac15d5858cc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 09:37:59 2024 +0000
gnu: python-ewah-bool-utils: Update to 1.2.2.
* gnu/packages/python-compression.scm (python-ewah-bool-utils): Update to
1.2.2.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I95840551cde83d0b74898eccb14b38d50edbc842
---
gnu/packages/python-compression.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index 84a0041f7c..61229e7994 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -204,13 +204,13 @@ following algorithms are available:
(define-public python-ewah-bool-utils
(package
(name "python-ewah-bool-utils")
- (version "1.2.0")
+ (version "1.2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ewah_bool_utils" version))
(sha256
- (base32 "1bff3cv5m4n5pwqz0q90dy42vpyrrhylnrkcd49g1dlf3fs6r0pp"))))
+ (base32 "1hvs1fvf3g7kq6hnzxyxfrwvmykw503cmxf1l3irs67gr931z47b"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -220,7 +220,10 @@ following algorithms are available:
(lambda _
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
(native-inputs
- (list python-cython python-pytest))
+ (list python-cython
+ python-pytest
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-numpy))
(home-page "https://github.com/yt-project/ewah_bool_utils")
- 344/361: gnu: python-beautifulsoup4: Update to 4.12.3., (continued)
- 344/361: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/22
- 351/361: gnu: python-pytest-httpserver: Update to 1.1.0., guix-commits, 2024/11/22
- 350/361: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/22
- 205/361: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/22
- 209/361: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/22
- 197/361: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 256/361: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0., guix-commits, 2024/11/22
- 219/361: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/22
- 247/361: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/22
- 250/361: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/22
- 265/361: gnu: python-ewah-bool-utils: Update to 1.2.2.,
guix-commits <=
- 272/361: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/22
- 273/361: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/22
- 291/361: gnu: Add python-rgbxy., guix-commits, 2024/11/22
- 278/361: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/22
- 290/361: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/22
- 297/361: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/22
- 300/361: gnu: Remove python-pytest-8., guix-commits, 2024/11/22
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/22
- 326/361: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/22
- 328/361: gnu: python-hatchling: Update to 1.26.1., guix-commits, 2024/11/22