forked from pool/python-casttube
- 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
This commit is contained in:
parent
1f66245e44
commit
a55afb737c
21
LICENSE
21
LICENSE
@ -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.
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f25b3c634efe702896233690f7590e8d6311590910f18dbb763b90419d9ef53c
|
||||
size 3760
|
3
casttube-0.2.1.tar.gz
Normal file
3
casttube-0.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54d2af8c7949aa9c5db87fb11ef0a478a5d3e7ac6d2d2ac8dd1711e3a516fc82
|
||||
size 5182
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 15:29:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user