diff --git a/pysrt-1.0.1.tar.gz b/pysrt-1.0.1.tar.gz deleted file mode 100644 index 0230ec3..0000000 --- a/pysrt-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5300a1584c8d15a1c49ef8880fa1ef7a4274ce3f24dde83ad581d12d875f6784 -size 11741 diff --git a/pysrt-1.1.1.tar.gz b/pysrt-1.1.1.tar.gz new file mode 100644 index 0000000..35ffe6f --- /dev/null +++ b/pysrt-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa +size 104027 diff --git a/python-pysrt.changes b/python-pysrt.changes index 07e2fff..23759a8 100644 --- a/python-pysrt.changes +++ b/python-pysrt.changes @@ -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 diff --git a/python-pysrt.spec b/python-pysrt.spec index d42a9dc..e74d040 100644 --- a/python-pysrt.spec +++ b/python-pysrt.spec @@ -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