Hanra-s-work / point_one_robot_car

This is the repository that was chosen to be used for an autonomous car project.
MIT License
0 stars 0 forks source link

Update dependency zope.interface to v4.7.2 #169

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
zope.interface ==4.3.2 -> ==4.7.2 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

zopefoundation/zope.interface (zope.interface) ### [`v4.7.2`](https://togithub.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#472-2020-03-10) [Compare Source](https://togithub.com/zopefoundation/zope.interface/compare/4.7.1...4.7.2) \================== - Remove deprecated use of setuptools features. See `issue 30 `\_. ### [`v4.7.1`](https://togithub.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#471-2019-11-11) [Compare Source](https://togithub.com/zopefoundation/zope.interface/compare/4.7.0...4.7.1) \================== - Use Python 3 syntax in the documentation. See `issue 119 `\_. ### [`v4.7.0`](https://togithub.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#470-2019-11-11) [Compare Source](https://togithub.com/zopefoundation/zope.interface/compare/4.6.0...4.7.0) \================== - Drop support for Python 3.4. - Change `queryTaggedValue`, `getTaggedValue`, `getTaggedValueTags` in interfaces. They now include inherited values by following `__bases__`. See `PR 144 `\_. .. caution:: This may be a breaking change. - Add support for Python 3.8. ### [`v4.6.0`](https://togithub.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#460-2018-10-23) [Compare Source](https://togithub.com/zopefoundation/zope.interface/compare/4.5.0...4.6.0) \================== - Add support for Python 3.7 - Fix `verifyObject` for class objects with staticmethods on Python 3. See `issue 126 `\_. ### [`v4.5.0`](https://togithub.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#450-2018-04-19) [Compare Source](https://togithub.com/zopefoundation/zope.interface/compare/4.4.3...4.5.0) \================== - Drop support for 3.3, avoid accidental dependence breakage via setup.py. See `PR 110 `\_. - Allow registering and unregistering instance methods as listeners. See `issue 12 `\_ and `PR 102 `\_. - Synchronize and simplify zope/**init**.py. See `issue 114 `\_ ### [`v4.4.3`](https://togithub.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#443-2017-09-22) [Compare Source](https://togithub.com/zopefoundation/zope.interface/compare/4.4.2...4.4.3) \================== - Avoid exceptions when the `__annotations__` attribute is added to interface definitions with Python 3.x type hints. See `issue 98 `\_. - Fix the possibility of a rare crash in the C extension when deallocating items. See `issue 100 `\_. ### [`v4.4.2`](https://togithub.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#442-2017-06-14) [Compare Source](https://togithub.com/zopefoundation/zope.interface/compare/4.4.1...4.4.2) \================== - Fix a regression storing `zope.component.persistentregistry.PersistentRegistry` instances. See `issue 85 `\_. - Fix a regression that could lead to the utility registration cache of `Components` getting out of sync. See `issue 93 `\_. ### [`v4.4.1`](https://togithub.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#441-2017-05-13) [Compare Source](https://togithub.com/zopefoundation/zope.interface/compare/4.4.0...4.4.1) \================== - Simplify the caching of utility-registration data. In addition to simplification, avoids spurious test failures when checking for leaks in tests with persistent registries. See `pull 84 `\_. - Raise `ValueError` when non-text names are passed to adapter registry methods: prevents corruption of lookup caches. ### [`v4.4.0`](https://togithub.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#440-2017-04-21) [Compare Source](https://togithub.com/zopefoundation/zope.interface/compare/4.3.3...4.4.0) \================== - Avoid a warning from the C compiler. [https://github.com/zopefoundation/zope.interface/issues/71](https://togithub.com/zopefoundation/zope.interface/issues/71)s/71) - Add support for Python 3.6. ### [`v4.3.3`](https://togithub.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#433-2016-12-13) [Compare Source](https://togithub.com/zopefoundation/zope.interface/compare/4.3.2...4.3.3) \================== - Correct typos and ReST formatting errors in documentation. - Add API documentation for the adapter registry. - Ensure that the `LICENSE.txt` file is included in built wheels. - Fix C optimizations broken on Py3k. See the Python bug at: http://bugs.python.org/issue156[https://github.com/zopefoundation/zope.interface/issues/60](https://togithub.com/zopefoundation/zope.interface/issues/60)ssues/60)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.