Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2024 13:46:28 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb39f1376f1d - main - math/py-pywavelets: update to 1.8.0
Message-ID:  <202412091346.4B9DkSeP037914@gitrepo.freebsd.org>

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

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

commit eb39f1376f1d4debe9725088dd08462150cb1ae8
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2024-12-09 13:45:55 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2024-12-09 13:45:55 +0000

    math/py-pywavelets: update to 1.8.0
    
    Release notes: https://pywavelets.readthedocs.io/en/latest/release.1.8.0.html
---
 math/py-pywavelets/Makefile                   | 2 +-
 math/py-pywavelets/distinfo                   | 6 +++---
 math/py-pywavelets/files/patch-pyproject.toml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/math/py-pywavelets/Makefile b/math/py-pywavelets/Makefile
index cce4bc5ad5e8..833b1c858022 100644
--- a/math/py-pywavelets/Makefile
+++ b/math/py-pywavelets/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pywavelets
-PORTVERSION=	1.7.0
+PORTVERSION=	1.8.0
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pywavelets/distinfo b/math/py-pywavelets/distinfo
index 6ff74b90bc66..12b016d826db 100644
--- a/math/py-pywavelets/distinfo
+++ b/math/py-pywavelets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1724851533
-SHA256 (pywavelets-1.7.0.tar.gz) = b47250e5bb853e37db5db423bafc82847f4cde0ffdf7aebb06336a993bc174f6
-SIZE (pywavelets-1.7.0.tar.gz) = 3934767
+TIMESTAMP = 1733750500
+SHA256 (pywavelets-1.8.0.tar.gz) = f3800245754840adc143cbc29534a1b8fc4b8cff6e9d403326bd52b7bb5c35aa
+SIZE (pywavelets-1.8.0.tar.gz) = 3935274
diff --git a/math/py-pywavelets/files/patch-pyproject.toml b/math/py-pywavelets/files/patch-pyproject.toml
index bd30b028bceb..2becaec0461f 100644
--- a/math/py-pywavelets/files/patch-pyproject.toml
+++ b/math/py-pywavelets/files/patch-pyproject.toml
@@ -1,11 +1,11 @@
---- pyproject.toml.orig	2024-08-12 15:57:53 UTC
+--- pyproject.toml.orig	2024-12-09 13:26:23 UTC
 +++ pyproject.toml
 @@ -16,8 +16,7 @@ requires = [
      # Note that building against numpy 1.x works fine too - users and
      # redistributors can do this by installing the numpy version they like and
      # disabling build isolation.
 -    "numpy>=2.0.0; python_version<'3.13'",
--    "numpy>=2.1.0.rc1; python_version>='3.13'",
+-    "numpy>=2.1.0; python_version>='3.13'",
 +    "numpy",
  ]
  



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