Date: Wed, 30 Oct 2024 12:14:06 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6b663ef52131 - main - net/py-pychromecast: Update to 14.0.5 Message-ID: <202410301214.49UCE6hM064702@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b663ef5213116d53a674b03e8c9c00dee09c99d commit 6b663ef5213116d53a674b03e8c9c00dee09c99d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-30 12:11:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-30 12:13:31 +0000 net/py-pychromecast: Update to 14.0.5 Changes: https://github.com/home-assistant-libs/pychromecast/releases --- net/py-pychromecast/Makefile | 2 +- net/py-pychromecast/distinfo | 6 +++--- net/py-pychromecast/files/patch-pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/py-pychromecast/Makefile b/net/py-pychromecast/Makefile index 4c9fed31f6ec..3840453b3746 100644 --- a/net/py-pychromecast/Makefile +++ b/net/py-pychromecast/Makefile @@ -1,5 +1,5 @@ PORTNAME= pychromecast -PORTVERSION= 14.0.4 +PORTVERSION= 14.0.5 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-pychromecast/distinfo b/net/py-pychromecast/distinfo index f25fc8e32770..d5e3ade531e3 100644 --- a/net/py-pychromecast/distinfo +++ b/net/py-pychromecast/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632450 -SHA256 (PyChromecast-14.0.4.tar.gz) = 1fc05d63db152fe6f71efdee77d14228dc4c55e99d734de4757455800b1f3ba4 -SIZE (PyChromecast-14.0.4.tar.gz) = 60743 +TIMESTAMP = 1730257779 +SHA256 (PyChromecast-14.0.5.tar.gz) = a8671ee4ea4a7095e2e0670e2215145ec1e3e0aa0737ff74d648ae4dc268b2b1 +SIZE (PyChromecast-14.0.5.tar.gz) = 60934 diff --git a/net/py-pychromecast/files/patch-pyproject.toml b/net/py-pychromecast/files/patch-pyproject.toml index a8697573b999..ee1683617455 100644 --- a/net/py-pychromecast/files/patch-pyproject.toml +++ b/net/py-pychromecast/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2024-10-07 09:04:30 UTC +--- pyproject.toml.orig 2024-10-27 07:53:48 UTC +++ pyproject.toml @@ -1,9 +1,9 @@ [build-system] @@ -9,6 +9,6 @@ [project] -name = "PyChromecast" +name = "pychromecast" - version = "14.0.4" + version = "14.0.5" description = "Python module to talk to Google Chromecast." readme = "README.rst"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410301214.49UCE6hM064702>