AndreaCensi / contracts

PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified using Python3 annotations, or inside a docstring. PyContracts supports a basic type system, variables binding, arithmetic constraints, and has several specialized contracts and an extension API.
http://andreacensi.github.io/contracts/
Other
398 stars 62 forks source link

2.0.1 release missing from pypi #92

Open mgorny opened 3 years ago

mgorny commented 3 years ago

Is the tag premature and not ready for production use, or is that some mistake?

DavidCDreher commented 3 years ago

@AndreaCensi There are several releases missing on PyPI: 1.8.13, 1.8.14, 2.0.1, 3.0.2 (not sure about the latest one and it's relationship to your pycontracts3 PyPI module)

This is especially sad since the work you put into the Python2&3 compatibility, seems to be in version 2.0.1, so we are missing out while we're busy porting old applications. Any chance you could take some time off from your busy schedule to update PyPI?

DavidCDreher commented 3 years ago

@AndreaCensi I just saw you 'released' a couple of new versions, again without any changes to PyPI. Any hope we can get the releases to be directly pip installable as well?