Skip to content

Releases: stvnksslr/uv-migrator

v2024.3.3

27 Oct 03:28
a34d736
Compare
Choose a tag to compare

Other

  • ( character)* wildcard or all on dependencies now handled properly when importing (by @stvnksslr)
  • (readme) fixing some readme language (by @stvnksslr)
  • chore(deps bump + readme): (by @stvnksslr)

Contributors

v2024.3.2

21 Oct 00:37
f5c2015
Compare
Choose a tag to compare

Added

  • (private package indexes) because of the way the migrator tool is setup it requires adding the packages and creating a lockfile which can cause issues if a given package cannot be seen due to being in a private index this can be fixed by fetching from a global pip.conf or providing a index url (by @stvnksslr)

Other

  • (changing defaults) By default doesnt pin the python version via a .python-versions file incase the user uses asdf/mise and .tool-versions files (by @stvnksslr)

Contributors

v2024.3.1

11 Oct 14:18
5d104fc
Compare
Choose a tag to compare

Fixed

  • (multiple requirements files) req.txt files were not properly being sorted into main and dev dependencies and the search code often missed extras (by @stvnksslr)

Contributors

v2024.3.0

10 Oct 21:04
a08acd4
Compare
Choose a tag to compare

Added

  • (pip) requirements.txt is handled better + cases with no existing pyproject.toml is handled (by @stvnksslr)

Other

  • (readme) adding pipenv to scope of migration (by @stvnksslr)
  • (migrator) extracting logic and breaking each implementation into more focused implementations (by @stvnksslr)

Contributors

v2024.2.11

10 Oct 17:41
292f9ef
Compare
Choose a tag to compare

Fixed

Other

Contributors

v2024.2.10

10 Oct 17:29
bd23f9c
Compare
Choose a tag to compare

Fixed

Contributors

v2024.2.9

10 Oct 16:56
996f6b3
Compare
Choose a tag to compare

Added

  • (workflow fixes + removing goreleaser) goreleaser is really cool but its a bit of an odd hoop jump for releaser (by @stvnksslr)

Contributors

v2024.2.8

10 Oct 16:44
b1bc91d
Compare
Choose a tag to compare

Fixed

Contributors

v2024.2.7

10 Oct 16:35
1b1b012
Compare
Choose a tag to compare

Other

  • (releases) fully removing deprecated workflows (by @stvnksslr)

Contributors

v2024.2.6

10 Oct 16:19
051617a
Compare
Choose a tag to compare

Other

  • (actions-rs) actions-rs is a deprecated org and all their actions are not currently updated, migrating over to maintained versions (by @stvnksslr)

Contributors