15
0
forked from pool/python-funcy

Accepting request 684438 from devel:languages:python

- Update to 1.11:
  - switched docs and internals to Python 3
  - improved docs: better texts and examples here and there
  - support Python 3.7 officially
  - added popups over functions everywhere in docs
  - accept any iterables of errors in flow utils
  - fixed walk_values() for defaultdicts with empty factory
  - fixed xmap() signature introspection
  - documented lzip()

OBS-URL: https://build.opensuse.org/request/show/684438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-funcy?expand=0&rev=4
This commit is contained in:
2019-03-13 08:15:22 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 13 deletions

3
1.11.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Mar 12 15:44:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.11:
- switched docs and internals to Python 3
- improved docs: better texts and examples here and there
- support Python 3.7 officially
- added popups over functions everywhere in docs
- accept any iterables of errors in flow utils
- fixed walk_values() for defaultdicts with empty factory
- fixed xmap() signature introspection
- documented lzip()
-------------------------------------------------------------------
Tue Dec 4 12:48:19 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-funcy
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name: python-funcy
Version: 1.10.1
Version: 1.11
Release: 0
Summary: Functional tools for Python
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/Suor/funcy
Source: https://files.pythonhosted.org/packages/source/f/funcy/funcy-%{version}.tar.gz
URL: http://github.com/Suor/funcy
Source: https://github.com/Suor/funcy/archive/%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module whatever}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
@@ -48,13 +48,10 @@ Inspired by clojure, underscore and the author's own abstractions.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
%check
%python_exec setup.py test
%endif
%pytest
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGELOG README.rst
%license LICENSE
%{python_sitelib}/*