diff --git a/1.11.tar.gz b/1.11.tar.gz deleted file mode 100644 index 6b9161d..0000000 --- a/1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24f886d6d91fbd01cda772f17d5f16a2699270e480448e3929606df53016d8a6 -size 75600 diff --git a/funcy-1.12.tar.gz b/funcy-1.12.tar.gz new file mode 100644 index 0000000..4466ecf --- /dev/null +++ b/funcy-1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3fb0387c6083ac692a8ac90565a08c257cc4283dc3b136c15bcb3a3d80ab6d +size 376940 diff --git a/python-funcy.changes b/python-funcy.changes index 68cad92..f675fe6 100644 --- a/python-funcy.changes +++ b/python-funcy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 10 09:23:27 UTC 2019 - pgajdos@suse.com + +- 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 + ------------------------------------------------------------------- Tue Mar 12 15:44:40 UTC 2019 - Tomáš Chvátal diff --git a/python-funcy.spec b/python-funcy.spec index 780787e..a5bccf9 100644 --- a/python-funcy.spec +++ b/python-funcy.spec @@ -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 @@ Inspired by clojure, underscore and the author's own abstractions. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +rm -r tests/__pycache__ %pytest %files %{python_files}