commit python-moviepy for openSUSE:Factory

2020-04-01 Thread root
Hello community,

here is the log from the commit of package python-moviepy for openSUSE:Factory 
checked in at 2020-04-01 19:09:06

Comparing /work/SRC/openSUSE:Factory/python-moviepy (Old)
 and  /work/SRC/openSUSE:Factory/.python-moviepy.new.3248 (New)


Package is "python-moviepy"

Wed Apr  1 19:09:06 2020 rev:7 rq:790164 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-moviepy/python-moviepy.changes
2019-05-22 15:38:48.126585539 +0200
+++ /work/SRC/openSUSE:Factory/.python-moviepy.new.3248/python-moviepy.changes  
2020-04-01 19:11:47.771354509 +0200
@@ -1,0 +2,7 @@
+Tue Mar 31 12:29:28 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.0.2
+  * lot of changes, see
+https://github.com/Zulko/moviepy/blob/master/CHANGELOG.md
+
+---

Old:

  moviepy-1.0.0.tar.gz

New:

  moviepy-1.0.2.tar.gz



Other differences:
--
++ python-moviepy.spec ++
--- /var/tmp/diff_new_pack.m3hQqz/_old  2020-04-01 19:11:53.575357120 +0200
+++ /var/tmp/diff_new_pack.m3hQqz/_new  2020-04-01 19:11:53.575357120 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-moviepy
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,34 @@
 
 
 %define modname moviepy
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-moviepy
-Version:1.0.0
+Version:1.0.2
 Release:0
 Summary:Video editing with Python
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/Zulko/moviepy
+URL:https://github.com/Zulko/moviepy
 Source: 
https://files.pythonhosted.org/packages/source/m/moviepy/moviepy-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-decorator >= 4.0.2
+Requires:   python-numpy
+Requires:   python-proglog
+Requires:   python-requests >= 2.8.1
+Requires:   python-tqdm >= 4.11.2
+Recommends: ImageMagick
+Recommends: ffmpeg
+Recommends: python-Pillow
+Recommends: python-matplotlib >= 2.0.0
+Recommends: python-opencv >= 3.0
+Recommends: python-pygame >= 1.9.3
+Recommends: python-scikit-image >= 0.13.0
+Recommends: python-scikit-learn
+Recommends: python-scipy >= 0.19.0
+Recommends: python-youtube_dl
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module coveralls >= 1.1}
@@ -45,16 +60,11 @@
 BuildRequires:  %{python_module tqdm >= 4.11.2}
 BuildRequires:  ImageMagick
 BuildRequires:  ffmpeg
-BuildRequires:  python-ipaddress
 BuildRequires:  python-imageio >= 2.0
+BuildRequires:  python-ipaddress
 BuildRequires:  python3-imageio >= 2.5
 BuildRequires:  python3-imageio-ffmpeg >= 0.2.0
 # /SECTION
-Requires:   python-decorator >= 4.0.2
-Requires:   python-numpy
-Requires:   python-proglog
-Requires:   python-requests >= 2.8.1
-Requires:   python-tqdm >= 4.11.2
 %ifpython2
 Requires:   python-imageio >= 2.1.2
 %endif
@@ -62,18 +72,6 @@
 Requires:   python-imageio >= 2.5
 Requires:   python-imageio-ffmpeg >= 0.2.0
 %endif
-Recommends: ImageMagick
-Recommends: ffmpeg
-Recommends: python-Pillow
-Recommends: python-matplotlib >= 2.0.0
-Recommends: python-opencv >= 3.0
-Recommends: python-pygame >= 1.9.3
-Recommends: python-scikit-image >= 0.13.0
-Recommends: python-scikit-learn
-Recommends: python-scipy >= 0.19.0
-Recommends: python-youtube_dl
-BuildArch:  noarch
-
 %python_subpackages
 
 %description

++ moviepy-1.0.0.tar.gz -> moviepy-1.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-moviepy/moviepy-1.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-moviepy.new.3248/moviepy-1.0.2.tar.gz 
differ: char 5, line 1




commit python-moviepy for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-moviepy for openSUSE:Factory 
checked in at 2019-05-22 15:38:46

Comparing /work/SRC/openSUSE:Factory/python-moviepy (Old)
 and  /work/SRC/openSUSE:Factory/.python-moviepy.new.5148 (New)


Package is "python-moviepy"

Wed May 22 15:38:46 2019 rev:6 rq:698245 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-moviepy/python-moviepy.changes
2019-01-24 14:14:12.027308044 +0100
+++ /work/SRC/openSUSE:Factory/.python-moviepy.new.5148/python-moviepy.changes  
2019-05-22 15:38:48.126585539 +0200
@@ -1,0 +2,16 @@
+Fri Apr 19 16:19:00 UTC 2019 - Todd R 
+
+- Update to 1.0.0
+  * fix typo that introduces audio regression 
+  *  added dependencies so python2.7 will survive as long as
+ imageio supports it
+  * new version of imageio with imageio_ffmpeg
+  * removed unused imageio.ffmpeg_download()
+  * Progress bars and messages now with Proglog
+  * fixing the git remote syntax
+  * modified max duration error for better understanding
+  * added requests as a core dependency
+  * FIX changed order of specifications -ss befor -i for
+ffmpeg_extract_subclip()
+
+---

Old:

  moviepy-0.2.3.5.tar.gz

New:

  moviepy-1.0.0.tar.gz



Other differences:
--
++ python-moviepy.spec ++
--- /var/tmp/diff_new_pack.0rXp2y/_old  2019-05-22 15:38:48.686585377 +0200
+++ /var/tmp/diff_new_pack.0rXp2y/_new  2019-05-22 15:38:48.690585376 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-moviepy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -19,14 +19,14 @@
 %define modname moviepy
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-%{modname}
-Version:0.2.3.5
+Name:   python-moviepy
+Version:1.0.0
 Release:0
 Summary:Video editing with Python
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/Zulko/%{modname}
-Source: 
https://files.pythonhosted.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
+Url:https://github.com/Zulko/moviepy
+Source: 
https://files.pythonhosted.org/packages/source/m/moviepy/moviepy-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -35,9 +35,9 @@
 BuildRequires:  %{python_module coveralls >= 1.1}
 BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module decorator >= 4.0.2}
-BuildRequires:  %{python_module imageio >= 2.1.2}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module opencv >= 3.0}
+BuildRequires:  %{python_module proglog}
 BuildRequires:  %{python_module pyOpenSSL >= 0.14}
 BuildRequires:  %{python_module pytest >= 3.0.0}
 BuildRequires:  %{python_module pytest-cov >= 2.5.1}
@@ -46,18 +46,28 @@
 BuildRequires:  ImageMagick
 BuildRequires:  ffmpeg
 BuildRequires:  python-ipaddress
+BuildRequires:  python-imageio >= 2.0
+BuildRequires:  python3-imageio >= 2.5
+BuildRequires:  python3-imageio-ffmpeg >= 0.2.0
 # /SECTION
 Requires:   python-decorator >= 4.0.2
-Requires:   python-imageio >= 2.1.2
 Requires:   python-numpy
+Requires:   python-proglog
+Requires:   python-requests >= 2.8.1
 Requires:   python-tqdm >= 4.11.2
+%ifpython2
+Requires:   python-imageio >= 2.1.2
+%endif
+%ifpython3
+Requires:   python-imageio >= 2.5
+Requires:   python-imageio-ffmpeg >= 0.2.0
+%endif
 Recommends: ImageMagick
 Recommends: ffmpeg
 Recommends: python-Pillow
 Recommends: python-matplotlib >= 2.0.0
 Recommends: python-opencv >= 3.0
 Recommends: python-pygame >= 1.9.3
-Recommends: python-requests >= 2.8.1
 Recommends: python-scikit-image >= 0.13.0
 Recommends: python-scikit-learn
 Recommends: python-scipy >= 0.19.0
@@ -73,7 +83,7 @@
 effects.
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n moviepy-%{version}
 
 %build
 %python_build
@@ -82,12 +92,12 @@
 %python_install
 %python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
 %{python_expand %fdupes %{buildroot}%{$python_sitelib}
-$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/%{modname}/audio/
-$python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/%{modname}/audio/
-$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/%{modname}/video/
-$python -O -m compileall -d 

commit python-moviepy for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package python-moviepy for openSUSE:Factory 
checked in at 2019-01-24 14:14:10

Comparing /work/SRC/openSUSE:Factory/python-moviepy (Old)
 and  /work/SRC/openSUSE:Factory/.python-moviepy.new.28833 (New)


Package is "python-moviepy"

Thu Jan 24 14:14:10 2019 rev:5 rq:667864 version:0.2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/python-moviepy/python-moviepy.changes
2018-07-31 15:59:50.303591117 +0200
+++ /work/SRC/openSUSE:Factory/.python-moviepy.new.28833/python-moviepy.changes 
2019-01-24 14:14:12.027308044 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:50:32 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-moviepy.spec ++
--- /var/tmp/diff_new_pack.CMUCYq/_old  2019-01-24 14:14:12.487307512 +0100
+++ /var/tmp/diff_new_pack.CMUCYq/_new  2019-01-24 14:14:12.491307508 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -27,7 +27,6 @@
 Group:  Development/Languages/Python
 Url:https://github.com/Zulko/%{modname}
 Source: 
https://files.pythonhosted.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-moviepy for openSUSE:Factory

2018-07-31 Thread root
Hello community,

here is the log from the commit of package python-moviepy for openSUSE:Factory 
checked in at 2018-07-31 15:59:48

Comparing /work/SRC/openSUSE:Factory/python-moviepy (Old)
 and  /work/SRC/openSUSE:Factory/.python-moviepy.new (New)


Package is "python-moviepy"

Tue Jul 31 15:59:48 2018 rev:4 rq:626117 version:0.2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/python-moviepy/python-moviepy.changes
2018-06-08 23:14:30.366142984 +0200
+++ /work/SRC/openSUSE:Factory/.python-moviepy.new/python-moviepy.changes   
2018-07-31 15:59:50.303591117 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 11:04:00 UTC 2018 - jeng...@inai.de
+
+- Trim unrelated words from description.
+
+---



Other differences:
--
++ python-moviepy.spec ++
--- /var/tmp/diff_new_pack.GgqbkO/_old  2018-07-31 15:59:50.763591898 +0200
+++ /var/tmp/diff_new_pack.GgqbkO/_new  2018-07-31 15:59:50.767591904 +0200
@@ -68,10 +68,10 @@
 %python_subpackages
 
 %description
-MoviePy (full documentation) is a Python library for video editing:
+MoviePy is a Python library for video editing. It does
 cutting, concatenations, title insertions, video compositing (a.k.a.
 non-linear editing), video processing, and creation of custom
-effects. See the gallery_ for some examples of use.
+effects.
 
 %prep
 %setup -q -n %{modname}-%{version}




commit python-moviepy for openSUSE:Factory

2018-06-08 Thread root
Hello community,

here is the log from the commit of package python-moviepy for openSUSE:Factory 
checked in at 2018-06-08 23:14:27

Comparing /work/SRC/openSUSE:Factory/python-moviepy (Old)
 and  /work/SRC/openSUSE:Factory/.python-moviepy.new (New)


Package is "python-moviepy"

Fri Jun  8 23:14:27 2018 rev:3 rq:614244 version:0.2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/python-moviepy/python-moviepy.changes
2018-06-05 12:53:34.876166280 +0200
+++ /work/SRC/openSUSE:Factory/.python-moviepy.new/python-moviepy.changes   
2018-06-08 23:14:30.366142984 +0200
@@ -1,0 +2,7 @@
+Mon Jun  4 21:01:01 UTC 2018 - mc...@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.
+
+---

Old:

  moviepy-0.2.3.4.tar.gz

New:

  moviepy-0.2.3.5.tar.gz



Other differences:
--
++ python-moviepy.spec ++
--- /var/tmp/diff_new_pack.nfuL0d/_old  2018-06-08 23:14:31.014119583 +0200
+++ /var/tmp/diff_new_pack.nfuL0d/_new  2018-06-08 23:14:31.018119439 +0200
@@ -16,15 +16,17 @@
 #
 
 
+%define modname moviepy
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-moviepy
-Version:0.2.3.4
+Name:   python-%{modname}
+Version:0.2.3.5
 Release:0
 Summary:Video editing with Python
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/Zulko/moviepy
-Source: 
https://files.pythonhosted.org/packages/source/m/moviepy/moviepy-%{version}.tar.gz
+Url:https://github.com/Zulko/%{modname}
+Source: 
https://files.pythonhosted.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -72,30 +74,30 @@
 effects. See the gallery_ for some examples of use.
 
 %prep
-%setup -q -n moviepy-%{version}
+%setup -q -n %{modname}-%{version}
 
 %build
 %python_build
 
 %install
 %python_install
-
-%{python_expand mv %{buildroot}%{$python_sitelib}/tests 
%{buildroot}%{$python_sitelib}/moviepy/
-%fdupes %{buildroot}%{$python_sitelib}
-$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/audio/
-$python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/audio/
-$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/tests/
-$python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/tests/
-$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/video/
-$python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/video/
-$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/video/compositing/
-$python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/video/compositing/
+%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
+%{python_expand %fdupes %{buildroot}%{$python_sitelib}
+$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/%{modname}/audio/
+$python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/%{modname}/audio/
+$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/%{modname}/video/
+$python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/%{modname}/video/
+$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/%{modname}/video/compositing/
+$python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/%{modname}/video/compositing/
 %fdupes %{buildroot}%{$python_sitelib}
 }
 
+# We don’t run test suite, because it depends on ffmpeg and various
+# documents downloaded from the Internet.
+
 %files %{python_files}
 %doc README.rst
 %license LICENCE.txt
-%{python_sitelib}/*
+%{python_sitelib}/%{modname}*
 
 %changelog

++ moviepy-0.2.3.4.tar.gz -> moviepy-0.2.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/moviepy-0.2.3.4/PKG-INFO new/moviepy-0.2.3.5/PKG-INFO
--- old/moviepy-0.2.3.4/PKG-INFO2018-04-22 20:11:21.0 +0200
+++ new/moviepy-0.2.3.5/PKG-INFO2018-05-31 22:43:47.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: moviepy
-Version: 0.2.3.4
+Version: 0.2.3.5
 Summary: Video editing with Python
 Home-page: https://zulko.github.io/moviepy/
 Author: Zulko 2017
@@ -163,11 +163,11 @@
 Contribute
 --
 
-MoviePy is open-source 

commit python-moviepy for openSUSE:Factory

2018-06-05 Thread root
Hello community,

here is the log from the commit of package python-moviepy for openSUSE:Factory 
checked in at 2018-06-05 12:53:32

Comparing /work/SRC/openSUSE:Factory/python-moviepy (Old)
 and  /work/SRC/openSUSE:Factory/.python-moviepy.new (New)


Package is "python-moviepy"

Tue Jun  5 12:53:32 2018 rev:2 rq:614083 version:0.2.3.4

Changes:

--- /work/SRC/openSUSE:Factory/python-moviepy/python-moviepy.changes
2018-06-03 12:38:22.931407832 +0200
+++ /work/SRC/openSUSE:Factory/.python-moviepy.new/python-moviepy.changes   
2018-06-05 12:53:34.876166280 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 15:45:52 UTC 2018 - toddrme2...@gmail.com
+
+- Move tests into moviepy directory to avoid conflicts.
+
+---



Other differences:
--
++ python-moviepy.spec ++
--- /var/tmp/diff_new_pack.8wMOB5/_old  2018-06-05 12:53:35.420146355 +0200
+++ /var/tmp/diff_new_pack.8wMOB5/_new  2018-06-05 12:53:35.424146209 +0200
@@ -79,9 +79,13 @@
 
 %install
 %python_install
-%{python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%{python_expand mv %{buildroot}%{$python_sitelib}/tests 
%{buildroot}%{$python_sitelib}/moviepy/
+%fdupes %{buildroot}%{$python_sitelib}
 $python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/audio/
 $python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/audio/
+$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/tests/
+$python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/tests/
 $python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/video/
 $python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/video/
 $python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/moviepy/video/compositing/