diff --git a/funcy-1.13.tar.gz b/funcy-1.13.tar.gz deleted file mode 100644 index 13d94e5..0000000 --- a/funcy-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:918f333f675d9841ec7d77b9f0d5a272ed290393a33c8ef20e605847de89b1c3 -size 493223 diff --git a/funcy-1.14.tar.gz b/funcy-1.14.tar.gz new file mode 100644 index 0000000..e3e48e3 --- /dev/null +++ b/funcy-1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ee84c3b446f92e68a857c2267b15a1b49c631c9d5a87a5f063cd2d6761a5c4 +size 548493 diff --git a/python-funcy.changes b/python-funcy.changes index 92518a0..2de89bb 100644 --- a/python-funcy.changes +++ b/python-funcy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 9 10:12:11 UTC 2020 - John Vandenberg + +- 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 diff --git a/python-funcy.spec b/python-funcy.spec index 5c2c6c3..557a581 100644 --- a/python-funcy.spec +++ b/python-funcy.spec @@ -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}