Overview
Request 789757 accepted
- Update to 0.2.1
* Change links to blaze org
* Fix Cache.clear()
* Add a resize method.
* make default data dict inside __init__
* test against 3.7 and 3.8, drop 2.7
- Drop upstreamed patch fix_cache_clear.patch
- Created by mcalabkova
- In state accepted
- Supersedes 789686
From setup.py: 30+ python_requires='>=3.6',
Could you please recheck the content of egg-info on python2 if it does not contain garbage like version restriction there?
of course it does :/ PKG-INFO: Requires-Python: >=3.6 does it count during install?
It works on the rpm packages, but will explode if you use pip or any other python tools
so what? Should I fix it? Or will we just ignore it (since it does not mind for our rpm and pip refuses to install the Python2 version in each case)?
Either %define skip_python2 1 ; or patch it up. I am fine with disabling py2 tbh.
nothing depends on this package so far, so I will rather disable python2 build :)
Request History
mcalabkova created request
- Update to 0.2.1
* Change links to blaze org
* Fix Cache.clear()
* Add a resize method.
* make default data dict inside __init__
* test against 3.7 and 3.8, drop 2.7
- Drop upstreamed patch fix_cache_clear.patch
scarabeus_iv accepted request