whoownsphilly / wop-web

https://wop-web.vercel.app
2 stars 1 forks source link

Bump pylibmc from 1.5.2 to 1.6.1 #26

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps pylibmc from 1.5.2 to 1.6.1.

Changelog

Sourced from pylibmc's changelog.

Change Log

New in version 1.6.0

Though no major feature overhauls have taken place, this release is partially incompatible with 1.5.0. This stems from the fact that python-memcached is now using a flag that pylibmc has been using for some years. python-memcached uses it for a different purpose, and an incompatible one. We deemed that it would be better to support this interoperability. The change also means that Unicode strings are now stored as UTF-8 rather than pickled, which may or may not result in a slight performance improvement for this type of data.

We have also introduced a pickle_protocol behavior to enable seamless interoperability between Python 2.x and 3.x. Also, this release introduces a ManyLinux wheel, making installation a breeze on ManyLinux systems (which I suppose is many linuxes.)

New in version 1.5.0

This release fixes critical memory leaks in common code paths introduced in 1.4.2. Also fixes a critical bug in a corner of the zlib inflation code, where prior memory errors would trigger a double free. Thank you to everybody involved in the making of this release, and especially Eau de Web__, without their contributions, this release and the bug fixes it contains wouldn't have been so expedient.

__ http://www.eaudeweb.ro/

New in version 1.4.0

Brace yourself, Python 3.x support has come!

Thanks to everybody involved in this project; this release involves less authors but a lot more work per person. Thanks especially to Harvey Falcic for the work he put in, without which there wouldn't be any Python 3.x support. Also thanks to Sergey Pashinin for the initial stab at the problem.

Other than that, we had miscellaneous bug fixes, testing improvements, and documentation updates.

Last but not least I would like to ask for your support in this project, either by helping out with development, testing, documentation or anything at all; or simply by donating some magic internet money__ to the project's Bitcoin address 12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h__

__ http://static.adzerk.net/Advertisers/5af77cf0094d4303bb308b955dd05992.jpg

... (truncated)

Commits
  • 736b9a2 Set version to 1.6.1
  • d8bafe9 Fix bug where pickle protocol is ignored
  • b6cd043 Bump version to 1.7.0-dev
  • 1aa3970 Fix Travis build
  • 6122d0b Merge pull request #250 from andreif/feature/test-new-versions
  • 6792d01 Test with pypy3.5-6.0.
  • 446802c Test with pypy2.7-6.0 as well.
  • 744b620 Test with pypy3.5 as well.
  • 51683a1 Test with Python 3.8.0a1+ as well.
  • e901c0e Remove deprecated versions; update actual libmc version.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)