commit python-astropy-healpix for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astropy-healpix for 
openSUSE:Factory checked in at 2024-04-07 22:11:51

Comparing /work/SRC/openSUSE:Factory/python-astropy-healpix (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-healpix.new.1905 (New)


Package is "python-astropy-healpix"

Sun Apr  7 22:11:51 2024 rev:6 rq:1165865 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-healpix/python-astropy-healpix.changes
2023-12-28 23:02:56.925699628 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-healpix.new.1905/python-astropy-healpix.changes
  2024-04-07 22:14:06.552409462 +0200
@@ -1,0 +2,7 @@
+Sat Apr  6 18:54:41 UTC 2024 - Dirk Müller 
+
+- update to 1.0.3:
+  * Fixed compatibility with upcoming astropy 6.1.0 and numpy
+2.0.0 releases.
+
+---

Old:

  astropy_healpix-1.0.2.tar.gz

New:

  astropy_healpix-1.0.3.tar.gz



Other differences:
--
++ python-astropy-healpix.spec ++
--- /var/tmp/diff_new_pack.WuMVxb/_old  2024-04-07 22:14:07.020426625 +0200
+++ /var/tmp/diff_new_pack.WuMVxb/_new  2024-04-07 22:14:07.024426772 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astropy-healpix
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-astropy-healpix
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:HEALPix for Astropy
 License:BSD-3-Clause

++ astropy_healpix-1.0.2.tar.gz -> astropy_healpix-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.2/.github/workflows/ci_tests.yml 
new/astropy_healpix-1.0.3/.github/workflows/ci_tests.yml
--- old/astropy_healpix-1.0.2/.github/workflows/ci_tests.yml2023-12-12 
16:43:05.0 +0100
+++ new/astropy_healpix-1.0.3/.github/workflows/ci_tests.yml2024-04-05 
23:13:24.0 +0200
@@ -85,6 +85,6 @@
 tox -e ${{ matrix.toxenv }}
 - name: Upload coverage to codecov
   if: "contains(matrix.toxenv, '-cov')"
-  uses: codecov/codecov-action@v3
+  uses: codecov/codecov-action@v4
   with:
 file: ./coverage.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.2/.github/workflows/publish.yml 
new/astropy_healpix-1.0.3/.github/workflows/publish.yml
--- old/astropy_healpix-1.0.2/.github/workflows/publish.yml 2023-12-12 
16:43:05.0 +0100
+++ new/astropy_healpix-1.0.3/.github/workflows/publish.yml 2024-04-05 
23:13:24.0 +0200
@@ -27,11 +27,8 @@
 - cp3*-macosx_arm64
 - cp3*-manylinux_aarch64
 
-  # Developer wheels (use Numpy dev to build)
+  # Developer wheels
   upload_to_anaconda: ${{ (github.event_name == 'schedule' || 
github.event_name == 'workflow_dispatch') }}
   anaconda_user: astropy
   anaconda_package: astropy-healpix
   anaconda_keep_n_latest: 10
-  env: |
-CIBW_BEFORE_BUILD: '${{ ((github.event_name == 'schedule' || 
github.event_name == 'workflow_dispatch') && 'pip install --pre 
--extra-index-url 
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple setuptools 
setuptools_scm numpy>=0.0dev0 extension-helpers') || '' }}'
-CIBW_BUILD_FRONTEND: '${{ ((github.event_name == 'schedule' || 
github.event_name == 'workflow_dispatch') && 'pip; args: --no-build-isolation') 
|| 'build' }}'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.2/CHANGES.rst 
new/astropy_healpix-1.0.3/CHANGES.rst
--- old/astropy_healpix-1.0.2/CHANGES.rst   2023-12-12 16:43:05.0 
+0100
+++ new/astropy_healpix-1.0.3/CHANGES.rst   2024-04-05 23:13:24.0 
+0200
@@ -4,6 +4,11 @@
 Changes
 ***
 
+1.0.3 (2024-04-05)
+==
+
+- Fixed compatibility with upcoming astropy 6.1.0 and numpy 2.0.0 releases. 
[#214, #215]
+
 1.0.2 (2023-12-12)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.2/PKG-INFO 
new/astropy_healpix-1.0.3/PKG-INFO
--- old/astropy_healpix-1.0.2/PKG-INFO  2023-12-12 16:43:26.704017600 +0100
+++ new/astropy_healpix-1.0.3/PKG-INFO  2024-04-05 23:13:40.828938500 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: astropy_healpix
-Version: 1.0.2
+Version: 1.0.3
 Summary: BSD-licensed HEALPix for Astropy
 Home-page: 

commit python-astropy-healpix for openSUSE:Factory

2023-12-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astropy-healpix for 
openSUSE:Factory checked in at 2023-12-28 23:01:18

Comparing /work/SRC/openSUSE:Factory/python-astropy-healpix (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-healpix.new.28375 (New)


Package is "python-astropy-healpix"

Thu Dec 28 23:01:18 2023 rev:5 rq:1135247 version:1.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-healpix/python-astropy-healpix.changes
2023-12-02 17:13:51.778865052 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-healpix.new.28375/python-astropy-healpix.changes
 2023-12-28 23:02:56.925699628 +0100
@@ -1,0 +2,7 @@
+Wed Dec 27 09:35:18 UTC 2023 - Dirk Müller 
+
+- update to 1.0.2:
+  * lonlat_to_healpix now correctly returns -1 if the longitude
+or latitude is NaN or infinite. [#208]
+
+---

Old:

  astropy_healpix-1.0.1.tar.gz

New:

  astropy_healpix-1.0.2.tar.gz



Other differences:
--
++ python-astropy-healpix.spec ++
--- /var/tmp/diff_new_pack.W0wVpm/_old  2023-12-28 23:02:57.501720680 +0100
+++ /var/tmp/diff_new_pack.W0wVpm/_new  2023-12-28 23:02:57.505720826 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-astropy-healpix
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:HEALPix for Astropy
 License:BSD-3-Clause

++ astropy_healpix-1.0.1.tar.gz -> astropy_healpix-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/astropy_healpix-1.0.1/.github/workflows/ci_cron_weekly.yml 
new/astropy_healpix-1.0.2/.github/workflows/ci_cron_weekly.yml
--- old/astropy_healpix-1.0.1/.github/workflows/ci_cron_weekly.yml  
2023-11-28 18:07:08.0 +0100
+++ new/astropy_healpix-1.0.2/.github/workflows/ci_cron_weekly.yml  
2023-12-12 16:43:05.0 +0100
@@ -15,7 +15,7 @@
 steps:
 - uses: actions/checkout@v4
 - name: Set up Python to build docs with sphinx
-  uses: actions/setup-python@v4
+  uses: actions/setup-python@v5
   with:
 python-version: 3.9
 - name: Install base dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.1/.github/workflows/ci_tests.yml 
new/astropy_healpix-1.0.2/.github/workflows/ci_tests.yml
--- old/astropy_healpix-1.0.1/.github/workflows/ci_tests.yml2023-11-28 
18:07:08.0 +0100
+++ new/astropy_healpix-1.0.2/.github/workflows/ci_tests.yml2023-12-12 
16:43:05.0 +0100
@@ -73,7 +73,7 @@
   with:
 fetch-depth: 0
 - name: Set up Python ${{ matrix.python }} on ${{ matrix.os }}
-  uses: actions/setup-python@v4
+  uses: actions/setup-python@v5
   with:
 python-version: ${{ matrix.python }}
 - name: Install base dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.1/CHANGES.rst 
new/astropy_healpix-1.0.2/CHANGES.rst
--- old/astropy_healpix-1.0.1/CHANGES.rst   2023-11-28 18:07:08.0 
+0100
+++ new/astropy_healpix-1.0.2/CHANGES.rst   2023-12-12 16:43:05.0 
+0100
@@ -4,6 +4,12 @@
 Changes
 ***
 
+1.0.2 (2023-12-12)
+==
+
+- lonlat_to_healpix now correctly returns -1 if the longitude or latitude is
+  NaN or infinite. [#208]
+
 1.0.1 (2023-11-28)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.1/PKG-INFO 
new/astropy_healpix-1.0.2/PKG-INFO
--- old/astropy_healpix-1.0.1/PKG-INFO  2023-11-28 18:07:31.105450600 +0100
+++ new/astropy_healpix-1.0.2/PKG-INFO  2023-12-12 16:43:26.704017600 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: astropy_healpix
-Version: 1.0.1
+Version: 1.0.2
 Summary: BSD-licensed HEALPix for Astropy
 Home-page: https://github.com/astropy/astropy-healpix
 Author: Astropy Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.1/astropy_healpix/_core.c 
new/astropy_healpix-1.0.2/astropy_healpix/_core.c
--- old/astropy_healpix-1.0.1/astropy_healpix/_core.c   2023-11-28 
18:07:08.0 +0100
+++ new/astropy_healpix-1.0.2/astropy_healpix/_core.c   2023-12-12 
16:43:05.0 +0100
@@ -1,4 +1,5 @@
 #include 
+#include 
 #include 
 #include 
 #include "healpix.h"
@@ -114,7 +115,8 @@
 double  *dy=  (double *)  [5][i * steps[5]];
 int64_t xy = INVALID_INDEX;
 
-xy = radec_to_healpixlf(lon, lat, nside, dx, dy);
+if (isfinite(lon) && isfinite(lat))
+xy = radec_to_healpixlf(lon, lat, 

commit python-astropy-healpix for openSUSE:Factory

2023-12-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astropy-healpix for 
openSUSE:Factory checked in at 2023-12-02 17:13:20

Comparing /work/SRC/openSUSE:Factory/python-astropy-healpix (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-healpix.new.25432 (New)


Package is "python-astropy-healpix"

Sat Dec  2 17:13:20 2023 rev:4 rq:1130392 version:1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-healpix/python-astropy-healpix.changes
2023-09-12 21:03:05.896635512 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-healpix.new.25432/python-astropy-healpix.changes
 2023-12-02 17:13:51.778865052 +0100
@@ -1,0 +2,7 @@
+Sat Dec  2 08:50:58 UTC 2023 - Dirk Müller 
+
+- update to 1.0.1:
+  * Allow building using any version of Numpy between 1.25 and 2.
+  * Build wheels for PyPI. [#200]
+
+---

Old:

  astropy_healpix-1.0.0.tar.gz

New:

  astropy_healpix-1.0.1.tar.gz



Other differences:
--
++ python-astropy-healpix.spec ++
--- /var/tmp/diff_new_pack.fzhyUh/_old  2023-12-02 17:13:52.226881470 +0100
+++ /var/tmp/diff_new_pack.fzhyUh/_new  2023-12-02 17:13:52.226881470 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-astropy-healpix
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:HEALPix for Astropy
 License:BSD-3-Clause

++ astropy_healpix-1.0.0.tar.gz -> astropy_healpix-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/astropy_healpix-1.0.0/.github/workflows/ci_cron_weekly.yml 
new/astropy_healpix-1.0.1/.github/workflows/ci_cron_weekly.yml
--- old/astropy_healpix-1.0.0/.github/workflows/ci_cron_weekly.yml  
2023-08-21 15:27:23.0 +0200
+++ new/astropy_healpix-1.0.1/.github/workflows/ci_cron_weekly.yml  
2023-11-28 18:07:08.0 +0100
@@ -13,7 +13,7 @@
   doc_test:
 runs-on: ubuntu-latest
 steps:
-- uses: actions/checkout@v3
+- uses: actions/checkout@v4
 - name: Set up Python to build docs with sphinx
   uses: actions/setup-python@v4
   with:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.0/.github/workflows/ci_tests.yml 
new/astropy_healpix-1.0.1/.github/workflows/ci_tests.yml
--- old/astropy_healpix-1.0.0/.github/workflows/ci_tests.yml2023-08-21 
15:27:23.0 +0200
+++ new/astropy_healpix-1.0.1/.github/workflows/ci_tests.yml2023-11-28 
18:07:08.0 +0100
@@ -69,7 +69,7 @@
 
 steps:
 - name: Checkout code
-  uses: actions/checkout@v3
+  uses: actions/checkout@v4
   with:
 fetch-depth: 0
 - name: Set up Python ${{ matrix.python }} on ${{ matrix.os }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.0/.github/workflows/publish.yml 
new/astropy_healpix-1.0.1/.github/workflows/publish.yml
--- old/astropy_healpix-1.0.0/.github/workflows/publish.yml 2023-08-21 
15:27:23.0 +0200
+++ new/astropy_healpix-1.0.1/.github/workflows/publish.yml 2023-11-28 
18:07:08.0 +0100
@@ -1,6 +1,10 @@
 name: Publish
 
 on:
+  schedule:
+# run every day at 4am UTC
+- cron: '0 4 * * *'
+  workflow_dispatch:
   pull_request:
   push:
 branches:
@@ -14,6 +18,7 @@
 uses: 
OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
 secrets:
   pypi_token: ${{ secrets.pypi_token }}
+  anaconda_token: ${{ secrets.anaconda_token }}
 with:
   targets: |
 - linux
@@ -21,3 +26,12 @@
 - windows
 - cp3*-macosx_arm64
 - cp3*-manylinux_aarch64
+
+  # Developer wheels (use Numpy dev to build)
+  upload_to_anaconda: ${{ (github.event_name == 'schedule' || 
github.event_name == 'workflow_dispatch') }}
+  anaconda_user: astropy
+  anaconda_package: astropy-healpix
+  anaconda_keep_n_latest: 10
+  env: |
+CIBW_BEFORE_BUILD: '${{ ((github.event_name == 'schedule' || 
github.event_name == 'workflow_dispatch') && 'pip install --pre 
--extra-index-url 
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple setuptools 
setuptools_scm numpy>=0.0dev0 extension-helpers') || '' }}'
+CIBW_BUILD_FRONTEND: '${{ ((github.event_name == 'schedule' || 
github.event_name == 'workflow_dispatch') && 'pip; args: --no-build-isolation') 
|| 'build' }}'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.0/.readthedocs.yml 
new/astropy_healpix-1.0.1/.readthedocs.yml
--- old/astropy_healpix-1.0.0/.readthedocs.yml  2023-08-21 

commit python-astropy-healpix for openSUSE:Factory

2023-09-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astropy-healpix for 
openSUSE:Factory checked in at 2023-09-12 21:02:35

Comparing /work/SRC/openSUSE:Factory/python-astropy-healpix (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-healpix.new.1766 (New)


Package is "python-astropy-healpix"

Tue Sep 12 21:02:35 2023 rev:3 rq:1110367 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-healpix/python-astropy-healpix.changes
2022-10-28 19:30:41.074978631 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-healpix.new.1766/python-astropy-healpix.changes
  2023-09-12 21:03:05.896635512 +0200
@@ -1,0 +2,10 @@
+Mon Sep 11 20:41:13 UTC 2023 - Dirk Müller 
+
+- update to 1.0.0:
+  * Drop support for Python 3.7 and 3.8, which are not supported
+by the latest minor release of Numpy (1.25).
+  * Build binary wheels using the Python limited API.
+  * Remove warning about API stability. The API is now considered
+stable.
+
+---

Old:

  astropy_healpix-0.7.tar.gz

New:

  astropy_healpix-1.0.0.tar.gz



Other differences:
--
++ python-astropy-healpix.spec ++
--- /var/tmp/diff_new_pack.G23pvp/_old  2023-09-12 21:03:07.124679315 +0200
+++ /var/tmp/diff_new_pack.G23pvp/_new  2023-09-12 21:03:07.128679458 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astropy-healpix
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-astropy-healpix
-Version:0.7
+Version:1.0.0
 Release:0
 Summary:HEALPix for Astropy
 License:BSD-3-Clause

++ astropy_healpix-0.7.tar.gz -> astropy_healpix-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/astropy_healpix-0.7/.github/workflows/ci_cron_weekly.yml 
new/astropy_healpix-1.0.0/.github/workflows/ci_cron_weekly.yml
--- old/astropy_healpix-0.7/.github/workflows/ci_cron_weekly.yml
2022-09-15 15:10:35.0 +0200
+++ new/astropy_healpix-1.0.0/.github/workflows/ci_cron_weekly.yml  
2023-08-21 15:27:23.0 +0200
@@ -17,7 +17,7 @@
 - name: Set up Python to build docs with sphinx
   uses: actions/setup-python@v4
   with:
-python-version: 3.8
+python-version: 3.9
 - name: Install base dependencies
   run: |
 python -m pip install --upgrade pip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-0.7/.github/workflows/ci_tests.yml 
new/astropy_healpix-1.0.0/.github/workflows/ci_tests.yml
--- old/astropy_healpix-0.7/.github/workflows/ci_tests.yml  2022-09-15 
15:10:35.0 +0200
+++ new/astropy_healpix-1.0.0/.github/workflows/ci_tests.yml2023-08-21 
15:27:23.0 +0200
@@ -27,40 +27,40 @@
 python: 3.x
 toxenv: codestyle
 
-  - name: Python 3.7 with minimal dependencies
+  - name: Python 3.9 with minimal dependencies
 os: ubuntu-latest
-python: 3.7
-toxenv: py37-test
+python: 3.9
+toxenv: py39-test
 
-  - name: Python 3.8 with all optional dependencies and coverage 
checking
+  - name: Python 3.10 with all optional dependencies and coverage 
checking
 os: ubuntu-latest
-python: 3.8
-toxenv: py38-test-alldeps-cov
+python: '3.10'
+toxenv: py310-test-alldeps-cov
 
-  - name: macOS - Python 3.8 with all optional dependencies
+  - name: macOS - Python 3.10 with all optional dependencies
 os: macos-latest
-python: 3.8
-toxenv: py38-test-alldeps
+python: '3.10'
+toxenv: py310-test-alldeps
 
-  - name: Windows - Python 3.8 with all optional dependencies
+  - name: Windows - Python 3.10 with all optional dependencies
 os: windows-latest
-python: 3.8
-toxenv: py38-test-alldeps
+python: '3.10'
+toxenv: py310-test-alldeps
 
-  - name: Python 3.10 with all optional dependencies and pre-releases
+  - name: Python 3.11 with all optional dependencies and pre-releases
 os: ubuntu-latest
-python: '3.10'
-toxenv: py38-test-alldeps-predeps
+python: '3.11'
+toxenv: py311-test-alldeps-predeps
 
-  # - name: Python 3.7 with oldest supported version of 

commit python-astropy-healpix for openSUSE:Factory

2022-10-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astropy-healpix for 
openSUSE:Factory checked in at 2022-10-28 19:30:17

Comparing /work/SRC/openSUSE:Factory/python-astropy-healpix (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-healpix.new.2275 (New)


Package is "python-astropy-healpix"

Fri Oct 28 19:30:17 2022 rev:2 rq:1031603 version:0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-healpix/python-astropy-healpix.changes
2022-02-07 23:39:47.681744761 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-healpix.new.2275/python-astropy-healpix.changes
  2022-10-28 19:30:41.074978631 +0200
@@ -1,0 +2,14 @@
+Thu Oct 27 17:00:39 UTC 2022 - Ben Greiner 
+
+- Update to v0.7
+  * Added new methods ``healpix_to_xyz`` and ``xyz_to_healpix`` to
+the high level interface. [#153]
+  * The ``frame`` keyword argument for the high-level ``HEALPix``
+class may now be a frame name, frame instance, or frame class.
+[#156]
+  * On instantiation, the ``HEALPix`` class checks the ``order``
+argument. [#162]
+  * Drop support for Python 3.6, which has passed end-of-life.
+[#166]
+
+---

Old:

  astropy_healpix-0.6.tar.gz

New:

  astropy_healpix-0.7.tar.gz



Other differences:
--
++ python-astropy-healpix.spec ++
--- /var/tmp/diff_new_pack.ARKEjM/_old  2022-10-28 19:30:41.574981138 +0200
+++ /var/tmp/diff_new_pack.ARKEjM/_new  2022-10-28 19:30:41.578981158 +0200
@@ -16,26 +16,27 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
 Name:   python-astropy-healpix
-Version:0.6
+Version:0.7
 Release:0
 Summary:HEALPix for Astropy
 License:BSD-3-Clause
 URL:https://github.com/astropy/astropy-healpix
 Source: 
https://files.pythonhosted.org/packages/source/a/astropy_healpix/astropy_healpix-%{version}.tar.gz
+BuildRequires:  %{python_module devel >= 3.7}
 BuildRequires:  %{python_module extension-helpers}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-astropy
+Requires:   python-astropy >= 3
 Requires:   python-numpy
-Provides:   python-astropy-healpix = %{version}-%{release}
+Provides:   python-astropy_healpix = %{version}-%{release}
 # SECTION test requirements
-BuildRequires:  %{python_module astropy}
+BuildRequires:  %{python_module astropy >= 3}
 BuildRequires:  %{python_module hypothesis}
 BuildRequires:  %{python_module pytest-astropy}
 # /SECTION
@@ -50,10 +51,10 @@
 
 %build
 export CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check

++ astropy_healpix-0.6.tar.gz -> astropy_healpix-0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-0.6/.github/dependabot.yml 
new/astropy_healpix-0.7/.github/dependabot.yml
--- old/astropy_healpix-0.6/.github/dependabot.yml  1970-01-01 
01:00:00.0 +0100
+++ new/astropy_healpix-0.7/.github/dependabot.yml  2022-09-15 
15:10:35.0 +0200
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: github-actions
+directory: /
+schedule:
+  interval: weekly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/astropy_healpix-0.6/.github/workflows/ci_cron_weekly.yml 
new/astropy_healpix-0.7/.github/workflows/ci_cron_weekly.yml
--- old/astropy_healpix-0.6/.github/workflows/ci_cron_weekly.yml
1970-01-01 01:00:00.0 +0100
+++ new/astropy_healpix-0.7/.github/workflows/ci_cron_weekly.yml
2022-09-15 15:10:35.0 +0200
@@ -0,0 +1,27 @@
+# GitHub Actions workflow that runs on a cron schedule.
+
+name: Cron Scheduled CI Tests
+
+on:
+  schedule:
+# run at 6am UTC on Mondays
+- cron: '0 6 * * 1'
+
+jobs:
+  # Testing links in documents is a good example of something to run on a 
schedule
+  # to catch links that stop working for some reason.
+  doc_test:
+runs-on: ubuntu-latest
+steps:
+- uses: actions/checkout@v3
+- name: Set up Python to build docs with sphinx
+  uses: actions/setup-python@v4
+  with:
+python-version: 3.8
+- name: Install base dependencies
+  run: |
+python -m pip install --upgrade pip
+python -m pip install tox
+-