python3-youtube_dl: version bump

This commit is contained in:
blue-devil
2020-05-19 01:38:37 +03:00
parent 658bff108b
commit e3a61c8d47
2 changed files with 18 additions and 11 deletions
@@ -3,8 +3,8 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
import glob
def setup():
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>python3-youtube_dl</Name>
<Homepage>http://rg3.github.io/youtube-dl</Homepage>
<Homepage>https://ytdl-org.github.io/youtube-dl/index.html</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
@@ -14,10 +14,10 @@
<IsA>app:console</IsA>
<Summary>Youtube Video Downloader</Summary>
<Description>Youtube Video Downloader</Description>
<Archive sha1sum="7b7096b16ac47a9f7bc5f24aa6f67407f37ae7ee" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.03.24.tar.gz</Archive>
<Archive sha1sum="d7a07f3e877517ef0be694057f53c3c545865ac8" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.05.08.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
</BuildDependencies>
</Source>
@@ -25,21 +25,28 @@
<Name>python3-youtube_dl</Name>
<Summary>Youtube Video Downloader</Summary>
<RuntimeDependencies>
<Dependency versionFrom="3.8.0">python3</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency versionFrom="3.8.0">python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/etc/bash_completion.d</Path>
<Path fileType="data">/usr/share/man/man1</Path>
<Path fileType="data">/usr/lib/python3*</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="data">/etc/fish</Path>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/python3*</Path>
<Path fileType="data">/usr/share/man/man1</Path>
<Path fileType="data">/etc/bash_completion.d</Path>
<Path fileType="data">/usr/share/applications</Path>
</Files>
</Package>
<History>
<Update release="19">
<Date>2020-05-18</Date>
<Version>2020.05.08</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="18">
<Date>2020-03-27</Date>
<Version>2020.03.24</Version>