File python-moviepy.changes of Package python-moviepy
-------------------------------------------------------------------
Thu Aug 17 13:19:37 UTC 2023 - ecsos <ecsos@opensuse.org>
- Update to 1.0.3
- Bonus release to fix critical error when working with audio:
AttributeError: 'NoneType' object has no attribute 'stdout' #1185
+ Full Changelog:
https://github.com/zulko/moviepy/compare/v1.0.2...v1.0.3
- Update to 1.0.2
Note that this is likely to be the last release before v2.0,
which will drop support for Python versions 2.7, 3.4 & 3.5 and
will introduce other backwards-incompatible changes.
* Notable bug fixes:
- Fixed bug that meant that some VideoFileClips were created without audio [#968]
- Fixed bug so now the slide_out effect works [#795]
* Fixed bugs:
- Fixed potential crash trying to call the logger string as a function #1082 (tburrows13)
- Get ffmpeg to use all audio streams #1008 (vmaliaev)
- Reorder FFMPEG_VideoWriter command arguments #968 (ThePhonon)
- Test that the temporary audio file exists #958 (ybenitezf)
- Fix slide out #795 (knezi)
- Correct the error message to new filename. #1057 (jwg4)
+ Full Changelog:
https://github.com/zulko/moviepy/compare/v1.0.1...v1.0.2
- Update to 1.0.1
* New features
- Added support for Windows CI
- Lots of bug fixes
+ Full Changelog:
https://github.com/zulko/moviepy/compare/v1.0.0...v1.0.1
- Update to 1.0.0
* New features
- Moviepy now supports much better progress bars, using Proglog.
Support for custom callbacks and more!
+ Full Changelog:
https://github.com/Zulko/moviepy/compare/v0.2.3.5...v1.0.0
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Tue Dec 4 12:50:32 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sun Jul 29 11:04:00 UTC 2018 - jengelh@inai.de
- Trim unrelated words from description.
-------------------------------------------------------------------
Mon Jun 4 21:01:01 UTC 2018 - mcepl@suse.com
- I don't think we need to protect the test files, especially given the
testsuite can hardly be run on plain openSUSE withtout packages from
additional non-standard repositories.
-------------------------------------------------------------------
Mon Jun 4 15:45:52 UTC 2018 - toddrme2178@gmail.com
- Move tests into moviepy directory to avoid conflicts.
-------------------------------------------------------------------
Sat May 26 23:14:52 UTC 2018 - toddrme2178@gmail.com
- Initial version