pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-pyerfa



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 20 12:41:48 UTC 2023

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

Log Message:
py-pyerfa: updated to 2.0.1.1

2.0.1.1 (2023-10-19)
====================
- Ensured pyerfa works on PyPy too with the Python limited API. [gh-120]
- Ensure any non-contigous multi-dimensional inputs are recognized
  properly, so that, e.g., a non-contiguous matrix is copied as
  needed before input to the erfa functions. [gh-124]


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-pyerfa/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-pyerfa/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-pyerfa/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-pyerfa/Makefile
diff -u pkgsrc/math/py-pyerfa/Makefile:1.9 pkgsrc/math/py-pyerfa/Makefile:1.10
--- pkgsrc/math/py-pyerfa/Makefile:1.9  Tue Aug  1 23:20:48 2023
+++ pkgsrc/math/py-pyerfa/Makefile      Fri Oct 20 12:41:48 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/08/01 23:20:48 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/10/20 12:41:48 adam Exp $
 
-DISTNAME=      pyerfa-2.0.0.1
+DISTNAME=      pyerfa-2.0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyerfa/}

Index: pkgsrc/math/py-pyerfa/PLIST
diff -u pkgsrc/math/py-pyerfa/PLIST:1.2 pkgsrc/math/py-pyerfa/PLIST:1.3
--- pkgsrc/math/py-pyerfa/PLIST:1.2     Mon Aug 29 15:54:08 2022
+++ pkgsrc/math/py-pyerfa/PLIST Fri Oct 20 12:41:48 2023
@@ -1,4 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2022/08/29 15:54:08 thor Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/10/20 12:41:48 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/erfa/__init__.py
 ${PYSITELIB}/erfa/__init__.pyc
 ${PYSITELIB}/erfa/__init__.pyo
@@ -23,13 +29,7 @@ ${PYSITELIB}/erfa/tests/test_erfa.pyo
 ${PYSITELIB}/erfa/tests/test_ufunc.py
 ${PYSITELIB}/erfa/tests/test_ufunc.pyc
 ${PYSITELIB}/erfa/tests/test_ufunc.pyo
-${PYSITELIB}/erfa/ufunc.so
+${PYSITELIB}/erfa/ufunc.abi3.so
 ${PYSITELIB}/erfa/version.py
 ${PYSITELIB}/erfa/version.pyc
 ${PYSITELIB}/erfa/version.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt

Index: pkgsrc/math/py-pyerfa/distinfo
diff -u pkgsrc/math/py-pyerfa/distinfo:1.4 pkgsrc/math/py-pyerfa/distinfo:1.5
--- pkgsrc/math/py-pyerfa/distinfo:1.4  Mon Aug 29 15:54:08 2022
+++ pkgsrc/math/py-pyerfa/distinfo      Fri Oct 20 12:41:48 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/08/29 15:54:08 thor Exp $
+$NetBSD: distinfo,v 1.5 2023/10/20 12:41:48 adam Exp $
 
-BLAKE2s (pyerfa-2.0.0.1.tar.gz) = da83e4c27b58d647c78f981aa7ff4773450c8be2d161934ad400cd0be89b6c1c
-SHA512 (pyerfa-2.0.0.1.tar.gz) = 420e7bb2d00a9bd7d2290b6b0598b5963404ac021f713ae7bbf607135b9db6605f63dd89694d2cf406eb230b58b1028f2458f96ed834127ce9a398810cfea589
-Size (pyerfa-2.0.0.1.tar.gz) = 808497 bytes
+BLAKE2s (pyerfa-2.0.1.1.tar.gz) = 284e2e37550b315400b44ff4778ccf3607988cf101b60b5841b1795a9bb61cb7
+SHA512 (pyerfa-2.0.1.1.tar.gz) = 1e268946f72db2012051dfabbd396c2b193198faec8a0a9849a131b6df3279b04cb3376d46f53256d225a7ad78309aa411a361bc801cfea5654bff0c160131e3
+Size (pyerfa-2.0.1.1.tar.gz) = 817669 bytes



Home | Main Index | Thread Index | Old Index