Tom Schraitle
Tom Schraitle
I found another solution which doesn't need overloading. The previous signature of `__init__` was this: ```python def __init__( major: SupportsInt, minor: SupportsInt = 0, patch: SupportsInt = 0, prerelease: Union[String,...
If the above PR got accepted, the `Version.parse` would become obsolete. In that case, I would suggest to deprecate it.
@sbrudenell Thanks for your report. > I'd really like a concise expression for "is version x compatible with version y?" Yes, but what you mean by "compatible with"? I have...
Regarding the descriptor protocol, I've played around a bit and tried it with a `Validator` class as described in the Howto link. Here is a short proof of concept: ```python...
Thanks for the reminder @scls19fr. I will take that into account. :+1: Any further wishes? :wink:
> Great idea to upload first to TestPyPI! Better safe than sorry. :smiley_cat:
@ppkt Sorry for the delay. > is it possible to trigger Action manually? Theoretically yes, but I'm not sure. What's your understanding of "manually": Pushing a button? Running a command?...
@ppkt > no problem, I'm quite busy too :) Thanks, I was busy the last days with other unrelated things, but I hope I can work on this soon. >...
@python-semver/reviewers Ok, I can report some progress. :wink: (also trying out the new reviewers team). You can find a first example in my fork, see the [GH Action 'prepare-release'](https://github.com/tomschr/python-semver/commit/c20d7c24801eb4dbbd74fcc4d5b66e5ada1258c8/checks?check_suite_id=334620376). I've...
@scls19fr Ohh, I'm sorry! :astonished: Argghh, I was under the impression that each name is bound to a user name. Right, I've added that to test with the GH Actions...