Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-vlc for 
openSUSE:Factory checked in at 2021-04-21 21:00:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-vlc (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-vlc.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-vlc"

Wed Apr 21 21:00:19 2021 rev:10 rq:887213 version:3.0.12118

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-vlc/python-python-vlc.changes      
2021-04-08 21:33:01.311863522 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-vlc.new.12324/python-python-vlc.changes
   2021-04-21 21:01:01.666355230 +0200
@@ -1,0 +2,5 @@
+Wed Apr 21 07:33:38 UTC 2021 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 3.0.12118 (no changelog supplied)
+
+-------------------------------------------------------------------

Old:
----
  python-vlc-3.0.12117.tar.gz

New:
----
  python-vlc-3.0.12118.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-python-vlc.spec ++++++
--- /var/tmp/diff_new_pack.pi35Ls/_old  2021-04-21 21:01:02.106355923 +0200
+++ /var/tmp/diff_new_pack.pi35Ls/_new  2021-04-21 21:01:02.110355929 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-python-vlc
-Version:        3.0.12117
+Version:        3.0.12118
 Release:        0
 Summary:        VLC bindings for python
 License:        LGPL-2.0-or-later

++++++ python-vlc-3.0.12117.tar.gz -> python-vlc-3.0.12118.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-vlc-3.0.12117/PKG-INFO 
new/python-vlc-3.0.12118/PKG-INFO
--- old/python-vlc-3.0.12117/PKG-INFO   2021-04-08 15:44:42.935299400 +0200
+++ new/python-vlc-3.0.12118/PKG-INFO   2021-04-20 22:26:51.392378000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-vlc
-Version: 3.0.12117
+Version: 3.0.12118
 Summary: VLC bindings for python.
 Home-page: http://wiki.videolan.org/PythonBinding
 Author: Olivier Aubert
@@ -14,7 +14,7 @@
               player. Note that it relies on an already present install of VLC.
         
               It has been automatically generated from the include files of
-              vlc 3.0.12, using generator 1.17.
+              vlc 3.0.12, using generator 1.18.
               
 Keywords: vlc,video
 Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-vlc-3.0.12117/python_vlc.egg-info/PKG-INFO 
new/python-vlc-3.0.12118/python_vlc.egg-info/PKG-INFO
--- old/python-vlc-3.0.12117/python_vlc.egg-info/PKG-INFO       2021-04-08 
15:44:42.000000000 +0200
+++ new/python-vlc-3.0.12118/python_vlc.egg-info/PKG-INFO       2021-04-20 
22:26:51.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-vlc
-Version: 3.0.12117
+Version: 3.0.12118
 Summary: VLC bindings for python.
 Home-page: http://wiki.videolan.org/PythonBinding
 Author: Olivier Aubert
@@ -14,7 +14,7 @@
               player. Note that it relies on an already present install of VLC.
         
               It has been automatically generated from the include files of
-              vlc 3.0.12, using generator 1.17.
+              vlc 3.0.12, using generator 1.18.
               
 Keywords: vlc,video
 Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-vlc-3.0.12117/setup.py 
new/python-vlc-3.0.12118/setup.py
--- old/python-vlc-3.0.12117/setup.py   2021-04-08 15:44:38.000000000 +0200
+++ new/python-vlc-3.0.12118/setup.py   2021-04-20 20:46:07.000000000 +0200
@@ -4,7 +4,7 @@
 from setuptools import setup
 
 setup(name='python-vlc',
-      version = '3.0.12117',
+      version = '3.0.12118',
       author='Olivier Aubert',
       author_email='cont...@olivieraubert.net',
       maintainer='Olivier Aubert',
@@ -35,5 +35,5 @@
       player. Note that it relies on an already present install of VLC.
 
       It has been automatically generated from the include files of
-      vlc 3.0.12, using generator 1.17.
+      vlc 3.0.12, using generator 1.18.
       """)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-vlc-3.0.12117/vlc.py 
new/python-vlc-3.0.12118/vlc.py
--- old/python-vlc-3.0.12117/vlc.py     2021-04-08 15:05:14.000000000 +0200
+++ new/python-vlc-3.0.12118/vlc.py     2021-04-20 20:46:07.000000000 +0200
@@ -52,10 +52,10 @@
 import logging
 logger = logging.getLogger(__name__)
 
-__version__ = "3.0.12117"
+__version__ = "3.0.12118"
 __libvlc_version__ = "3.0.12"
-__generator_version__ = "1.17"
-build_date  = "Thu Apr  8 15:05:14 2021 3.0.12"
+__generator_version__ = "1.18"
+build_date  = "Tue Apr 20 20:46:07 2021 3.0.12"
 
 # The libvlc doc states that filenames are expected to be in UTF8, do
 # not rely on sys.getfilesystemencoding() which will be confused,
@@ -1056,11 +1056,11 @@
     '''
     pass
 LogMessage._fields_ = (
-        ('i_severity', ctypes.c_int),
-        ('psz_type', ctypes.c_char_p),
-        ('psz_name', ctypes.c_char_p),
-        ('psz_header', ctypes.c_char_p),
-        ('psz_message', ctypes.c_char_p),
+        ('severity', ctypes.c_int),
+        ('type', ctypes.c_char_p),
+        ('name', ctypes.c_char_p),
+        ('header', ctypes.c_char_p),
+        ('message', ctypes.c_char_p),
     )
 
 class ModuleDescription(ctypes.Structure):
@@ -1068,11 +1068,11 @@
     '''
     pass
 ModuleDescription._fields_ = (
-        ('psz_name', ctypes.c_char_p),
-        ('psz_shortname', ctypes.c_char_p),
-        ('psz_longname', ctypes.c_char_p),
-        ('psz_help', ctypes.c_char_p),
-        ('p_next', ctypes.POINTER(ModuleDescription)),
+        ('name', ctypes.c_char_p),
+        ('shortname', ctypes.c_char_p),
+        ('longname', ctypes.c_char_p),
+        ('help', ctypes.c_char_p),
+        ('next', ctypes.POINTER(ModuleDescription)),
     )
 
 class DialogCbs(ctypes.Structure):
@@ -1088,7 +1088,7 @@
     pass
 Event._fields_ = (
         ('type', ctypes.c_int),
-        ('p_obj', ctypes.c_void_p),
+        ('obj', ctypes.c_void_p),
         ('meta_type', Meta),
     )
 
@@ -1102,21 +1102,21 @@
     '''
     pass
 MediaStats._fields_ = (
-        ('i_read_bytes', ctypes.c_int),
-        ('f_input_bitrate', ctypes.c_float),
-        ('i_demux_read_bytes', ctypes.c_int),
-        ('f_demux_bitrate', ctypes.c_float),
-        ('i_demux_corrupted', ctypes.c_int),
-        ('i_demux_discontinuity', ctypes.c_int),
-        ('i_decoded_video', ctypes.c_int),
-        ('i_decoded_audio', ctypes.c_int),
-        ('i_displayed_pictures', ctypes.c_int),
-        ('i_lost_pictures', ctypes.c_int),
-        ('i_played_abuffers', ctypes.c_int),
-        ('i_lost_abuffers', ctypes.c_int),
-        ('i_sent_packets', ctypes.c_int),
-        ('i_sent_bytes', ctypes.c_int),
-        ('f_send_bitrate', ctypes.c_float),
+        ('read_bytes', ctypes.c_int),
+        ('input_bitrate', ctypes.c_float),
+        ('demux_read_bytes', ctypes.c_int),
+        ('demux_bitrate', ctypes.c_float),
+        ('demux_corrupted', ctypes.c_int),
+        ('demux_discontinuity', ctypes.c_int),
+        ('decoded_video', ctypes.c_int),
+        ('decoded_audio', ctypes.c_int),
+        ('displayed_pictures', ctypes.c_int),
+        ('lost_pictures', ctypes.c_int),
+        ('played_abuffers', ctypes.c_int),
+        ('lost_abuffers', ctypes.c_int),
+        ('sent_packets', ctypes.c_int),
+        ('sent_bytes', ctypes.c_int),
+        ('send_bitrate', ctypes.c_float),
     )
 
 class MediaTrackInfo(ctypes.Structure):
@@ -1124,13 +1124,13 @@
     '''
     pass
 MediaTrackInfo._fields_ = (
-        ('i_codec', ctypes.c_uint32),
-        ('i_id', ctypes.c_int),
-        ('i_type', TrackType),
-        ('i_profile', ctypes.c_int),
-        ('i_level', ctypes.c_int),
-        ('i_channels', ctypes.c_uint),
-        ('i_rate', ctypes.c_uint),
+        ('codec', ctypes.c_uint32),
+        ('id', ctypes.c_int),
+        ('type', TrackType),
+        ('profile', ctypes.c_int),
+        ('level', ctypes.c_int),
+        ('channels', ctypes.c_uint),
+        ('rate', ctypes.c_uint),
     )
 
 class AudioTrack(ctypes.Structure):
@@ -1138,8 +1138,8 @@
     '''
     pass
 AudioTrack._fields_ = (
-        ('i_channels', ctypes.c_uint),
-        ('i_rate', ctypes.c_uint),
+        ('channels', ctypes.c_uint),
+        ('rate', ctypes.c_uint),
     )
 
 class VideoViewpoint(ctypes.Structure):
@@ -1148,10 +1148,10 @@
     '''
     pass
 VideoViewpoint._fields_ = (
-        ('f_yaw', ctypes.c_float),
-        ('f_pitch', ctypes.c_float),
-        ('f_roll', ctypes.c_float),
-        ('f_field_of_view', ctypes.c_float),
+        ('yaw', ctypes.c_float),
+        ('pitch', ctypes.c_float),
+        ('roll', ctypes.c_float),
+        ('field_of_view', ctypes.c_float),
     )
 
 class VideoTrack(ctypes.Structure):
@@ -1159,14 +1159,14 @@
     '''
     pass
 VideoTrack._fields_ = (
-        ('i_height', ctypes.c_uint),
-        ('i_width', ctypes.c_uint),
-        ('i_sar_num', ctypes.c_uint),
-        ('i_sar_den', ctypes.c_uint),
-        ('i_frame_rate_num', ctypes.c_uint),
-        ('i_frame_rate_den', ctypes.c_uint),
-        ('i_orientation', VideoOrient),
-        ('i_projection', VideoProjection),
+        ('height', ctypes.c_uint),
+        ('width', ctypes.c_uint),
+        ('sar_num', ctypes.c_uint),
+        ('sar_den', ctypes.c_uint),
+        ('frame_rate_num', ctypes.c_uint),
+        ('frame_rate_den', ctypes.c_uint),
+        ('orientation', VideoOrient),
+        ('projection', VideoProjection),
         ('pose', VideoViewpoint),
     )
 
@@ -1175,7 +1175,7 @@
     '''
     pass
 SubtitleTrack._fields_ = (
-        ('psz_encoding', ctypes.c_char_p),
+        ('encoding', ctypes.c_char_p),
     )
 
 class MediaTrack(ctypes.Structure):
@@ -1183,12 +1183,12 @@
     '''
     pass
 MediaTrack._fields_ = (
-        ('i_codec', ctypes.c_uint32),
-        ('i_original_fourcc', ctypes.c_uint32),
-        ('i_id', ctypes.c_int),
-        ('i_type', TrackType),
-        ('i_profile', ctypes.c_int),
-        ('i_level', ctypes.c_int),
+        ('codec', ctypes.c_uint32),
+        ('original_fourcc', ctypes.c_uint32),
+        ('id', ctypes.c_int),
+        ('type', TrackType),
+        ('profile', ctypes.c_int),
+        ('level', ctypes.c_int),
         ('audio', ctypes.POINTER(AudioTrack)),
         ('video', ctypes.POINTER(VideoTrack)),
         ('subtitle', ctypes.POINTER(SubtitleTrack)),
@@ -1200,9 +1200,9 @@
     '''
     pass
 MediaSlave._fields_ = (
-        ('psz_uri', ctypes.c_char_p),
-        ('i_type', MediaSlaveType),
-        ('i_priority', ctypes.c_uint),
+        ('uri', ctypes.c_char_p),
+        ('type', MediaSlaveType),
+        ('priority', ctypes.c_uint),
     )
 
 class MediaDiscovererDescription(ctypes.Structure):
@@ -1211,9 +1211,9 @@
     '''
     pass
 MediaDiscovererDescription._fields_ = (
-        ('psz_name', ctypes.c_char_p),
-        ('psz_longname', ctypes.c_char_p),
-        ('i_cat', MediaDiscovererCategory),
+        ('name', ctypes.c_char_p),
+        ('longname', ctypes.c_char_p),
+        ('cat', MediaDiscovererCategory),
     )
 
 class TrackDescription(ctypes.Structure):
@@ -1222,9 +1222,9 @@
     '''
     pass
 TrackDescription._fields_ = (
-        ('i_id', ctypes.c_int),
-        ('psz_name', ctypes.c_char_p),
-        ('p_next', ctypes.POINTER(TrackDescription)),
+        ('id', ctypes.c_int),
+        ('name', ctypes.c_char_p),
+        ('next', ctypes.POINTER(TrackDescription)),
     )
 
 class TitleDescription(ctypes.Structure):
@@ -1232,9 +1232,9 @@
     '''
     pass
 TitleDescription._fields_ = (
-        ('i_duration', ctypes.c_int64),
-        ('psz_name', ctypes.c_char_p),
-        ('i_flags', ctypes.c_uint),
+        ('duration', ctypes.c_int64),
+        ('name', ctypes.c_char_p),
+        ('flags', ctypes.c_uint),
     )
 
 class ChapterDescription(ctypes.Structure):
@@ -1242,9 +1242,9 @@
     '''
     pass
 ChapterDescription._fields_ = (
-        ('i_time_offset', ctypes.c_int64),
-        ('i_duration', ctypes.c_int64),
-        ('psz_name', ctypes.c_char_p),
+        ('time_offset', ctypes.c_int64),
+        ('duration', ctypes.c_int64),
+        ('name', ctypes.c_char_p),
     )
 
 class AudioOutput(ctypes.Structure):
@@ -1253,9 +1253,9 @@
     '''
     pass
 AudioOutput._fields_ = (
-        ('psz_name', ctypes.c_char_p),
-        ('psz_description', ctypes.c_char_p),
-        ('p_next', ctypes.POINTER(AudioOutput)),
+        ('name', ctypes.c_char_p),
+        ('description', ctypes.c_char_p),
+        ('next', ctypes.POINTER(AudioOutput)),
     )
 
 class AudioOutputDevice(ctypes.Structure):
@@ -1263,9 +1263,9 @@
     '''
     pass
 AudioOutputDevice._fields_ = (
-        ('p_next', ctypes.POINTER(AudioOutputDevice)),
-        ('psz_device', ctypes.c_char_p),
-        ('psz_description', ctypes.c_char_p),
+        ('next', ctypes.POINTER(AudioOutputDevice)),
+        ('device', ctypes.c_char_p),
+        ('description', ctypes.c_char_p),
     )
 
 class RdDescription(ctypes.Structure):
@@ -1274,8 +1274,8 @@
     '''
     pass
 RdDescription._fields_ = (
-        ('psz_name', ctypes.c_char_p),
-        ('psz_longname', ctypes.c_char_p),
+        ('name', ctypes.c_char_p),
+        ('longname', ctypes.c_char_p),
     )
 
 # End of generated structs #

Reply via email to