net/py-pychromecast: Update to 14.0.5

Changes:	https://github.com/home-assistant-libs/pychromecast/releases
This commit is contained in:
Po-Chuan Hsieh 2024-10-30 20:11:46 +08:00
parent 543fdfc42d
commit 6b663ef521
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= pychromecast
PORTVERSION= 14.0.4
PORTVERSION= 14.0.5
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -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

View file

@ -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"