Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-lmfit py-lmfit: updated to 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62751e340ee8
branches:  trunk
changeset: 428486:62751e340ee8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 28 13:27:03 2020 +0000

description:
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``.

diffstat:

 math/py-lmfit/Makefile |  14 +++++++-------
 math/py-lmfit/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)

diffs (48 lines):

diff -r 79bed095fcc3 -r 62751e340ee8 math/py-lmfit/Makefile
--- a/math/py-lmfit/Makefile    Tue Apr 28 13:24:37 2020 +0000
+++ b/math/py-lmfit/Makefile    Tue Apr 28 13:27:03 2020 +0000
@@ -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 @@
 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"
diff -r 79bed095fcc3 -r 62751e340ee8 math/py-lmfit/distinfo
--- a/math/py-lmfit/distinfo    Tue Apr 28 13:24:37 2020 +0000
+++ b/math/py-lmfit/distinfo    Tue Apr 28 13:27:03 2020 +0000
@@ -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