Date: Tue, 10 Feb 2026 08:19:46 +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: cc746cd26fdc - main - devel/py-ubelt: update 1.=?utf-8?Q?4.0 =E2=86=92?= 1.4.1 Message-ID: <698aea22.41a2f.75cc6321@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=cc746cd26fdce66879aada31a630883919cb8fcc commit cc746cd26fdce66879aada31a630883919cb8fcc Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-02-10 03:33:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-02-10 08:19:33 +0000 devel/py-ubelt: update 1.4.0 → 1.4.1 Reported by: portscout --- devel/py-ubelt/Makefile | 2 +- devel/py-ubelt/distinfo | 6 +++--- devel/py-ubelt/files/patch-ubelt_util__platform.py | 25 +++++++++++----------- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/devel/py-ubelt/Makefile b/devel/py-ubelt/Makefile index 425f1b7a9485..7e2b342e77db 100644 --- a/devel/py-ubelt/Makefile +++ b/devel/py-ubelt/Makefile @@ -1,6 +1,6 @@ PORTNAME= ubelt DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ubelt/distinfo b/devel/py-ubelt/distinfo index 59900af1bdce..eb4a167745bf 100644 --- a/devel/py-ubelt/distinfo +++ b/devel/py-ubelt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755504199 -SHA256 (Erotemic-ubelt-v1.4.0_GH0.tar.gz) = 0dd05b81adc4353334e7edcad91031c6da8c7375c738a29979f27ccd85bf4f51 -SIZE (Erotemic-ubelt-v1.4.0_GH0.tar.gz) = 376453 +TIMESTAMP = 1770693146 +SHA256 (Erotemic-ubelt-v1.4.1_GH0.tar.gz) = cf6ccb3729b964cfd5e0198b513aae39b292beb397b276a8107bdbf9e6c0da34 +SIZE (Erotemic-ubelt-v1.4.1_GH0.tar.gz) = 385376 diff --git a/devel/py-ubelt/files/patch-ubelt_util__platform.py b/devel/py-ubelt/files/patch-ubelt_util__platform.py index c783ff1fdedf..20c6e493567a 100644 --- a/devel/py-ubelt/files/patch-ubelt_util__platform.py +++ b/devel/py-ubelt/files/patch-ubelt_util__platform.py @@ -1,24 +1,23 @@ ---- ubelt/util_platform.py.orig 2022-12-03 05:15:05 UTC +--- ubelt/util_platform.py.orig 2026-02-08 23:19:13 UTC +++ ubelt/util_platform.py -@@ -42,7 +42,7 @@ from os.path import exists, join, isdir, expanduser, n - - +@@ -53,6 +53,7 @@ __all__ = [ __all__ = [ -- 'WIN32', 'LINUX', 'DARWIN', 'POSIX', -+ 'WIN32', 'FREEBSD', 'LINUX', 'DARWIN', 'POSIX', - 'find_exe', 'find_path', - 'ensure_app_cache_dir', 'ensure_app_config_dir', 'ensure_app_data_dir', - 'get_app_cache_dir', 'get_app_config_dir', 'get_app_data_dir', -@@ -67,6 +67,8 @@ def platform_data_dir(): + 'WIN32', + 'LINUX', ++ 'FREEBSD', + 'DARWIN', + 'POSIX', + 'find_exe', +@@ -86,6 +87,8 @@ def platform_data_dir() -> str: """ if POSIX: # nocover dpath_ = os.environ.get('XDG_DATA_HOME', '~/.local/share') + elif FREEBSD: # nocover + dpath_ = os.environ.get('XDG_DATA_HOME', '~/.local/share') elif DARWIN: # nocover - dpath_ = '~/Library/Application Support' + dpath_ = '~/Library/Application Support' elif WIN32: # nocover -@@ -86,6 +88,8 @@ def platform_config_dir(): +@@ -105,6 +108,8 @@ def platform_config_dir() -> str: str : path to the cache dir used by the current operating system """ if POSIX: # nocover @@ -26,4 +25,4 @@ + elif FREEBSD: # nocover dpath_ = os.environ.get('XDG_CONFIG_HOME', '~/.config') elif DARWIN: # nocover - dpath_ = '~/Library/Application Support' + dpath_ = '~/Library/Application Support'home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698aea22.41a2f.75cc6321>
