From a55afb737c6e6e99836ba37c50fa19edd380e34ddf775f5a0b09ce19497648f9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 15:32:49 +0000 Subject: [PATCH] - update to 0.2.1: * You can now set a starting time for a video * Session data and queued videos info OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-casttube?expand=0&rev=3 --- LICENSE | 21 --------------------- casttube-0.2.0.tar.gz | 3 --- casttube-0.2.1.tar.gz | 3 +++ python-casttube.changes | 7 +++++++ python-casttube.spec | 9 ++++----- 5 files changed, 14 insertions(+), 29 deletions(-) delete mode 100644 LICENSE delete mode 100644 casttube-0.2.0.tar.gz create mode 100644 casttube-0.2.1.tar.gz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 7a298b6..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2018 Uri Katz - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/casttube-0.2.0.tar.gz b/casttube-0.2.0.tar.gz deleted file mode 100644 index 629b04b..0000000 --- a/casttube-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f25b3c634efe702896233690f7590e8d6311590910f18dbb763b90419d9ef53c -size 3760 diff --git a/casttube-0.2.1.tar.gz b/casttube-0.2.1.tar.gz new file mode 100644 index 0000000..71a8554 --- /dev/null +++ b/casttube-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d2af8c7949aa9c5db87fb11ef0a478a5d3e7ac6d2d2ac8dd1711e3a516fc82 +size 5182 diff --git a/python-casttube.changes b/python-casttube.changes index 9073f92..ed127cc 100644 --- a/python-casttube.changes +++ b/python-casttube.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 15 15:29:36 UTC 2022 - Dirk Müller + +- update to 0.2.1: + * You can now set a starting time for a video + * Session data and queued videos info + ------------------------------------------------------------------- Wed Jan 2 12:12:28 UTC 2019 - Tomáš Chvátal diff --git a/python-casttube.spec b/python-casttube.spec index 9999f27..434744e 100644 --- a/python-casttube.spec +++ b/python-casttube.spec @@ -1,7 +1,7 @@ # # spec file for package python-casttube # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-casttube -Version: 0.2.0 +Version: 0.2.1 Release: 0 Summary: YouTube chromecast api License: MIT Group: Development/Languages/Python -Url: http://github.com/ur1katz/casttube +URL: http://github.com/ur1katz/casttube Source: https://files.pythonhosted.org/packages/source/c/casttube/casttube-%{version}.tar.gz -Source1: https://raw.githubusercontent.com/ur1katz/casttube/master/LICENSE BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -38,7 +37,6 @@ casttube provides a way to interact with the Youtube Chromecast api. %prep %setup -q -n casttube-%{version} -cp %{SOURCE1} . %build %python_build @@ -46,6 +44,7 @@ cp %{SOURCE1} . %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +rm -v %{buildroot}%{_prefix}/LICENSE %files %{python_files} %doc README.md