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 <dmuel...@suse.com>
+
+- 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.yml    2023-12-12 
16:43:05.000000000 +0100
+++ new/astropy_healpix-1.0.3/.github/workflows/ci_tests.yml    2024-04-05 
23:13:24.000000000 +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.000000000 +0100
+++ new/astropy_healpix-1.0.3/.github/workflows/publish.yml     2024-04-05 
23:13:24.000000000 +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.000000000 
+0100
+++ new/astropy_healpix-1.0.3/CHANGES.rst       2024-04-05 23:13:24.000000000 
+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: https://github.com/astropy/astropy-healpix
 Author: Astropy Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.2/astropy_healpix/core.py 
new/astropy_healpix-1.0.3/astropy_healpix/core.py
--- old/astropy_healpix-1.0.2/astropy_healpix/core.py   2023-12-12 
16:43:05.000000000 +0100
+++ new/astropy_healpix-1.0.3/astropy_healpix/core.py   2024-04-05 
23:13:24.000000000 +0200
@@ -28,6 +28,8 @@
     'neighbours',
 ]
 
+_NUMPY_COPY_IF_NEEDED = False if np.__version__.startswith("1.") else None
+
 
 def _validate_order(order):
     # We also support upper-case, to support directly the values
@@ -369,8 +371,8 @@
 
     lon, lat = func(healpix_index, nside, dx, dy)
 
-    lon = Longitude(lon, unit=u.rad, copy=False)
-    lat = Latitude(lat, unit=u.rad, copy=False)
+    lon = Longitude(lon, unit=u.rad, copy=_NUMPY_COPY_IF_NEEDED)
+    lat = Latitude(lat, unit=u.rad, copy=_NUMPY_COPY_IF_NEEDED)
 
     return lon, lat
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.2/astropy_healpix/version.py 
new/astropy_healpix-1.0.3/astropy_healpix/version.py
--- old/astropy_healpix-1.0.2/astropy_healpix/version.py        2023-12-12 
16:43:26.000000000 +0100
+++ new/astropy_healpix-1.0.3/astropy_healpix/version.py        2024-04-05 
23:13:40.000000000 +0200
@@ -5,4 +5,4 @@
     from setuptools_scm import get_version
     version = get_version(root='..', relative_to=__file__)
 except Exception:
-    version = '1.0.2'
+    version = '1.0.3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/astropy_healpix-1.0.2/astropy_healpix.egg-info/PKG-INFO 
new/astropy_healpix-1.0.3/astropy_healpix.egg-info/PKG-INFO
--- old/astropy_healpix-1.0.2/astropy_healpix.egg-info/PKG-INFO 2023-12-12 
16:43:26.000000000 +0100
+++ new/astropy_healpix-1.0.3/astropy_healpix.egg-info/PKG-INFO 2024-04-05 
23:13:40.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
-Name: astropy-healpix
-Version: 1.0.2
+Name: astropy_healpix
+Version: 1.0.3
 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.2/pyproject.toml 
new/astropy_healpix-1.0.3/pyproject.toml
--- old/astropy_healpix-1.0.2/pyproject.toml    2023-12-12 16:43:05.000000000 
+0100
+++ new/astropy_healpix-1.0.3/pyproject.toml    2024-04-05 23:13:25.000000000 
+0200
@@ -3,12 +3,12 @@
 requires = ["setuptools>=42.0.0",
             "setuptools_scm",
             "extension-helpers",
-            "numpy>=1.25,<2"]
+            "numpy>=2.0.0rc1"]
 
 build-backend = 'setuptools.build_meta'
 
 [tool.cibuildwheel]
-skip = "*-musllinux_* pp310*"
+skip = "*-musllinux_* pp310* *manylinux_i686*"
 
 [tool.cibuildwheel.macos]
 archs = ["x86_64", "universal2"]

Reply via email to