Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: lenient parsing of 2023.*.* #688

Merged
merged 2 commits into from
May 28, 2024
Merged

Conversation

baszalmstra
Copy link
Collaborator

The version spec 2023.*.* would previously fail to parse with RegexConstraintNotSupported. However, in lenient parsing mode we now parse this as 2023.*.

@baszalmstra baszalmstra requested a review from wolfv May 28, 2024 08:11
@wolfv wolfv enabled auto-merge (squash) May 28, 2024 08:27
@baszalmstra baszalmstra disabled auto-merge May 28, 2024 08:27
@baszalmstra baszalmstra enabled auto-merge (squash) May 28, 2024 08:28
@baszalmstra baszalmstra merged commit f3482b3 into conda:main May 28, 2024
14 checks passed
This was referenced May 28, 2024
baszalmstra added a commit that referenced this pull request May 28, 2024
## 🤖 New release
* `rattler_conda_types`: 0.24.0 -> 0.25.0
* `rattler_lock`: 0.22.8 -> 0.22.9
* `rattler_solve`: 0.23.0 -> 0.23.1
* `rattler_index`: 0.19.13 -> 0.19.14
* `rattler`: 0.26.0 -> 0.26.1
* `rattler_package_streaming`: 0.21.0 -> 0.21.1
* `rattler_shell`: 0.20.5 -> 0.20.6
* `rattler_repodata_gateway`: 0.20.2 -> 0.20.3
* `rattler_virtual_packages`: 0.19.12 -> 0.19.13

<details><summary><i><b>Changelog</b></i></summary><p>

## `rattler_conda_types`
<blockquote>

##
[0.25.0](rattler_conda_types-v0.24.0...rattler_conda_types-v0.25.0)
- 2024-05-28

### Added
- when bumping, extend versions with `0` to match the bump request
([#695](#695))
- extend tests and handle characters better when bumping versions
([#694](#694))
- add a function to extend version with `0s`
([#689](#689))
- add run exports to package data
([#671](#671))

### Fixed
- lenient parsing of 2023.*.*
([#688](#688))
- VersionSpec starts with, with trailing zeros
([#686](#686))

### Other
- move bump implementation to bump.rs and simplify tests
([#692](#692))
</blockquote>

## `rattler_lock`
<blockquote>

##
[0.22.9](rattler_lock-v0.22.8...rattler_lock-v0.22.9)
- 2024-05-28

### Added
- add run exports to package data
([#671](#671))

### Other
- bump ([#683](#683))
</blockquote>

## `rattler_solve`
<blockquote>

##
[0.23.1](rattler_solve-v0.23.0...rattler_solve-v0.23.1)
- 2024-05-28

### Added
- add run exports to package data
([#671](#671))

### Other
- enable serialization of enums
([#698](#698))
</blockquote>

## `rattler_index`
<blockquote>

##
[0.19.14](rattler_index-v0.19.13...rattler_index-v0.19.14)
- 2024-05-28

### Added
- add run exports to package data
([#671](#671))
</blockquote>

## `rattler`
<blockquote>

##
[0.26.1](rattler-v0.26.0...rattler-v0.26.1)
- 2024-05-28

### Other
- updated the following local packages: rattler_conda_types
</blockquote>

## `rattler_package_streaming`
<blockquote>

##
[0.21.1](rattler_package_streaming-v0.21.0...rattler_package_streaming-v0.21.1)
- 2024-05-28

### Other
- updated the following local packages: rattler_conda_types
</blockquote>

## `rattler_shell`
<blockquote>

##
[0.20.6](rattler_shell-v0.20.5...rattler_shell-v0.20.6)
- 2024-05-28

### Other
- updated the following local packages: rattler_conda_types
</blockquote>

## `rattler_repodata_gateway`
<blockquote>

##
[0.20.3](rattler_repodata_gateway-v0.20.2...rattler_repodata_gateway-v0.20.3)
- 2024-05-28

### Other
- updated the following local packages: rattler_conda_types,
rattler_conda_types
</blockquote>

## `rattler_virtual_packages`
<blockquote>

##
[0.19.13](rattler_virtual_packages-v0.19.12...rattler_virtual_packages-v0.19.13)
- 2024-05-28

### Other
- updated the following local packages: rattler_conda_types
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
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.

None yet

2 participants