2024-07-07 13:52:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 7 13:50:02 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Prepend executable name with pysrt- to avoid clash with
|
|
|
|
the python-srt package
|
|
|
|
|
2024-02-14 04:42:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 14 04:41:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Add patch use-assertequal.patch:
|
|
|
|
* Support Python 3.12 by using TestCase.assertEqual().
|
|
|
|
- Switch to autosetup and pyproject macros.
|
|
|
|
|
2020-04-17 12:59:01 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-05-05 22:19:03 +00:00
|
|
|
Tue May 5 22:18:14 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Don't use %python3_only command, but properly use alternatives.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-04-17 12:59:01 +00:00
|
|
|
Fri Apr 17 11:45:05 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
|
|
|
|
- Use pytest instead of nose
|
|
|
|
|
2020-01-20 18:41:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 20 18:03:47 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 1.1.2
|
|
|
|
* open(): don't use universal 'U' mode
|
|
|
|
* Switched broken pypip.in badges to shields.io
|
|
|
|
* to use print in py2 and py3, print from __future__
|
|
|
|
* if file not exist show message
|
|
|
|
* Add Python 3 trove classifiers
|
|
|
|
|
2019-10-14 14:18:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 14 14:17:23 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
|
|
|
|
2017-03-31 14:02:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 31 07:56:17 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Set correct group
|
|
|
|
|
2017-03-29 12:26:59 +00:00
|
|
|
-------------------------------------------------------------------
|
2017-03-31 06:47:43 +00:00
|
|
|
Wed Mar 29 13:08:15 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Fixed source URL
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-03-29 12:26:59 +00:00
|
|
|
Tue Mar 28 17:34:13 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Converted to single-spec
|
|
|
|
- Added tests
|
|
|
|
- Dropped python-pysrt-rpmlintrc (those are pertinent warnings)
|
|
|
|
|
2016-12-16 09:33:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2015-02-17 18:40:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 10 22:20:06 UTC 2015 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Initial version 1.0.1
|
|
|
|
|