Skip to content

Commit fcb183c

Browse files
committed
use new mmh3cffi
1 parent abe26de commit fcb183c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
8.2.1 (Aug 25, 2020)
2+
- Use mmh3cffi=0.1.5 which fixes xcode12 issue
3+
14
8.2.0 (Mar 27, 2020)
25
- Support enabling in-memory cache via config options
36

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,13 @@
3636
url='https://github.com/splitio/python-client',
3737
download_url=('https://github.com/splitio/python-client/tarball/' + __version__), # pylint: disable=undefined-variable
3838
license='Apache License 2.0',
39-
dependency_links=['https://github.com/splitio/mmh3cffi/tarball/development#egg=mmh3cffi-0.1.1'],
4039
install_requires=INSTALL_REQUIRES,
4140
tests_require=TESTS_REQUIRES,
4241
extras_require={
4342
'test': TESTS_REQUIRES,
4443
'redis': ['redis>=2.10.5'],
4544
'uwsgi': ['uwsgi>=2.0.0'],
46-
# 'cpphash': ['mmh3cffi>=0.1.4']
47-
'cpphash': ['mmh3cffi']
45+
'cpphash': ['mmh3cffi>=0.1.5']
4846
},
4947
setup_requires=['pytest-runner'],
5048
classifiers=[

0 commit comments

Comments
 (0)