Skip to content

Commit

Permalink
move script up a level
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed May 10, 2024
1 parent 9002e45 commit 3ae416b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
File renamed without changes.
21 changes: 21 additions & 0 deletions news/125-jlap
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Enhancements

* Add experimental `python -m conda_index.json2jlap` script to run after
indexing, to create `repodata.jlap` patch sets for incremental repodata
downloads. (#125)

### Bug fixes

* <news item>

### Deprecations

* <news item>

### Docs

* <news item>

### Other

* <news itme>
2 changes: 1 addition & 1 deletion tests/test_json2jlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pytest
from conda.gateways.repodata.jlap.core import DEFAULT_IV, JLAP

from conda_index.cli.json2jlap import json2jlap_one
from conda_index.json2jlap import json2jlap_one


def test_json2jlap(tmp_path):
Expand Down

0 comments on commit 3ae416b

Please sign in to comment.