forked from pool/python-pysrt
Accepting request 446477 from home:alois:branches:devel:languages:python
Update to version 1.1.1 OBS-URL: https://build.opensuse.org/request/show/446477 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysrt?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5300a1584c8d15a1c49ef8880fa1ef7a4274ce3f24dde83ad581d12d875f6784
|
|
||||||
size 11741
|
|
3
pysrt-1.1.1.tar.gz
Normal file
3
pysrt-1.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa
|
||||||
|
size 104027
|
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 15 15:32:32 UTC 2016 - aloisio@gmx.com
|
||||||
|
|
||||||
|
- Update to version 1.1.1
|
||||||
|
* Include tests in release source tarball
|
||||||
|
changes introduced in version 1.1.0:
|
||||||
|
* Make character_per_seconds correctly deal with tags and
|
||||||
|
introduce text_without_tags property
|
||||||
|
* Get rid of unused builtin_str
|
||||||
|
* pep8
|
||||||
|
* Fix conding style
|
||||||
|
* Make str() method of SrtItem function properly in both
|
||||||
|
Python 2 and 3
|
||||||
|
* Make SrtFile.encoding be set when autodetecting encoding
|
||||||
|
* Handle division by zero in characters_per_second
|
||||||
|
* Implement SubRipItem.characters_per_second
|
||||||
|
* Add duration property to SubRipItem
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 22:20:06 UTC 2015 - aloisio@gmx.com
|
Tue Feb 10 22:20:06 UTC 2015 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pysrt
|
# spec file for package python-pysrt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,8 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-pysrt
|
Name: python-pysrt
|
||||||
Version: 1.0.1
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SubRip (.srt) subtitle parser and writer
|
Summary: SubRip (.srt) subtitle parser and writer
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
@@ -26,8 +27,8 @@ Source0: https://pypi.python.org/packages/source/p/pysrt/pysrt-%{version}
|
|||||||
Source1: python-pysrt-rpmlintrc
|
Source1: python-pysrt-rpmlintrc
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: python-setuptools
|
|
||||||
BuildRequires: python-chardet
|
BuildRequires: python-chardet
|
||||||
|
BuildRequires: python-setuptools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: python
|
Requires: python
|
||||||
Requires: python-chardet
|
Requires: python-chardet
|
||||||
|
Reference in New Issue
Block a user