Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2026 02:08:42 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Goran=?utf-8?Q? Meki=C4=87?= <meka@tilda.center>
Subject:   git: 65594740eb86 - main - net/py-bonsai: Update 1.5.4 => 1.5.5
Message-ID:  <69d9ad2a.408a1.f546446@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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

commit 65594740eb86c3c9b34cadbd147f4a548d1fbd5d
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2026-04-11 02:08:01 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-11 02:08:01 +0000

    net/py-bonsai: Update 1.5.4 => 1.5.5
    
    Changelog:
    https://github.com/noirello/bonsai/blob/v1.5.5/CHANGELOG.rst
    
    PR:             294373
    Sponsored by:   UNIS Labs
---
 net/py-bonsai/Makefile                   |  2 +-
 net/py-bonsai/distinfo                   |  6 +++---
 net/py-bonsai/files/patch-pyproject.toml | 12 ------------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/net/py-bonsai/Makefile b/net/py-bonsai/Makefile
index 6582f4a02b12..dfd49787db6c 100644
--- a/net/py-bonsai/Makefile
+++ b/net/py-bonsai/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	bonsai
-DISTVERSION=	1.5.4
+DISTVERSION=	1.5.5
 CATEGORIES=	net devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-bonsai/distinfo b/net/py-bonsai/distinfo
index 1de79958542d..00994c6bd59e 100644
--- a/net/py-bonsai/distinfo
+++ b/net/py-bonsai/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1767976315
-SHA256 (bonsai-1.5.4.tar.gz) = 52a7fe9a23f57c84dc745a5f2831d11c668734b139a2ff7df04c0ff22676a2c7
-SIZE (bonsai-1.5.4.tar.gz) = 150601
+TIMESTAMP = 1775778210
+SHA256 (bonsai-1.5.5.tar.gz) = 417d2c28ec91af0300c9715cc724b84a79ec3b471bc41d3a0a71009fae0cb022
+SIZE (bonsai-1.5.5.tar.gz) = 151228
diff --git a/net/py-bonsai/files/patch-pyproject.toml b/net/py-bonsai/files/patch-pyproject.toml
deleted file mode 100644
index dfffbe732cae..000000000000
--- a/net/py-bonsai/files/patch-pyproject.toml
+++ /dev/null
@@ -1,12 +0,0 @@
---- pyproject.toml.orig	2026-01-09 16:41:07 UTC
-+++ pyproject.toml
-@@ -8,8 +8,7 @@ description = "Python 3 module for accessing LDAP dire
- [project]
- name = "bonsai"
- description = "Python 3 module for accessing LDAP directory servers."
--license = "MIT"
--license-files = ["LICENSE"] 
-+license = { file = "LICENSE" }
- dynamic = ["version"]
- authors = [{name = "noirello", email = "noirello@gmail.com"}]
- requires-python = '>=3.9,<4.0'


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9ad2a.408a1.f546446>