python-frozenlist
Python list-like structure which implements collections.abc.MutableSequence.
- Developed at devel:languages:python
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-frozenlist && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
frozenlist-1.5.0.tar.gz | 0000039930 39 KB | |
no-pytest-cov.patch | 0000000501 501 Bytes | |
python-frozenlist.changes | 0000006324 6.18 KB | |
python-frozenlist.spec | 0000001982 1.94 KB | |
reproducible.patch | 0000000558 558 Bytes |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1219202
from
Dirk Mueller (dirkmueller)
(revision 10)
- update to 1.5.0: * An incorrect signature of the __class_getitem__ class method has been fixed, adding a missing class_item argument under Python 3.8 and older. This change also improves the code coverage of this method that was previously missing -- by :user:`webknjaz`. Related issues and pull requests on GitHub: :issue:`567`, :issue:`571`. * Rendered issue, PR, and commit links now lead to frozenlist's repo instead of yarl's repo. Related issues and pull requests on GitHub: :issue:`573`. * On the :doc:`Contributing docs <contributing/guidelines>` page, a link to the Towncrier philosophy has been fixed. Related issues and pull requests on GitHub: :issue:`574`. * A name of a temporary building directory now reflects that it's related to frozenlist, not yarl. Related issues and pull requests on GitHub: :issue:`573`. * Declared Python 3.13 supported officially in the distribution package metadata. Related issues and pull requests on GitHub: :issue:`595`. - drop skip-some-attributes.patch (upstream)
Comments 0