Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2024 01:53:12 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: abd45775608d - main - math/py-scs: update 3.2.4.post2 =?utf-8?Q?=E2=86=92?= 3.2.4.post3
Message-ID:  <202406210153.45L1rCXw076441@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=abd45775608d3aa8cf0a5cc796b3db19614c45cd

commit abd45775608d3aa8cf0a5cc796b3db19614c45cd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-21 00:19:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-21 01:52:55 +0000

    math/py-scs: update 3.2.4.post2 → 3.2.4.post3
    
    Reported by:    portscout
---
 math/py-scs/Makefile                   |  2 +-
 math/py-scs/distinfo                   |  6 +++---
 math/py-scs/files/patch-pyproject.toml | 15 ++++++++-------
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/math/py-scs/Makefile b/math/py-scs/Makefile
index bdf1f9e4ae5b..3611b719d74f 100644
--- a/math/py-scs/Makefile
+++ b/math/py-scs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	scs
-DISTVERSION=	3.2.4.post2
+DISTVERSION=	3.2.4.post3
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-scs/distinfo b/math/py-scs/distinfo
index 490586b67a95..4c4544df894f 100644
--- a/math/py-scs/distinfo
+++ b/math/py-scs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718821336
-SHA256 (scs-3.2.4.post2.tar.gz) = d9299567c8577a1be74ec8efdf68822d6ec4ee5fb832fb150e1be257621d64e2
-SIZE (scs-3.2.4.post2.tar.gz) = 1536028
+TIMESTAMP = 1718925164
+SHA256 (scs-3.2.4.post3.tar.gz) = a6ee9cb167c3d3bc57e023ee70df15ecb1fccc3eec286a02198f35198d56b612
+SIZE (scs-3.2.4.post3.tar.gz) = 1536058
diff --git a/math/py-scs/files/patch-pyproject.toml b/math/py-scs/files/patch-pyproject.toml
index ab15f26d199f..7b7980d3fad4 100644
--- a/math/py-scs/files/patch-pyproject.toml
+++ b/math/py-scs/files/patch-pyproject.toml
@@ -1,10 +1,11 @@
---- pyproject.toml.orig	2024-06-19 18:23:27 UTC
+--- pyproject.toml.orig	2024-06-20 23:14:01 UTC
 +++ pyproject.toml
-@@ -1,6 +1,6 @@ build-backend = 'mesonpy'
+@@ -1,7 +1,7 @@ requires = [
  [build-system]
  build-backend = 'mesonpy'
--requires = ['meson-python', 'oldest-supported-numpy']
-+requires = ['meson-python', 'numpy']
- 
- [project]
- name = 'scs'
+ requires = [
+-  "numpy >= 2.0.0; python_version > '3.8'",
++  "numpy; python_version > '3.8'",
+   "oldest-supported-numpy; python_version <= '3.8'",
+   "meson-python"
+ ]



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