Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11047666
D4313.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
7 KB
Referenced Files
None
Subscribers
None
D4313.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,20 @@
name : python-pysrt
version : 1.1.1
-release : 1
+release : 2
source :
- - https://pypi.python.org/packages/f6/33/16ad65a8973cb8bcb494af09ee1b9ab5ffdd6ff300bce5d3ac7d3cb1f2cc/pysrt-1.1.1.tar.gz : fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa
-license : GPL-3.0
+ - https://files.pythonhosted.org/packages/source/p/pysrt/pysrt-1.1.1.tar.gz : fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa
+license : GPL-3.0-or-later
component : programming.python
summary : SubRip (.srt) subtitle parser and writer
description: |
- SubRip (.srt) subtitle parser and writer
+ pysrt is a Python library used to edit or create SubRip files.
builddeps :
- - python-setuptools
+ - python-chardet
+rundeps :
+ - python-chardet
build : |
- %python_setup
+ %python3_setup
install : |
- %python_install
+ %python3_install
+check : |
+ %python3_test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,57 +2,57 @@
<Source>
<Name>python-pysrt</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>GPL-3.0</License>
+ <License>GPL-3.0-or-later</License>
<PartOf>programming.python</PartOf>
<Summary xml:lang="en">SubRip (.srt) subtitle parser and writer</Summary>
- <Description xml:lang="en">SubRip (.srt) subtitle parser and writer
+ <Description xml:lang="en">pysrt is a Python library used to edit or create SubRip files.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>python-pysrt</Name>
<Summary xml:lang="en">SubRip (.srt) subtitle parser and writer</Summary>
- <Description xml:lang="en">SubRip (.srt) subtitle parser and writer
+ <Description xml:lang="en">pysrt is a Python library used to edit or create SubRip files.
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt-1.1.1-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt-1.1.1-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt-1.1.1-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt-1.1.1-py2.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt-1.1.1-py2.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt-1.1.1-py2.7.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/commands.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/commands.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/comparablemixin.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/comparablemixin.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/compat.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/compat.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/srtexc.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/srtexc.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/srtfile.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/srtfile.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/srtitem.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/srtitem.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/srttime.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/srttime.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/version.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pysrt/version.pyc</Path>
+ <Path fileType="executable">/usr/bin/srt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt-1.1.1-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt-1.1.1-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt-1.1.1-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt-1.1.1-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt-1.1.1-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt-1.1.1-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/__pycache__/commands.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/__pycache__/comparablemixin.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/__pycache__/compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/__pycache__/srtexc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/__pycache__/srtfile.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/__pycache__/srtitem.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/__pycache__/srttime.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/__pycache__/version.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/commands.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/comparablemixin.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/srtexc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/srtfile.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/srtitem.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/srttime.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pysrt/version.py</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-10-22</Date>
+ <Update release="2">
+ <Date>2018-11-10</Date>
<Version>1.1.1</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 3:43 PM (3 h, 8 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803513
Default Alt Text
D4313.diff (7 KB)
Attached To
Mode
D4313: Switch python-pysrt to python 3
Attached
Detach File
Event Timeline
Log In to Comment