[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
279/361: gnu: python-pysolr: Update to 3.10.0.
From: |
guix-commits |
Subject: |
279/361: gnu: python-pysolr: Update to 3.10.0. |
Date: |
Fri, 22 Nov 2024 06:00:58 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit ec972b573bcc984dab994f9297772adef6717484
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 21:55:24 2024 +0000
gnu: python-pysolr: Update to 3.10.0.
* gnu/packages/python-web.scm (python-pysolr): Update to 3.10.0.
Fix indentation.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
Change-Id: I9816a58db835ba104952c3d9e189c32947f57698
---
gnu/packages/python-web.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index aac6243272..79abf9e958 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7673,21 +7673,22 @@ wrapping the @code{requests} Python library.")
(define-public python-pysolr
(package
(name "python-pysolr")
- (version "3.9.0")
+ (version "3.10.0")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pysolr" version))
- (sha256
- (base32
- "1rj5jmscvxjwcmlfi6hmkj44l4x6n3ln5p7d8d18j566hzmmzw3f"))))
- (build-system python-build-system)
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pysolr" version))
+ (sha256
+ (base32 "02gl1sma5cnpd7srpri1g68lpsg3s5n3lr462p5ll8v9s4nllyqj"))))
+ (build-system pyproject-build-system)
(arguments
'(#:tests? #f)) ; Tests require network access.
+ (native-inputs
+ (list python-setuptools
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs
(list python-requests))
- (native-inputs
- (list python-setuptools-scm))
(home-page "https://github.com/django-haystack/pysolr/")
(synopsis "Lightweight python wrapper for Apache Solr")
(description
- 24/361: gnu: python-jupytext: Update to 1.15.0., (continued)
- 24/361: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/22
- 28/361: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/22
- 20/361: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/11/22
- 34/361: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/22
- 35/361: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/22
- 31/361: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/22
- 37/361: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/22
- 43/361: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/22
- 75/361: gnu: Add python-nbclassic., guix-commits, 2024/11/22
- 202/361: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/11/22
- 279/361: gnu: python-pysolr: Update to 3.10.0.,
guix-commits <=
- 304/361: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/22
- 312/361: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/22
- 316/361: gnu: python-cffi: Improve package style., guix-commits, 2024/11/22
- 318/361: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/22
- 329/361: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/22
- 335/361: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/22
- 336/361: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/22
- 352/361: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/22
- 53/361: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/22
- 64/361: gnu: Add python-pep440., guix-commits, 2024/11/22