StarlitGhost / PyMoronBot

All development moved to https://github.com/DesertBot/DesertBot - A modular IRC bot with extensive aliasing capabilities, written in Python.
MIT License
9 stars 0 forks source link

Scheduled weekly dependency update for week 05 #186

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

pycryptodome 3.4.8 » 3.4.11 PyPI | Changelog | Homepage
pyxDamerauLevenshtein 1.4.1 » 1.5 PyPI | Changelog | Repo

Changelogs

pycryptodome 3.4.8 -> 3.4.11

3.4.11

++++++++++++++++++++++++

Resolved issues

  • GH121. the record list was still not correct due to PEP3147 and pycache directories. Thanks again to John O'Brien.

3.4.10

++++++++++++++++++++++++

Resolved issues

  • When creating ElGamal keys, the generator wasn't a square residue: ElGamal encryption done with those keys cannot be secure under the DDH assumption. Thanks to Weikeng Chen.

3.4.9

+++++++++++++++++++++++

New features

  • More meaningful error messages while importing an ECC key.

Resolved issues

  • GH123 and 125. The SSE2 command line switch was not always passed on 32-bit x86 platforms.
  • GH121. The record list (--record) was not always correctly filled for the pycryptodomex package. Thanks to John W. O'Brien.

pyxDamerauLevenshtein 1.4.1 -> 1.5

1.5

  • Allow tuples and lists as input. (courtesy internaut)
  • Dropped support of EOL Python versions (2.6, 3.2, and 3.3). (courtesy internaut)
  • Fixed a possible division-by-zero exception. (courtesy internaut)
  • Fixed a formatting error in an exception message. (courtesy internaut)
  • Compiled with Cython 0.27.3.

That's it for now!

Happy merging! 🤖