* Widen the type of the file argument to Python 2's json.dump. (#2516) * Fix _StrType in difflib in Python 2. (#2514) * Set urllib.parse.urljoin url argument to optional (#2513) * Inherit `InstanceType` from `object` (#2511) * Make csv.reader take Iterator[Text] argument instead of Iterator[str]. (#2508) * skip .git files from linting with flake8 (#2506) * Make _NetlocResultMixinBytes derive from _NetlocResultMixinBase[bytes], not [str] (#2503) * fix typing.Pattern in Python 2 (#2219) * Make 'datetime' a subclass of 'date'. (#2488) * Add new gflags names. (#2489) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typeshed?expand=0&rev=1
16 lines
774 B
Plaintext
16 lines
774 B
Plaintext
-------------------------------------------------------------------
|
|
Sat Oct 13 11:26:43 UTC 2018 - opensuse-packaging@opensuse.org
|
|
|
|
- Update to version 0.0.1+git.1539385126.cec22025:
|
|
* Widen the type of the file argument to Python 2's json.dump. (#2516)
|
|
* Fix _StrType in difflib in Python 2. (#2514)
|
|
* Set urllib.parse.urljoin url argument to optional (#2513)
|
|
* Inherit `InstanceType` from `object` (#2511)
|
|
* Make csv.reader take Iterator[Text] argument instead of Iterator[str]. (#2508)
|
|
* skip .git files from linting with flake8 (#2506)
|
|
* Make _NetlocResultMixinBytes derive from _NetlocResultMixinBase[bytes], not [str] (#2503)
|
|
* fix typing.Pattern in Python 2 (#2219)
|
|
* Make 'datetime' a subclass of 'date'. (#2488)
|
|
* Add new gflags names. (#2489)
|
|
|