14
0
forked from pool/python-yappi

- update to 1.59:

*  Added testing for Python 3.5 and 3.6 (PR from Tim Graham) #110, #131
  *  Fixed typos in docstrings (PR from Romuald Brunet, reviewed by Tim
     Graham) #105
  *  Removing Python 2.6, 3.2, and 3.3 testing (PR from Tim Graham) #115, #116
  *  Removing unnecessary parens in return statements (PR from Tim Graham)
     #113
  *  Remove unused _has_unicode/_str_cls vars (PR from Tim Graham) #111
  *  Add flake8 testing and cleanups (PR from Tim Graham, cleanups from Sean
     Reifschneider) #112
  * Fixed storing non-ASCII values on Python 2 and binary values on Python 3
    (PR from Nicolas Noé) #135
  * Fixed touch(..., time=0) command (PR from Nicolas Noé) #137

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=1
This commit is contained in:
2019-03-02 07:04:10 +00:00
committed by Git OBS Bridge
commit 3c30711272
5 changed files with 89 additions and 0 deletions

4
python-yappi.changes Normal file
View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Sat Mar 2 07:01:12 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Initial packaging (version 1.0)