Skip to content

Commit

Permalink
fix: use conda-incubator
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Aug 6, 2024
1 parent 5d2b26b commit 01be6ae
Show file tree
Hide file tree
Showing 35 changed files with 923 additions and 923 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
build-and-deploy:
if: github.repository == 'mamba-org/rattler'
if: github.repository == 'conda-incubator/rattler'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
428 changes: 214 additions & 214 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributing 😍

We would love to have you contribute!
For a good list of things you could help us with, take a look at our [*good first issues*](https://github.com/mamba-org/rattler/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
If you want to go deeper though, any [open issue](https://github.com/mamba-org/rattler/issues) is up for grabs.
For a good list of things you could help us with, take a look at our [*good first issues*](https://github.com/conda-incubator/rattler/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
If you want to go deeper though, any [open issue](https://github.com/conda-incubator/rattler/issues) is up for grabs.
Just let us know what you start on something.

For questions, requests or a casual chat, we are very active on our discord server.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ opt-level = 3

[workspace.package]
categories = ["development-tools"]
homepage = "https://github.com/mamba-org/rattler"
repository = "https://github.com/mamba-org/rattler"
homepage = "https://github.com/conda-incubator/rattler"
repository = "https://github.com/conda-incubator/rattler"
license = "BSD-3-Clause"
edition = "2021"
readme = "README.md"
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<a href="https://github.com/mamba-org/rattler/">
<a href="https://github.com/conda-incubator/rattler/">
<picture>
<source srcset="https://github.com/mamba-org/rattler/assets/4995967/8f5a9786-f75c-4b55-8043-69c551b22459" type="image/webp">
<source srcset="https://github.com/mamba-org/rattler/assets/4995967/7bb44c97-e77a-452f-9a00-431b7c89e136" type="image/png">
<img src="https://github.com/mamba-org/rattler/assets/4995967/7bb44c97-e77a-452f-9a00-431b7c89e136" alt="banner">
<source srcset="https://github.com/conda-incubator/rattler/assets/4995967/8f5a9786-f75c-4b55-8043-69c551b22459" type="image/webp">
<source srcset="https://github.com/conda-incubator/rattler/assets/4995967/7bb44c97-e77a-452f-9a00-431b7c89e136" type="image/png">
<img src="https://github.com/conda-incubator/rattler/assets/4995967/7bb44c97-e77a-452f-9a00-431b7c89e136" alt="banner">
</picture>
</a>

Expand All @@ -16,14 +16,14 @@
[![python docs main][py-docs-main-badge]][py-docs-main]

[license-badge]: https://img.shields.io/badge/license-BSD--3--Clause-blue?style=flat-square
[build-badge]: https://img.shields.io/github/actions/workflow/status/mamba-org/rattler/rust-compile.yml?style=flat-square&branch=main
[build]: https://github.com/mamba-org/rattler/actions
[build-badge]: https://img.shields.io/github/actions/workflow/status/conda-incubator/rattler/rust-compile.yml?style=flat-square&branch=main
[build]: https://github.com/conda-incubator/rattler/actions
[chat-badge]: https://img.shields.io/discord/1082332781146800168.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2&style=flat-square
[chat-url]: https://discord.gg/kKV8ZxyzY4
[docs-main-badge]: https://img.shields.io/badge/rust_docs-main-yellow.svg?style=flat-square
[docs-main]: https://mamba-org.github.io/rattler
[docs-main]: https://conda-incubator.github.io/rattler
[py-docs-main-badge]: https://img.shields.io/badge/python_docs-main-yellow.svg?style=flat-square
[py-docs-main]: https://mamba-org.github.io/rattler/py-rattler
[py-docs-main]: https://conda-incubator.github.io/rattler/py-rattler
[pixi-badge]:https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json
[pixi-url]: https://pixi.sh

Expand All @@ -41,7 +41,7 @@ Rattler is actively used by [pixi](https://github.com/prefix-dev/pixi), [rattler
This repository also contains a binary (use `cargo run` to try) that shows some of the capabilities of the library.
This is an example of installing an environment containing `cowpy` and all its dependencies _from scratch_ (including Python!):

![Installing an environment](https://github.com/mamba-org/rattler/assets/4995967/c7946f6e-28a9-41ef-8836-ef4b4c94d273)
![Installing an environment](https://github.com/conda-incubator/rattler/assets/4995967/c7946f6e-28a9-41ef-8836-ef4b4c94d273)

## Give it a try!

Expand All @@ -52,7 +52,7 @@ Before you begin, make sure you have the following prerequisites:
Follow these steps to clone, compile, and run the rattler project:
```shell
# Clone the rattler repository along with its submodules:
git clone --recursive https://github.com/mamba-org/rattler.git
git clone --recursive https://github.com/conda-incubator/rattler.git
cd rattler

# Compile and execute rattler to create a JupyterLab instance:
Expand Down Expand Up @@ -104,7 +104,7 @@ You can find these crates in the `crates` folder.

Additionally, we provide Python bindings for most of the functionalities provided by the above crates.
A python package `py-rattler` is available on [conda-forge](https://prefix.dev/channels/conda-forge/packages/py-rattler) and [PyPI](https://pypi.org/project/py-rattler/).
Documatation for the python bindings can be found [here](https://mamba-org.github.io/rattler/py-rattler).
Documatation for the python bindings can be found [here](https://conda-incubator.github.io/rattler/py-rattler).

## What is conda & conda-forge?

Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# See documentation for more information on available options.

[remote.github]
owner = "mamba-org"
owner = "conda-incubator"
repo = "rattler"

[changelog]
Expand Down
6 changes: 3 additions & 3 deletions crates/file_url/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3](https://github.com/mamba-org/rattler/compare/file_url-v0.1.2...file_url-v0.1.3) - 2024-07-15
## [0.1.3](https://github.com/conda-incubator/rattler/compare/file_url-v0.1.2...file_url-v0.1.3) - 2024-07-15

### Other
- update Cargo.toml dependencies
Expand All @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- parse url and path as matchspec ([#704](https://github.com/baszalmstra/rattler/pull/704))

## [0.1.1](https://github.com/mamba-org/rattler/compare/file_url-v0.1.0...file_url-v0.1.1) - 2024-05-14
## [0.1.1](https://github.com/conda-incubator/rattler/compare/file_url-v0.1.0...file_url-v0.1.1) - 2024-05-14

### Added
- exclude repodata records based on timestamp ([#654](https://github.com/mamba-org/rattler/pull/654))
- exclude repodata records based on timestamp ([#654](https://github.com/conda-incubator/rattler/pull/654))
176 changes: 88 additions & 88 deletions crates/rattler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Other
- mark some crates 1.0 ([#789](https://github.com/baszalmstra/rattler/pull/789))

## [0.27.2](https://github.com/mamba-org/rattler/compare/rattler-v0.27.1...rattler-v0.27.2) - 2024-07-23
## [0.27.2](https://github.com/conda-incubator/rattler/compare/rattler-v0.27.1...rattler-v0.27.2) - 2024-07-23

### Other
- updated the following local packages: rattler_conda_types

## [0.27.1](https://github.com/mamba-org/rattler/compare/rattler-v0.27.0...rattler-v0.27.1) - 2024-07-23
## [0.27.1](https://github.com/conda-incubator/rattler/compare/rattler-v0.27.0...rattler-v0.27.1) - 2024-07-23

### Other
- updated the following local packages: rattler_conda_types

## [0.27.0](https://github.com/mamba-org/rattler/compare/rattler-v0.26.5...rattler-v0.27.0) - 2024-07-15
## [0.27.0](https://github.com/conda-incubator/rattler/compare/rattler-v0.26.5...rattler-v0.27.0) - 2024-07-15

### Fixed
- unclobber issue when packages are named differently ([#776](https://github.com/mamba-org/rattler/pull/776))
- unclobber issue when packages are named differently ([#776](https://github.com/conda-incubator/rattler/pull/776))

### Other
- bump dependencies and remove unused ones ([#771](https://github.com/mamba-org/rattler/pull/771))
- bump dependencies and remove unused ones ([#771](https://github.com/conda-incubator/rattler/pull/771))

## [0.26.5](https://github.com/mamba-org/rattler/compare/rattler-v0.26.4...rattler-v0.26.5) - 2024-07-08
## [0.26.5](https://github.com/conda-incubator/rattler/compare/rattler-v0.26.4...rattler-v0.26.5) - 2024-07-08

### Added
- add direct url repodata building ([#725](https://github.com/mamba-org/rattler/pull/725))
- add direct url repodata building ([#725](https://github.com/conda-incubator/rattler/pull/725))

### Fixed
- errors should not contain trailing punctuation ([#763](https://github.com/mamba-org/rattler/pull/763))
- run clippy on all targets ([#762](https://github.com/mamba-org/rattler/pull/762))
- errors should not contain trailing punctuation ([#763](https://github.com/conda-incubator/rattler/pull/763))
- run clippy on all targets ([#762](https://github.com/conda-incubator/rattler/pull/762))

## [0.26.4](https://github.com/mamba-org/rattler/compare/rattler-v0.26.3...rattler-v0.26.4) - 2024-06-06
## [0.26.4](https://github.com/conda-incubator/rattler/compare/rattler-v0.26.3...rattler-v0.26.4) - 2024-06-06

### Other
- updated the following local packages: rattler_shell
Expand All @@ -54,131 +54,131 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- remove lfs ([#512](https://github.com/baszalmstra/rattler/pull/512))
- move the cache tooling into its own crate for reuse downstream ([#721](https://github.com/baszalmstra/rattler/pull/721))

## [0.26.2](https://github.com/mamba-org/rattler/compare/rattler-v0.26.1...rattler-v0.26.2) - 2024-06-03
## [0.26.2](https://github.com/conda-incubator/rattler/compare/rattler-v0.26.1...rattler-v0.26.2) - 2024-06-03

### Other
- updated the following local packages: rattler_conda_types, rattler_package_streaming

## [0.26.1](https://github.com/mamba-org/rattler/compare/rattler-v0.26.0...rattler-v0.26.1) - 2024-05-28
## [0.26.1](https://github.com/conda-incubator/rattler/compare/rattler-v0.26.0...rattler-v0.26.1) - 2024-05-28

### Other
- updated the following local packages: rattler_conda_types

## [0.26.0](https://github.com/mamba-org/rattler/compare/rattler-v0.25.0...rattler-v0.26.0) - 2024-05-27
## [0.26.0](https://github.com/conda-incubator/rattler/compare/rattler-v0.25.0...rattler-v0.26.0) - 2024-05-27

### Fixed
- improve progress bar duration display ([#680](https://github.com/mamba-org/rattler/pull/680))
- improve progress bar duration display ([#680](https://github.com/conda-incubator/rattler/pull/680))

### Other
- introducing the installer ([#664](https://github.com/mamba-org/rattler/pull/664))
- create directories up front ([#533](https://github.com/mamba-org/rattler/pull/533))
- introducing the installer ([#664](https://github.com/conda-incubator/rattler/pull/664))
- create directories up front ([#533](https://github.com/conda-incubator/rattler/pull/533))

## [0.25.0](https://github.com/mamba-org/rattler/compare/rattler-v0.24.1...rattler-v0.25.0) - 2024-05-14
## [0.25.0](https://github.com/conda-incubator/rattler/compare/rattler-v0.24.1...rattler-v0.25.0) - 2024-05-14

### Added
- exclude repodata records based on timestamp ([#654](https://github.com/mamba-org/rattler/pull/654))
- exclude repodata records based on timestamp ([#654](https://github.com/conda-incubator/rattler/pull/654))

### Other
- use semaphore for install driver ([#653](https://github.com/mamba-org/rattler/pull/653))
- use semaphore for install driver ([#653](https://github.com/conda-incubator/rattler/pull/653))

## [0.24.1](https://github.com/mamba-org/rattler/compare/rattler-v0.24.0...rattler-v0.24.1) - 2024-05-13
## [0.24.1](https://github.com/conda-incubator/rattler/compare/rattler-v0.24.0...rattler-v0.24.1) - 2024-05-13

### Other
- updated the following local packages: rattler_conda_types, rattler_digest, rattler_package_streaming, rattler_networking

## [0.24.0](https://github.com/mamba-org/rattler/compare/rattler-v0.23.2...rattler-v0.24.0) - 2024-05-06
## [0.24.0](https://github.com/conda-incubator/rattler/compare/rattler-v0.23.2...rattler-v0.24.0) - 2024-05-06

### Fixed
- use the output of `readlink` as hash for softlinks ([#643](https://github.com/mamba-org/rattler/pull/643))
- sha computation of symlinks was failing sometimes ([#641](https://github.com/mamba-org/rattler/pull/641))
- use the output of `readlink` as hash for softlinks ([#643](https://github.com/conda-incubator/rattler/pull/643))
- sha computation of symlinks was failing sometimes ([#641](https://github.com/conda-incubator/rattler/pull/641))

## [0.23.2](https://github.com/mamba-org/rattler/compare/rattler-v0.23.1...rattler-v0.23.2) - 2024-04-30
## [0.23.2](https://github.com/conda-incubator/rattler/compare/rattler-v0.23.1...rattler-v0.23.2) - 2024-04-30

### Other
- updated the following local packages: rattler_networking

## [0.23.1](https://github.com/mamba-org/rattler/compare/rattler-v0.23.0...rattler-v0.23.1) - 2024-04-25
## [0.23.1](https://github.com/conda-incubator/rattler/compare/rattler-v0.23.0...rattler-v0.23.1) - 2024-04-25

### Other
- updated the following local packages: rattler_networking

## [0.23.0](https://github.com/mamba-org/rattler/compare/rattler-v0.22.0...rattler-v0.23.0) - 2024-04-25
## [0.23.0](https://github.com/conda-incubator/rattler/compare/rattler-v0.22.0...rattler-v0.23.0) - 2024-04-25

### Added
- Expose paths_data as PathEntry in py-rattler ([#620](https://github.com/mamba-org/rattler/pull/620))
- add support for extracting prefix placeholder data to PathsEntry ([#614](https://github.com/mamba-org/rattler/pull/614))
- Expose paths_data as PathEntry in py-rattler ([#620](https://github.com/conda-incubator/rattler/pull/620))
- add support for extracting prefix placeholder data to PathsEntry ([#614](https://github.com/conda-incubator/rattler/pull/614))

### Fixed
- compare `UrlOrPath` ([#618](https://github.com/mamba-org/rattler/pull/618))
- compare `UrlOrPath` ([#618](https://github.com/conda-incubator/rattler/pull/618))

## [0.22.0](https://github.com/mamba-org/rattler/compare/rattler-v0.21.0...rattler-v0.22.0) - 2024-04-19
## [0.22.0](https://github.com/conda-incubator/rattler/compare/rattler-v0.21.0...rattler-v0.22.0) - 2024-04-19

### Added
- make root dir configurable in channel config ([#602](https://github.com/mamba-org/rattler/pull/602))
- make root dir configurable in channel config ([#602](https://github.com/conda-incubator/rattler/pull/602))

### Fixed
- unicode activation issues on windows ([#604](https://github.com/mamba-org/rattler/pull/604))
- no shebang on windows to make spaces in prefix work ([#611](https://github.com/mamba-org/rattler/pull/611))
- use correct platform to decide the windows launcher ([#608](https://github.com/mamba-org/rattler/pull/608))
- unicode activation issues on windows ([#604](https://github.com/conda-incubator/rattler/pull/604))
- no shebang on windows to make spaces in prefix work ([#611](https://github.com/conda-incubator/rattler/pull/611))
- use correct platform to decide the windows launcher ([#608](https://github.com/conda-incubator/rattler/pull/608))

### Other
- update dependencies incl. reqwest ([#606](https://github.com/mamba-org/rattler/pull/606))
- update dependencies incl. reqwest ([#606](https://github.com/conda-incubator/rattler/pull/606))

## [0.21.0](https://github.com/baszalmstra/rattler/compare/rattler-v0.20.1...rattler-v0.21.0) - 2024-04-05

### Fixed
- replace long shebangs with `/usr/bin/env` ([#594](https://github.com/baszalmstra/rattler/pull/594))
- run post-link scripts ([#574](https://github.com/baszalmstra/rattler/pull/574))

## [0.20.1](https://github.com/mamba-org/rattler/compare/rattler-v0.20.0...rattler-v0.20.1) - 2024-04-02

### Fixed
- copy windows dll without replacements ([#590](https://github.com/mamba-org/rattler/pull/590))

## [0.20.0](https://github.com/mamba-org/rattler/compare/rattler-v0.19.6...rattler-v0.20.0) - 2024-04-02

### Fixed
- do not do cstring replacement on windows ([#589](https://github.com/mamba-org/rattler/pull/589))

## [0.19.6](https://github.com/mamba-org/rattler/compare/rattler-v0.19.5...rattler-v0.19.6) - 2024-03-30

### Other
- remove unused dependencies ([#585](https://github.com/mamba-org/rattler/pull/585))

## [0.19.5](https://github.com/mamba-org/rattler/compare/rattler-v0.19.4...rattler-v0.19.5) - 2024-03-21

### Fixed
- typo ([#576](https://github.com/mamba-org/rattler/pull/576))

## [0.19.4](https://github.com/mamba-org/rattler/compare/rattler-v0.19.3...rattler-v0.19.4) - 2024-03-19

### Fixed
- multi-prefix replacement in binary files ([#570](https://github.com/mamba-org/rattler/pull/570))

## [0.19.3](https://github.com/mamba-org/rattler/compare/rattler-v0.19.2...rattler-v0.19.3) - 2024-03-14

### Added
- add mirror handling and OCI mirror type ([#553](https://github.com/mamba-org/rattler/pull/553))

### Other
- add pixi badge ([#563](https://github.com/mamba-org/rattler/pull/563))

## [0.19.2](https://github.com/mamba-org/rattler/compare/rattler-v0.19.1...rattler-v0.19.2) - 2024-03-08

### Other
- update Cargo.toml dependencies

## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler-v0.19.0...rattler-v0.19.1) - 2024-03-06

### Added
- generalised CLI authentication ([#537](https://github.com/mamba-org/rattler/pull/537))

### Fixed
- removal of multiple packages that clobber each other ([#556](https://github.com/mamba-org/rattler/pull/556))
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546))

### Other
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler-v0.18.0...rattler-v0.19.0) - 2024-02-26


## [0.20.1](https://github.com/conda-incubator/rattler/compare/rattler-v0.20.0...rattler-v0.20.1) - 2024-04-02

### Fixed
- copy windows dll without replacements ([#590](https://github.com/conda-incubator/rattler/pull/590))

## [0.20.0](https://github.com/conda-incubator/rattler/compare/rattler-v0.19.6...rattler-v0.20.0) - 2024-04-02

### Fixed
- do not do cstring replacement on windows ([#589](https://github.com/conda-incubator/rattler/pull/589))

## [0.19.6](https://github.com/conda-incubator/rattler/compare/rattler-v0.19.5...rattler-v0.19.6) - 2024-03-30

### Other
- remove unused dependencies ([#585](https://github.com/conda-incubator/rattler/pull/585))

## [0.19.5](https://github.com/conda-incubator/rattler/compare/rattler-v0.19.4...rattler-v0.19.5) - 2024-03-21

### Fixed
- typo ([#576](https://github.com/conda-incubator/rattler/pull/576))

## [0.19.4](https://github.com/conda-incubator/rattler/compare/rattler-v0.19.3...rattler-v0.19.4) - 2024-03-19

### Fixed
- multi-prefix replacement in binary files ([#570](https://github.com/conda-incubator/rattler/pull/570))

## [0.19.3](https://github.com/conda-incubator/rattler/compare/rattler-v0.19.2...rattler-v0.19.3) - 2024-03-14

### Added
- add mirror handling and OCI mirror type ([#553](https://github.com/conda-incubator/rattler/pull/553))

### Other
- add pixi badge ([#563](https://github.com/conda-incubator/rattler/pull/563))

## [0.19.2](https://github.com/conda-incubator/rattler/compare/rattler-v0.19.1...rattler-v0.19.2) - 2024-03-08

### Other
- update Cargo.toml dependencies

## [0.19.1](https://github.com/conda-incubator/rattler/compare/rattler-v0.19.0...rattler-v0.19.1) - 2024-03-06

### Added
- generalised CLI authentication ([#537](https://github.com/conda-incubator/rattler/pull/537))

### Fixed
- removal of multiple packages that clobber each other ([#556](https://github.com/conda-incubator/rattler/pull/556))
- dont use workspace dependencies for local crates ([#546](https://github.com/conda-incubator/rattler/pull/546))

### Other
- every crate should have its own version ([#557](https://github.com/conda-incubator/rattler/pull/557))

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler-v0.18.0...rattler-v0.19.0) - 2024-02-26

Loading

0 comments on commit 01be6ae

Please sign in to comment.