diff --git a/.gitignore b/.gitignore index 22f9ed4..a6abd4a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /typeshed-0.1-6452fb0.tar.gz /typeshed-0.1-8d8e7ca.tar.gz /typeshed-0.1-292447b.tar.gz +/typeshed-0.1-11049f9.tar.gz diff --git a/python-typeshed.spec b/python-typeshed.spec index af5cd32..2c3be34 100644 --- a/python-typeshed.spec +++ b/python-typeshed.spec @@ -1,14 +1,14 @@ -%global checkout 292447b +%global checkout 11049f9 Name: python-typeshed # There are no actual releases of typeshed so we are making one up Version: 0.1 -Release: 0.20160505%{?dist} +Release: 0.20160520%{?dist} Summary: Static type information for python modules License: ASL 2.0 URL: https://github.com/python/typeshed -# git archive --prefix=typeshed-0.1-292447b/ 292447b | gzip -c9 > typeshed-0.1-292447b.tar.gz +# git archive --prefix=typeshed-0.1-11049f9/ 11049f9 | gzip -c9 > typeshed-0.1-11049f9.tar.gz Source0: typeshed-%{version}-%{checkout}.tar.gz BuildArch: noarch @@ -39,6 +39,30 @@ done %{_datadir}/typeshed %changelog +* Fri May 20 2016 David Shea - 0.1-0.20160520git +- add AST.__init__ annotation +- Change datetime.datetime.astimezone tz argument type from timezone to tzinfo +- A couple new definitions, some more unicode for 2.7 +- Fix html.escape signature +- Add types for gettext +- Fix type of getsockopt +- type `errors` in codecs.EncodedFile +- Add __version__ to requests +- Use __delete__, not __del__, in class property. +- getpass return str +- Make property a type +- Almost all re functions take a compiled pattern. +- Add note about not using basestring in tempfile +- Accept more unicode in 2.7 tempfile stubs +- Add some missing "type" attributes +- fix integration of io with mypy +- Add apply() and coerce() to 2.7 builtins. +- Add __future__.generator_stop for Python 3.5 +- Fix subprocess stubs +- improve io +- Add os.replace() +- enable string arguments for start, end, and span methods of Match object + * Tue May 17 2016 David Shea - 0.1-0.20160505git - Fix and greatly expand stubs for sqlalchemy. - Expand the sqlalchemy stubs related to the Column model. diff --git a/sources b/sources index 184d82d..241abc4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1dd8371311b8e9f8f5eb212428246021 typeshed-0.1-292447b.tar.gz +be1540321522d33c84f9d72273d8289d typeshed-0.1-11049f9.tar.gz