From nobody Sat May 2 11:19:08 2026 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g755S3zlyz6bb9N for ; Sat, 02 May 2026 11:19:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g755S31xxz3GwQ for ; Sat, 02 May 2026 11:19:08 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777720748; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Iva4mXow2bNfZPXp5RREIEvSY2ktNU/p+taK9X8YA4g=; b=jjp/o5PYC7mcLCgVcTkUL4gktZQA8p6IKtOAmLgeUMvt6Joi++SA0FJJTg0o/hiuqEv2jl Ea92BdWLoYY8KFeBCerEtaakH1S+yGbRhLTYRS9v4hnRQgc+MliCt9MfBn1Xq3QRWj8yVJ 7gWIWLefi1C8ZYW2yuWLoa+0KxNaqvZ7V5cn7HoVJXrZl5FiahDqja8ZhJJksexUYHMtnf oCaAKqHxW1nWRkClebMZ9o6EQV3muW9OL10N9Yk4v6kiwdrAW8ctXN0GmzUy/rhH1hw1Ih /AS3phVnhvHGmS5N/i3K43klYvwsvcv8VUXAJA7Na6ukZMiWXcBB5k55C/2rCw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777720748; a=rsa-sha256; cv=none; b=uniCiR/l1JrF2dc5J0bbAxl/IxSp4QNUSuERLteldtw2H2T15X2aQvjPSVtg2BtGcO3Puz wgoD7w2FgH64UG3X1DP7p+ILUpimj6kiCPYm4z5+eKLMZE1pp9SPa13qrMkc+7HWtQ8glU nEhHUFW5eoNdBny/N57sgWQ8Uk0SsfOEwfn8uHuqa3DCOAo5fyN7vyN8KVZFgXcy6oim5u IBz6VeG7P3fAxDGFhRjDzCZtc/ajEvmsQzSCPLoaO6TMeO+slFnYDTnYfpFxEtoDuBf1R5 RUijtKXmqH3Yy4p3e4fshT+mQv4h68sXrLAGYCfTT+1+qjN+XerIQOIFBYcaew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777720748; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Iva4mXow2bNfZPXp5RREIEvSY2ktNU/p+taK9X8YA4g=; b=A7BoLB/62jaofcg+Rq+2RvfUCOs9gGDbpoQPWn+rrnSFBDWTe2NSur1zcls4KgMQyKON52 NCSdsVPsr8+RMvGFt1iIFMMxAB7igPBKIc30Imyg1oVNXoThYbhSuOgBeq2MLDFYbkguWx 22j2I2i21e2o2ZUK9chw90hSmUrr8NcTWnqcNTG6cZ7ho4fSIo91CzuRRCGBLW6SQwKZDI E7L70YzHUrXFa5YsuSNwESCqrYY0eIsaa9MNXTYjlh+A8JeSWeHlrnBA8JsfBI5ivkiIN9 emjskbgZzIJ1Zg92p6Yvdq0/zvirjvi4rqGpie2jirwHcNyq3wAFcHjA0lGARQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g755S2SdZzjZQ for ; Sat, 02 May 2026 11:19:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 279d3 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 02 May 2026 11:19:08 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c68a297ba08e - main - devel/py-bump-my-version: Add py-bump-my-version 1.3.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c68a297ba08e267660af6fd03422297484479b23 Auto-Submitted: auto-generated Date: Sat, 02 May 2026 11:19:08 +0000 Message-Id: <69f5ddac.279d3.3f4f8a81@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c68a297ba08e267660af6fd03422297484479b23 commit c68a297ba08e267660af6fd03422297484479b23 Author: Po-Chuan Hsieh AuthorDate: 2026-05-02 11:13:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-05-02 11:13:02 +0000 devel/py-bump-my-version: Add py-bump-my-version 1.3.0 Bump My Version's purpose is to: - Work as a part of an automated build system - Manage project versioning through the project's development life cycle - Incrementing and serializing version numbers - parsing version numbers - supporting SemVer, CalVer, and other versioning schemes - Search and replace data in project files - Work with the project's source control system - Committing changes - Tagging releases - Reading version numbers from tags --- devel/Makefile | 1 + devel/py-bump-my-version/Makefile | 32 ++++++++++++++++++++++++++++++++ devel/py-bump-my-version/distinfo | 3 +++ devel/py-bump-my-version/pkg-descr | 11 +++++++++++ 4 files changed, 47 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 4b09caa30b6f..e84bd4c1c528 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4664,6 +4664,7 @@ SUBDIR += py-buildbot-wsgi-dashboards SUBDIR += py-buildbot-www SUBDIR += py-bullet3 + SUBDIR += py-bump-my-version SUBDIR += py-bump2version SUBDIR += py-bytecode SUBDIR += py-cabby diff --git a/devel/py-bump-my-version/Makefile b/devel/py-bump-my-version/Makefile new file mode 100644 index 000000000000..a5629550b837 --- /dev/null +++ b/devel/py-bump-my-version/Makefile @@ -0,0 +1,32 @@ +PORTNAME= bump-my-version +PORTVERSION= 1.3.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= bump_my_version-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Version bump your Python project +WWW= https://callowayproject.github.io/bump-my-version/ \ + https://github.com/callowayproject/bump-my-version + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0<8.4:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx>=0.28.1:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic-settings>=0:devel/py-pydantic-settings@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0.0:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}questionary>=0:devel/py-questionary@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>=0:textproc/py-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich-click>=0:devel/py-rich-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tomlkit>=0:textproc/py-tomlkit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wcmatch>=8.5.1:textproc/py-wcmatch@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include diff --git a/devel/py-bump-my-version/distinfo b/devel/py-bump-my-version/distinfo new file mode 100644 index 000000000000..fb7946411243 --- /dev/null +++ b/devel/py-bump-my-version/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1777572468 +SHA256 (bump_my_version-1.3.0.tar.gz) = 5780137a8d93378af3839798fcba01c7e6cb28dcc5aa5a7ab4d8507787f1995c +SIZE (bump_my_version-1.3.0.tar.gz) = 1142429 diff --git a/devel/py-bump-my-version/pkg-descr b/devel/py-bump-my-version/pkg-descr new file mode 100644 index 000000000000..333c0866e863 --- /dev/null +++ b/devel/py-bump-my-version/pkg-descr @@ -0,0 +1,11 @@ +Bump My Version's purpose is to: +- Work as a part of an automated build system +- Manage project versioning through the project's development life cycle + - Incrementing and serializing version numbers + - parsing version numbers + - supporting SemVer, CalVer, and other versioning schemes +- Search and replace data in project files +- Work with the project's source control system + - Committing changes + - Tagging releases + - Reading version numbers from tags