diff --git a/README.md b/README.md index de2aff6..f1e6a4a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ for conda's implementation, all major changes should be submitted as | [0016](cep-0016.md) | Sharded Repodata | | [0017](cep-0017.md) | Optional python site-packages path in repodata | | [0018](cep-0018.md) | Migration to the Zulip chat platform | +| [0019](cep-0019.md) | Computing the hash of the contents in a directory | +| [0020](cep-0020.md) | Support for `abi3` Python packages | ## References diff --git a/cep-00??.md b/cep-0019.md similarity index 96% rename from cep-00??.md rename to cep-0019.md index 73a5d6b..ec0d675 100644 --- a/cep-00??.md +++ b/cep-0019.md @@ -1,11 +1,11 @@ -# CEP XX - Computing the hash of the contents in a directory +# CEP 19 - Computing the hash of the contents in a directory - + - +
Title Computing the hash of the contents in a directory
Status Draft
Status Approved
Author(s) Jaime Rodríguez-Guerra <jaime.rogue@gmail.com>
Created Nov 19, 2024
Updated Nov 19, 2024
Updated Dec 19, 2024
Discussion https://github.com/conda/ceps/pull/100
Implementation https://github.com/conda/conda-build/pull/5277
@@ -90,7 +90,7 @@ Merkle trees were not used for simplicity, since it's not necessary to update th The implementation of this algorithm as specific options in build tools is a non-goal of this CEP. That goal is deferred to further CEPs, which could simply say something like: -> The `source` section is a list of objects, with keys [...] `contents_sha256` and `contents_md5` (which implement CEP XX for SHA256 and MD5, respectively). +> The `source` section is a list of objects, with keys [...] `contents_sha256` and `contents_md5` (which implement CEP 19 for SHA256 and MD5, respectively). ## References diff --git a/cep-abi3.md b/cep-0020.md similarity index 98% rename from cep-abi3.md rename to cep-0020.md index 1904691..53c1bdf 100644 --- a/cep-abi3.md +++ b/cep-0020.md @@ -1,11 +1,11 @@ -# Support for `abi3` Python packages +# CEP 20 - Support for `abi3` Python packages - + - +
Title Support for abi3 Python packages
Status Draft
Status Approved
Author(s) Isuru Fernando <ifernando@quansight.com>
Created July 01, 2024
Updated Nov 26, 2024
Updated Dec 19, 2024
Discussion https://github.com/conda/ceps/pull/86
Implementation https://github.com/conda/conda-build/pull/5456