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-09 23:54:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-guessit (Old) and /work/SRC/openSUSE:Factory/.python-guessit.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-guessit" Tue Nov 9 23:54:49 2021 rev:16 rq:930226 version:3.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-guessit/python-guessit.changes 2021-11-07 00:19:03.588551837 +0100 +++ /work/SRC/openSUSE:Factory/.python-guessit.new.1890/python-guessit.changes 2021-11-09 23:55:16.279972832 +0100 @@ -1,0 +2,7 @@ +Mon Nov 8 17:20:10 UTC 2021 - Luigi Baldoni <[email protected]> + +- Update to version 3.4.2 + Fix: + * dependencies: Use babelfish>=0.6.0 + +------------------------------------------------------------------- Old: ---- guessit-3.4.1.tar.gz New: ---- guessit-3.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-guessit.spec ++++++ --- /var/tmp/diff_new_pack.uqcYVr/_old 2021-11-09 23:55:16.779973087 +0100 +++ /var/tmp/diff_new_pack.uqcYVr/_new 2021-11-09 23:55:16.783973089 +0100 @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-guessit -Version: 3.4.1 +Version: 3.4.2 Release: 0 Summary: A library for guessing information from video files License: LGPL-3.0-only @@ -26,7 +26,7 @@ URL: https://github.com/wackou/guessit 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 babelfish >= 0.6.0} BuildRequires: %{python_module importlib-resources} BuildRequires: %{python_module pytest >= 5} BuildRequires: %{python_module pytest-benchmark} @@ -37,7 +37,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-babelfish >= 0.5.5 +Requires: python-babelfish >= 0.6.0 Requires: python-importlib-resources Requires: python-python-dateutil Requires: python-rebulk >= 3.1.0 ++++++ guessit-3.4.1.tar.gz -> guessit-3.4.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guessit-3.4.1/CHANGELOG.md new/guessit-3.4.2/CHANGELOG.md --- old/guessit-3.4.1/CHANGELOG.md 2021-11-05 23:04:14.000000000 +0100 +++ new/guessit-3.4.2/CHANGELOG.md 2021-11-08 09:19:18.000000000 +0100 @@ -3,6 +3,11 @@ <!--next-version-placeholder--> +## v3.4.1 (2021-11-05) +### Fix +* **other:** Detect "Open Matte" with non-space separator ([`b52a9d9`](https://github.com/guessit-io/guessit/commit/b52a9d9f0315af68d41c22772d35488d00c4f04e)) +* **packaging:** Use stdlib importlib.resources in py 3.7+ ([`1e7b000`](https://github.com/guessit-io/guessit/commit/1e7b0008232e306478d15f7a78d093804d56df3a)) + ## v3.4.0 (2021-11-04) ### Feature * **other:** Add restored support and match 4k-* patterns ([`99c30eb`](https://github.com/guessit-io/guessit/commit/99c30eb3876a4947ff9a4f5126b70195452a64c7)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guessit-3.4.1/PKG-INFO new/guessit-3.4.2/PKG-INFO --- old/guessit-3.4.1/PKG-INFO 2021-11-05 23:04:36.439150800 +0100 +++ new/guessit-3.4.2/PKG-INFO 2021-11-08 09:19:40.555203700 +0100 @@ -1,12 +1,12 @@ Metadata-Version: 2.1 Name: guessit -Version: 3.4.1 +Version: 3.4.2 Summary: GuessIt - a library for guessing information from video filenames. Home-page: https://guessit.io Author: R??mi Alvergnat Author-email: [email protected] License: LGPLv3 -Download-URL: https://pypi.python.org/packages/source/g/guessit/guessit-3.4.1.tar.gz +Download-URL: https://pypi.python.org/packages/source/g/guessit/guessit-3.4.2.tar.gz Keywords: python library release parser name filename movies series episodes animes Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable @@ -79,6 +79,11 @@ <!--next-version-placeholder--> +## v3.4.1 (2021-11-05) +### Fix +* **other:** Detect "Open Matte" with non-space separator ([`b52a9d9`](https://github.com/guessit-io/guessit/commit/b52a9d9f0315af68d41c22772d35488d00c4f04e)) +* **packaging:** Use stdlib importlib.resources in py 3.7+ ([`1e7b000`](https://github.com/guessit-io/guessit/commit/1e7b0008232e306478d15f7a78d093804d56df3a)) + ## v3.4.0 (2021-11-04) ### Feature * **other:** Add restored support and match 4k-* patterns ([`99c30eb`](https://github.com/guessit-io/guessit/commit/99c30eb3876a4947ff9a4f5126b70195452a64c7)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guessit-3.4.1/guessit/__version__.py new/guessit-3.4.2/guessit/__version__.py --- old/guessit-3.4.1/guessit/__version__.py 2021-11-05 23:04:35.000000000 +0100 +++ new/guessit-3.4.2/guessit/__version__.py 2021-11-08 09:19:39.000000000 +0100 @@ -4,4 +4,4 @@ Version module """ # pragma: no cover -__version__ = '3.4.1' +__version__ = '3.4.2' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guessit-3.4.1/guessit/rules/properties/website.py new/guessit-3.4.2/guessit/rules/properties/website.py --- old/guessit-3.4.1/guessit/rules/properties/website.py 2021-11-05 23:04:14.000000000 +0100 +++ new/guessit-3.4.2/guessit/rules/properties/website.py 2021-11-08 09:19:18.000000000 +0100 @@ -4,9 +4,9 @@ Website property. """ try: - from importlib.resources import open_text # @UnresolvedImport + from importlib.resources import files # @UnresolvedImport except ImportError: - from importlib_resources import open_text # @UnresolvedImport + from importlib_resources import files # @UnresolvedImport from rebulk.remodule import re @@ -31,10 +31,11 @@ rebulk = rebulk.regex_defaults(flags=re.IGNORECASE).string_defaults(ignore_case=True) rebulk.defaults(name="website") - with open_text('guessit.data', 'tlds-alpha-by-domain.txt') as tld_file: + with files('guessit.data') as data_files: + tld_file = data_files.joinpath('tlds-alpha-by-domain.txt').read_text(encoding='utf-8') tlds = [ tld.strip() - for tld in tld_file.readlines() + for tld in tld_file.split('\n') if '--' not in tld ][1:] # All registered domain extension diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guessit-3.4.1/guessit.egg-info/PKG-INFO new/guessit-3.4.2/guessit.egg-info/PKG-INFO --- old/guessit-3.4.1/guessit.egg-info/PKG-INFO 2021-11-05 23:04:36.000000000 +0100 +++ new/guessit-3.4.2/guessit.egg-info/PKG-INFO 2021-11-08 09:19:40.000000000 +0100 @@ -1,12 +1,12 @@ Metadata-Version: 2.1 Name: guessit -Version: 3.4.1 +Version: 3.4.2 Summary: GuessIt - a library for guessing information from video filenames. Home-page: https://guessit.io Author: R??mi Alvergnat Author-email: [email protected] License: LGPLv3 -Download-URL: https://pypi.python.org/packages/source/g/guessit/guessit-3.4.1.tar.gz +Download-URL: https://pypi.python.org/packages/source/g/guessit/guessit-3.4.2.tar.gz Keywords: python library release parser name filename movies series episodes animes Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable @@ -79,6 +79,11 @@ <!--next-version-placeholder--> +## v3.4.1 (2021-11-05) +### Fix +* **other:** Detect "Open Matte" with non-space separator ([`b52a9d9`](https://github.com/guessit-io/guessit/commit/b52a9d9f0315af68d41c22772d35488d00c4f04e)) +* **packaging:** Use stdlib importlib.resources in py 3.7+ ([`1e7b000`](https://github.com/guessit-io/guessit/commit/1e7b0008232e306478d15f7a78d093804d56df3a)) + ## v3.4.0 (2021-11-04) ### Feature * **other:** Add restored support and match 4k-* patterns ([`99c30eb`](https://github.com/guessit-io/guessit/commit/99c30eb3876a4947ff9a4f5126b70195452a64c7)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guessit-3.4.1/guessit.egg-info/requires.txt new/guessit-3.4.2/guessit.egg-info/requires.txt --- old/guessit-3.4.1/guessit.egg-info/requires.txt 2021-11-05 23:04:36.000000000 +0100 +++ new/guessit-3.4.2/guessit.egg-info/requires.txt 2021-11-08 09:19:40.000000000 +0100 @@ -1,8 +1,8 @@ rebulk>=3.1.0 -babelfish +babelfish>=0.6.0 python-dateutil -[:python_version < "3.7"] +[:python_version < "3.9"] importlib-resources [dev] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guessit-3.4.1/setup.py new/guessit-3.4.2/setup.py --- old/guessit-3.4.1/setup.py 2021-11-05 23:04:14.000000000 +0100 +++ new/guessit-3.4.2/setup.py 2021-11-08 09:19:18.000000000 +0100 @@ -15,7 +15,7 @@ with io.open(os.path.join(here, 'CHANGELOG.md'), encoding='utf-8') as f: changelog = f.read() -install_requires = ['rebulk>=3.1.0', 'babelfish', 'python-dateutil', 'importlib-resources;python_version<"3.7"'] +install_requires = ['rebulk>=3.1.0', 'babelfish>=0.6.0', 'python-dateutil', 'importlib-resources;python_version<"3.9"'] setup_requires = ['pytest-runner']
