Skip to content

Commit

Permalink
Update most references to astral (astral-sh#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored Feb 25, 2024
1 parent aa4eca8 commit a6ce165
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Discussions
url: https://github.com/mitsuhiko/rye/discussions
url: https://github.com/astral-sh/rye/discussions
about: Please ask and answer questions here.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
if: github.repository == 'mitsuhiko/rye'
if: github.repository == 'astral-sh/rye'
name: Deploy docs
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-python-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
sync:
if: github.repository == 'mitsuhiko/rye'
if: github.repository == 'astral-sh/rye'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -36,4 +36,4 @@ jobs:
body: |
- Synced latest Python releases
<sup>Auto-generated by [sync-python-releases.yml](https://github.com/mitsuhiko/rye/blob/main/.github/workflows/sync-python-releases.yml)</sup>
<sup>Auto-generated by [sync-python-releases.yml](https://github.com/astral-sh/rye/blob/main/.github/workflows/sync-python-releases.yml)</sup>
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
----
<div align="center">

[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mitsuhiko/rye/main/artwork/badge.json)](https://rye-up.com)
[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye-up.com)
[![](https://dcbadge.vercel.app/api/server/drbkcdtSbg?style=flat)](https://discord.gg/drbkcdtSbg)

</div>
Expand Down Expand Up @@ -52,7 +52,7 @@ The installation takes just a minute:
* **Windows:**
Download and run the installer ([64bit Intel](https://github.com/mitsuhiko/rye/releases/latest/download/rye-x86_64-windows.exe) or [32bit Intel](https://github.com/mitsuhiko/rye/releases/latest/download/rye-x86-windows.exe)).
Download and run the installer ([64bit Intel](https://github.com/astral-sh/rye/releases/latest/download/rye-x86_64-windows.exe) or [32bit Intel](https://github.com/astral-sh/rye/releases/latest/download/rye-x86-windows.exe)).
For more details and other options, refer to the [installation instructions](https://rye-up.com/guide/installation/).
Expand All @@ -62,13 +62,13 @@ Did I spark your interest?
* [Visit the Website](https://rye-up.com/)
* [Read the Documentation](https://rye-up.com/guide/)
* [Report Problems in the Issue Tracker](https://github.com/mitsuhiko/rye/issues)
* [Report Problems in the Issue Tracker](https://github.com/astral-sh/rye/issues)
## More
* [Discussion Forum](https://github.com/mitsuhiko/rye/discussions), to discuss the project
* [Discussion Forum](https://github.com/astral-sh/rye/discussions), to discuss the project
on GitHub
* [Discord](https://discord.gg/drbkcdtSbg), for conversations with other developers in text form
* [Issue Tracker](https://github.com/mitsuhiko/rye/issues), if you run into bugs or have suggestions
* [Issue Tracker](https://github.com/astral-sh/rye/issues), if you run into bugs or have suggestions
* [Badges](https://rye-up.com/community/#badges), if you want to show that you use Rye
* License: MIT
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here you can find all the released changes to Rye. If you want to also see
the in-development changes that were not released yet, refer to the
[CHANGELOG.md](https://github.com/mitsuhiko/rye/blob/main/CHANGELOG.md) file
[CHANGELOG.md](https://github.com/astral-sh/rye/blob/main/CHANGELOG.md) file
in the repository.

{%
Expand Down
12 changes: 6 additions & 6 deletions docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Rye is a new project and feedback is greatly appreciated. Lots of it. Because
of this there are various different ways in which you can engage with either
the developer or other members of the community:

* [Discussion Forum](https://github.com/mitsuhiko/rye/discussions), to discuss the project
* [Discussion Forum](https://github.com/astral-sh/rye/discussions), to discuss the project
on GitHub
* [Discord](https://discord.gg/drbkcdtSbg), for conversations with other developers in text form
* [Issue Tracker](https://github.com/mitsuhiko/rye/issues), if you run into bugs or have suggestions
* [Issue Tracker](https://github.com/astral-sh/rye/issues), if you run into bugs or have suggestions

You can also reach out [via Twitter](https://twitter.com/mitsuhiko) or
[Bluesky](https://bsky.app/profile/mitsuhiko.at).
Expand All @@ -22,21 +22,21 @@ You can also reach out [via Twitter](https://twitter.com/mitsuhiko) or
Want to show that you are using Rye? Why not throw a badge into your project's `README.md`:

```md
[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mitsuhiko/rye/main/artwork/badge.json)](https://rye-up.com)
[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye-up.com)
```

... or `README.rst`:

```rst
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mitsuhiko/rye/main/artwork/badge.json
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json
:target: https://rye-up.com
:alt: Rye
```

... or, as HTML:

```html
<a href="https://rye-up.com"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mitsuhiko/rye/main/artwork/badge.json" alt="Rye" style="max-width:100%;"></a>
<a href="https://rye-up.com"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json" alt="Rye" style="max-width:100%;"></a>
```

[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mitsuhiko/rye/main/artwork/badge.json)](https://rye-up.com)
[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye-up.com)
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ A hassle-free experience for Python developers at every level.

<script async defer src="https://buttons.github.io/buttons.js"></script>
<p align="center">
<a class="github-button" href="https://github.com/mitsuhiko/rye" data-size="large" data-show-count="true" data-color-scheme="light" aria-label="Star mitsuhiko/insta on GitHub">Star</a>
<a class="github-button" href="https://github.com/mitsuhiko/rye/discussions" data-icon="octicon-comment-discussion" data-size="large" aria-label="Discuss mitsuhiko/rye on GitHub">Discuss</a>
<a class="github-button" href="https://github.com/astral-sh/rye" data-size="large" data-show-count="true" data-color-scheme="light" aria-label="Star astral-sh/rye on GitHub">Star</a>
<a class="github-button" href="https://github.com/astral-sh/rye/discussions" data-icon="octicon-comment-discussion" data-size="large" aria-label="Discuss astral-sh/rye on GitHub">Discuss</a>
<a class="github-button" href="https://github.com/sponsors/mitsuhiko" data-size="large" data-icon="octicon-heart" data-color-scheme="light" aria-label="Sponsor @mitsuhiko on GitHub">Sponsor</a>
</p>

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: Rye
site_description: An Experimental Package Management Solution for Python
repo_name: mitsuhiko/rye
repo_url: https://github.com/mitsuhiko/rye
repo_name: astral-sh/rye
repo_url: https://github.com/astral-sh/rye
edit_uri: edit/main/docs/
copyright: Copyright &copy; 2023 Armin Ronacher

Expand Down Expand Up @@ -109,7 +109,7 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- mdx_gh_links:
user: mitsuhiko
user: astral-sh
repo: rye
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
Expand Down
2 changes: 1 addition & 1 deletion rye/src/cli/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ fn get_setup_py_json<T: AsRef<Path>>(path: T, python: T) -> Result<Value, Error>
/// * `<archive_url>`. TBD
/// * Options without a requirement, such as `--find-links` or `--index-url`
///
/// See https://github.com/mitsuhiko/rye/issues/191
/// See https://github.com/astral-sh/rye/issues/191
fn import_requirements_file(
requirements: &mut BTreeMap<String, String>,
path: impl AsRef<Path>,
Expand Down
4 changes: 2 additions & 2 deletions rye/src/cli/rye.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const DEFAULT_HOME: &str = "%USERPROFILE%\\.rye";
#[cfg(unix)]
const DEFAULT_HOME: &str = "$HOME/.rye";

const GITHUB_REPO: &str = "https://github.com/mitsuhiko/rye";
const GITHUB_REPO: &str = "https://github.com/astral-sh/rye";
const UNIX_ENV_FILE: &str = r#"
# rye shell setup
{%- if custom_home %}
Expand Down Expand Up @@ -197,7 +197,7 @@ fn update(args: UpdateCommand) -> Result<(), Error> {
let tmp = tempdir()?;
cmd.arg("install")
.arg("--git")
.arg("https://github.com/mitsuhiko/rye")
.arg("https://github.com/astral-sh/rye")
.arg("--root")
.env(
"PATH",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VERSION=${RYE_VERSION:-latest}
# allow overriding the install option
INSTALL_OPTION=${RYE_INSTALL_OPTION:-""}

REPO=mitsuhiko/rye
REPO=astral-sh/rye
PLATFORM=`uname -s`
ARCH=`uname -m`

Expand Down

0 comments on commit a6ce165

Please sign in to comment.