diff --git a/src/maintainer/conda_forge_yml.rst b/src/maintainer/conda_forge_yml.rst index 9c8e839afb..78bc0e7a41 100644 --- a/src/maintainer/conda_forge_yml.rst +++ b/src/maintainer/conda_forge_yml.rst @@ -30,6 +30,7 @@ Top-level fields * :ref:`channels` * :ref:`choco` * :ref:`circle` +* :ref:`conda_build` * :ref:`conda_forge_output_validation` * :ref:`docker` * :ref:`github` @@ -216,6 +217,24 @@ The top-level ``circle`` key specifies configurations for the Circle CI service. This is usually **read-only** and should not normally be manually modified. Tools like conda-smithy may modify this, as needed. +.. _conda_build: + +conda_build +----------- + +Settings in this block are used to control how conda build runs and produces +artifacts. The currently supported options are + +.. code-block:: yaml + + conda_build: + pkg_format: 2 # makes .conda artifacts + pkg_format: None # makes .tar.bz2 artifacts + # controls the compression level for .conda artifacts + # conda-forge uses a default value of 16 since its artifacts + # can be large. conda-build has a default of 22. + zstd_compression_level: 16 + .. _conda_forge_output_validation: conda_forge_output_validation diff --git a/src/user/announcements.rst b/src/user/announcements.rst index 84b3430ece..52b162c787 100644 --- a/src/user/announcements.rst +++ b/src/user/announcements.rst @@ -8,12 +8,24 @@ Our announcements are published to an RSS feed `here `__ +if you encounter problems or have feedback. + + 2022-11-04: Releasing Python 3.8.14, 3.9.14, and 3.10.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The CPython versions 3.8.14, 3.9.14, and 3.10.7 were released some weeks ago to mitigate `CVE-2020-10735 `__. -The chosen mitigation strategy might cause errors (e.g. ``ValueError: Exceeds the limit (4300) for integer string conversion``) in some libraries. -If you are affected, please read the `announcement `__ +The chosen mitigation strategy might cause errors (e.g. ``ValueError: Exceeds the limit (4300) for integer string conversion``) in some libraries. +If you are affected, please read the `announcement `__ and learn about the available workarounds in the `CPython documentation `__. The conda-forge team `has decided `__ to build and publish these releases with no additional changes. @@ -23,8 +35,8 @@ The new packages will be made available on or after 2022-11-10, following `Anaco 2022-09-27: Conda Moving to CalVer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Conda is moving to CalVer per `CEP 8 `_. -The first CalVer and last SemVer should be ``22.9.0`` and ``4.14.0`` respectively. This change +Conda is moving to CalVer per `CEP 8 `_. +The first CalVer and last SemVer should be ``22.9.0`` and ``4.14.0`` respectively. This change maintains version order so you should not expect any issues. 2022-08-24: Dropping Python 3.7