Skip to content

Commit 28c4d81

Browse files
authored
refactor: change links from conda-incubator to conda (#813)
Change all links from `conda-incubator` to `conda`
1 parent cc884ef commit 28c4d81

File tree

27 files changed

+658
-658
lines changed

27 files changed

+658
-658
lines changed

CHANGELOG.md

+213-213
Large diffs are not rendered by default.

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributing 😍
22

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

88
For questions, requests or a casual chat, we are very active on our discord server.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ opt-level = 3
88

99
[workspace.package]
1010
categories = ["development-tools"]
11-
homepage = "https://github.com/conda-incubator/rattler"
12-
repository = "https://github.com/conda-incubator/rattler"
11+
homepage = "https://github.com/conda/rattler"
12+
repository = "https://github.com/conda/rattler"
1313
license = "BSD-3-Clause"
1414
edition = "2021"
1515
readme = "README.md"

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/conda-incubator/rattler/">
1+
<a href="https://github.com/conda/rattler/">
22
<picture>
33
<source srcset="https://github.com/user-attachments/assets/6f3f05bc-6363-4974-9517-fe5c0fcffd1a" type="image/jpeg">
44
<source srcset="https://github.com/user-attachments/assets/dc30403d-6392-460a-b923-986c2164ef79" type="image/webp">
@@ -17,8 +17,8 @@
1717
[![python docs main][py-docs-main-badge]][py-docs-main]
1818

1919
[license-badge]: https://img.shields.io/badge/license-BSD--3--Clause-blue?style=flat-square
20-
[build-badge]: https://img.shields.io/github/actions/workflow/status/conda-incubator/rattler/rust-compile.yml?style=flat-square&branch=main
21-
[build]: https://github.com/conda-incubator/rattler/actions
20+
[build-badge]: https://img.shields.io/github/actions/workflow/status/conda/rattler/rust-compile.yml?style=flat-square&branch=main
21+
[build]: https://github.com/conda/rattler/actions
2222
[chat-badge]: https://img.shields.io/discord/1082332781146800168.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2&style=flat-square
2323
[chat-url]: https://discord.gg/kKV8ZxyzY4
2424
[docs-main-badge]: https://img.shields.io/badge/rust_docs-main-yellow.svg?style=flat-square
@@ -42,7 +42,7 @@ Rattler is actively used by [pixi](https://github.com/prefix-dev/pixi), [rattler
4242
This repository also contains a binary (use `cargo run` to try) that shows some of the capabilities of the library.
4343
This is an example of installing an environment containing `cowpy` and all its dependencies _from scratch_ (including Python!):
4444

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

4747
## Give it a try!
4848

@@ -53,7 +53,7 @@ Before you begin, make sure you have the following prerequisites:
5353
Follow these steps to clone, compile, and run the rattler project:
5454
```shell
5555
# Clone the rattler repository along with its submodules:
56-
git clone --recursive https://github.com/conda-incubator/rattler.git
56+
git clone --recursive https://github.com/conda/rattler.git
5757
cd rattler
5858

5959
# Compile and execute rattler to create a JupyterLab instance:

crates/file_url/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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

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

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

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

crates/rattler/CHANGELOG.md

+54-54
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Other
1717
- mark some crates 1.0 ([#789](https://github.com/baszalmstra/rattler/pull/789))
1818

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

2121
### Other
2222
- updated the following local packages: rattler_conda_types
2323

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

2626
### Other
2727
- updated the following local packages: rattler_conda_types
2828

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

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

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

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

3939
### Added
40-
- add direct url repodata building ([#725](https://github.com/conda-incubator/rattler/pull/725))
40+
- add direct url repodata building ([#725](https://github.com/conda/rattler/pull/725))
4141

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

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

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

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

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

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

6464
### Other
6565
- updated the following local packages: rattler_conda_types
6666

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

6969
### Fixed
70-
- improve progress bar duration display ([#680](https://github.com/conda-incubator/rattler/pull/680))
70+
- improve progress bar duration display ([#680](https://github.com/conda/rattler/pull/680))
7171

7272
### Other
73-
- introducing the installer ([#664](https://github.com/conda-incubator/rattler/pull/664))
74-
- create directories up front ([#533](https://github.com/conda-incubator/rattler/pull/533))
73+
- introducing the installer ([#664](https://github.com/conda/rattler/pull/664))
74+
- create directories up front ([#533](https://github.com/conda/rattler/pull/533))
7575

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

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

8181
### Other
82-
- use semaphore for install driver ([#653](https://github.com/conda-incubator/rattler/pull/653))
82+
- use semaphore for install driver ([#653](https://github.com/conda/rattler/pull/653))
8383

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

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

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

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

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

9797
### Other
9898
- updated the following local packages: rattler_networking
9999

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

102102
### Other
103103
- updated the following local packages: rattler_networking
104104

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

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

111111
### Fixed
112-
- compare `UrlOrPath` ([#618](https://github.com/conda-incubator/rattler/pull/618))
112+
- compare `UrlOrPath` ([#618](https://github.com/conda/rattler/pull/618))
113113

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

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

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

124124
### Other
125-
- update dependencies incl. reqwest ([#606](https://github.com/conda-incubator/rattler/pull/606))
125+
- update dependencies incl. reqwest ([#606](https://github.com/conda/rattler/pull/606))
126126

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

168168
### Other
169169
- update Cargo.toml dependencies
170170

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

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

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

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

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

crates/rattler/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! [![Rattler banner](https://github.com/user-attachments/assets/bfd64756-061d-49f5-af4e-388743bdb855)](https://github.com/conda-incubator/rattler)
1+
//! [![Rattler banner](https://github.com/user-attachments/assets/bfd64756-061d-49f5-af4e-388743bdb855)](https://github.com/conda/rattler)
22
//!
33
//! Rattler is a library and executable to work with [Conda](http://conda.io)
44
//! environments. Conda is a cross-platform open-source package management

crates/rattler_cache/CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Other
1717
- mark some crates 1.0 ([#789](https://github.com/baszalmstra/rattler/pull/789))
1818

19-
## [0.1.4](https://github.com/conda-incubator/rattler/compare/rattler_cache-v0.1.3...rattler_cache-v0.1.4) - 2024-07-23
19+
## [0.1.4](https://github.com/conda/rattler/compare/rattler_cache-v0.1.3...rattler_cache-v0.1.4) - 2024-07-23
2020

2121
### Other
2222
- updated the following local packages: rattler_conda_types
2323

24-
## [0.1.3](https://github.com/conda-incubator/rattler/compare/rattler_cache-v0.1.2...rattler_cache-v0.1.3) - 2024-07-23
24+
## [0.1.3](https://github.com/conda/rattler/compare/rattler_cache-v0.1.2...rattler_cache-v0.1.3) - 2024-07-23
2525

2626
### Other
2727
- updated the following local packages: rattler_conda_types
2828

29-
## [0.1.2](https://github.com/conda-incubator/rattler/compare/rattler_cache-v0.1.1...rattler_cache-v0.1.2) - 2024-07-15
29+
## [0.1.2](https://github.com/conda/rattler/compare/rattler_cache-v0.1.1...rattler_cache-v0.1.2) - 2024-07-15
3030

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

34-
## [0.1.1](https://github.com/conda-incubator/rattler/compare/rattler_cache-v0.1.0...rattler_cache-v0.1.1) - 2024-07-08
34+
## [0.1.1](https://github.com/conda/rattler/compare/rattler_cache-v0.1.0...rattler_cache-v0.1.1) - 2024-07-08
3535

3636
### Added
37-
- add direct url repodata building ([#725](https://github.com/conda-incubator/rattler/pull/725))
37+
- add direct url repodata building ([#725](https://github.com/conda/rattler/pull/725))
3838

3939
### Fixed
40-
- run clippy on all targets ([#762](https://github.com/conda-incubator/rattler/pull/762))
40+
- run clippy on all targets ([#762](https://github.com/conda/rattler/pull/762))
4141

4242
## [0.1.0](https://github.com/baszalmstra/rattler/releases/tag/rattler_cache-v0.1.0) - 2024-06-04
4343

0 commit comments

Comments
 (0)