2023-08-09 14:38:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.66.0
tqdm v4.66.0 stable
environment variables to override defaults (TQDM_*)
e.g. in CI jobs, export TQDM_MININTERVAL=5 to avoid log spam
add tests & docs for tqdm.utils.envwrap
fix & update CLI completion
fix & update API docs
minor code tidy: replace os.path => pathlib.Path
fix docs image hosting
release with CI bot account again
|
2023-08-09 12:38:05 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tqdm: updated to 4.65.2
tqdm v4.65.2 stable
exclude examples from distributed wheel
tqdm v4.65.1 stable
migrate setup.{cfg,py} => pyproject.toml
fix asv benchmarks
update docs
fix snap build
fix & update tests
fix flaky notebook tests
bump pre-commit
bump workflow actions
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-03-06 13:23:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.65.0
tqdm v4.65.0 stable
add Python 3.11 and drop Python 3.6 support
misc code & docs tidy
fix & update CI workflows & tests
|
2022-09-05 11:43:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.64.1
4.64.1
support ipywidgets>=8
|
2022-04-21 09:51:05 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tqdm: updated to 4.64.0
v4.64.0 (2022-04-04)
🎉 add contrib.slack
v4.63.2 (2022-04-04)
🎉 rich: expose options kwargs
🔨 autonotebook: re-enable VSCode
📘 misc docs typos
🔨 update dev dependencies
v4.63.1 (2022-03-23)
🧯 fix stderr/stdout missing flush()
⚡ misc speed improvements/optimisations
v4.63.0 (2022-02-28)
🎉 add __reversed__()
🎉 add efficient __contains__()
⚡ improve CLI startup time (replace pkg_resources => importlib)
⚠️ tqdm.autonotebook warning & std fallback on missing ipywidgets
⚠️ warn on positional CLI arguments
🛠 misc build/test framework updates
enable py3.10 tests
add conda dependencies
update pre-commit hooks
fix pytest config (nbval, asyncio)
fix dependencies & tests
fix site deployment
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
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-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|