- 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
63f7980787
commit
996d9c8c69
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