Arun Babu Neelicattu
Arun Babu Neelicattu
Resolves: #2210
Add support for simple search in legacy repositories. Resolves: https://github.com/python-poetry/poetry/issues/2446 Remove unwanted stubbing of `LegacyRepository.packages`. This change removes a stubbing change added in 46ae4f5. This change was incorrect, as the...
When there are sections defined out of order, it seems `tomlkit` does not like it. Original issue was reported at https://github.com/python-poetry/poetry/issues/4718. The following code runs without issues, however does not...
Proposed automation for rpm package builds. Pending changes: 1. Add [.copr.enc](https://gist.github.com/abn/daf262e7e454509df1429c87068923d1#copr-configuration). 2. Add openssl decrypt command in script. 3. Enable travis builds. @trollixx I was not sure if you intended...
As requested by @Secrus in https://github.com/python-poetry/poetry/pull/9149#discussion_r1525588514.
Been pondering this for a while now. One of the hindrances I have had working with the code base has been a lack of type hinting. I have for better...