14
0
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:
2016-12-16 09:33:40 +00:00
committed by Git OBS Bridge
parent 776379b872
commit 1d727bb527
4 changed files with 25 additions and 6 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa
size 104027

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pysrt
Version: 1.0.1
Version: 1.1.1
Release: 0
Summary: SubRip (.srt) subtitle parser and writer
License: GPL-3.0
@@ -26,8 +27,8 @@ Source0: https://pypi.python.org/packages/source/p/pysrt/pysrt-%{version}
Source1: python-pysrt-rpmlintrc
BuildRequires: fdupes
BuildRequires: python
BuildRequires: python-setuptools
BuildRequires: python-chardet
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python
Requires: python-chardet