Update upper-constraints for pyScss to 1.3.6

pyScss v1.3.6 is released with setuptools fix.

There is no need to blacklist setuptools 46.0.0 now,
so commit a8ff45ade2 is also reverted.

Change-Id: Ia8b27922f3354d42f62538ddee3ed5044968556d
This commit is contained in:
Ivan Kolodyazhny 2020-03-23 16:01:49 +02:00 committed by Akihiro Motoki
parent 02df513aa8
commit 5782d30096
3 changed files with 3 additions and 4 deletions

View File

@ -525,8 +525,7 @@ selenium # Apache-2.0
# situations as progressive releases of projects are done.
# Blacklist setuptools 34.0.0-34.3.2 due to https://github.com/pypa/setuptools/issues/951
# Blacklist setuptools 36.2.0 due to https://github.com/pypa/setuptools/issues/1086
# 46 & up contradicts with pyScss 1.3.4
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=46.0.0;python_version>='3.5' # PSF/ZPL
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0;python_version>='3.5' # PSF/ZPL
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<45.0.0;python_version<='2.7' # PSF/ZPL
sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD

View File

@ -7,6 +7,6 @@ stestr>=1.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
virtualenv>=14.0.6 # MIT
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0,!=46.0.0 # PSF/ZPL
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL
mock>=2.0.0 # BSD
bashate>=0.5.1 # Apache-2.0

View File

@ -110,7 +110,7 @@ pysnmp===4.4.12
sphinxcontrib-websupport===1.1.2;python_version=='2.7'
Mako===1.1.2
XStatic-angular-ui-router===0.3.1.2
pyScss===1.3.4
pyScss===1.3.6
thriftpy2===0.4.11;python_version=='2.7'
sphinxcontrib-htmlhelp===1.0.3;python_version=='3.6'
sphinxcontrib-htmlhelp===1.0.3;python_version=='3.7'