- 12 Oct, 2022 1 commit
-
-
Mathieu Kniewallner committed
-
- 11 Oct, 2022 7 commits
-
-
Chad Crawford committed
-
Chad Crawford committed
-
Chad Crawford committed
-
When Renovate bot creates an automated pull request to update Poetry, it can automatically include the link to changelog so it's easier to find out what changed. The URL name has to be one of: 'changelog', 'change log', 'changes', 'release notes', 'news', "what's new" (case insensitive) https://github.com/renovatebot/renovate/blob/c3a87b687ed44a1a100e0e4f91b81e22b7c32482/lib/modules/datasource/pypi/index.ts#L130-L140 Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
Marti Raudsepp committed -
Otto Fowler committed
-
also fix formatting for some older entries
Bjorn Neergaard committed -
updates: - [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.1.0) - [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0)
pre-commit-ci[bot] committed
-
- 10 Oct, 2022 8 commits
-
-
Randy Döring committed
-
After having created a lock file 2.0, running `poetry lock` with poetry 1.2.1 results in the following output: ``` The lock file is not compatible with the current version of Poetry. Upgrade Poetry to be able to read the lock file or, alternatively, regenerate the lock file with the `poetry lock` command. ``` Ironically, the error message proposes to run `poetry lock` which results in this error message. Further, it doesn't make sense that `poetry lock` fails because it creates a new lock file from scratch (in contrast to `poetry lock --no-update`). Running `poetry lock` is now also possible if there is a broken lock file. Resolves: #1196
Randy Döring committed -
Bjorn Neergaard committed
-
Bart Kamphorst committed
-
Bart Kamphorst committed
-
Introduces Priority enum to help in bookkeeping of repository types. Additionally specifies parameter 'repository' to 'repository_name' where relevant.
Bart Kamphorst committed -
Bart Kamphorst committed
-
Bart Kamphorst committed
-
- 07 Oct, 2022 6 commits
-
-
this is the first poetry version with plugin support, so plugins cannot be compatible with any version before 1.2.
arl committed -
Brian Marroquin committed
-
Brian Marroquin committed
-
Randy Döring committed
-
finswimmer committed
-
David Hotham committed
-
- 06 Oct, 2022 2 commits
-
-
David Hotham committed
-
Randy Döring committed
-
- 04 Oct, 2022 1 commit
-
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
finswimmer committed
-
- 03 Oct, 2022 10 commits
-
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
David Hotham committed -
https://github.com/actions/setup-python/issues/512 has been fixed by https://github.com/actions/python-versions/pull/189, so the workaround is no longer necessary.
Mathieu Kniewallner committed -
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Also run the integration and unit tests at the same time.
Bjorn Neergaard committed -
Bjorn Neergaard committed
-
This breaks sugar's output, so we drop it. We also speed up test collection by defining pytest's testpaths.
Bjorn Neergaard committed -
Bjorn Neergaard committed
-
Randy Döring committed
-
- 02 Oct, 2022 1 commit
-
-
Based on and closes #6653. Also supersedes and closes #5987. Co-authored-by: Alexey Vyskubov <avysk@users.noreply.github.com> Co-authored-by: lbr <lbr@limessecurity.com>
Bjorn Neergaard committed
-
- 01 Oct, 2022 1 commit
-
-
The "--require" option does not exist. I guess it should be the previous `--dependency` option.
Daniel Brown committed
-
- 29 Sep, 2022 1 commit
-
- 28 Sep, 2022 1 commit
-
-
this avoids issues when `PYTHON*` environmental variables are set, and prevents the CWD from being added to `sys.path` (and thus clobbering stdlib names)
Bjorn Neergaard committed
-
- 27 Sep, 2022 1 commit
-
-
This pull request adds a note under publish about publishing repositories. Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
StarrFox committed
-