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