Hello community, here is the log from the commit of package python-funcy for openSUSE:Factory checked in at 2019-05-12 11:36:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-funcy (Old) and /work/SRC/openSUSE:Factory/.python-funcy.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-funcy" Sun May 12 11:36:51 2019 rev:5 rq:701960 version:1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/python-funcy/python-funcy.changes 2019-03-13 09:15:26.579385415 +0100 +++ /work/SRC/openSUSE:Factory/.python-funcy.new.5148/python-funcy.changes 2019-05-12 11:36:57.334494667 +0200 @@ -1,0 +2,10 @@ +Fri May 10 09:23:27 UTC 2019 - [email protected] + +- version update to 1.12 + - added @cached_readonly + - more introspection in @decorator decorators + - documented @cached_property inheritance limitations + - included tests in pypi sdist tarball (Tomáš Chvátal) +- back to PyPI tarball + +------------------------------------------------------------------- Old: ---- 1.11.tar.gz New: ---- funcy-1.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-funcy.spec ++++++ --- /var/tmp/diff_new_pack.Uvp6i2/_old 2019-05-12 11:36:58.170497114 +0200 +++ /var/tmp/diff_new_pack.Uvp6i2/_new 2019-05-12 11:36:58.170497114 +0200 @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-funcy -Version: 1.11 +Version: 1.12 Release: 0 Summary: Functional tools for Python License: BSD-3-Clause Group: Development/Languages/Python URL: http://github.com/Suor/funcy -Source: https://github.com/Suor/funcy/archive/%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/f/funcy/funcy-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module whatever} @@ -49,6 +49,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +rm -r tests/__pycache__ %pytest %files %{python_files}
