From 8ccb5dbca87172509cf6c51058af49dbc8a82a47fbeabaa399ed04ff522776c4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:51:29 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=6 --- python-PyChromecast.changes | 5 +++++ python-PyChromecast.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index b2f631e..1aa3f52 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:52:18 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri May 11 21:52:30 UTC 2018 - toddrme2178@gmail.com diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index bb7adc8..af41e3d 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -27,7 +27,6 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/balloob/pychromecast Source: https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module protobuf >= 3.0.0} BuildRequires: %{python_module requests >= 2.0} BuildRequires: %{python_module setuptools} From 2e29e367d31898de1ada51375ac7f713a6a5e9f876c44af261b85fd5755f98a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Dec 2018 22:43:43 +0000 Subject: [PATCH 2/3] Fix build failure: %{py_ver} doesn't work, %{py3_ver} does. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=7 --- python-PyChromecast.changes | 6 ++++++ python-PyChromecast.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 1aa3f52..a97dc7c 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 26 22:39:21 UTC 2018 - Matej Cepl + +- Fix build failure: %{py_ver} doesn't work, %{py3_ver} + does. + ------------------------------------------------------------------- Tue Dec 4 12:52:18 UTC 2018 - Matej Cepl diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index af41e3d..d6872d4 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -63,6 +63,6 @@ multi-room setups with Audio cast devices. %license LICENSE %doc README.rst %{python_sitelib}/pychromecast -%{python_sitelib}/PyChromecast-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/PyChromecast-%{version}-py%{py3_ver}.egg-info %changelog From 67a02afa57eac03166be170148a6701f3118b6670ec648748b98359efb976ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 Jan 2019 12:27:57 +0000 Subject: [PATCH 3/3] - Update to 2.3.0: * Updated spotify controller description (#232) @Nobyx * Allow users to pass the force_launch flag when launching an app (#237) @marcosdiez * Better YouTube controller (#236) @ur1katz * Simple event listener example (#241) @hjmsw OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=8 --- PyChromecast-2.2.0.tar.gz | 3 --- PyChromecast-2.3.0.tar.gz | 3 +++ python-PyChromecast.changes | 9 +++++++++ python-PyChromecast.spec | 9 +++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 PyChromecast-2.2.0.tar.gz create mode 100644 PyChromecast-2.3.0.tar.gz diff --git a/PyChromecast-2.2.0.tar.gz b/PyChromecast-2.2.0.tar.gz deleted file mode 100644 index a390971..0000000 --- a/PyChromecast-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c3773c0e134e762fd65a3407e680ab4c5c656fe7c5665b2f8f5ef445c7605a4 -size 36561 diff --git a/PyChromecast-2.3.0.tar.gz b/PyChromecast-2.3.0.tar.gz new file mode 100644 index 0000000..a6bd8d9 --- /dev/null +++ b/PyChromecast-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f385168e34d2ef47f976c8e41bad2f58f5ca004634c0ccb1a12623d8beb2fa38 +size 35003 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index a97dc7c..8383cc4 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 2 12:09:41 UTC 2019 - Tomáš Chvátal + +- Update to 2.3.0: + * Updated spotify controller description (#232) @Nobyx + * Allow users to pass the force_launch flag when launching an app (#237) @marcosdiez + * Better YouTube controller (#236) @ur1katz + * Simple event listener example (#241) @hjmsw + ------------------------------------------------------------------- Wed Dec 26 22:39:21 UTC 2018 - Matej Cepl diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index d6872d4..90ff1bd 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyChromecast # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,17 @@ # -%define skip_python2 1 - %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-PyChromecast -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT Group: Development/Languages/Python URL: https://github.com/balloob/pychromecast Source: https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-%{version}.tar.gz +BuildRequires: %{python_module casttube >= 0.1.0} BuildRequires: %{python_module protobuf >= 3.0.0} BuildRequires: %{python_module requests >= 2.0} BuildRequires: %{python_module setuptools} @@ -34,6 +34,7 @@ BuildRequires: %{python_module six >= 1.10.0} BuildRequires: %{python_module zeroconf >= 0.17.7} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-casttube >= 0.1.0 Requires: python-protobuf >= 3.0.0 Requires: python-requests >= 2.0 Requires: python-six >= 1.10.0