pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-gwcs



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  8 15:10:53 UTC 2026

Modified Files:
        pkgsrc/math/py-gwcs: Makefile PLIST distinfo

Log Message:
py-gwcs: updated to 0.26.1

0.26.1 (2025-11-19)

- Fix an indexing bug in ``spectroscopy.SellmeierZemax`` where the output ``n`` for array-type wavelength
  inputs had the correct shape, but had the same value for all elements.
- Deprecate the private ``_toindex`` function in favor of a public ``to_index`` function.

0.26.0 (2025-09-18)

- Fix the computation of ``lon_pole`` for Zenitahl projections and declination of +/-90 deg.
- Enable ``inputs_mapping`` in ``selector.LabelMapperArray``.
- Deprecate ``with_units`` argument in favor of the high level Shared API.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/py-gwcs/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-gwcs/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-gwcs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-gwcs/Makefile
diff -u pkgsrc/math/py-gwcs/Makefile:1.13 pkgsrc/math/py-gwcs/Makefile:1.14
--- pkgsrc/math/py-gwcs/Makefile:1.13   Thu Oct  9 07:57:46 2025
+++ pkgsrc/math/py-gwcs/Makefile        Thu Jan  8 15:10:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/10/09 07:57:46 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/01/08 15:10:53 adam Exp $
 
-DISTNAME=      gwcs-0.24.0
+DISTNAME=      gwcs-0.26.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gwcs/}
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-asdf>=3.3.0:../../math/py-asdf
-DEPENDS+=      ${PYPKGPREFIX}-asdf_astropy>=0.5.0:../../math/py-asdf_astropy
+DEPENDS+=      ${PYPKGPREFIX}-asdf_astropy>=0.8.0:../../math/py-asdf_astropy
 DEPENDS+=      ${PYPKGPREFIX}-asdf_wcs_schemas>=0.4.0:../../math/py-asdf_wcs_schemas
 DEPENDS+=      ${PYPKGPREFIX}-astropy>=6.0:../../math/py-astropy
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.14.1:../../math/py-scipy

Index: pkgsrc/math/py-gwcs/PLIST
diff -u pkgsrc/math/py-gwcs/PLIST:1.3 pkgsrc/math/py-gwcs/PLIST:1.4
--- pkgsrc/math/py-gwcs/PLIST:1.3       Thu Feb 13 12:11:04 2025
+++ pkgsrc/math/py-gwcs/PLIST   Thu Jan  8 15:10:53 2026
@@ -1,12 +1,16 @@
-@comment $NetBSD: PLIST,v 1.3 2025/02/13 12:11:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/01/08 15:10:53 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/licenses/LICENSE.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/gwcs/__init__.py
 ${PYSITELIB}/gwcs/__init__.pyc
 ${PYSITELIB}/gwcs/__init__.pyo
+${PYSITELIB}/gwcs/_version.py
+${PYSITELIB}/gwcs/_version.pyc
+${PYSITELIB}/gwcs/_version.pyo
 ${PYSITELIB}/gwcs/api.py
 ${PYSITELIB}/gwcs/api.pyc
 ${PYSITELIB}/gwcs/api.pyo
@@ -37,15 +41,51 @@ ${PYSITELIB}/gwcs/converters/tests/test_
 ${PYSITELIB}/gwcs/converters/wcs.py
 ${PYSITELIB}/gwcs/converters/wcs.pyc
 ${PYSITELIB}/gwcs/converters/wcs.pyo
-${PYSITELIB}/gwcs/coordinate_frames.py
-${PYSITELIB}/gwcs/coordinate_frames.pyc
-${PYSITELIB}/gwcs/coordinate_frames.pyo
+${PYSITELIB}/gwcs/coordinate_frames/__init__.py
+${PYSITELIB}/gwcs/coordinate_frames/__init__.pyc
+${PYSITELIB}/gwcs/coordinate_frames/__init__.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_base.py
+${PYSITELIB}/gwcs/coordinate_frames/_base.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_base.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_celestial.py
+${PYSITELIB}/gwcs/coordinate_frames/_celestial.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_celestial.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_composite.py
+${PYSITELIB}/gwcs/coordinate_frames/_composite.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_composite.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_core.py
+${PYSITELIB}/gwcs/coordinate_frames/_core.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_core.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_empty.py
+${PYSITELIB}/gwcs/coordinate_frames/_empty.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_empty.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_frame.py
+${PYSITELIB}/gwcs/coordinate_frames/_frame.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_frame.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_properties.py
+${PYSITELIB}/gwcs/coordinate_frames/_properties.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_properties.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_spectral.py
+${PYSITELIB}/gwcs/coordinate_frames/_spectral.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_spectral.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_stokes.py
+${PYSITELIB}/gwcs/coordinate_frames/_stokes.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_stokes.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_temporal.py
+${PYSITELIB}/gwcs/coordinate_frames/_temporal.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_temporal.pyo
+${PYSITELIB}/gwcs/coordinate_frames/_utils.py
+${PYSITELIB}/gwcs/coordinate_frames/_utils.pyc
+${PYSITELIB}/gwcs/coordinate_frames/_utils.pyo
 ${PYSITELIB}/gwcs/examples.py
 ${PYSITELIB}/gwcs/examples.pyc
 ${PYSITELIB}/gwcs/examples.pyo
 ${PYSITELIB}/gwcs/extension.py
 ${PYSITELIB}/gwcs/extension.pyc
 ${PYSITELIB}/gwcs/extension.pyo
+${PYSITELIB}/gwcs/fitswcs.py
+${PYSITELIB}/gwcs/fitswcs.pyc
+${PYSITELIB}/gwcs/fitswcs.pyo
 ${PYSITELIB}/gwcs/geometry.py
 ${PYSITELIB}/gwcs/geometry.pyc
 ${PYSITELIB}/gwcs/geometry.pyo

Index: pkgsrc/math/py-gwcs/distinfo
diff -u pkgsrc/math/py-gwcs/distinfo:1.5 pkgsrc/math/py-gwcs/distinfo:1.6
--- pkgsrc/math/py-gwcs/distinfo:1.5    Thu Feb 13 12:11:04 2025
+++ pkgsrc/math/py-gwcs/distinfo        Thu Jan  8 15:10:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/02/13 12:11:04 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/01/08 15:10:53 adam Exp $
 
-BLAKE2s (gwcs-0.24.0.tar.gz) = fb7d25cc674c6a9b46fbc24d8138baafbf09cb39db8f1fde2539c1e706d060e4
-SHA512 (gwcs-0.24.0.tar.gz) = 788aa343051ed9fbf423885391aecd197360c6a53d0691f6666b708520d583b93ccfb8ce7c24be34da08fd664d53f1b6549ae5fe3ff6c0c720ef0954770bfbdb
-Size (gwcs-0.24.0.tar.gz) = 212592 bytes
+BLAKE2s (gwcs-0.26.1.tar.gz) = 5a6e26d356a53a4ce41cf74dfaa565d384ea0d0b09dbdb5a60058c0e9f865c3f
+SHA512 (gwcs-0.26.1.tar.gz) = 0d88a4ca25166ad86f96b9c276326b53f539082116d8cff7c4ba58721b805be52066246a320107b6f4dffb4770a1e20d5bc78aa971c1f829adde7e8ec9aee8ad
+Size (gwcs-0.26.1.tar.gz) = 346483 bytes



Home | Main Index | Thread Index | Old Index