8000 Tags · conda/conda-index · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: conda/conda-index

Tags

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Write sharded repodata (#161)

* begin sharded repodata creation

* remove non-overridden method

* write to output_root

* move save_fs_state out of extract_subdir_to_cache

* shards cli capable of generating repodata from cache database and no packages

* create output subdir if necessary

* allow expanduser in --patch-generator; use output_path when reading shards for patching

* continue applying patches to shards

* add --no-current-repodata option

* maintain current_repodata=True as the default

* skip test_cli; why does it cause test failure?

* add news

* begin combine-small-shards experiment

* include virtual name, sha256 columns in create() as well as migration

* add msgpack dependency

* write patched, unpatched sharded repodata

* improve coverage

* comparison between our split method and theirs

* delete empty "removed" arrays from individual patched shards

---------

Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>
Co-authored-by: Jannis Leidel <jannis@leidel.info>

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.5.0 (#168)

* setup rever

* add header to changelog

* bumped version to 0.5.0

* Updated authorship for 0.5.0

* Updated CHANGELOG for 0.5.0

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
version 0.4.0; update CHANGELOG.md (#138)

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s 8000 verified signature. The key has expired.
Release 0.3.0 (#118)

* add changelog

* remove old news

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove conda-index console script to avoid conda-build conflict (use …

…python -m conda_index) (#76)

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add entry_points to recipe; always use \n line separator; version 0.2…

….2 (#75)

* add entry_points to recipe; always use \n line separator; version 0.2.2

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use nox to test in Python 3.7+ (#73)

* use nox to test in python 3.7-3.10

* remove python 3.8+ debug syntax

* dirs_exist_ok (Python 3.8+) workaround

* python 3.8+ sqlite call

Co-authored-by: Jannis Leidel <jannis@leidel.info>
0