Mon, 20 May 2024 09:29:28 UTC | login

Information for build python3-mypy-0.4.3-2

ID19248
Package Namepython3-mypy
Version0.4.3
Release2
Epoch
SummaryA static type checker for Python
DescriptionMypy is an optional static type checker for Python. You can add type hints to your Python programs using the upcoming standard for type annotations introduced in Python 3.5 beta 1 (PEP 484), and use mypy to type check them statically. Find bugs in your programs without even running them!
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:29:51 UTC
CompletedSat, 14 Apr 2018 20:29:51 UTC
Tags
f28
f29
RPMs
src
python3-mypy-0.4.3-2.src.rpm (info) (download)
noarch
python3-mypy-0.4.3-2.noarch.rpm (info) (download)
Changelog * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Mon Jul 18 2016 David Shea <dshea@redhat.com> - 0.4.3-1 - Update to mypy 0.4.3 * Mon Jun 13 2016 David Shea <dshea@redhat.com> - 0.4.2-1 - Update to mypy 0.4.2 * Thu May 19 2016 David Shea <dshea@redhat.com> - 0.4.1-2 - Fix build issues * Tue May 17 2016 David Shea <dshea@redhat.com> - 0.4.1-1 - Update to mypy 0.4.1 * Mon Feb 22 2016 David Shea <dshea@redhat.com> - 0.3.1-1 - Update to the first post-3.5 actual upstream release * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2.dev20160128git - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jan 28 2016 David Shea <dshea@redhat.com> - 0.2.0-1.dev20160128git - Generalize yield statement function type - Avoid crash on outrageous non-ASCII characters. - No longer need to pin flake8 version. - Find partial types anywhere in the stack. (removes local patch) - Update license year range to 2016 - If a base class is Any, don't get default constructor signature from object. - Simplify union types when determining type sameness - Generator fixup - Add line number to "__init__ must return None" error - Fix empty yield error in unannotated functions - Fix "except (E1, E2):" parsing in PY2. - Don't crash if no source files were found in a directory or package. - Fail without traceback when duplicate module name encountered. - Fix subtype check between generic class and Callable - Avoid crash on "x in y" where y has a partial type. - Fix type inference issue with dict(x=[], y=[]) - Fix #1160 (bogus error message) - Fix function definition within for statement * Fri Jan 15 2016 David Shea <dshea@redhat.com> - 0.2.0-1.dev20160115git - Fix the order in which builtins are loaded. - Fix crash on undefined variable actual_types in check_argument_count (replaces local patch) - Fixes for Generator support - Fix crash in check_overlapping_op_methods - Hopeful fix for #1002 (lxml trouble) - No longer need to pin flake8 version. - Find partial types anywhere in the stack. (not yet committed upstream) * Mon Jan 11 2016 David Shea <dshea@redhat.com> - 0.2.0-1.dev20160111git - Add support for more kinds of function redefinition - Allow conditionally assigning None to a module - Support conditionally defined nested functions - Tighten argument type for Instance(erased=...) from Any to bool. - Reformat a few messages so they are easier to find using grep. - Update README.md to fix installation instructions for Python 3.5 * Thu Jan 07 2016 David Shea <dshea@redhat.com> - 0.2.0-1.dev20160104git.1 - Fix a bug in the discovery of the typeshed files * Mon Jan 04 2016 David Shea <dshea@redhat.com> - 0.2.0-1.dev20160104git - Don't check git submodule in subprocesses. - Improve check for "# type: ignore". - Add --pdb flag to drop into pdb upon fatal error. - Don't report internal error when using a name that could not be imported. - Write type-checking errors to stdout. Make usage() more complete. - Avoid ever relying on a not-yet-initialized MRO - When comparing template to actual arg types, stop at shortest. - Be more clever about finding a Python 2 interpreter - Basic support for partial 'None' types - Handle multiple None initializers - Remove redundant annotations - Partial type improvements - Allow assignments to function definitions - Document --pdb option. - Look for the keyword type in the right place. * Mon Dec 21 2015 David Shea <dshea@redhat.com> - 0.2.0-1.dev20151220git - Fix an internal error when updating a partial type from an outer scope * Thu Dec 17 2015 David Shea <dshea@redhat.com> - 0.2.0-1.dev20151217git - Initial package