py-limits: updated to 3.14.1
v3.14.1
* Chore
* Fix benchmark artifact upload/download issue during release
creation
v3.14.0
* Feature
* Allow custom collection names in mongodb storage
* Compatibility
* Add support for python 3.13
* Drop support for python 3.8
[4 lines not shown]
py-test-lazy-fixtures: updated to 1.1.1
1.1.1
ci-test.yml: Upload coverage to Codecov uses: codecov/codecov-action at v4
Fix parametrized lazy fixture with pytest 7
1.1.0
Remove monkeypatch pytest namespace
Keep GitHub Actions up to date with GitHub's Dependabot
Load lazy fixtures for dict keys
Bump the github-actions group with 3 updates
py-checkdmarc: updated to 5.7.11
5.7.11
5.7.11
Do not replace subdomains with base domains in SPF a mechanisms
5.7.10
Raise a warning instead of a UnicodeDecodeError when encountering a TXT record that is not decodable
Alow CIDR notation on SPF a mechanisms
Fix documentation for check_smtp_tls_reporting
Fix SVG verification checks for BIMI SVG files
Allow BIMI Mark Verification Certificates to be used for subdomains
Fix crash on CSV output for a domain with BIMI errors
Fix generation of API documentation
py-cares: updated to 4.5.0
4.5.0
Test data updates to fix test failures
Update test_idna_encoding_query_a with new errno to align to new c-ares version
Do not define HAVE_GETSERVBYPORT_R for platforms Android, Cygwin, Darwin
Drop distutils
build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Add 3.13 support, remove 3.8
chore(ci): fix upload & add more platforms to cibuildwheel
Test building release wheels on PRs
Fix building sdist
Fixup CI
(www/R-htmlwidgets) Updated 1.6.2 to 1.6.4, make test passed
# htmlwidgets 1.6.4
This release reverts the change made in v1.6.3 (to no longer recurse
into list-like objects when searching for JavaScript strings wrapped
in `JS()`). Although that change helped prevent infinite recursion in
some cases, it ultimately broke too many existing widgets that relied
on the previous behavior. If you encounter infinite recursion errors
("C stack usage is too close to the limit"), the best strategy is to
coerce the offending items to a character string. (#478)
# htmlwidgets 1.6.3
### Potentially breaking changes
* Closed #466: htmlwidgets no longer recurses into list-like objects
when searching for JavaScript strings wrapped in `JS()`, unless the
object has the class `"list"` or `"data.frame"`. This stops
[5 lines not shown]
(www/R-googledrive) Updated 2.1.0 to 2.1.1
# googledrive 2.1.1
* `drive_auth(subject =)` is a new argument that can be used with
`drive_auth(path =)`, i.e. when using a service account. The `path` and
`subject` arguments are ultimately processed by
`gargle::credentials_service_account()` and support the use of a service
account to impersonate a normal user (#413).
* All requests now route through `gargle::request_retry()` (#380).
* `drive_scopes()` is a new function to access scopes relevant to the Drive API.
When called without arguments, `drive_scopes()` returns a named vector of
scopes, where the names are the associated short aliases. `drive_scopes()` can
also be called with a character vector; any element that's recognized as a
short alias is replaced with the associated full scope (#430).
* Various internal changes to sync up with gargle v1.5.0.
(www/R-gh) Updated 1.3.0 to 1.4.1, make test passed
# gh 1.4.1
* `gh_next()`, `gh_prev()`, `gh_first()` and `gh_last()`
now work correctly again (#181).
* When the user sets `.destfile` to write the response to disk, gh now
writes the output to a temporary file, which is then renamed to
`.destfile` after performing the request, or deleted on error (#178).
# gh 1.4.0
* `gh()` gains a new `.max_rate` parameter that sets the maximum number of
requests per second.
* gh is now powered by httr2. This should generally have little impact on normal
operation but if a request fails, you can use `httr2::last_response()` and
`httr2::last_request()` to debug.
[20 lines not shown]
devel/ast-grep: update to 0.32.3
feat: print fixed rules count #1708
fix: move unused suppressions to config crate #1624
fix: allow malformed pattern to be dumped as tree #804
fix: fix files not recognize in lsp #1691
fix: fix crash when internal node has no child #1688
feat: use mutable self in Printer trait 5e3835a
feat: reduce binary size by remove Printer polymorphism 8b735cf
feat: resolve rule id for ScanResult 9a7f3cc
(www/R-gargle) Updated 1.5.0 to 1.5.2
# gargle 1.5.2
* Fixed a bug in an internal helper that validates input specifying a service
account. The helper targets a common mistake where the JSON for an OAuth
client is provided to an argument that is meant for a service account (#270).
# gargle 1.5.1
* Completed some overlooked, unfinished work around the OAuth "app" to "client"
transition that affected out-of-bound auth (#263, #264).
* The `secret_*()` functions are more discoverable via documentation.
(www/R-downlit) Updated 0.4.0 to 0.4.4
# downlit 0.4.4
* Use simpler parsing algorithm for R 4.0, which avoids crash with
certain UTF-8 characters (#189).
# downlit 0.4.3
* Fix for upcoming R-devel (#169).
# downlit 0.4.2
* `highlight()` no longer errors if a package imputed to have been attached
isn't installed.
* Correctly link `requireNamespace(MASS)` (#151).
# downlit 0.4.1
[21 lines not shown]
py-fakefs: updated to 5.7.3
Version 5.7.3
Fixes a regression in version 5.7.3.
Fixes
* fixed a regression in version 5.7.2 that `tempfile` was not patched after pause/resume
(POSIX only, see [#1098](../../issues/1098))
* added workaround for a recursion occurring if using pytest under Windows and Python >= 3.12
(see [#1096](../../issues/1096))
Infrastructure
* run pytest-specific tests for all supported Python versions
* pytest is only supported for versions >= 6.2.5, earlier version do not work in Python >= 3.10
due to a pytest issue - adapted tests and documentation
py-orjson: updated to 3.10.13
3.10.13
- Fix compatibility with maturin introducing a breaking change in 1.8.0 and
specify a fixed version of maturin. Projects relying on any previous version
being buildable from source by end users (via PEP 517) must upgrade to at
least this version.
xxhash: updated to 0.8.3
v0.8.3
- fix: variant `XXH3_128bits_withSecretandSeed()` could produce an invalid result in some specific set of conditions
- cli: vector extension detected at runtime on x86/x64, enabled by default
- cli: new commands `--filelist` and `--files-from`
- cli: XXH3 64-bits GNU format can now be generated and checked (command `-H3`)
- portability: LoongArch SX SIMD extension
- portability: can build on AIX, suggeste