Files
bpfire/config/rootfiles/packages/python3-attrs
Adolf Belka c52ff00f09 python3-attrs:Update to version 22.1.0 and to work with python-3.10.8
- Updated from version 21.4.0 to 22.1.0
- Update of rootfile
- Changelog
   22.1.0 (2022-07-28)
	Backwards-incompatible Changes
		- Python 2.7 is not supported anymore.
		  Dealing with Python 2.7 tooling has become too difficult for a volunteer-run project.
		  We have supported Python 2 more than 2 years after it was officially discontinued and feel that we have paid our dues.
		  All version up to 21.4.0 from December 2021 remain fully functional, of course.
		  `#936 <https://github.com/python-attrs/attrs/issues/936>`_
		- The deprecated ``cmp`` attribute of ``attrs.Attribute`` has been removed.
		  This does not affect the *cmp* argument to ``attr.s`` that can be used as a shortcut to set *eq* and *order* at the same time.
		  `#939 <https://github.com/python-attrs/attrs/issues/939>`_
	Changes
		- Instantiation of frozen slotted classes is now faster.
		  `#898 <https://github.com/python-attrs/attrs/issues/898>`_
		- If an ``eq`` key is defined, it is also used before hashing the attribute.
		  `#909 <https://github.com/python-attrs/attrs/issues/909>`_
		- Added ``attrs.validators.min_len()``.
		  `#916 <https://github.com/python-attrs/attrs/issues/916>`_
		- ``attrs.validators.deep_iterable()``'s *member_validator* argument now also accepts a list of validators and wraps them in an ``attrs.validators.and_()``.
		  `#925 <https://github.com/python-attrs/attrs/issues/925>`_
		- Added missing type stub re-imports for ``attrs.converters`` and ``attrs.filters``.
		  `#931 <https://github.com/python-attrs/attrs/issues/931>`_
		- Added missing stub for ``attr(s).cmp_using()``.
		  `#949 <https://github.com/python-attrs/attrs/issues/949>`_
		- ``attrs.validators._in()``'s ``ValueError`` is not missing the attribute, expected options, and the value it got anymore.
		  `#951 <https://github.com/python-attrs/attrs/issues/951>`_
		- Python 3.11 is now officially supported.
		  `#969 <https://github.com/python-attrs/attrs/issues/969>`_

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-11-10 15:13:53 +00:00

40 lines
2.1 KiB
Plaintext

#usr/lib/python3.10/site-packages/attr
usr/lib/python3.10/site-packages/attr/__init__.py
usr/lib/python3.10/site-packages/attr/__init__.pyi
usr/lib/python3.10/site-packages/attr/_cmp.py
usr/lib/python3.10/site-packages/attr/_cmp.pyi
usr/lib/python3.10/site-packages/attr/_compat.py
usr/lib/python3.10/site-packages/attr/_config.py
usr/lib/python3.10/site-packages/attr/_funcs.py
usr/lib/python3.10/site-packages/attr/_make.py
usr/lib/python3.10/site-packages/attr/_next_gen.py
usr/lib/python3.10/site-packages/attr/_version_info.py
usr/lib/python3.10/site-packages/attr/_version_info.pyi
usr/lib/python3.10/site-packages/attr/converters.py
usr/lib/python3.10/site-packages/attr/converters.pyi
usr/lib/python3.10/site-packages/attr/exceptions.py
usr/lib/python3.10/site-packages/attr/exceptions.pyi
usr/lib/python3.10/site-packages/attr/filters.py
usr/lib/python3.10/site-packages/attr/filters.pyi
usr/lib/python3.10/site-packages/attr/py.typed
usr/lib/python3.10/site-packages/attr/setters.py
usr/lib/python3.10/site-packages/attr/setters.pyi
usr/lib/python3.10/site-packages/attr/validators.py
usr/lib/python3.10/site-packages/attr/validators.pyi
#usr/lib/python3.10/site-packages/attrs
#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info
#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/PKG-INFO
#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/SOURCES.txt
#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/dependency_links.txt
#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/not-zip-safe
#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/requires.txt
#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/top_level.txt
usr/lib/python3.10/site-packages/attrs/__init__.py
usr/lib/python3.10/site-packages/attrs/__init__.pyi
usr/lib/python3.10/site-packages/attrs/converters.py
usr/lib/python3.10/site-packages/attrs/exceptions.py
usr/lib/python3.10/site-packages/attrs/filters.py
usr/lib/python3.10/site-packages/attrs/py.typed
usr/lib/python3.10/site-packages/attrs/setters.py
usr/lib/python3.10/site-packages/attrs/validators.py