Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-guessit for openSUSE:Factory 
checked in at 2021-11-07 00:19:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-guessit (Old)
 and      /work/SRC/openSUSE:Factory/.python-guessit.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-guessit"

Sun Nov  7 00:19:02 2021 rev:15 rq:929826 version:3.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-guessit/python-guessit.changes    
2021-06-09 21:52:29.718495405 +0200
+++ /work/SRC/openSUSE:Factory/.python-guessit.new.1890/python-guessit.changes  
2021-11-07 00:19:03.588551837 +0100
@@ -1,0 +2,40 @@
+Sat Nov  6 07:06:31 UTC 2021 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 3.4.1
+  Fix:
+  * other: Detect "Open Matte" with non-space separator
+  * packaging: Use stdlib importlib.resources in py 3.7+
+
+-------------------------------------------------------------------
+Fri Nov  5 05:42:15 UTC 2021 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 3.4.0
+  Feature:
+  * other: Add restored support and match 4k-* patterns
+  * other: Add 2in1 support
+  * python: Add python 3.10 support, drop python 3.5 support
+  * audio_channels: Add support for "1.0" audio channels
+  * streaming_service: Add more streaming services
+  * other: Add ONA/OAD support
+  * other: Add Repack and ReRip followed by a digit support
+  Fix:
+  * source: Avoid Shots to be guessed as Showtime and TS
+  * screen_size: Add 540i
+  * language: Fix language and subtitle_languages in some
+    situations
+  * packaging: Use importlib-resources instead of pkgutil
+  * other: Fix Open Matte when written as is
+  * frame_rate: Enhance frame_rate when ending with .000 or
+    space separated
+  * packaging: Use importlib-resources instead of pkg_resources
+  * edition: Better support for "Criterion"
+  * advanced-config: Fix removal of custom rebulk rules
+  * streaming_service: Make SBS ambiguous
+  * streaming_service: Keep pattern to avoid rebuilding rules
+  * proper_count: Fix proper_count raw output to include all
+    matches
+  * website: Fix website when it contains a digit
+  Documentation:
+  * Add new properties
+
+-------------------------------------------------------------------

Old:
----
  guessit-3.3.1.tar.gz

New:
----
  guessit-3.4.1.tar.gz

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

Other differences:
------------------
++++++ python-guessit.spec ++++++
--- /var/tmp/diff_new_pack.HQHfW7/_old  2021-11-07 00:19:04.288551870 +0100
+++ /var/tmp/diff_new_pack.HQHfW7/_new  2021-11-07 00:19:04.288551870 +0100
@@ -18,7 +18,7 @@
 
 %define skip_python2 1
 Name:           python-guessit
-Version:        3.3.1
+Version:        3.4.1
 Release:        0
 Summary:        A library for guessing information from video files
 License:        LGPL-3.0-only
@@ -27,16 +27,20 @@
 Source0:        
https://files.pythonhosted.org/packages/source/g/guessit/guessit-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module babelfish >= 0.5.5}
+BuildRequires:  %{python_module importlib-resources}
+BuildRequires:  %{python_module pytest >= 5}
 BuildRequires:  %{python_module pytest-benchmark}
+BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module python-dateutil}
-BuildRequires:  %{python_module rebulk >= 3.0.0}
+BuildRequires:  %{python_module rebulk >= 3.1.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-babelfish >= 0.5.5
+Requires:       python-importlib-resources
 Requires:       python-python-dateutil
-Requires:       python-rebulk >= 3.0.0
+Requires:       python-rebulk >= 3.1.0
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 BuildArch:      noarch
@@ -52,13 +56,13 @@
 %prep
 %autosetup -n guessit-%{version}
 # Remove shebang from non-executable files
-for i in 
{'audio_codec','bit_rate','bonus','cds','container','country','crc','date','edition','episodes','episode_title','film','__init__','language','mimetype','other','part','release_group','screen_size','size','source','streaming_service','title','type','video_codec','website'};
 do
+for i in 
{'audio_codec','bit_rate','bonus','cd','container','country','crc','date','edition','episodes','episode_title','film','__init__','language','mimetype','other','part','release_group','screen_size','size','source','streaming_service','title','type','video_codec','website'};
 do
   sed -i -e "1d" "guessit/rules/properties/$i.py"
 done
-for i in 
{'common/comparators','common/date','common/expected','common/formatters','common/__init__','common/numeral','common/pattern','common/quantity','common/validators','common/words','__init__','markers/groups','markers/__init__','markers/path','processors'};
 do
+for i in 
{'common/comparators','common/date','common/expected','common/formatters','common/__init__','common/numeral','common/pattern','common/quantity','common/validators','common/words','__init__','markers/groups','markers/__init__','markers/path','processors','properties/audio_codec','properties/bit_rate','properties/bonus','properties/cd','properties/container','properties/country','properties/crc','properties/date','properties/edition','properties/episodes','properties/episode_title','properties/film','properties/__init__','properties/language','properties/mimetype','properties/other','properties/part','properties/release_group','properties/screen_size','properties/size','properties/source','properties/streaming_service','properties/title','properties/type','properties/video_codec','properties/website'};
 do
   sed -i -e "1d" "guessit/rules/$i.py"
 done
-for i in 
{'api','__init__','jsonutils','__main__','monkeypatch','options','reutils','test/__init__','test/rules/__init__','test/rules/processors_test','test/test_api','test/test_api_unicode_literals','test/test_benchmark','test/test_main','test/test_options','test/test_yml','__version__','yamlutils'};
 do
+for i in 
{'api','data/__init__','__init__','jsonutils','__main__','monkeypatch','options','reutils','test/__init__','test/rules/__init__','test/rules/processors_test','test/test_api','test/test_api_unicode_literals','test/test_benchmark','test/test_main','test/test_options','test/test_yml','__version__','yamlutils'};
 do
   sed -i -e "1d" "guessit/$i.py"
 done
 

++++++ guessit-3.3.1.tar.gz -> guessit-3.4.1.tar.gz ++++++
++++ 5100 lines of diff (skipped)

Reply via email to