https://linen.dev logo
m

Marcelo Da Cruz

05/08/2023, 10:35 PM
Any idea when a new version with the latest on master (that is, the switch to dropping setuptools) will be published in pypi?
o

Oleg Nenashev

05/09/2023, 10:23 AM
I guess we could do it soon to verify the release flow. CC @mike waites
It would not hurt to release earlier. IMHO general facelift release is always useful after 2+ YEARS
๐Ÿ™Œ 1
m

mike waites

05/09/2023, 10:51 AM
agreed it was more the opportunity to make sure the changes were good I was going for by waiting. But if we can have some help verifying that then letโ€™s get it out ๐Ÿ‘
m

Marcelo Da Cruz

05/09/2023, 5:45 PM
@mike waites Iโ€™ll try to validate locally and report back
m

mike waites

05/09/2023, 7:16 PM
Super appreciated ๐Ÿ‘Œ
โœ… 1
m

Marcelo Da Cruz

05/09/2023, 9:59 PM
can confirm that, for our use cases, the stuff in
master
seems to be working just fine. I tested by referencing the Git URL directly from our pyproject, like so:
poetry add git+<https://github.com/wiremock/python-wiremock>
๐Ÿ™Œ 1
I can also confirm that the resulting
poetry.lock
file does not contain the reference to
setuptools
after this change (the indirect dependency was there for wiremock 2.3.1)
โœ… 1
o

Oleg Nenashev

05/10/2023, 9:23 AM
Nice! Indeed, would be great to have a release then
๐Ÿ‘ 1
m

Marcelo Da Cruz

05/10/2023, 4:42 PM
yes, a release would be welcome!
m

mike waites

05/13/2023, 8:31 AM
Thanks so much for testing that @Marcelo Da Cruz
will work on getting a release out this weekend
@Marcelo Da Cruz hey thanks for being patient. This weekend I focussed on getting all the release automation sorted for the code base which is now working. Just to ensure this is all working we have opted to do an -alpha release https://pypi.org/project/wiremock/2.4.0a0/ it would be awesome if you could try pinning to this version and testing it. if all is well then i will ship a proper 2.4.0 release tomorrow.
๐Ÿ™Œ 1
o

Oleg Nenashev

05/15/2023, 5:45 AM
Smoke test - passed โœ… I will try to play more with it this afternoon
@mike waites what is the deadline for documentation patches before the release?
m

mike waites

05/15/2023, 5:51 AM
@Oleg Nenashev no deadline my side. If there are some small doc tweaks we need to make them just put a ticket together and we can get them sorted. I assume you mean that and not the broader refactoring of the docs?
o

Oleg Nenashev

05/15/2023, 6:19 AM
Yep, just cleanup
m

mike waites

05/15/2023, 6:29 AM
cool. just let me know what iโ€™ve missed and iโ€™ll get that sorted. Then we can shipit
o

Oleg Nenashev

05/15/2023, 9:48 AM
m

mike waites

05/15/2023, 4:29 PM
merged your branch oleg
๐Ÿ™Œ 1