./devel/py-aiosignal, List of registered asynchronous callbacks

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.2, Package name: py312-aiosignal-1.3.2, Maintainer: pkgsrc-users

A project to manage callbacks in asyncio projects.


Master sites:

Filesize: 18.969 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-26 12:53:45 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-aiosignal: update to 1.3.2.

1.3.2 (2024-12-13)
==================

Deprecations and Removals
-------------------------

- Dropped Python 3.7 support.
  `#413 <https://github.com/aio-libs/aiosignal/issues/413>`_

- Dropped Python 3.8 support.
  `#645 <https://github.com/aio-libs/aiosignal/issues/645>`_

Misc
----

- `#362 <https://github.com/aio-libs/aiosignal/issues/362>`_
   2022-11-09 09:51:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aiosignal: updated to 1.3.1

1.3.1 (2022-11-08)
==================

Bugfixes
--------
- Removed stray quote and comma from setup.cfg preventing PyPI from accepting a
  release.

1.3.0 (2022-11-08)
==================

Features
--------
- Switched to declarative package setup.
- Added support for Python 3.11.

Deprecations and Removals
-------------------------
- Dropped Python 3.6 support.
   2022-01-16 09:57:01 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-aiosignal: added version 1.2.0

A project to manage callbacks in asyncio projects.