- 12 Apr, 2021 5 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
With this change, names containing "." are treated as namespace packages. The following behaviour is now expected. - "a.b.c" creates package name "a-b-c" with directory structure "a/b/c" - "a-b-c" creates package name "a-b-c" with directory structure "a/b/c" - "a.b_c" creates package name "a-b-c" with directory structure "a/b_c" - "a_b_c" creates package name "a-b-c" with directory structure "a_b_c"
Arun Babu Neelicattu committed -
- remove unnecessary template duplication - stop generating default test case (this is out of scope for poetry) - stop generating content for package `__init__.py` - simplify inheritance to only require base directory overrides - remove "StandardLayout" (replaced with `Layout`) - support handling namespace package names given in the form "a.b.c" - specify include packages by default (be explicit)
Arun Babu Neelicattu committed
-
- 10 Apr, 2021 3 commits
-
-
This change is in preparation for the removal of the old bootstrap method in favour of the new `install-poetry` script. Releases no longer require platform specific build artifacts.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
This change replaces various cases in which installed distribution and file look-ups used path searches with importlib.metadata backed look-ups. This fixes issues with `dist-info` lookup for PEP610 implementation as well as `.pth` file look-up and `dist-info` removal.
Arun Babu Neelicattu committed
-
- 09 Apr, 2021 3 commits
-
-
* tests: add case for transitive markers propagation Relates-to: #3878 * deps: update poetry-core Relates-to: #3878
Arun Babu Neelicattu committed -
Sébastien Eustace committed
-
* env: ignore warnings when executing python scripts When executing python scripts with an intent to deserialise via `json.loads` we need to ensure we ignore warnings. This is required because, warnings can cause a `JSONDecodeError`. Resolves: #3897 * ci: use current source if experimental
Arun Babu Neelicattu committed
-
- 08 Apr, 2021 1 commit
-
-
Arun Babu Neelicattu committed
-
- 07 Apr, 2021 2 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 06 Apr, 2021 4 commits
-
-
Eero Ruohola committed
-
text taken from https://github.com/python-poetry/poetry/releases/tag/1.1.5
Dima Tisnek committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 05 Apr, 2021 1 commit
-
-
Arun Babu Neelicattu committed
-
- 02 Apr, 2021 1 commit
-
-
* Used pyupgrade to remove compatibility code May fix #3860
ThatXliner committed
-
- 30 Mar, 2021 8 commits
-
-
Resolves: #3842
Cere Blanco committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 29 Mar, 2021 3 commits
-
-
Arun Babu Neelicattu committed
-
discordapp.com domain will go defunct very soon, everything has transitioned to discord.com now https://support.discord.com/hc/en-us/articles/360042987951-Discordapp-com-is-now-Discord-com
Aadi Bajpai committed -
Erik van der Goetz committed
-
- 28 Mar, 2021 1 commit
-
-
Tom Forbes committed
-
- 27 Mar, 2021 8 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Replace updates of os.environ with explcit passing of `env` to subprocess calls. Relates-to: #3199
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-