From bb0cd7e811d58974af0c3608a1605c58b1dd8893 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 04:02:16 +0000 Subject: [PATCH 1/2] Add meetings/archive/20260729-conda-ecosystem.md --- meetings/archive/20260729-conda-ecosystem.md | 45 ++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 meetings/archive/20260729-conda-ecosystem.md diff --git a/meetings/archive/20260729-conda-ecosystem.md b/meetings/archive/20260729-conda-ecosystem.md new file mode 100644 index 0000000..32f46b3 --- /dev/null +++ b/meetings/archive/20260729-conda-ecosystem.md @@ -0,0 +1,45 @@ +--- +tags: [meeting-notes] +--- +# 2026-07-29 Conda Ecosystem Meeting + +[Zoom link](https://zoom.us/j/9138593505?pwd=SWh3dE1IK05LV01Qa0FJZ1ZpMzJLZz09) · [What time is the meeting in my time zone: 5pm](https://dateful.com/convert/utc?t=5pm), [2pm](https://dateful.com/convert/utc?t=2pm) + +Various parts of the conda ecosystem gather on a regular basis. This meeting brings together all of these sub-communities for a community wide call. + +## Attendees + + + +1. ... +1. ... +1. ... + + + + + +## Introductions + +- [ ] ... + +## Announcements + + + +- [ ] ... + +## From previous meetings + +- [ ] ... + +## New agenda items + +- [ ] ... + +## Deferred to next meeting + +- [ ] ... From 326004c7841f6eae71646c2d8637d9408e58ecf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:09:31 +0000 Subject: [PATCH 2/2] Update meetings/archive/20260729-conda-ecosystem.md --- meetings/archive/20260729-conda-ecosystem.md | 44 ++++++++------------ 1 file changed, 17 insertions(+), 27 deletions(-) diff --git a/meetings/archive/20260729-conda-ecosystem.md b/meetings/archive/20260729-conda-ecosystem.md index 32f46b3..57a358a 100644 --- a/meetings/archive/20260729-conda-ecosystem.md +++ b/meetings/archive/20260729-conda-ecosystem.md @@ -9,37 +9,27 @@ Various parts of the conda ecosystem gather on a regular basis. This meeting bri ## Attendees - +1. DY: Dan Yeaw (@danyeaw), Anaconda +1. JRG: Jaime Rodríguez-Guerra (@jaimergp), Quansight, CF/C, CS/C +1. WV: Wolf Vollprecht (@wolfv), prefix.dev, CF/C, CS/C +1. CHL: Cheng H. Lee (@chenghlee), Anaconda, CF/C, CS/C +2. DJC: Daniel Ching (@carterbox), NVIDIA, CF/SR -1. ... -1. ... -1. ... - - - - - -## Introductions - -- [ ] ... ## Announcements - - -- [ ] ... - -## From previous meetings - -- [ ] ... +- [X] JRG: New conda and conda-build July releases soon, with fixes that enable the `win-arm64` migration +- [X] JRG: Last chance to review repodata v3 proposal https://github.com/conda/ceps/pull/146 before the vote starts next week +- [X] WV: Started to work on iOS and Android fun CEP: https://github.com/conda/ceps/pull/183 + - Wolf showed demo of Python builds on Android and iOS from ["mobile-forge"](http://github.com/wolfv/mobile-forge) prototype channel. Devs cross-compile packages for target platform with rattler-build and a bundler tool creates the apps for iOS/Android. +- [X] WV: rattler-build steps merged + - PR: https://github.com/prefix-dev/rattler-build/pull/2646 + - Inspired by Chainguard Melange syntax, also similar to "actions" in Github Actions. + - This could be base for some "common build steps" in conda-forge to take care of cargo licenses and builds, etc. Also useful for Pixi build workflows. ## New agenda items -- [ ] ... - -## Deferred to next meeting - -- [ ] ... +- [X] DY: conda-pypi channel blocklist / removal, patching design + - Goal: community channel to reduce maintenance burden of manually repackaging pure python packages + - JRG: Would like to see a declarative list of project/wheels/requirements that are exposed in the channel, with optional metadata patches + - DY: Current channel based on Anaconda's repocore, not open source. 600K package names creates performance issues with other codebases (the whole repodata.json is around 5GB)