Skip to content

Conversation

@gaborbernat
Copy link
Member

No description provided.

@gaborbernat gaborbernat requested a review from ofek as a code owner September 13, 2024 21:46
@gaborbernat gaborbernat force-pushed the gaborbernat-patch-1 branch 3 times, most recently from 0d43b42 to b2c4ab3 Compare September 13, 2024 21:57
Signed-off-by: Bernát Gábor <[email protected]>
@gaborbernat gaborbernat merged commit 580dffd into main Sep 13, 2024
@gaborbernat gaborbernat deleted the gaborbernat-patch-1 branch September 13, 2024 22:09
python-version: "3.12"
- name: install hatch
run: uv pip install hatch --system
run: uv pip install --system --python 3.12 hatch
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this redundant? I don't see the purpose.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, I misinterpreted the previous code block. I thought it was this https://hatch.pypa.io/latest/install/#github-actions

I do wonder if that's faster.

Copy link
Collaborator

@ofek ofek Sep 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The UI rounds the UV version to zero and the official Hatch action to one. Behind the scenes the action downloads a prebuilt distribution so I suppose an optimization, exclusively for GitHub Actions, would be to download just site-packages. I'm not going to do this because that's a lot of work for one second but just thought I would type this out in case my stream of consciousness is useful to anyone watching 😆

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this installs it into python3.10 that had some permission issues https://github.com/tox-dev/platformdirs/actions/runs/10835509905/job/30131356681?pr=301

lqiu96 referenced this pull request in googleapis/sdk-platform-java Sep 16, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [platformdirs](https://redirect.github.com/tox-dev/platformdirs)
([changelog](https://redirect.github.com/tox-dev/platformdirs/releases))
| `==4.3.2` -> `==4.3.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/platformdirs/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/platformdirs/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/platformdirs/4.3.2/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/platformdirs/4.3.2/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>tox-dev/platformdirs (platformdirs)</summary>

###
[`v4.3.3`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.3)

[Compare
Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

##### What's Changed

- Update check.yml by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/platformdirs/pull/302](https://redirect.github.com/tox-dev/platformdirs/pull/302)
- don't include outdated changelog in docs by
[@&#8203;cbm755](https://redirect.github.com/cbm755) in
[https://github.com/tox-dev/platformdirs/pull/301](https://redirect.github.com/tox-dev/platformdirs/pull/301)

##### New Contributors

- [@&#8203;cbm755](https://redirect.github.com/cbm755) made their first
contribution in
[https://github.com/tox-dev/platformdirs/pull/301](https://redirect.github.com/tox-dev/platformdirs/pull/301)

**Full Changelog**:
tox-dev/platformdirs@4.3.2...4.3.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/sdk-platform-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
ldetmer referenced this pull request in googleapis/sdk-platform-java Sep 17, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [platformdirs](https://redirect.github.com/tox-dev/platformdirs)
([changelog](https://redirect.github.com/tox-dev/platformdirs/releases))
| `==4.3.2` -> `==4.3.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/platformdirs/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/platformdirs/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/platformdirs/4.3.2/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/platformdirs/4.3.2/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>tox-dev/platformdirs (platformdirs)</summary>

###
[`v4.3.3`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.3)

[Compare
Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

##### What's Changed

- Update check.yml by
[@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in
[https://github.com/tox-dev/platformdirs/pull/302](https://redirect.github.com/tox-dev/platformdirs/pull/302)
- don't include outdated changelog in docs by
[@&#8203;cbm755](https://redirect.github.com/cbm755) in
[https://github.com/tox-dev/platformdirs/pull/301](https://redirect.github.com/tox-dev/platformdirs/pull/301)

##### New Contributors

- [@&#8203;cbm755](https://redirect.github.com/cbm755) made their first
contribution in
[https://github.com/tox-dev/platformdirs/pull/301](https://redirect.github.com/tox-dev/platformdirs/pull/301)

**Full Changelog**:
tox-dev/platformdirs@4.3.2...4.3.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/sdk-platform-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants