Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2026 09:41:28 +0000
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: cdfc53847000 - main - finance/py-ffn: update 1.=?utf-8?Q?1.3 =E2=86=92?= 1.1.5
Message-ID:  <69d8c5c8.1804c.766899bf@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit cdfc53847000199ded3eec4aeecff0f4cce0b2d1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-10 08:59:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-10 09:40:54 +0000

    finance/py-ffn: update 1.1.3 → 1.1.5
---
 finance/py-ffn/Makefile                   | 5 ++---
 finance/py-ffn/distinfo                   | 6 +++---
 finance/py-ffn/files/patch-pyproject.toml | 9 ++++++++-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/finance/py-ffn/Makefile b/finance/py-ffn/Makefile
index 90887c4beeee..0e7de08710b6 100644
--- a/finance/py-ffn/Makefile
+++ b/finance/py-ffn/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	ffn
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.1.3
-PORTREVISION=	1
+DISTVERSION=	1.1.5
 CATEGORIES=	finance python
 #MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -36,6 +35,6 @@ GH_ACCOUNT=	pmorissette
 
 NO_ARCH=	yes
 
-# tests as of 1.1.2: 54 passed, 6 warnings in 495.57s (0:08:15)
+# tests as of 1.1.5: 51 passed in 6.15s
 
 .include <bsd.port.mk>
diff --git a/finance/py-ffn/distinfo b/finance/py-ffn/distinfo
index bd70ee1f7747..ee588f76d5a9 100644
--- a/finance/py-ffn/distinfo
+++ b/finance/py-ffn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771830839
-SHA256 (pmorissette-ffn-v1.1.3_GH0.tar.gz) = d2300057435ae74cb2d3f27ba5072b9d708ba36d68572080c41dc53fb08d8946
-SIZE (pmorissette-ffn-v1.1.3_GH0.tar.gz) = 2444213
+TIMESTAMP = 1775811269
+SHA256 (pmorissette-ffn-v1.1.5_GH0.tar.gz) = 70e19047d7965f0e4fdc5dc98fc5dfd22596d97c75ebd318924694d1ad39c57b
+SIZE (pmorissette-ffn-v1.1.5_GH0.tar.gz) = 2444706
diff --git a/finance/py-ffn/files/patch-pyproject.toml b/finance/py-ffn/files/patch-pyproject.toml
index df4b90056e1f..0ffcdb39eb76 100644
--- a/finance/py-ffn/files/patch-pyproject.toml
+++ b/finance/py-ffn/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
 --- pyproject.toml.orig	2024-06-23 07:27:54 UTC
 +++ pyproject.toml
-@@ -1,6 +1,6 @@ requires = [
+@@ -1,6 +1,6 @@
  [build-system]
  requires = [
 -    "oldest-supported-numpy",
@@ -8,3 +8,10 @@
      "setuptools",
      "wheel",
  ]
+@@ -73,3 +73,6 @@ Homepage = "http://pmorissette.github.io/ffn/"
+ 
+ [tool.ruff.lint.per-file-ignores]
+ "__init__.py" = ["F401", "F403"]
++
++[tool.pytest.ini_options]
++testpaths = ["tests"]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d8c5c8.1804c.766899bf>