Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-screenplain for openSUSE:Factory checked in at 2023-11-30 22:01:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-screenplain (Old) and /work/SRC/openSUSE:Factory/.python-screenplain.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-screenplain" Thu Nov 30 22:01:00 2023 rev:6 rq:1129838 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-screenplain/python-screenplain.changes 2023-08-14 22:35:35.456351742 +0200 +++ /work/SRC/openSUSE:Factory/.python-screenplain.new.25432/python-screenplain.changes 2023-11-30 22:01:45.742034787 +0100 @@ -1,0 +2,6 @@ +Wed Nov 29 14:51:09 UTC 2023 - Matej Cepl <mc...@cepl.eu> + +- Update to 0.10.0: + - Unfortunately no changelog available anywhere. + +------------------------------------------------------------------- Old: ---- screenplain-0.9.0+git.1679319196.353e6c9.tar.gz New: ---- screenplain-0.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-screenplain.spec ++++++ --- /var/tmp/diff_new_pack.SIGGAi/_old 2023-11-30 22:01:46.894077227 +0100 +++ /var/tmp/diff_new_pack.SIGGAi/_new 2023-11-30 22:01:46.894077227 +0100 @@ -22,20 +22,22 @@ %bcond_without python2 %endif Name: python-screenplain -Version: 0.9.0+git.1679319196.353e6c9 +Version: 0.10.0 Release: 0 Summary: Convert text file to viewable screenplay License: MIT Group: Development/Languages/Python URL: http://www.screenplain.com/ -# Source: https://files.pythonhosted.org/packages/source/s/screenplain/screenplain-%%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/s/screenplain/screenplain-%{version}.tar.gz # Tarball generated from gh#vilcans/screenplain#62 -Source: screenplain-%{version}.tar.gz +# Source: screenplain-%%{version}.tar.gz # PATCH-FIX-UPSTREAM fix_entry_point.patch mc...@suse.com # entry point lead to incorrect function. Patch0: fix_entry_point.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module reportlab} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -87,5 +89,5 @@ %files %{python_files} %python_alternative %{_bindir}/screenplain %{python_sitelib}/screenplain -%{python_sitelib}/screenplain-0.9.0*-info +%{python_sitelib}/screenplain-%{version}*-info ++++++ fix_entry_point.patch ++++++ --- /var/tmp/diff_new_pack.SIGGAi/_old 2023-11-30 22:01:46.954079437 +0100 +++ /var/tmp/diff_new_pack.SIGGAi/_new 2023-11-30 22:01:46.958079584 +0100 @@ -1,6 +1,11 @@ +--- + screenplain/main.py | 2 +- + setup.cfg | 3 +++ + 2 files changed, 4 insertions(+), 1 deletion(-) + --- a/screenplain/main.py +++ b/screenplain/main.py -@@ -30,7 +30,7 @@ def invalid_format(parser, message): +@@ -29,7 +29,7 @@ def invalid_format(parser, message): ) @@ -11,10 +16,14 @@ '-f', '--format', dest='output_format', --- a/setup.cfg +++ b/setup.cfg -@@ -1,2 +1,5 @@ +@@ -1,6 +1,9 @@ [metadata] license_files = LICENSE.txt -+ + +[pycodestyle] +ignore = E275,E402,W504 ++ + [egg_info] + tag_build = + tag_date = 0 ++++++ screenplain-0.9.0+git.1679319196.353e6c9.tar.gz -> screenplain-0.10.0.tar.gz ++++++ ++++ 1821 lines of diff (skipped)