Revisions of python-multidict

buildservice-autocommit accepted request 1218890 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 46)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 45)
- 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`.
buildservice-autocommit accepted request 1155850 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 44)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) accepted request 1155849 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 43)
- 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`.
buildservice-autocommit accepted request 1081858 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 42)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1081495 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 41)
SR for python stack proposal
buildservice-autocommit accepted request 1046222 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 39)
- 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`)
buildservice-autocommit accepted request 1041242 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1041214 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 37)
- Update to 6.0.3: 
  * Features
    Declared the official support for Python 3.11 — by @mlegner. (#872)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 957229 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 36)
- 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`)
buildservice-autocommit accepted request 857113 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 35)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 34)
- update to 5.1.0:
  - Support ``GenericAliases`` (``MultiDict[str]``) for Python 3.9+
  `#553 <https://github.com/aio-libs/multidict/issues/553>`_
buildservice-autocommit accepted request 850140 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 33)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 849821 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 32)
- Update to v5.0.2
buildservice-autocommit accepted request 835171 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 30)
- 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.
buildservice-autocommit accepted request 784574 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 29)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 28)
- Fix fdupes call
buildservice-autocommit accepted request 783026 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 27)
baserev update by copy to link target
Displaying revisions 1 - 20 of 46
openSUSE Build Service is sponsored by