15
0

Accepting request 764040 from home:mcalabkova:branches:devel:languages:python

- update to 1.2.7
  * Fix: Warning displays the correct filename and line number when 
    decorating a function if wrapt does not have the compiled c extension.
  * Add Black configuration file.

OBS-URL: https://build.opensuse.org/request/show/764040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-01-13 15:31:29 +00:00
committed by Git OBS Bridge
parent 37a34078a7
commit 0f2174552b
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 13 15:06:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.2.7
* Fix: Warning displays the correct filename and line number when
decorating a function if wrapt does not have the compiled c extension.
* Add Black configuration file.
-------------------------------------------------------------------
Mon Jul 22 09:11:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>