public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-astropy-healpix] main: Update to upstream version 2.0.1
@ 2026-09-08 9:42 Sergio Pascual
0 siblings, 0 replies; only message in thread
From: Sergio Pascual @ 2026-09-08 9:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-astropy-healpix
Branch : main
Commit : 4d81fbafbe2b2bdd2c6f7d3873337d78b18b73fc
Author : Sergio Pascual <sergiopr@fedoraproject.com>
Date : 2026-09-08T11:41:55+02:00
Stats : +16/-13 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-astropy-healpix/c/4d81fbafbe2b2bdd2c6f7d3873337d78b18b73fc?branch=main
Log:
Update to upstream version 2.0.1
---
diff --git a/.gitignore b/.gitignore
index f0be3b1..a89b9eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/astropy_healpix-1.0.3.tar.gz
/astropy_healpix-1.1.0.tar.gz
/astropy_healpix-1.1.2.tar.gz
+/astropy_healpix-2.0.1.tar.gz
diff --git a/python-astropy-healpix.spec b/python-astropy-healpix.spec
index 900fcfa..62a9269 100644
--- a/python-astropy-healpix.spec
+++ b/python-astropy-healpix.spec
@@ -1,34 +1,36 @@
-%global srcname astropy-healpix
+%global pypi_name astropy-healpix
+%global srcname astropy_healpix
%global modname astropy_healpix
-Name: python-%{srcname}
-Version: 1.1.2
+Name: python-%{pypi_name}
+Version: 2.0.1
Release: %autorelease
Summary: HEALPix for Astropy
License: BSD-3-Clause
-URL: https://pypi.python.org/pypi/%{srcname}
-Source0: %{pypi_source astropy_healpix}
+URL: https://pypi.python.org/pypi/%{pypi_name}
+Source0: %{pypi_source %{srcname}}
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
BuildRequires: gcc
BuildRequires: python3-devel
-%description
+%global _description %{expand:
This is a BSD-licensed Python package for HEALPix, which is based on the C
HEALPix code written by Dustin Lang originally in astrometry.net, and was
-added here with a Cython wrapper and expanded with a Python interface.
+added here with a Cython wrapper and expanded with a Python interface.}
+%description %_description
-%package -n python3-%{srcname}
+
+%package -n python3-%{pypi_name}
Summary: %{summary}
-%description -n python3-%{srcname}
-%{description}
+%description -n python3-%{pypi_name} %_description
%prep
-%autosetup -n %{modname}-%{version} -p1
+%autosetup -n %{srcname}-%{version} -p1
# Remove egg files from source
rm -r %{modname}.egg-info
@@ -67,7 +69,7 @@ pushd %{buildroot}/%{python3_sitearch}
rm -rf .hypothesis
popd
-%files -n python3-%{srcname} -f %{pyproject_files}
+%files -n python3-%{pypi_name} -f %{pyproject_files}
%license LICENSE.md
%doc README.rst
diff --git a/sources b/sources
index 65ed2d1..17a1bb8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (astropy_healpix-1.1.2.tar.gz) = 65722caa1339fd85a6c9b88efe5f4fb128c754fd5944d2b538fcf4628024017783c24234da4c9d22f1d99102d5d0f23cea65dc42ba0bdac7309f5a5ee99d6015
+SHA512 (astropy_healpix-2.0.1.tar.gz) = ac188ebd8e976a0193d39473a577a9786233a6d2cb7535dde9961b381d8c3c9a5b378fd9423cd9ae86801d9a482816e39cb3114d6ebda754f834e7c84af2e943
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-08 9:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 9:42 [rpms/python-astropy-healpix] main: Update to upstream version 2.0.1 Sergio Pascual
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox