Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-blessed for openSUSE:Factory checked in at 2022-11-03 19:14:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-blessed (Old) and /work/SRC/openSUSE:Factory/.python-blessed.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-blessed" Thu Nov 3 19:14:44 2022 rev:11 rq:1033027 version:1.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-blessed/python-blessed.changes 2022-03-17 17:01:37.405691099 +0100 +++ /work/SRC/openSUSE:Factory/.python-blessed.new.2275/python-blessed.changes 2022-11-03 19:15:33.416491732 +0100 @@ -1,0 +2,9 @@ +Thu Nov 3 10:55:45 UTC 2022 - Daniel Garcia <daniel.gar...@suse.com> + +- Add drop-python2-support.patch to remove python-six dependency + gh#jquast/blessed#245 +- Remove python_module macro definition +- Remove skip_python2 define +- More specific python_sitelib in %files + +------------------------------------------------------------------- New: ---- drop-python2-support.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-blessed.spec ++++++ --- /var/tmp/diff_new_pack.G8IUBb/_old 2022-11-03 19:15:33.948494859 +0100 +++ /var/tmp/diff_new_pack.G8IUBb/_new 2022-11-03 19:15:33.952494884 +0100 @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-blessed Version: 1.19.1 Release: 0 @@ -25,6 +23,8 @@ License: MIT URL: https://github.com/jquast/blessed Source: https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz +# PATCH-FIX-UPSTREAM drop-python2-support.patch gh#jquast/blessed#245 +Patch: drop-python2-support.patch BuildRequires: %{python_module curses} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} @@ -75,7 +75,7 @@ the ansi module in concert with colorama to resolve this. %prep -%setup -q -n blessed-%{version} +%autosetup -p1 -n blessed-%{version} # disable cons25 tests as they fail in OBS sed -i -e 's:cons25 ::' tests/accessories.py # do not pull extra deps that are not needed @@ -96,6 +96,7 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/blessed +%{python_sitelib}/blessed-%{version}*-info %changelog ++++++ drop-python2-support.patch ++++++ ++++ 729 lines (skipped)