public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sergio Pascual <sergiopr@fedoraproject.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-astropy-healpix] f45: Update to upstream version 2.0.1
Date: Tue, 08 Sep 2026 10:02:30 GMT	[thread overview]
Message-ID: <178886175052.1.13252407906980866834.rpms-python-astropy-healpix-4d81fbafbe2b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-astropy-healpix
Branch : f45
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=f45

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

                 reply	other threads:[~2026-09-08 10:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178886175052.1.13252407906980866834.rpms-python-astropy-healpix-4d81fbafbe2b@fedoraproject.org \
    --to=sergiopr@fedoraproject.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox