Mailing List Archive

Big jump in version
When I run:
pip3 list --outdated

I get:
Package Version Latest Type
------------ ------- ------ -----
cryptography 3.4.8 35.0.0 wheel
pyzstd 0.14.4 0.15.0 wheel

The jump from 3 to 35 seems a bit excessive to me. Or is it correct?


On a side node. I have not updated pyzstd for a long time, because
that breaks py7zr which needs a version lower as 0.15.0.
Any chance that py7zr is going to be updated?

--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
--
https://mail.python.org/mailman/listinfo/python-list
Re: Big jump in version [ In reply to ]
On 2021-10-04, Cecil Westerhof via Python-list <python-list@python.org> wrote:
> When I run:
> pip3 list --outdated
>
> I get:
> Package Version Latest Type
> ------------ ------- ------ -----
> cryptography 3.4.8 35.0.0 wheel
>
> The jump from 3 to 35 seems a bit excessive to me. Or is it correct?

https://cryptography.io/en/latest/changelog/

--
https://mail.python.org/mailman/listinfo/python-list
Re: Big jump in version [ In reply to ]
Grant Edwards <grant.b.edwards@gmail.com> writes:

> On 2021-10-04, Cecil Westerhof via Python-list <python-list@python.org> wrote:
>> When I run:
>> pip3 list --outdated
>>
>> I get:
>> Package Version Latest Type
>> ------------ ------- ------ -----
>> cryptography 3.4.8 35.0.0 wheel
>>
>> The jump from 3 to 35 seems a bit excessive to me. Or is it correct?
>
> https://cryptography.io/en/latest/changelog/

Thanks, that takes away my doubts. ;-)

Y always being 0 seems strange to me. But who am I to complain? '-)

--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
--
https://mail.python.org/mailman/listinfo/python-list