Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-multidict-6.1.0-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: python311-multidict Distribution: openSUSE Tumbleweed
Version: 6.1.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Oct 28 23:54:41 2024
Group: Unspecified Build host: reproducible
Size: 169516 Source RPM: python-multidict-6.1.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/aio-libs/multidict
Summary: Multidict implementation
Multidicts are useful for working with HTTP headers, URL query
arguments, etc.

The code was extracted from the aiohttp library.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Oct 28 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.1.0:
    * Covered the unreachable code path in
      multidict._multidict_base._abc_itemsview_register() with
      typing -- by :user:`skinnyBat`. Related issues and pull
      requests on GitHub: :issue:`928`.
    * Added support for Python 3.13 -- by :user:`bdraco`. Related
      issues and pull requests on GitHub: :issue:`1002`.
    * Removed Python 3.7 support -- by :user:`bdraco`. Related
      issues and pull requests on GitHub: :issue:`997`.
    * Added tests to have full code coverage of the
      multidict._multidict_base._viewbaseset_richcmp() function --
      by :user:`skinnyBat`. Related issues and pull requests on
      GitHub: :issue:`928`.
    * The deprecated ::set-output workflow command has been
      replaced by the $GITHUB_OUTPUT environment variable in the
      GitHub Actions CI/CD workflow definition. Related issues and
      pull requests on GitHub: :issue:`940`.
    * codecov-action has been temporarily downgraded to v3 in the
      GitHub Actions CI/CD workflow definitions in order to fix
      uploading coverage to Codecov. See this issue for more
      details. Related issues and pull requests on GitHub:
      :issue:`941`.
    * In the GitHub Actions CI/CD workflow definition, the Get pip
      cache dir step has been fixed for Windows runners by adding
      shell: bash. See actions/runner#2224 for more details.
      Related issues and pull requests on GitHub: :issue:`942`.
    * Interpolation of the pip cache keys has been fixed by adding
      missing $ syntax in the GitHub Actions CI/CD workflow
      definition. Related issues and pull requests on GitHub:
      :issue:`943`.
* Thu Mar 07 2024 Daniel Garcia <daniel.garcia@suse.com>
  - Update to 6.0.5 (bsc#1221014):
    * Upgraded the C-API macros that have been deprecated in Python 3.9
      and later removed in 3.13 -- by :user:`iemelyanov`.
    * Related issues and pull requests on GitHub: :issue:`862`,
      :issue:`864`, :issue:`868`, :issue:`898`.
    * Reverted to using the public argument parsing API
      :c:func:`PyArg_ParseTupleAndKeywords` under Python 3.12 -- by
      :user:`charles-dyfis-net` and :user:`webknjaz`.
    * The effect is that this change prevents build failures with clang
      16.9.6 and gcc-14 reported in :issue:`926`. It also fixes a
      segmentation fault crash caused by passing keyword arguments to
      :py:meth:`MultiDict.getall() <multidict.MultiDict.getall>`
      discovered by :user:`jonaslb` and :user:`hroncok` while examining
      the problem.
    * Related issues and pull requests on GitHub: :issue:`862`,
      :issue:`909`, :issue:`926`, :issue:`929`.
    * Fixed a SystemError: null argument to internal routine error on a
      MultiDict.items().isdisjoint() call when using C Extensions.
    * Related issues and pull requests on GitHub: :issue:`927`.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Mon Jan 02 2023 Dirk Müller <dmueller@suse.com>
  - update to 6.0.4:
    * Fixed a type annotations regression introduced in v6.0.2 under Python
      versions <3.10. It was caused by importing certain types only available
      in newer versions. (:issue:`798`)
* Wed Dec 07 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to 6.0.3:
    * Features
      Declared the official support for Python 3.11 — by @mlegner. (#872)
* Thu Feb 24 2022 Adrian Schröter <adrian@suse.de>
  - update to 6.0.2:
    - Use ``METH_FASTCALL`` where it makes sense.
      ``MultiDict.add()`` is 2.2 times faster now, ``CIMultiDict.add()`` is 1.5 times faster.
      The same boost is applied to ``get*()``, ``setdefault()``, and ``pop*()`` methods. (:issue:`681`)
    - Fixed type annotations for keys of multidict mapping classes. (:issue:`644`)
    - Support Multidict[int] for pure-python version.
      ``__class_getitem__`` is already provided by C Extension, making it work with the pure-extension too. (:issue:`678`)
    - Dropped Python 3.6 support (:issue:`680`)
* Sun Dec 20 2020 Dirk Müller <dmueller@suse.com>
  - update to 5.1.0:
    - Support ``GenericAliases`` (``MultiDict[str]``) for Python 3.9+
    `#553 <https://github.com/aio-libs/multidict/issues/553>`_
* Sat Nov 21 2020 John Vandenberg <jayvdb@gmail.com>
  - Update to v5.0.2
    * No runtime changes
* Thu Sep 17 2020 Dirk Mueller <dmueller@suse.com>
  - update to 4.7.6:
    * Fixed an issue with some versions of the ``wheel`` dist
      failing because of being unable to detect the license file.

Files

/usr/lib64/python3.11/site-packages/multidict
/usr/lib64/python3.11/site-packages/multidict-6.1.0.dist-info
/usr/lib64/python3.11/site-packages/multidict-6.1.0.dist-info/INSTALLER
/usr/lib64/python3.11/site-packages/multidict-6.1.0.dist-info/LICENSE
/usr/lib64/python3.11/site-packages/multidict-6.1.0.dist-info/METADATA
/usr/lib64/python3.11/site-packages/multidict-6.1.0.dist-info/RECORD
/usr/lib64/python3.11/site-packages/multidict-6.1.0.dist-info/REQUESTED
/usr/lib64/python3.11/site-packages/multidict-6.1.0.dist-info/WHEEL
/usr/lib64/python3.11/site-packages/multidict-6.1.0.dist-info/top_level.txt
/usr/lib64/python3.11/site-packages/multidict/__init__.py
/usr/lib64/python3.11/site-packages/multidict/__init__.pyi
/usr/lib64/python3.11/site-packages/multidict/__pycache__
/usr/lib64/python3.11/site-packages/multidict/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/multidict/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/multidict/__pycache__/_abc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/multidict/__pycache__/_abc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/multidict/__pycache__/_compat.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/multidict/__pycache__/_compat.cpython-311.pyc
/usr/lib64/python3.11/site-packages/multidict/__pycache__/_multidict_base.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/multidict/__pycache__/_multidict_base.cpython-311.pyc
/usr/lib64/python3.11/site-packages/multidict/__pycache__/_multidict_py.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/multidict/__pycache__/_multidict_py.cpython-311.pyc
/usr/lib64/python3.11/site-packages/multidict/_abc.py
/usr/lib64/python3.11/site-packages/multidict/_compat.py
/usr/lib64/python3.11/site-packages/multidict/_multidict.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/multidict/_multidict_base.py
/usr/lib64/python3.11/site-packages/multidict/_multidict_py.py
/usr/lib64/python3.11/site-packages/multidict/py.typed
/usr/share/doc/packages/python311-multidict
/usr/share/doc/packages/python311-multidict/README.rst
/usr/share/doc/packages/python311-multidict/changes.rst
/usr/share/licenses/python311-multidict
/usr/share/licenses/python311-multidict/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Nov 13 00:41:02 2024