pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-lmfit



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 26 13:23:07 UTC 2025

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

Log Message:
py-lmfit: updated to 1.3.4

1.3.4

Mostly maintenance and small bug fixes:

capture and ignore std_dev=0 warnings from uncertainties package
better ensure that parameter values and sterr are floats, not np.floats
fix Doniach formula in docstring
add bose and fermi lineshapes, and BoseModel and FermiModel (with tests)
remove deprecated disp argument for ampgo
fix typos in README.rst
fix typos in doc
update to latest SciPy/NumPy version
update pre-commit and CI hooks
update zenodo link
several fixes for deprecations and test failures
do not test for warnings from upstream code that might change or be suppressed or altered
update license name for PyPI compatibiilty


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/math/py-lmfit/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-lmfit/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-lmfit/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-lmfit/Makefile
diff -u pkgsrc/math/py-lmfit/Makefile:1.25 pkgsrc/math/py-lmfit/Makefile:1.26
--- pkgsrc/math/py-lmfit/Makefile:1.25  Thu Jul  3 19:18:08 2025
+++ pkgsrc/math/py-lmfit/Makefile       Tue Aug 26 13:23:07 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2025/07/03 19:18:08 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/08/26 13:23:07 adam Exp $
 
-DISTNAME=      lmfit-1.3.3
+DISTNAME=      lmfit-1.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lmfit/}
 

Index: pkgsrc/math/py-lmfit/PLIST
diff -u pkgsrc/math/py-lmfit/PLIST:1.9 pkgsrc/math/py-lmfit/PLIST:1.10
--- pkgsrc/math/py-lmfit/PLIST:1.9      Tue Apr 15 16:31:38 2025
+++ pkgsrc/math/py-lmfit/PLIST  Tue Aug 26 13:23:07 2025
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.9 2025/04/15 16:31:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/08/26 13:23:07 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/lmfit/__init__.py

Index: pkgsrc/math/py-lmfit/distinfo
diff -u pkgsrc/math/py-lmfit/distinfo:1.14 pkgsrc/math/py-lmfit/distinfo:1.15
--- pkgsrc/math/py-lmfit/distinfo:1.14  Thu Mar 13 09:01:25 2025
+++ pkgsrc/math/py-lmfit/distinfo       Tue Aug 26 13:23:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/03/13 09:01:25 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/08/26 13:23:07 adam Exp $
 
-BLAKE2s (lmfit-1.3.3.tar.gz) = 8e388a71f91d063095ea7decd683b4113f60e0e766c04f1b28a794ac2af12657
-SHA512 (lmfit-1.3.3.tar.gz) = d81f950b3f4f4f25f3e814e063925f6f92d3ff1b05ee23bf0d89fd23be993ed34122b8db2b1376481cbe93243facb1de9437268c2bb99c97d9421af5b8443de7
-Size (lmfit-1.3.3.tar.gz) = 632645 bytes
+BLAKE2s (lmfit-1.3.4.tar.gz) = 6686289e41eb9e8b29b0dea6cec084161dbdd7f4a2b54e8b97259813e9c329ef
+SHA512 (lmfit-1.3.4.tar.gz) = 787ebdbc489884d4c391775e5ab4fba21f0e95866139b6b3effe7f3d02b4d5adc9297f923e63820259b42c6678188317c1f23524ab11f05c053a89efa600d3d4
+Size (lmfit-1.3.4.tar.gz) = 630720 bytes



Home | Main Index | Thread Index | Old Index