gnu: python-hvpy: Update to 1.1.0.
* 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
This commit is contained in:
		
							parent
							
								
									a0cf3af1ad
								
							
						
					
					
						commit
						b0b9d757a7
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
					@ -2305,18 +2305,20 @@ exitinction laws found in the literature.")
 | 
				
			||||||
(define-public python-hvpy
 | 
					(define-public python-hvpy
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-hvpy")
 | 
					    (name "python-hvpy")
 | 
				
			||||||
    (version "1.0.1")
 | 
					    (version "1.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "hvpy" version))
 | 
					       (uri (pypi-uri "hvpy" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0r0asyflz2sw9zn5vgs138nh81m0rbwbakmrncbc1ghdr3g6jahv"))))
 | 
					        (base32 "0bly1bgp0axxhzzf5imqsgmms41z8cxbjahxsibvb55dk94gwig6"))))
 | 
				
			||||||
    (build-system pyproject-build-system)
 | 
					    (build-system pyproject-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list #:tests? #f)) ; Requires HTTP(S) access to api.beta.helioviewer.org
 | 
					     (list #:tests? #f)) ; Requires HTTP(S) access to api.beta.helioviewer.org
 | 
				
			||||||
    (propagated-inputs (list python-pydantic python-requests))
 | 
					    (propagated-inputs
 | 
				
			||||||
    (native-inputs (list python-pytest python-pytest-astropy))
 | 
					     (list python-pydantic-2 python-pydantic-settings python-requests))
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     (list python-pytest python-pytest-astropy))
 | 
				
			||||||
    (home-page "https://helioviewer.org/")
 | 
					    (home-page "https://helioviewer.org/")
 | 
				
			||||||
    (synopsis "Helioviewer Python API Wrapper")
 | 
					    (synopsis "Helioviewer Python API Wrapper")
 | 
				
			||||||
    (description "@code{hvpy} is a Python API wrapper around the formal
 | 
					    (description "@code{hvpy} is a Python API wrapper around the formal
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue