15
0
forked from pool/python-funcy

Accepting request 825150 from home:jayvdb:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/825150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcy?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-08-10 11:17:53 +00:00
committed by Git OBS Bridge
parent 6c4dfe2148
commit 6a939d78e2
4 changed files with 16 additions and 6 deletions

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>