Changelog for
python3-mypy-0.560-11.9.noarch.rpm :
Sat Dec 16 13:00:00 2017 sebix+novell.comAATTsebix.at
- update to version 0.560:
* Iterable and Friends Are Now Protocols
* Improved Error Messages
- include compiled docs in package
Sat Nov 11 13:00:00 2017 sebix+novell.comAATTsebix.at
- fix build for distributions with python 3.4
Fri Nov 10 13:00:00 2017 sebix+novell.comAATTsebix.at
- update to 0.550:
* Running mypy now requires Python 3.4 or higher.
However Python 3.3 is still valid for the target
of the analysis (i.e. the `--python-version` flag).
* Split `--disallow-any` flag into `separate boolean flags
`.
* The `--old-html-report` flag was removed.
Sat Oct 21 14:00:00 2017 sebix+novell.comAATTsebix.at
- update to 0.540
* Switch to More Rapid Releases
new mypy version roughly every 2-4 weeks
* New Features
* Allow assignments to multiple targets from union types (Ivan Levkivskyi, PR 4067)
* Allow definitions of subscripted type aliases such as Item = Tuple[int, str] within functions (Ivan Levkivskyi, PR 4000)
* Narrow type of optional left operand of in operator if the collection items aren’t optional (Ivan Levkivskyi, PR 4072)
* Generate an error if type would be inferred for a variable (PR 4112)
* Notable Bugs Fixed
* Fix errors not being reported for some modules with incremental mode by deleting cache file for a module if errors are found (Ivan Levkivskyi, PR 4045)
* Fix incremental mode crash related to Type[...] types (Ivan Levkivskyi, PR 4038)
* Fix crash related to tuple types (Ivan Levkivskyi, PR 4051)
* Fix incorrect errors about __getattr__ methods (Ivan Levkivskyi, PR 4073)
* Fixes to non-method attributes with callable types (Elazar Gershuni, PR 4016)
* Fix function overloading based on Type[...] types (Ivan Levkivskyi, PR 4037)
* Fix processing invalid overloaded function definitions (Elazar Gershuni, PR 4064)
* Fix handling of disallow_any/disallow_untyped_defs combination in mypy config file (Jelle Zijlstra, PR 4076)
Wed Aug 9 14:00:00 2017 sebix+novell.comAATTsebix.at
- fix shebang removal
Thu Jul 27 14:00:00 2017 sebix+novell.comAATTsebix.at
- update to 0.521
* Mypy Bugs Fixed
* Fix crash on name collision for self attributes (Ivan Levkivskyi, PRs 3700 and 3719)
* Fix bug in cache updates and improve cache logging (PR 3708)
* Fix per-file strict Optional interaction with default-None args (PR 3686)
* Fix crash in --quick mode when aliases are re-exported (Ivan Levkivskyi, PR 3740)
* Fix crash on incompatible redefinition in named tuple (Ivan Levkivskyi, PR 3760)
* Typeshed Bugs Fixed
* Fix regressions in csv.DictReader (Thomas Grainger, PRs 1475 and 1478)
Sat Jul 15 14:00:00 2017 sebix+novell.comAATTsebix.at
- upgrade to 0.520
* Add :ref:`fine-grained control of Any types `.
* Add :ref:`typeddict`.
* Other updates to :ref:`command-line`:
* Add --no-implicit-optional.
* Add --shadow-file.
* Add --no-incremental.
Thu Jul 6 14:00:00 2017 sebix+novell.comAATTsebix.at
- correct shebangs of typeshed libs
- fix build for older versions
Thu Jul 6 14:00:00 2017 jengelhAATTinai.de
- Enhance description by some more text from the webpage.
Tue Jun 27 14:00:00 2017 sebix+novell.comAATTsebix.at
- use python singlespec approach marking as uncompatible with python2
Mon May 8 14:00:00 2017 sebix+novell.comAATTsebix.at
- first package