File python-typing.changes of Package python-typing.32136
-------------------------------------------------------------------
Thu Dec 14 22:00:35 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.10.0.0
* Implement TypeGuard (PEP 649)
* backport ParamSpecArgs/Kwargs
* Fixed required/optional keys with old-style TypedDict
* Bring in protocol’s __init__ behaviour same like in python > 3.8
* Support PEP 612 in typing_extensions (Python 3)
* Also run python 3.9 in CI
* Add OrderedDict to typing_extensions
* Only allow installing this package for Python 2.7 and 3.4
* Document availability of Annotated
* Update test_typing_extensions.py
* Apply get_args fix from bpo-40398 to typing_extensions
* Fix tests failing with 3.10.0a2+
* Fix stray close paren
* Update README
* Disable 3.5.1 build -- can't install psutils needed by pytest-xdist
* Bump typing_extensions version to 3.7.4.3
* Remove extra 'use' in readme
- from version 3.7.4.3
* Revert last two changes; bump version to 3.7.4.3
- from version 3.7.4.2
* Disallow installation on 3.5+
* Add tox.ini for typing_extensions
* Add PEP 613 TypeAlias to typing_extensions
* Make tests for Annotated work with Python 3.9
* Remove Python 3.3 from tox.ini
* Fix flake8 failure by using Python 3.8
* Add SupportsIndex, added in Python 3.8
* Update package metadata
* Bump typing_extensions version to 3.7.4.2
* Fix ForwardRef hash and equality checks
* Fix required and optional keys inheritance for TypedDict
* Replace asyncio.coroutine with async-await
* Reuse stdlib PEP 593 implementation in typing_extensions if present
* Add .vscode and .egg-info to gitignore
* Backport get_origin() and get_args()
* Add clarification to package description
* Track optional TypdeDict keys
* Accept arbitrary keyword names in NamedTuple() and TypedDict()
* Bump typing_extensions version
* Add missing objects in typing_extensions/README.rst
- from version 3.7.4.1
* Fix isinstance() with generic protocol subclasses after subscripting
* Try fixing Travis build
+ fix tests for non-default interpreters
* Use environment marker to specify typing dependency
* Fix unions of protocols on Python 2
* Bump typing_extensions version and typing dependency version
- from version 3.7.4
* Fix subclassing builtin protocols on older Python versions
* Move Protocol, runtime_checkable, Final, final, Literal, and TypedDict to typing
* Add support for Python 3.8 in typing_extensions
* Unify the implementation of annotated in src_py2 and src_py3
* Add Annotated in python2
* Pep 593 py3
* Drop support of Python 3.3
* [typing-extensions] Simple implementation for IntVar
* Add a python 3.7+ version of Annotated to typing_extensions
* Add SupportsIndex
* Add TypedDict to typing_extensions
* .travis.yml: The 'sudo' tag is now deprecated in Travis CI
* Add Final to the README
* Run the tests using the current Python executable
* Fix GeneralMeta.__instancecheck__() for old style classes
* Bump typing_extensions version
* Add Literal[...] types to typing_extensions
* Fix instance/subclass checks of functions against runtime protocols
* Bump typing_extension version
* Improve PyPI entry for typing_extensions
* Add Final to typing_extensions
- from version 3.6.6
* Include license file for typing-extensions and in wheels
* Fix IO.closed to be property
* Backport Generic.__new__ fix
* Bump typing_extensions version before release
* Add missing 'NoReturn' to __all__ in typing.py
* Add annotations to NamedTuple children __new__ constructors
* Fix typing_extensions to support PEP 560
* Fix for issue #524
* Pass *args and **kwargs to superclass in Generic.__new__
- Rename README.rst to README.md in %doc section
-------------------------------------------------------------------
Tue May 22 13:22:15 UTC 2018 - tchvatal@suse.com
- Actually skip the py3 as it caused bit of fuzz but reduce the
code still
-------------------------------------------------------------------
Tue May 22 11:59:23 UTC 2018 - tchvatal@suse.com
- Do not bother reducing the stuff to not build on 3.6, it is
just providing noop package which does not hurt anything and
saves 10 magic lines in spec
-------------------------------------------------------------------
Sun Feb 18 17:29:30 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 3.6.4:
* no changelog available
-------------------------------------------------------------------
Tue Sep 12 14:21:41 UTC 2017 - aloisio@gmx.com
- Update to version 3.6.2
- Dropped mod_generics_cache.py (now supplied upstream)
-------------------------------------------------------------------
Tue Aug 15 11:20:20 UTC 2017 - dmueller@suse.com
- fix build in python2-only environments
-------------------------------------------------------------------
Thu Jul 6 13:44:57 UTC 2017 - sebix+novell.com@sebix.at
- only build for python3<3.5
-------------------------------------------------------------------
Sun Apr 23 17:52:09 UTC 2017 - toddrme2178@gmail.com
- Fix license formatting
-------------------------------------------------------------------
Tue Apr 18 21:00:52 UTC 2017 - toddrme2178@gmail.com
- The last update broke packaging due to dysfunctional testing.
Provide the missing module from upstream.
-------------------------------------------------------------------
Tue Apr 18 16:00:25 UTC 2017 - toddrme2178@gmail.com
- Update to 3.6.1
* Uses python 3.6 version.
- Implement single-spec version
Note: Some packages require this even on python 3.6.x
-------------------------------------------------------------------
Mon Aug 1 09:30:18 UTC 2016 - michael@stroeder.com
- initial packaging of release 3.5.2.2