Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2024 05:10:04 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b06a2e2f2a5 - main - devel/py-qutip: update 4.7.3 =?utf-8?Q?=E2=86=92?= 5.0.2
Message-ID:  <202408020510.4725A4Dp010606@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b06a2e2f2a5ddf73c4a984e1e5d21cf78dd53c5

commit 6b06a2e2f2a5ddf73c4a984e1e5d21cf78dd53c5
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-08-02 05:09:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-08-02 05:09:50 +0000

    devel/py-qutip: update 4.7.3 → 5.0.2
    
    PR:     279992
---
 devel/py-qutip/Makefile                   | 2 +-
 devel/py-qutip/distinfo                   | 6 +++---
 devel/py-qutip/files/patch-pyproject.toml | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/py-qutip/Makefile b/devel/py-qutip/Makefile
index d776d147db05..dc7cef7da85a 100644
--- a/devel/py-qutip/Makefile
+++ b/devel/py-qutip/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	qutip
-DISTVERSION=	4.7.3
+DISTVERSION=	5.0.2
 CATEGORIES=	devel
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-qutip/distinfo b/devel/py-qutip/distinfo
index 9078d15853fe..abc0c4364928 100644
--- a/devel/py-qutip/distinfo
+++ b/devel/py-qutip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692867088
-SHA256 (qutip-4.7.3.tar.gz) = abaf8281cacdb31b822456b4732d591939781ab94561f42bc081a64e3fda713d
-SIZE (qutip-4.7.3.tar.gz) = 3626890
+TIMESTAMP = 1719322821
+SHA256 (qutip-5.0.2.tar.gz) = 1c3d0fecc3e237783a9ef22cec2c54f49f0da4c17b9ee036848bdd9009f4baf5
+SIZE (qutip-5.0.2.tar.gz) = 5110303
diff --git a/devel/py-qutip/files/patch-pyproject.toml b/devel/py-qutip/files/patch-pyproject.toml
index 72ec670dea36..f20dc86ef7af 100644
--- a/devel/py-qutip/files/patch-pyproject.toml
+++ b/devel/py-qutip/files/patch-pyproject.toml
@@ -1,11 +1,11 @@
---- pyproject.toml.orig	2023-02-23 10:21:28 UTC
+--- pyproject.toml.orig	2024-06-25 13:46:12 UTC
 +++ pyproject.toml
-@@ -6,7 +6,7 @@ requires = [
-     "cython>=0.29.20",
+@@ -7,7 +7,7 @@ requires = [
+     "cython>=0.29.20,<3.0.0; python_version<='3.9'",
      # See https://numpy.org/doc/stable/user/depending_on_numpy.html for
      # the recommended way to build against numpy's C API:
 -    "oldest-supported-numpy",
 +    "numpy",
-     "scipy>=1.0",
+     "scipy>=1.8",
  ]
  build-backend = "setuptools.build_meta"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408020510.4725A4Dp010606>