Revert updating version of pymemcache

The latest version of pymemcache (3.4.0) breaks the tooz memcache
driver effectively breaking all the projects that rely on that.
An example is provided by the ironic-inspector-tempest-managed-non-standalone
job in the ironic-inspector project where we had to force the
pymemcache version to be installed to 3.3.0
With this patch we set the version of pymemcache in upper-constraints
back to 3.3.0 and we blacklist version 3.4.0 in global-requirements
to prevent the use globally.

Change-Id: I155024516774949d9438d4f0b918f023eebcc6fc
This commit is contained in:
Riccardo Pittau 2020-10-28 11:31:20 +01:00
parent 2cf34dcd1d
commit f7d8626cf8
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ PyJWT # MIT
pykmip # Apache 2.0 License
python-ldap # PSF
pylxd # Apache-2.0
pymemcache!=1.3.0 # Apache 2.0 License
pymemcache!=1.3.0,!=3.4.0 # Apache 2.0 License
pymongo!=3.1 # Apache-2.0
PyMySQL # MIT License
pytest # MIT

View File

@ -456,7 +456,7 @@ python-pcre===0.7
yappi===1.3.0
dataclasses===0.7;python_version=='3.6'
abclient===0.2.3
pymemcache===3.4.0
pymemcache===3.3.0
wrapt===1.12.1
oslo.privsep===2.4.0
sphinxcontrib-apidoc===0.3.0