15
0
forked from pool/python-funcy

Accepting request 701958 from home:pgajdos

- 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
This commit is contained in:
Tomáš Chvátal
2019-05-10 09:30:40 +00:00
committed by Git OBS Bridge
parent 5e0cd3b2f6
commit ec77102240
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24f886d6d91fbd01cda772f17d5f16a2699270e480448e3929606df53016d8a6
size 75600

3
funcy-1.12.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f3fb0387c6083ac692a8ac90565a08c257cc4283dc3b136c15bcb3a3d80ab6d
size 376940

View File

@@ -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 <tchvatal@suse.com>

View File

@@ -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}