[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69924] [PATCH 49/49] gnu: python-hvpy: Update to 1.1.0.
From: |
Sharlatan Hellseher |
Subject: |
[bug#69924] [PATCH 49/49] gnu: python-hvpy: Update to 1.1.0. |
Date: |
Wed, 20 Mar 2024 22:28:19 +0000 |
* gnu/packages/astronomy.scm (python-hvpy): Update to 1.1.0.
[propagated-inputs]: Remove python-pydantic; add python-pydantic-2 and
python-pydantic-settings.
Change-Id: Id567cff01204d2e8d71bc49ec9ffc88b2bbb3f4e
---
gnu/packages/astronomy.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 14b2c37343..bde29f7990 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2305,18 +2305,20 @@ (define-public python-extinction
(define-public python-hvpy
(package
(name "python-hvpy")
- (version "1.0.1")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hvpy" version))
(sha256
- (base32 "0r0asyflz2sw9zn5vgs138nh81m0rbwbakmrncbc1ghdr3g6jahv"))))
+ (base32 "0bly1bgp0axxhzzf5imqsgmms41z8cxbjahxsibvb55dk94gwig6"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ; Requires HTTP(S) access to api.beta.helioviewer.org
- (propagated-inputs (list python-pydantic python-requests))
- (native-inputs (list python-pytest python-pytest-astropy))
+ (propagated-inputs
+ (list python-pydantic-2 python-pydantic-settings python-requests))
+ (native-inputs
+ (list python-pytest python-pytest-astropy))
(home-page "https://helioviewer.org/")
(synopsis "Helioviewer Python API Wrapper")
(description "@code{hvpy} is a Python API wrapper around the formal
--
2.41.0
- [bug#69924] [PATCH 33/49] gnu: python-radiospectra: Update to 0.5.0., (continued)
- [bug#69924] [PATCH 33/49] gnu: python-radiospectra: Update to 0.5.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 31/49] gnu: python-suntime: Update to 1.3.2., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 41/49] gnu: Add python-asdf-zarr., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 48/49] gnu: Add python-pydantic-settings., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 38/49] gnu: python-stdatamodels: Update to 1.10.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 32/49] gnu: python-suntime: Refresh package style., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 47/49] gnu: Add python-pytest-examples., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 42/49] gnu: Add python-asdf-compression., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 39/49] gnu: python-crds: Update to 11.17.19., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 43/49] gnu: Add python-astroplan., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 49/49] gnu: python-hvpy: Update to 1.1.0.,
Sharlatan Hellseher <=
- [bug#69924] [PATCH 44/49] gnu: Add python-nose-exclude., Sharlatan Hellseher, 2024/03/20
- bug#69924: [PATCH 00/49] gnu: Astronomy 2024/02 updates., Sharlatan Hellseher, 2024/03/29