fix: timestamp serialization as milliseconds#1776
Merged
wolfv merged 6 commits intoconda:mainfrom Oct 27, 2025
Merged
Conversation
tdejager
approved these changes
Oct 27, 2025
e157a6c to
8c04b99
Compare
Merged
Glatzel
pushed a commit
to Glatzel/fornax
that referenced
this pull request
Oct 29, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [numpy](http://numpy.org/) ([source](https://github.com/numpy/numpy)) | patch | `==2.3.3` -> `==2.3.4` | | [pydantic](https://github.com/pydantic/pydantic) | patch | `==2.12.2` -> `==2.12.3` | | [rattler-build](https://github.com/prefix-dev/rattler-build) | minor | `==0.48.1` -> `==0.49.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>numpy/numpy (numpy)</summary> ### [`v2.3.4`](https://github.com/numpy/numpy/releases/tag/v2.3.4): (Oct 15, 2025) [Compare Source](https://github.com/numpy/numpy/compare/v2.3.3...v2.3.4) ##### NumPy 2.3.4 Release Notes The NumPy 2.3.4 release is a patch release split between a number of maintenance updates and bug fixes. This release supports Python versions 3.11-3.14. This release is based on Python 3.14.0 final. ##### Changes The `npymath` and `npyrandom` libraries now have a `.lib` rather than a `.a` file extension on win-arm64, for compatibility for building with MSVC and `setuptools`. Please note that using these static libraries is discouraged and for existing projects using it, it's best to use it with a matching compiler toolchain, which is `clang-cl` on Windows on Arm. ([gh-29750](https://github.com/numpy/numpy/pull/29750)) ##### Contributors A total of 17 people contributed to this release. People with a "+" by their names contributed a patch for the first time. - !DWesl - Charles Harris - Christian Barbia + - Evgeni Burovski - Joren Hammudoglu - Maaz + - Mateusz Sokół - Matti Picus - Nathan Goldbaum - Ralf Gommers - Riku Sakamoto + - Sandeep Gupta + - Sayed Awad - Sebastian Berg - Sergey Fedorov + - Warren Weckesser - dependabot\[bot] ##### Pull requests merged A total of 30 pull requests were merged for this release. - [#​29725](https://github.com/numpy/numpy/pull/29725): MAINT: Prepare 2.3.x for further development - [#​29781](https://github.com/numpy/numpy/pull/29781): MAINT: Pin some upstream dependences - [#​29782](https://github.com/numpy/numpy/pull/29782): BLD: enable x86-simd-sort to build on KNL with -mavx512f - [#​29783](https://github.com/numpy/numpy/pull/29783): BUG: Include python-including headers first ([#​29281](https://github.com/numpy/numpy/issues/29281)) - [#​29784](https://github.com/numpy/numpy/pull/29784): TYP: fix np.number and np.\*integer method declaration - [#​29785](https://github.com/numpy/numpy/pull/29785): TYP: mypy 1.18.1 - [#​29788](https://github.com/numpy/numpy/pull/29788): TYP: replace scalar type \_\_init\_\_ with \_\_new\_\_ - [#​29790](https://github.com/numpy/numpy/pull/29790): BUG: Fix `dtype` refcount in `__array__` ([#​29715](https://github.com/numpy/numpy/issues/29715)) - [#​29791](https://github.com/numpy/numpy/pull/29791): TYP: fix method declarations in floating, timedelta64, and datetime64Backport - [#​29792](https://github.com/numpy/numpy/pull/29792): MAINT: delete unused variables in unary logical dispatch - [#​29797](https://github.com/numpy/numpy/pull/29797): BUG: Fix pocketfft umath strides for AIX compatibility ([#​29768](https://github.com/numpy/numpy/issues/29768)) - [#​29798](https://github.com/numpy/numpy/pull/29798): BUG: np.setbufsize should raise ValueError for negative input - [#​29799](https://github.com/numpy/numpy/pull/29799): BUG: Fix assert in nditer buffer setup - [#​29800](https://github.com/numpy/numpy/pull/29800): BUG: Stable ScalarType ordering - [#​29838](https://github.com/numpy/numpy/pull/29838): TST: Pin pyparsing to avoid matplotlib errors. - [#​29839](https://github.com/numpy/numpy/pull/29839): BUG: linalg: emit a MemoryError on a malloc failure ([#​29811](https://github.com/numpy/numpy/issues/29811)) - [#​29840](https://github.com/numpy/numpy/pull/29840): BLD: change file extension for libnpymath on win-arm64 from .a... - [#​29864](https://github.com/numpy/numpy/pull/29864): CI: Fix loongarch64 CI ([#​29856](https://github.com/numpy/numpy/issues/29856)) - [#​29865](https://github.com/numpy/numpy/pull/29865): TYP: Various typing fixes - [#​29910](https://github.com/numpy/numpy/pull/29910): BUG: Fix float16-sort failures on 32-bit x86 MSVC ([#​29908](https://github.com/numpy/numpy/issues/29908)) - [#​29911](https://github.com/numpy/numpy/pull/29911): TYP: add missing `__slots__` ([#​29901](https://github.com/numpy/numpy/issues/29901)) - [#​29913](https://github.com/numpy/numpy/pull/29913): TYP: wrong argument defaults in `testing._private` ([#​29902](https://github.com/numpy/numpy/issues/29902)) - [#​29920](https://github.com/numpy/numpy/pull/29920): BUG: avoid segmentation fault in string\_expandtabs\_length\_promoter - [#​29921](https://github.com/numpy/numpy/pull/29921): BUG: Fix INT\_MIN % -1 to return 0 for all signed integer types... - [#​29922](https://github.com/numpy/numpy/pull/29922): TYP: minor fixes related to `errstate` ([#​29914](https://github.com/numpy/numpy/issues/29914)) - [#​29923](https://github.com/numpy/numpy/pull/29923): TST: use requirements/test\_requirements across CI ([#​29919](https://github.com/numpy/numpy/issues/29919)) - [#​29926](https://github.com/numpy/numpy/pull/29926): BUG: fix negative samples generated by Wald distribution ([#​29609](https://github.com/numpy/numpy/issues/29609)) - [#​29940](https://github.com/numpy/numpy/pull/29940): MAINT: Bump pypa/cibuildwheel from 3.1.4 to 3.2.1 - [#​29949](https://github.com/numpy/numpy/pull/29949): STY: rename `@classmethod` arg to cls - [#​29950](https://github.com/numpy/numpy/pull/29950): MAINT: Simplify string arena growth strategy ([#​29885](https://github.com/numpy/numpy/issues/29885)) </details> <details> <summary>pydantic/pydantic (pydantic)</summary> ### [`v2.12.3`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2123-2025-10-17) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.12.2...v2.12.3) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.12.3) ##### What's Changed This is the third 2.13 patch release, fixing issues related to the `FieldInfo` class, and reverting a change to the supported [*after* model validator](https://docs.pydantic.dev/latest/concepts/validators/#model-validators) function signatures. - Raise a warning when an invalid after model validator function signature is raised by [@​Viicos](https://github.com/Viicos) in [#​12414](https://github.com/pydantic/pydantic/pull/12414). Starting in 2.12.0, using class methods for *after* model validators raised an error, but the error wasn't raised concistently. We decided to emit a deprecation warning instead. - Add [`FieldInfo.asdict()`](https://docs.pydantic.dev/latest/api/fields/#pydantic.fields.FieldInfo.asdict) method, improve documentation around `FieldInfo` by [@​Viicos](https://github.com/Viicos) in [#​12411](https://github.com/pydantic/pydantic/pull/12411). This also add back support for mutations on `FieldInfo` classes, that are reused as `Annotated` metadata. **However**, note that this is still *not* a supported pattern. Instead, please refer to the [added example](https://docs.pydantic.dev/latest/examples/dynamic_models/) in the documentation. The [blog post](https://pydantic.dev/articles/pydantic-v2-12-release#changes) section on changes was also updated to document the changes related to `serialize_as_any`. </details> <details> <summary>prefix-dev/rattler-build (rattler-build)</summary> ### [`v0.49.0`](https://github.com/prefix-dev/rattler-build/releases/tag/v0.49.0) ##### What's Changed - chore: use rattler-sandbox as an external tool by [@​wolfv](https://github.com/wolfv) in [#​1921](https://github.com/prefix-dev/rattler-build/pull/1921) - feat: Add cargo-deny by [@​haecker-felix](https://github.com/haecker-felix) in [#​1929](https://github.com/prefix-dev/rattler-build/pull/1929) - chore: remove `UrlWithTrailingSlash` by [@​wolfv](https://github.com/wolfv) in [#​1930](https://github.com/prefix-dev/rattler-build/pull/1930) - refactor: split metadata.rs into multiple files under `types/` by [@​wolfv](https://github.com/wolfv) in [#​1932](https://github.com/prefix-dev/rattler-build/pull/1932) - fix: flaky test on windows by [@​wolfv](https://github.com/wolfv) in [#​1936](https://github.com/prefix-dev/rattler-build/pull/1936) - feat: make s3 support optional by [@​baszalmstra](https://github.com/baszalmstra) in [#​1950](https://github.com/prefix-dev/rattler-build/pull/1950) - fix: diffy patch application for pure renames by [@​wolfv](https://github.com/wolfv) in [#​1962](https://github.com/prefix-dev/rattler-build/pull/1962) - fix: encode timestamp correctly as milliseconds by [@​wolfv](https://github.com/wolfv) in [conda/rattler#1776](https://github.com/conda/rattler/pull/1776) and [#​1962](https://github.com/prefix-dev/rattler-build/pull/1962) ##### New Contributors - [@​haecker-felix](https://github.com/haecker-felix) made their first contribution in [#​1929](https://github.com/prefix-dev/rattler-build/pull/1929) **Full Changelog**: <prefix-dev/rattler-build@v0.48.1...v0.49.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/fornax). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Glatzel
pushed a commit
to Glatzel/pyxis
that referenced
this pull request
Oct 29, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pytest-codspeed](https://codspeed.io/) ([source](https://github.com/CodSpeedHQ/pytest-codspeed)) | feature-bench | minor | `==4.0.0` -> `==4.2.0` | | [rattler-build](https://github.com/prefix-dev/rattler-build) | | minor | `==0.48.1` -> `==0.49.0` | | [rattler-build](https://github.com/prefix-dev/rattler-build) | feature-build | minor | `==0.48.1` -> `==0.49.0` | | [scipy](http://www.scipy.org/) ([source](https://github.com/scipy/scipy)) | feature-deps | patch | `==1.16.2` -> `==1.16.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>CodSpeedHQ/pytest-codspeed (pytest-codspeed)</summary> ### [`v4.2.0`](https://github.com/CodSpeedHQ/pytest-codspeed/blob/HEAD/CHANGELOG.md#420---2025-10-24) ##### <!-- 0 -->🚀 Features - Support python 3.14 by [@​adriencaccia](https://github.com/adriencaccia) in [#​91](https://github.com/CodSpeedHQ/pytest-codspeed/pull/91) ##### <!-- 1 -->🐛 Bug Fixes - Throw error when instrument hooks failed to initialize under codspeed env by [@​adriencaccia](https://github.com/adriencaccia) ##### <!-- 7 -->⚙️ Internals - Bump mypy by [@​adriencaccia](https://github.com/adriencaccia) - Bump python to 3.14 in the ci by [@​adriencaccia](https://github.com/adriencaccia) </details> <details> <summary>prefix-dev/rattler-build (rattler-build)</summary> ### [`v0.49.0`](https://github.com/prefix-dev/rattler-build/releases/tag/v0.49.0) ##### What's Changed - chore: use rattler-sandbox as an external tool by [@​wolfv](https://github.com/wolfv) in [#​1921](https://github.com/prefix-dev/rattler-build/pull/1921) - feat: Add cargo-deny by [@​haecker-felix](https://github.com/haecker-felix) in [#​1929](https://github.com/prefix-dev/rattler-build/pull/1929) - chore: remove `UrlWithTrailingSlash` by [@​wolfv](https://github.com/wolfv) in [#​1930](https://github.com/prefix-dev/rattler-build/pull/1930) - refactor: split metadata.rs into multiple files under `types/` by [@​wolfv](https://github.com/wolfv) in [#​1932](https://github.com/prefix-dev/rattler-build/pull/1932) - fix: flaky test on windows by [@​wolfv](https://github.com/wolfv) in [#​1936](https://github.com/prefix-dev/rattler-build/pull/1936) - feat: make s3 support optional by [@​baszalmstra](https://github.com/baszalmstra) in [#​1950](https://github.com/prefix-dev/rattler-build/pull/1950) - fix: diffy patch application for pure renames by [@​wolfv](https://github.com/wolfv) in [#​1962](https://github.com/prefix-dev/rattler-build/pull/1962) - fix: encode timestamp correctly as milliseconds by [@​wolfv](https://github.com/wolfv) in [conda/rattler#1776](https://github.com/conda/rattler/pull/1776) and [#​1962](https://github.com/prefix-dev/rattler-build/pull/1962) ##### New Contributors - [@​haecker-felix](https://github.com/haecker-felix) made their first contribution in [#​1929](https://github.com/prefix-dev/rattler-build/pull/1929) **Full Changelog**: <prefix-dev/rattler-build@v0.48.1...v0.49.0> </details> <details> <summary>scipy/scipy (scipy)</summary> ### [`v1.16.3`](https://github.com/scipy/scipy/releases/tag/v1.16.3): SciPy 1.16.3 [Compare Source](https://github.com/scipy/scipy/compare/v1.16.2...v1.16.3) # SciPy 1.16.3 Release Notes SciPy `1.16.3` is a bug-fix release with no new features compared to `1.16.2`. # Authors - Name (commits) - ChrisAB (1) + - Lucas Colley (1) - Ralf Gommers (3) - Matt Haberland (8) - Nick ODell (2) - Ilhan Polat (1) - Tyler Reddy (28) - Lucas Roberts (2) A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete. The full issue and pull request lists, and the release asset hashes are available in the associated `README.txt` file. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/pyxis). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Glatzel
pushed a commit
to Glatzel/toolbox
that referenced
this pull request
Oct 29, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lefthook](https://github.com/evilmartians/lefthook) | patch | `==2.0.1` -> `==2.0.2` | | [pyfakefs](https://github.com/pytest-dev/pyfakefs) ([source](https://github.com/jmcgeheeiv/pyfakefs)) | patch | `==5.10.0` -> `==5.10.1` | | [rattler-build](https://github.com/prefix-dev/rattler-build) | minor | `==0.48.1` -> `==0.49.0` | --- ### Release Notes <details> <summary>evilmartians/lefthook (lefthook)</summary> ### [`v2.0.2`](https://github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#202-2025-10-29) [Compare Source](https://github.com/evilmartians/lefthook/compare/v2.0.1...v2.0.2) - fix: add mutex lock before all git commands ([#​1178](https://github.com/evilmartians/lefthook/pull/1178)) by [@​mrexox]() </details> <details> <summary>jmcgeheeiv/pyfakefs (pyfakefs)</summary> ### [`v5.10.1`](https://github.com/jmcgeheeiv/pyfakefs/blob/HEAD/CHANGES.md#Version-5101-2025-10-27) Fixes a regression introduced in version 5.9.0. ##### Fixes - fixed a deadlock in `shutil.copytree` if copying using an `shutil` function as `copy_function` argument (see [#​1235](../../issues/1235)) </details> <details> <summary>prefix-dev/rattler-build (rattler-build)</summary> ### [`v0.49.0`](https://github.com/prefix-dev/rattler-build/releases/tag/v0.49.0) ##### What's Changed - chore: use rattler-sandbox as an external tool by [@​wolfv](https://github.com/wolfv) in [#​1921](https://github.com/prefix-dev/rattler-build/pull/1921) - feat: Add cargo-deny by [@​haecker-felix](https://github.com/haecker-felix) in [#​1929](https://github.com/prefix-dev/rattler-build/pull/1929) - chore: remove `UrlWithTrailingSlash` by [@​wolfv](https://github.com/wolfv) in [#​1930](https://github.com/prefix-dev/rattler-build/pull/1930) - refactor: split metadata.rs into multiple files under `types/` by [@​wolfv](https://github.com/wolfv) in [#​1932](https://github.com/prefix-dev/rattler-build/pull/1932) - fix: flaky test on windows by [@​wolfv](https://github.com/wolfv) in [#​1936](https://github.com/prefix-dev/rattler-build/pull/1936) - feat: make s3 support optional by [@​baszalmstra](https://github.com/baszalmstra) in [#​1950](https://github.com/prefix-dev/rattler-build/pull/1950) - fix: diffy patch application for pure renames by [@​wolfv](https://github.com/wolfv) in [#​1962](https://github.com/prefix-dev/rattler-build/pull/1962) - fix: encode timestamp correctly as milliseconds by [@​wolfv](https://github.com/wolfv) in [conda/rattler#1776](https://github.com/conda/rattler/pull/1776) and [#​1962](https://github.com/prefix-dev/rattler-build/pull/1962) ##### New Contributors - [@​haecker-felix](https://github.com/haecker-felix) made their first contribution in [#​1929](https://github.com/prefix-dev/rattler-build/pull/1929) **Full Changelog**: <prefix-dev/rattler-build@v0.48.1...v0.49.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Glatzel
pushed a commit
to Glatzel/demon-forge
that referenced
this pull request
Oct 29, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lefthook](https://github.com/evilmartians/lefthook) | | patch | `==2.0.1` -> `==2.0.2` | | [openexr](https://github.com/openexr/openexr) | feature-oiio | patch | `==3.4.0` -> `==3.4.2` | | [rattler-build](https://github.com/prefix-dev/rattler-build) | | minor | `==0.48.1` -> `==0.49.0` | | [selenium](https://www.selenium.dev/) ([source](https://github.com/SeleniumHQ/selenium)) | feature-selenium | minor | `==4.36.0` -> `==4.38.0` | --- ### Release Notes <details> <summary>evilmartians/lefthook (lefthook)</summary> ### [`v2.0.2`](https://github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#202-2025-10-29) [Compare Source](https://github.com/evilmartians/lefthook/compare/v2.0.1...v2.0.2) - fix: add mutex lock before all git commands ([#​1178](https://github.com/evilmartians/lefthook/pull/1178)) by [@​mrexox]() </details> <details> <summary>openexr/openexr (openexr)</summary> ### [`v3.4.2`](https://github.com/openexr/openexr/blob/HEAD/CHANGES.md#Version-342-October-15-2025) Patch release that fixes a Windows build issue introduced in v3.4.1. No change in functionality. ##### Merged Pull Requests: - [2146](https://github.com/AcademySoftwareFoundation/openexr/pull/2146) Update Bazel dependencies - [2144](https://github.com/AcademySoftwareFoundation/openexr/pull/2144) handle CMake CREATE\_LINK failures for openjph headers ### [`v3.4.1`](https://github.com/openexr/openexr/blob/HEAD/CHANGES.md#Version-341-October-8-2025) Patch release that fixes a build issue: OpenJPH headers are now included from the openjph folder, as required by OpenJPH 0.23+. No change in functionality. ##### Merged Pull Requests: - [2140](https://github.com/AcademySoftwareFoundation/openexr/pull/2140) Update `HELP2MAN_URL` in `install_help2man.sh` - [2139](https://github.com/AcademySoftwareFoundation/openexr/pull/2139) Fix doxygen/sphinx/rst website issues - [2138](https://github.com/AcademySoftwareFoundation/openexr/pull/2138) Bazel cleanup - [2137](https://github.com/AcademySoftwareFoundation/openexr/pull/2137) Bump macos runners to 14 and 15, drop 13 - [2136](https://github.com/AcademySoftwareFoundation/openexr/pull/2136) Include the openjph headers from the openjph folder, required for OpenJPH 0.23+ - [2127](https://github.com/AcademySoftwareFoundation/openexr/pull/2127) cmake: remove trailing spaces - [2119](https://github.com/AcademySoftwareFoundation/openexr/pull/2119) News for v3.4.0 release - [2118](https://github.com/AcademySoftwareFoundation/openexr/pull/2118) fix formatting in release notes - [2107](https://github.com/AcademySoftwareFoundation/openexr/pull/2107) Add section on OpenEXR/Imath version compatibility to install instructions </details> <details> <summary>prefix-dev/rattler-build (rattler-build)</summary> ### [`v0.49.0`](https://github.com/prefix-dev/rattler-build/releases/tag/v0.49.0) ##### What's Changed - chore: use rattler-sandbox as an external tool by [@​wolfv](https://github.com/wolfv) in [#​1921](https://github.com/prefix-dev/rattler-build/pull/1921) - feat: Add cargo-deny by [@​haecker-felix](https://github.com/haecker-felix) in [#​1929](https://github.com/prefix-dev/rattler-build/pull/1929) - chore: remove `UrlWithTrailingSlash` by [@​wolfv](https://github.com/wolfv) in [#​1930](https://github.com/prefix-dev/rattler-build/pull/1930) - refactor: split metadata.rs into multiple files under `types/` by [@​wolfv](https://github.com/wolfv) in [#​1932](https://github.com/prefix-dev/rattler-build/pull/1932) - fix: flaky test on windows by [@​wolfv](https://github.com/wolfv) in [#​1936](https://github.com/prefix-dev/rattler-build/pull/1936) - feat: make s3 support optional by [@​baszalmstra](https://github.com/baszalmstra) in [#​1950](https://github.com/prefix-dev/rattler-build/pull/1950) - fix: diffy patch application for pure renames by [@​wolfv](https://github.com/wolfv) in [#​1962](https://github.com/prefix-dev/rattler-build/pull/1962) - fix: encode timestamp correctly as milliseconds by [@​wolfv](https://github.com/wolfv) in [conda/rattler#1776](https://github.com/conda/rattler/pull/1776) and [#​1962](https://github.com/prefix-dev/rattler-build/pull/1962) ##### New Contributors - [@​haecker-felix](https://github.com/haecker-felix) made their first contribution in [#​1929](https://github.com/prefix-dev/rattler-build/pull/1929) **Full Changelog**: <prefix-dev/rattler-build@v0.48.1...v0.49.0> </details> <details> <summary>SeleniumHQ/selenium (selenium)</summary> ### [`v4.38.0`](https://github.com/SeleniumHQ/selenium/compare/3c1da1e3427c75d75f7db4204d893a5d7980f705...6b412e825cfd44e327e44981807d52183d5b6595) [Compare Source](https://github.com/SeleniumHQ/selenium/compare/selenium-4.37.0...selenium-4.38.0) ### [`v4.37.0`](https://github.com/SeleniumHQ/selenium/compare/6d115cfd877e1ba381c647fd08ba6450ae256624...3c1da1e3427c75d75f7db4204d893a5d7980f705) [Compare Source](https://github.com/SeleniumHQ/selenium/compare/selenium-4.36.0...selenium-4.37.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/demon-forge). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Glatzel
pushed a commit
to Glatzel/mason
that referenced
this pull request
Nov 9, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rattler-build](https://github.com/prefix-dev/rattler-build) | minor | `==0.48.1` -> `==0.49.0` | --- ### Release Notes <details> <summary>prefix-dev/rattler-build (rattler-build)</summary> ### [`v0.49.0`](https://github.com/prefix-dev/rattler-build/releases/tag/v0.49.0) ##### What's Changed - chore: use rattler-sandbox as an external tool by [@​wolfv](https://github.com/wolfv) in [#​1921](https://github.com/prefix-dev/rattler-build/pull/1921) - feat: Add cargo-deny by [@​haecker-felix](https://github.com/haecker-felix) in [#​1929](https://github.com/prefix-dev/rattler-build/pull/1929) - chore: remove `UrlWithTrailingSlash` by [@​wolfv](https://github.com/wolfv) in [#​1930](https://github.com/prefix-dev/rattler-build/pull/1930) - refactor: split metadata.rs into multiple files under `types/` by [@​wolfv](https://github.com/wolfv) in [#​1932](https://github.com/prefix-dev/rattler-build/pull/1932) - fix: flaky test on windows by [@​wolfv](https://github.com/wolfv) in [#​1936](https://github.com/prefix-dev/rattler-build/pull/1936) - feat: make s3 support optional by [@​baszalmstra](https://github.com/baszalmstra) in [#​1950](https://github.com/prefix-dev/rattler-build/pull/1950) - fix: diffy patch application for pure renames by [@​wolfv](https://github.com/wolfv) in [#​1962](https://github.com/prefix-dev/rattler-build/pull/1962) - fix: encode timestamp correctly as milliseconds by [@​wolfv](https://github.com/wolfv) in [conda/rattler#1776](https://github.com/conda/rattler/pull/1776) and [#​1962](https://github.com/prefix-dev/rattler-build/pull/1962) ##### New Contributors - [@​haecker-felix](https://github.com/haecker-felix) made their first contribution in [#​1929](https://github.com/prefix-dev/rattler-build/pull/1929) **Full Changelog**: <prefix-dev/rattler-build@v0.48.1...v0.49.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/mason). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
We had a lossy conversion for timestamps. At some point in the history of cond, timestamps were stored in seconds. We tried to normalize this in rattler, but lost some information in the process.
When serializing in rattler-build, we unfortunately published some
index.jsonfiles with the wrong (old!) timestamp format (if accidentally the timestamp was at000at the end).Apologies!
prefix-dev/rattler-build#1957
AI Disclaimer: made by Claude.