2024-01-25 11:56:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-utils: updated to 3.8.2
v3.8.2
Windows can also return an OSError instead of a ValueError for a fromtimestamp \
overflow
|
2023-09-27 11:45:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-utils: updated to 3.8.1
v3.8.1
fixed silly typo
v3.8.0
Added slicabledeque
|
2023-08-25 13:59:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-utils: updated to 3.7.0
v3.7.0
Fixed several typing issues and added more thorough tests
v3.6.1
Increased typing-extensions version requirement
v3.6.0
Added extra containers such as UniqueList and SlicableDeque. Added full pyright \
strict and mypy type checks
|
2023-05-08 09:09:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-utils: updated to 3.5.2
v3.5.2
Added import shortcuts for container classes
v3.5.1
Improved type hinting
v3.5.0
Added unique list container
|
2022-10-31 16:25:41 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-utils: updated to 3.4.5
v3.4.5
Added TracebackType to types
v3.4.4
Added py.typed
v3.4.3
Added py.typed
v3.4.2
Added py.typed
v3.4.1
Added py.typed
v3.4.0
added more type hints, full pyright and mypy support and added py.typed file
|
2022-08-25 13:14:51 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-utils: updated to 3.3.3
v3.3.3: fixed issue with not submitting tasks to `asyncio.wait`
v3.3.2: Fixed bug with batcher skipping items in the case of timeouts
v3.3.1: improved generator timeout handling
v3.3.0: Added (asyncio) generators for automatic batching and timeout detection
v3.2.3: Fixed loguru stack location
|
2022-01-16 09:44:20 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-utils: updated to 3.1.0
v3.1.0:
dropped python 3.6 support because it is deprecated and so we can somewhat use | \
as type union
|
2022-01-05 23:22:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-utils: update to 3.0.0.
3.0.0
Python 3 update including full type hinting, asyncio tools, typing shortcuts and \
listify decorator for generators
2.7.1
Small documentation updates
2.7.0
added automated tox github action tests
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-19 14:42:59 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-utils: mark as not for python 2.7
Also mark its users that way
|