14
0
forked from pool/python-preggy

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

- Update to 1.4.4
  * TypeError: __init__() got an unexpected keyword argument 'encoding'
  * Added LICENSE file (not distributed in the PyPI tarball, though)
  * SyntaxWarning: is with a literal. Did you mean ==?

OBS-URL: https://build.opensuse.org/request/show/786182
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-preggy?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2020-03-18 17:34:21 +00:00
committed by Git OBS Bridge
parent 5add520a7a
commit e9c1e85e44
5 changed files with 25 additions and 14 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 18 12:56:46 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.4.4
* TypeError: __init__() got an unexpected keyword argument 'encoding'
* Added LICENSE file (not distributed in the PyPI tarball, though)
* SyntaxWarning: is with a literal. Did you mean ==?
-------------------------------------------------------------------
Thu Feb 21 11:53:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>