Skip to content

Commit

Permalink
Mint CEP 19 and 20 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Dec 19, 2024
1 parent 34b5e37 commit 971cb23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions cep-00??.md → cep-0019.md
Original file line number Diff line number Diff line change
@@ -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

<table>
<tr><td> Title </td><td> Computing the hash of the contents in a directory </td>
<tr><td> Status </td><td> Draft </td></tr>
<tr><td> Status </td><td> Approved </td></tr>
<tr><td> Author(s) </td><td> Jaime Rodríguez-Guerra &lt;jaime.rogue@gmail.com&gt;</td></tr>
<tr><td> Created </td><td> Nov 19, 2024</td></tr>
<tr><td> Updated </td><td> Nov 19, 2024</td></tr>
<tr><td> Updated </td><td> Dec 19, 2024</td></tr>
<tr><td> Discussion </td><td> https://github.com/conda/ceps/pull/100 </td></tr>
<tr><td> Implementation </td><td> https://github.com/conda/conda-build/pull/5277 </td></tr>
</table>
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions cep-abi3.md → cep-0020.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Support for `abi3` Python packages
# CEP 20 - Support for `abi3` Python packages

<table>
<tr><td> Title </td><td> Support for <code>abi3</code> Python packages </td>
<tr><td> Status </td><td> Draft </td></tr>
<tr><td> Status </td><td> Approved </td></tr>
<tr><td> Author(s) </td><td> Isuru Fernando &lt;ifernando@quansight.com&gt;</td></tr>
<tr><td> Created </td><td> July 01, 2024</td></tr>
<tr><td> Updated </td><td> Nov 26, 2024</td></tr>
<tr><td> Updated </td><td> Dec 19, 2024</td></tr>
<tr><td> Discussion </td><td> https://github.com/conda/ceps/pull/86 </td></tr>
<tr><td> Implementation </td><td> https://github.com/conda/conda-build/pull/5456 </td></tr>
</table>
Expand Down

0 comments on commit 971cb23

Please sign in to comment.