From ec77102240f7d5443ad4cfebf525e016ebca5976450eaf294f4e600e0bbf4a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 10 May 2019 09:30:40 +0000 Subject: [PATCH] Accepting request 701958 from home:pgajdos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 OBS-URL: https://build.opensuse.org/request/show/701958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcy?expand=0&rev=9 --- 1.11.tar.gz | 3 --- funcy-1.12.tar.gz | 3 +++ python-funcy.changes | 10 ++++++++++ python-funcy.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 1.11.tar.gz create mode 100644 funcy-1.12.tar.gz 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}