Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-makefun for openSUSE:Factory checked in at 2021-12-16 21:19:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-makefun (Old) and /work/SRC/openSUSE:Factory/.python-makefun.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-makefun" Thu Dec 16 21:19:40 2021 rev:2 rq:940869 version:1.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-makefun/python-makefun.changes 2021-05-07 16:46:20.772167855 +0200 +++ /work/SRC/openSUSE:Factory/.python-makefun.new.2520/python-makefun.changes 2021-12-16 21:20:55.398558020 +0100 @@ -1,0 +2,15 @@ +Tue Dec 14 12:04:47 UTC 2021 - [email protected] + +- version update to 1.12.1 + ### 1.12.1 - Bugfix + - Fixed `TypeError` when a `func` attribute is present on the function provided to `create_function`. Fixed [#76] + ### 1.12.0 - Refactoring and consistency improvement + - Fixed `partial` so that : + - when no argument is provided, it is equivalent to `wraps(f)(f)`. That is, the `__wrapped__` attribute is set. Fixed [#73] + - it sets the `func` attribute just as `functools.partial` does. Fixed [#75] + - Removed `pytest-cases` dependency as it was a circular one. Fixed [#68] + - Now using `flake8` for qualimetry and `genbadge` for badges. Fixed [#71] + - Restructured project so that tests are truly independent, to ease rpm/apt/etc. packaging. Fixed [#69] +- test the package + +------------------------------------------------------------------- Old: ---- makefun-1.11.3.tar.gz New: ---- makefun-1.12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-makefun.spec ++++++ --- /var/tmp/diff_new_pack.S1YOng/_old 2021-12-16 21:20:55.818558180 +0100 +++ /var/tmp/diff_new_pack.S1YOng/_new 2021-12-16 21:20:55.826558183 +0100 @@ -13,22 +13,23 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-makefun -Version: 1.11.3 +Version: 1.12.1 Release: 0 License: BSD-3-Clause Summary: Small library to dynamically create python functions -Url: https://github.com/smarie/python-makefun +URL: https://github.com/smarie/python-makefun Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/m/makefun/makefun-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} # /SECTION @@ -44,6 +45,7 @@ %prep %setup -q -n makefun-%{version} +sed -i '/pytest-runner/d' setup.cfg %build %python_build @@ -52,9 +54,8 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -# No tests, as tests require pytest-cases, which requires makefun -#%%check -#%%pytest +%check +%pytest %files %{python_files} %doc README.md ++++++ makefun-1.11.3.tar.gz -> makefun-1.12.1.tar.gz ++++++ ++++ 8111 lines of diff (skipped)
