Skip to content

Commit 971cb23

Browse files
authored
Mint CEP 19 and 20 (#105)
1 parent 34b5e37 commit 971cb23

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ for conda's implementation, all major changes should be submitted as
2929
| [0016](cep-0016.md) | Sharded Repodata |
3030
| [0017](cep-0017.md) | Optional python site-packages path in repodata |
3131
| [0018](cep-0018.md) | Migration to the Zulip chat platform |
32+
| [0019](cep-0019.md) | Computing the hash of the contents in a directory |
33+
| [0020](cep-0020.md) | Support for `abi3` Python packages |
3234

3335
## References
3436

cep-00??.md renamed to cep-0019.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# CEP XX - Computing the hash of the contents in a directory
1+
# CEP 19 - Computing the hash of the contents in a directory
22

33
<table>
44
<tr><td> Title </td><td> Computing the hash of the contents in a directory </td>
5-
<tr><td> Status </td><td> Draft </td></tr>
5+
<tr><td> Status </td><td> Approved </td></tr>
66
<tr><td> Author(s) </td><td> Jaime Rodríguez-Guerra &lt;[email protected]&gt;</td></tr>
77
<tr><td> Created </td><td> Nov 19, 2024</td></tr>
8-
<tr><td> Updated </td><td> Nov 19, 2024</td></tr>
8+
<tr><td> Updated </td><td> Dec 19, 2024</td></tr>
99
<tr><td> Discussion </td><td> https://github.com/conda/ceps/pull/100 </td></tr>
1010
<tr><td> Implementation </td><td> https://github.com/conda/conda-build/pull/5277 </td></tr>
1111
</table>
@@ -90,7 +90,7 @@ Merkle trees were not used for simplicity, since it's not necessary to update th
9090

9191
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:
9292

93-
> The `source` section is a list of objects, with keys [...] `contents_sha256` and `contents_md5` (which implement CEP XX for SHA256 and MD5, respectively).
93+
> The `source` section is a list of objects, with keys [...] `contents_sha256` and `contents_md5` (which implement CEP 19 for SHA256 and MD5, respectively).
9494
9595
## References
9696

cep-abi3.md renamed to cep-0020.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Support for `abi3` Python packages
1+
# CEP 20 - Support for `abi3` Python packages
22

33
<table>
44
<tr><td> Title </td><td> Support for <code>abi3</code> Python packages </td>
5-
<tr><td> Status </td><td> Draft </td></tr>
5+
<tr><td> Status </td><td> Approved </td></tr>
66
<tr><td> Author(s) </td><td> Isuru Fernando &lt;[email protected]&gt;</td></tr>
77
<tr><td> Created </td><td> July 01, 2024</td></tr>
8-
<tr><td> Updated </td><td> Nov 26, 2024</td></tr>
8+
<tr><td> Updated </td><td> Dec 19, 2024</td></tr>
99
<tr><td> Discussion </td><td> https://github.com/conda/ceps/pull/86 </td></tr>
1010
<tr><td> Implementation </td><td> https://github.com/conda/conda-build/pull/5456 </td></tr>
1111
</table>

0 commit comments

Comments
 (0)