[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
233/455: gnu: datasette: Update to 1.0a16.
From: |
guix-commits |
Subject: |
233/455: gnu: datasette: Update to 1.0a16. |
Date: |
Mon, 20 Jan 2025 15:47:07 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 355bdf406b4609f1bafe9d18f7d4a7cd0d3ac2a4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jan 11 09:29:06 2025 +0100
gnu: datasette: Update to 1.0a16.
* gnu/packages/databases.scm (datasette): Update to 1.0a16.
[arguments]: Enable almost all tests; remove phase 'relax-requirements.
[native-inputs]: Add nss-certs-for-test.
Change-Id: I0b23df8e3d2fadb007f1da21ee9a727228bde43c
---
gnu/packages/databases.scm | 44 +++++++++++---------------------------------
1 file changed, 11 insertions(+), 33 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 6f2638dadc..ea6498211f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -28,7 +28,7 @@
;;; Copyright © 2017, 2018 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2017, 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
-;;; Copyright © 2015, 2017, 2018, 2019, 2021, 2022, 2023, 2024 Ricardo Wurmus
<rekado@elephly.net>
+;;; Copyright © 2015, 2017, 2018, 2019, 2021-2025 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2017 Kristofer Buffington <kristoferbuffington@gmail.com>
;;; Copyright © 2018 Amirouche Boubekki <amirouche@hypermove.net>
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
@@ -90,6 +90,7 @@
#:use-module (gnu packages bash)
#:use-module (gnu packages bison)
#:use-module (gnu packages boost)
+ #:use-module (gnu packages certs)
#:use-module (gnu packages check)
#:use-module (gnu packages cmake)
#:use-module (gnu packages compression)
@@ -5900,7 +5901,7 @@ mechanism of @code{dogpile}.")
(define-public datasette
(package
(name "datasette")
- (version "1.0a7")
+ (version "1.0a16")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -5909,41 +5910,17 @@ mechanism of @code{dogpile}.")
(file-name (git-file-name name version))
(sha256
(base32
- "1wwdx2xqkxygbww1nzpr6h702ims6zcxpjskh8fldn1kby591qgg"))))
+ "10c754idn9ka5hhai1qwjwlxw4dajdlrh162k71i5gwn4cgq6wr5"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
- ;; There are multiple unexplained test failures (see:
- ;; https://github.com/simonw/datasette/issues/2048).
+ ;; See https://github.com/simonw/datasette/issues/2048
#~(list "-k" (string-append
- "not (test_database_page_for_database_with_dot_in_name"
- " or test_row_strange_table_name"
- " or test_database_with_space_in_name"
- " or test_tilde_encoded_database_names"
- " or test_weird_database_names"
- " or test_css_classes_on_body"
- " or test_templates_considered"
- " or test_row_html_compound_primary_key"
- " or test_edit_sql_link_on_canned_queries"
- " or test_alternate_url_json"
- " or test_table_with_slashes_in_name"
- " or test_searchable"
- " or test_custom_query_with_unicode_characters"
- " or test_searchmode)")
- "-n" (number->string (parallel-job-count))
- "-m" "not serial") ;cannot run in parallel
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- ;; The package needlessly specifies exact versions
- ;; of dependencies, when it works fine with others.
- (substitute* "setup.py"
- (("(black)==[0-9\\.]+" _ package)
- package)
- (("click-default-group-wheel")
- "click-default-group")))))))
+ ;; These contain two unexpected extra items.
+ "not test_searchable"
+ " and not test_searchmode")
+ "-n" (number->string (parallel-job-count)))))
(propagated-inputs
(list python-aiofiles
python-asgi-csrf
@@ -5963,7 +5940,8 @@ mechanism of @code{dogpile}.")
python-sqlite-utils
python-uvicorn))
(native-inputs
- (list python-beautifulsoup4
+ (list nss-certs-for-test
+ python-beautifulsoup4
python-black
python-cogapp
python-pip
- 201/455: gnu: python-cvxpy: Add missing input., (continued)
- 201/455: gnu: python-cvxpy: Add missing input., guix-commits, 2025/01/20
- 230/455: gnu: python-swagger-spec-validator: Update to 3.0.4., guix-commits, 2025/01/20
- 218/455: gnu: python-astropy-healpix: Add missing input., guix-commits, 2025/01/20
- 206/455: gnu: python-metacells: Update to 0.9.5., guix-commits, 2025/01/20
- 200/455: gnu: python-scikit-survival: Add missing input., guix-commits, 2025/01/20
- 207/455: gnu: python-celltypist: Add missing input., guix-commits, 2025/01/20
- 226/455: gnu: python-asgi-csrf: Update to 0.11., guix-commits, 2025/01/20
- 227/455: gnu: python-fastapi: Enable multipart tests., guix-commits, 2025/01/20
- 217/455: gnu: python-asgi-csrf: Make compatibly with httpx 0.28.0+., guix-commits, 2025/01/20
- 234/455: gnu: python-matplotx: Add missing inputs., guix-commits, 2025/01/20
- 233/455: gnu: datasette: Update to 1.0a16.,
guix-commits <=
- 252/455: gnu: python-librosa: Update to 0.10.2.post1., guix-commits, 2025/01/20
- 253/455: gnu: instrain: Update to 1.9.0., guix-commits, 2025/01/20
- 250/455: gnu: python-audioread: Update to 3.0.1., guix-commits, 2025/01/20
- 238/455: gnu: python-pytest-datafiles: Add missing inputs., guix-commits, 2025/01/20
- 255/455: gnu: python-django-haystack: Update to 3.3.0., guix-commits, 2025/01/20
- 260/455: gnu: python-django-jinja: Update to 2.11.0., guix-commits, 2025/01/20
- 287/455: gnu: unicorn: Add missing inputs., guix-commits, 2025/01/20
- 266/455: gnu: python-django-statici18n: Update to 2.6.0., guix-commits, 2025/01/20
- 277/455: gnu: python-mulpyplexer: Add missing inputs., guix-commits, 2025/01/20
- 270/455: gnu: Add python-simple-websocket., guix-commits, 2025/01/20