diff --git a/PyChromecast-7.7.1.tar.gz b/PyChromecast-7.7.1.tar.gz deleted file mode 100644 index 36df21e..0000000 --- a/PyChromecast-7.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6fd0382395303b3260ea7a89a850c8c9e5c83e7ce71a5fbd793bb157cf8ad26 -size 50409 diff --git a/PyChromecast-7.7.2.tar.gz b/PyChromecast-7.7.2.tar.gz new file mode 100644 index 0000000..ea15d67 --- /dev/null +++ b/PyChromecast-7.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad4b145cb8c76b629c700877e49c418810aaabb26ace5035c49940f9657f2f0 +size 50264 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index b9f0728..123e14e 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 27 03:47:43 UTC 2021 - Steve Kowalik + +- Update to 7.7.2: + * Use urllib.request instead of requests. +- Drop python-requests from Requires. +- Correct egg-info filename to build in the multi-python new world order. + ------------------------------------------------------------------- Mon Jan 4 04:44:17 UTC 2021 - Steve Kowalik diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 8858211..0211834 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-PyChromecast -Version: 7.7.1 +Version: 7.7.2 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT @@ -30,7 +30,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-casttube >= 0.2.0 Requires: python-protobuf >= 3.0.0 -Requires: python-requests >= 2.0 Requires: python-zeroconf >= 0.25.1 BuildArch: noarch %python_subpackages @@ -60,6 +59,6 @@ multi-room setups with Audio cast devices. %license LICENSE %doc README.rst %{python_sitelib}/pychromecast -%{python_sitelib}/PyChromecast-%{version}-py%{py3_ver}.egg-info +%{python_sitelib}/PyChromecast-%{version}-*.egg-info %changelog