15
0
forked from pool/python-funcy

Accepting request 825356 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/825356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-funcy?expand=0&rev=7
This commit is contained in:
2020-08-18 13:05:16 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 9 10:12:11 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v1.14
* stated Python 3.7 and 3.8 support
* dropped Python 2.6
* added @wrap_prop()
* added filter_errors param to @retry()
* published nullcontext properly
-------------------------------------------------------------------
Mon Aug 12 13:40:21 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-funcy
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-funcy
Version: 1.13
Version: 1.14
Release: 0
Summary: Functional tools for Python
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://github.com/Suor/funcy
URL: https://github.com/Suor/funcy
Source: https://files.pythonhosted.org/packages/source/f/funcy/funcy-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}