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 Apr 28 13:27:03 UTC 2020

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

Log Message:
py-lmfit: updated to 1.0.0

Version 1.0.0 Release Notes

New features:
- no new features are introduced in 1.0.0.

Improvements:
- support for Python 2 and use of the ``six`` package are removed.

Various:
- documentation updates to clarify the use of ``emcee``.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-lmfit/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/math/py-lmfit/Makefile:1.9
--- pkgsrc/math/py-lmfit/Makefile:1.8   Sat Jan 18 23:32:52 2020
+++ pkgsrc/math/py-lmfit/Makefile       Tue Apr 28 13:27:03 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 23:32:52 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/28 13:27:03 adam Exp $
 
-DISTNAME=      lmfit-0.9.13
+DISTNAME=      lmfit-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lmfit/}
@@ -10,15 +10,15 @@ HOMEPAGE=   https://lmfit.github.io/lmfit-
 COMMENT=       Least-squares minimization with bounds and constraints
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-asteval>=0.9.12:../../math/py-asteval
-DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.10:../../math/py-numpy
-DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.19:../../math/py-scipy
+DEPENDS+=      ${PYPKGPREFIX}-asteval>=0.9.16:../../math/py-asteval
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.16:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.2:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-uncertainties>=3.0:../../math/py-uncertainties
+DEPENDS+=      ${PYPKGPREFIX}-uncertainties>=3.0.1:../../math/py-uncertainties
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-lmfit/distinfo
diff -u pkgsrc/math/py-lmfit/distinfo:1.7 pkgsrc/math/py-lmfit/distinfo:1.8
--- pkgsrc/math/py-lmfit/distinfo:1.7   Sat Jun 15 07:21:21 2019
+++ pkgsrc/math/py-lmfit/distinfo       Tue Apr 28 13:27:03 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/15 07:21:21 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/04/28 13:27:03 adam Exp $
 
-SHA1 (lmfit-0.9.13.tar.gz) = a2693d63ef4be4719c52ff6d2463c53244a7fe53
-RMD160 (lmfit-0.9.13.tar.gz) = e9c725baacf92b9255960e76fd0ed32ba52dd92f
-SHA512 (lmfit-0.9.13.tar.gz) = cd82f190d798e854afaf0087659271b7f1b53ec9a346e7974e81d07d6270493062546d71baeb077c87026185b33d3648a7d901b0805b4a165e52c721782a9234
-Size (lmfit-0.9.13.tar.gz) = 1457657 bytes
+SHA1 (lmfit-1.0.0.tar.gz) = 263c0939fa8fb6b499e9f09aeac2ed65f0bc0f9f
+RMD160 (lmfit-1.0.0.tar.gz) = 82123f8030de979e44f451a2e3a80e2bf879ab28
+SHA512 (lmfit-1.0.0.tar.gz) = 9195fcb528fd9c7d6a3c74ce071724ec1cd556df51785ba54baaeb694821299d30cf49941fd6fbd7fe4ff5651be94c9ee303a5cadbe9be63467b8b29c71829b2
+Size (lmfit-1.0.0.tar.gz) = 258821 bytes



Home | Main Index | Thread Index | Old Index