2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-11 08:34:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-anyio: updated to 3.3.3
3.3.3
- Fixed UNIX socket listener not setting accepted sockets to non-blocking mode \
on asyncio
- Changed unconnected UDP sockets to be always bound to a local port (on \
"any" interface) to avoid
errors on asyncio + Windows
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-09-28 18:00:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-anyio: updated to 3.3.2
3.3.2
- Fixed cancellation problem on asyncio where level-triggered cancellation for \
**all** parent
cancel scopes would not resume after exiting a shielded nested scope
|
2021-09-09 22:32:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-anyio: updated to 3.3.1
**3.3.1**
- Added missing documentation for the ``ExceptionGroup.exceptions`` attribute
- Changed the asyncio test runner not to use uvloop by default (to match the \
behavior of
``anyio.run()``)
- Fixed ``RuntimeError`` on asyncio when a ``CancelledError`` is raised from a \
task spawned through
a ``BlockingPortal``
- Fixed asyncio warning about a ``Future`` with an exception that was never \
retrieved which
happened when a socket was already written to but the peer abruptly closed the \
connection
|
2021-08-11 09:06:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-anyio: updated to 3.3.0
3.3.0
Added asynchronous Path class
Added the wrap_file() function for wrapping existing files as asynchronous file \
objects
Relaxed the type of the path initializer argument to FileReadStream and \
FileWriteStream so they accept any path-like object (including the new \
asynchronous Path class)
Dropped unnecessary dependency on the async_generator library
Changed the generics in AsyncFile so that the methods correctly return either \
str or bytes based on the argument to open_file()
Fixed an asyncio bug where under certain circumstances, a stopping worker thread \
would still accept new assignments, leading to a hang
|
2021-07-08 10:33:21 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-anyio: added version 3.2.1
AnyIO is a asynchronous compatibility API that allows applications and
libraries written against it to run unmodified on asyncio, curio and trio.
It bridges the following functionality:
* Task groups
* Cancellation
* Threads
* Signal handling
* Asynchronous file I/O
* Synchronization primitives (locks, conditions, events, semaphores, queues)
* High level networking (TCP, UDP and UNIX sockets)
|