Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update vendored memcache from 1.5.3 to 1.5.9 #724

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rez/vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note that the latest versions column is just to give us an idea of how far back
| distlib | 0.2.9.post0 (May 14, 2019) | 0.3.0 (No official release yet) | Updated (June 2019) to enable wheel distribution based installations |
| enum | ? | ? | By looking at the code, it's probably enum34. If so, the latest version is 1.1.6 (May 15, 2016) |
| lockfile | 0.9.1 (Sep 19, 2010) | 0.12.2 (Nov 25, 2015) | |
| memcache (python-memcached) | 1.53 (Jun 7, 2013) | 1.59 (Dec 15, 2017) | We could try to move to a more maintained package like pymemcache from pinterest. NOTE: A port to redis may be a better option, people are more familiar with it and it already has a good python client that supports conn pooling.
| memcache (python-memcached) | 1.59 (Dec 15, 2017) | 1.59 (Dec 15, 2017) | Minor patch for vendored six (Aug 2019). We could try to move to a more maintained package like pymemcache from pinterest. NOTE: A port to redis may be a better option, people are more familiar with it and it already has a good python client that supports conn pooling. |
| packaging | 19.0 (Jan 20, 2019) | 19.0 (Jan 20, 2019) | Added (July 2019) to enable PEP440 compatible versions handling.
| progress | 1.2 (Nov 28, 2013) | 1.5 (Mar 6, 2019) | |
| pydot | 1.4.1 (Dec 12, 2018) | 1.4.1 (Dec 12, 2018) | Updated (July 2019) in order to update pyparsing lib which in turn is required by the packaging library. |
Expand Down
Loading