commit python-IMDbPY for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-IMDbPY for openSUSE:Factory checked in at 2021-04-29 01:38:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-IMDbPY (Old) and /work/SRC/openSUSE:Factory/.python-IMDbPY.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-IMDbPY" Thu Apr 29 01:38:21 2021 rev:5 rq:888990 version:2021.4.18 Changes: -------- --- /work/SRC/openSUSE:Factory/python-IMDbPY/python-IMDbPY.changes 2021-03-10 08:58:54.914991786 +0100 +++ /work/SRC/openSUSE:Factory/.python-IMDbPY.new.12324/python-IMDbPY.changes 2021-04-29 01:39:26.930667586 +0200 @@ -1,0 +2,15 @@ +Wed Apr 28 09:29:47 UTC 2021 - Mark��ta Machov�� <mmachova@suse.com> + +- Update to 2021.04.18 + [general] + * #289: Serbian translations + * #290: update Portuguese translations + * #291: allow direct access to filmography keys + * #299: add pagination to get_movie_list (courtesy of Stein van Broekhoven) + * #300: any iterable can be used as season_nums parameter of update_series_seasons + * #305: fix ability to set logging level - #310: fix build of locales .mo files + * #312: extract localized title + [sql] + * #287: fix missing logger + +------------------------------------------------------------------- Old: ---- IMDbPY-2020.9.25.tar.gz New: ---- IMDbPY-2021.4.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-IMDbPY.spec ++++++ --- /var/tmp/diff_new_pack.FnfEG0/_old 2021-04-29 01:39:27.378668220 +0200 +++ /var/tmp/diff_new_pack.FnfEG0/_new 2021-04-29 01:39:27.382668226 +0200 @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-IMDbPY -Version: 2020.9.25 +Version: 2021.4.18 Release: 0 Summary: Python package to access the IMDb's database License: GPL-2.0-or-later @@ -32,9 +32,9 @@ BuildRequires: python-rpm-macros Requires: python-SQLAlchemy Requires: python-lxml -BuildArch: noarch Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives +BuildArch: noarch %python_subpackages %description ++++++ IMDbPY-2020.9.25.tar.gz -> IMDbPY-2021.4.18.tar.gz ++++++ ++++ 2364 lines of diff (skipped) ++++++ do_not_install_scripts.patch ++++++ --- /var/tmp/diff_new_pack.FnfEG0/_old 2021-04-29 01:39:27.506668401 +0200 +++ /var/tmp/diff_new_pack.FnfEG0/_new 2021-04-29 01:39:27.506668401 +0200 @@ -6,14 +6,16 @@ Example scripts are installed under /usr/bin and it's prefered to keep them in an examples directory. ---- a/setup.py -+++ b/setup.py -@@ -103,7 +103,7 @@ +Index: IMDbPY-2021.4.18/setup.py +=================================================================== +--- IMDbPY-2021.4.18.orig/setup.py ++++ IMDbPY-2021.4.18/setup.py +@@ -92,7 +92,7 @@ params = { 'classifiers': [_f for _f in classifiers.split("\n") if _f], 'url': home_page, 'download_url': dwnl_url, - 'scripts': scripts, +# 'scripts': scripts, - 'data_files': data_files, - 'install_requires': ['SQLAlchemy', 'lxml'], - 'extras_require': { + 'package_data': { + # Here, the "*" represents any possible language ID. + 'imdb.locale': [
participants (1)
-
Source-Sync