15
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=36
This commit is contained in:
2021-01-27 03:49:20 +00:00
committed by Git OBS Bridge
parent 47cee5b2be
commit bad58b33c1
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6fd0382395303b3260ea7a89a850c8c9e5c83e7ce71a5fbd793bb157cf8ad26
size 50409

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aad4b145cb8c76b629c700877e49c418810aaabb26ace5035c49940f9657f2f0
size 50264

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 27 03:47:43 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <steven.kowalik@suse.com>

View File

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