Update Rust crate jiff to v0.1.27#10972
Merged
charliermarsh merged 1 commit intomainfrom Jan 27, 2025
Merged
Conversation
issokuos
added a commit
to issokuos/uv
that referenced
this pull request
Jan 29, 2025
* main: (22 commits) fix async windows file persist retries (astral-sh#11008) Respect `--no-sources` for `uv pip install` workspace discovery (astral-sh#11003) Remove unnecessary distribution clone (astral-sh#11004) Properly format test publish error (astral-sh#11001) Reject `--editable` flag on non-directory requirements (astral-sh#10994) Add a troubleshooting section and reproducible example guide (astral-sh#10947) Update documentation for activating virtual environments in different shell (astral-sh#11000) Improve publish test script resilience (astral-sh#10984) Update `compile_enumerate_no_versions ` snapshot (astral-sh#10998) Reference workspaces in `--no-sources` documentation (astral-sh#10995) [docs/integration/docker] add sha pinning tip (astral-sh#10955) Update name of "Build binary" job to highlight that these are the "release" binaries (astral-sh#10990) Use install action for cargo shear (astral-sh#10983) Update Rust crate rustix to v0.38.44 (astral-sh#10974) Update Rust crate fs-err to v3.1.0 (astral-sh#10976) Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.3 (astral-sh#10975) Update Rust crate rkyv to v0.8.10 (astral-sh#10973) Update Rust crate jiff to v0.1.27 (astral-sh#10972) Update Rust crate insta to v1.42.1 (astral-sh#10971) Update Rust crate clap to v4.5.27 (astral-sh#10970) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.24->0.1.27Release Notes
BurntSushi/jiff (jiff)
v0.1.27Compare Source
===================
This is a small release with a bug fix for precision loss in some cases when
doing arithmetic on
TimestamporZoned.Bug fixes:
Fix the check for fractional seconds before taking the fast path.
v0.1.26Compare Source
===================
This is a small release with another deprecation and a new API for doing
prefix parsing via
strptime. There's also a bug fix for a corner casewhen dealing with daylight saving time gaps with the
Zoned::withAPI.Deprecations:
Deprecate
ISOWeekDate::to_datein favor ofISOWeekDate::date.Enhancements:
Add
fmt::strtime::BrokenDownTime::parse_prefixfor parsing only a prefix.Bug fixes:
Fix unintuitive behavior of
Zoned::withwhen time falls in a DST gap.v0.1.25Compare Source
===================
This release contains a number of deprecations in preparation for a
jiff 0.2release. The deprecations are meant to facilitate a smoother transition. The
deprecations, when possible, come with new APIs that will permit users to write
forward compatible code that will work in both
jiff 0.1andjiff 0.2.This release also includes a handful of new conversion specifiers in Jiff's
strftimeandstrptimeAPIs. This improves compatibility with the analogousimplementation with GNU libc.
Deprecations:
The
intzmethods onZoned,Timestamp,civil::DateTimeandcivil::Datehave been deprecated in favor of
in_tz.The
EqandPartialEqtrait implementations onSpanhave been deprecatedin favor of using the new
SpanFieldwisetype.Silently assuming days are always 24 hours in some
SpanAPIs has now beendeprecated. This will become an error in
jiff 0.2. To continue assumingdays are 24 hours without a relative reference date, you can use the new
SpanRelativeTo::days_are_24_hoursAPI. Injiff 0.1, you'll seen aWARN-level log message emitted if you're code will be broken by
jiff 0.2.Both
%Vand%:Vhave been deprecated in favor of%Qand%:Q. Injiff 0.2,%Vwill correspond to the ISO 8601 week number and%:Vwillresult in an error. This change was made to improve compatibility with other
strtimeimplementations.%Vand%:Vcontinue to correspond to IANAtime zone identifiers in
jiff 0.1, but using them for parsing or formattingwill result in a WARN-level deprecation message.
Enhancements:
Adds a number of new conversion specifiers to Jiff's
strftimeandstrptimeAPIs. Specifically,%C,%G,%g,%j,%k,%l,%n,%R,%s,%t,%U,%u,%W,%w. Their behavior should match thecorresponding specifiers in GNU libc.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.