diff --git a/config/diracos.json b/config/diracos.json index 5df6f6c..30b4f9e 100644 --- a/config/diracos.json +++ b/config/diracos.json @@ -1,5 +1,5 @@ { - "version": "master", + "version": "v1r19", "comment": "This is the latest version", "rpmBuild": { "mockConfig": "../mockConfigs/mock-build-diracos.cfg", diff --git a/config/requirements.txt b/config/requirements.txt index 0b1fff1..239217a 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,65 +1,384 @@ -# From repo -git+https://github.com/DIRACGrid/pyGSI.git#egg=GSI -git+https://github.com/DIRACGrid/tornado.git@iostreamConfigurable -git+https://github.com/DIRACGrid/tornado_m2crypto.git - -# From pypi -apache-libcloud +# +# This file is autogenerated by pip-compile +# To update, run: +# +# pip-compile /tmp/fixed_requirements.txt +# +apache-libcloud==2.8.3 + # via -r /tmp/fixed_requirements.txt +argcomplete==1.12.2 + # via rucio-clients +astroid==1.6.6 + # via pylint +atomicwrites==1.4.0 + # via pytest +attrs==20.3.0 + # via + # hypothesis + # jsonschema + # pytest autopep8==1.3.3 -boto3 -certifi -CMRESHandler>=1.0.0b4 -codecov -rucio-clients -diraccfg -docutils -elasticsearch-dsl>=6.0.0,<7.0.0 -flaky -fts3-rest -funcsigs -future -futures -GitPython>=2.1.0 -ldap3 -# newer versions of matplotlib require python 3 -matplotlib>=2.1.0,<3.0 -mock>=1.0.1 -M2Crypto==0.36 -MySQL-python>=1.2.5 -jinja2 + # via -r /tmp/fixed_requirements.txt +backports.functools-lru-cache==1.6.4 + # via + # astroid + # isort + # matplotlib + # pylint + # wcwidth +backports.lzma==0.0.14 + # via -r /tmp/fixed_requirements.txt +backports.shutil-get-terminal-size==1.0.0 + # via ipython +backports.ssl-match-hostname==3.7.0.1 + # via apache-libcloud +bcrypt==3.1.7 + # via paramiko +boto3==1.16.63 + # via + # -r /tmp/fixed_requirements.txt + # rucio-clients +boto==2.49.0 + # via rucio-clients +botocore==1.19.63 + # via + # boto3 + # s3transfer +bz2file==0.98 + # via rucio-clients +certifi==2020.12.5 + # via + # -r /tmp/fixed_requirements.txt + # requests +cffi==1.14.5 + # via + # bcrypt + # cryptography + # pynacl +chardet==3.0.4 + # via requests +cmreshandler==1.0.0 + # via -r /tmp/fixed_requirements.txt +codecov==2.1.11 + # via -r /tmp/fixed_requirements.txt +configparser==4.0.2 + # via + # importlib-metadata + # pylint +contextlib2==0.6.0.post1 + # via + # importlib-metadata + # importlib-resources + # zipp +coverage==5.5 + # via + # codecov + # pytest-cov +cryptography==3.3.2 + # via paramiko +cycler==0.10.0 + # via matplotlib +decorator==4.4.2 + # via + # ipython + # traitlets +diraccfg==0.2.0 + # via -r /tmp/fixed_requirements.txt +docopt==0.6.2 + # via stomp.py +docutils==0.17 + # via -r /tmp/fixed_requirements.txt +dogpile.cache==0.6.8 + # via rucio-clients +elasticsearch-dsl==6.4.0 + # via -r /tmp/fixed_requirements.txt +elasticsearch==6.8.2 + # via + # cmreshandler + # elasticsearch-dsl +enum34==1.1.10 + # via + # apache-libcloud + # astroid + # cryptography + # hypothesis + # traitlets +enum==0.4.7 + # via cmreshandler +flaky==3.7.0 + # via -r /tmp/fixed_requirements.txt +fts3-rest==3.9.4 + # via -r /tmp/fixed_requirements.txt +funcsigs==1.0.2 + # via + # -r /tmp/fixed_requirements.txt + # mock + # pytest +functools32==3.2.3.post2 + # via jsonschema +future==0.18.2 + # via + # -r /tmp/fixed_requirements.txt + # lz4 +futures==3.3.0 + # via + # -r /tmp/fixed_requirements.txt + # isort + # rucio-clients + # s3transfer +gitdb2==2.0.6 + # via gitpython +gitpython==2.1.15 + # via -r /tmp/fixed_requirements.txt +hypothesis==4.57.1 + # via -r /tmp/fixed_requirements.txt +idna==2.10 + # via requests +importlib-metadata==2.1.1 + # via + # argcomplete + # jsonschema + # pluggy + # pytest + # sqlalchemy +importlib-resources==3.3.1 + # via -r /tmp/fixed_requirements.txt +ipaddress==1.0.23 + # via + # cryptography + # elasticsearch-dsl +ipython-genutils==0.2.0 + # via traitlets ipython==5.3.0 -numpy>=1.10.1 -pillow -pexpect>=4.0.1 -psutil>=4.2.0 -pyasn1>0.4.1 -pyasn1_modules -Pygments>=1.5 -pylint>=1.6.5 -pyparsing>=2.0.6 -pytest>=3.6 -pytest-cov>=2.2.0 -pytest-mock -pytz>=2015.7 -readline>=6.2.4 -requests>=2.9.1 -simplejson>=3.8.1 -six>=1.10 -sqlalchemy>=1.0.9 -# More recent version of stomp are python 3 only + # via -r /tmp/fixed_requirements.txt +isort==4.3.21 + # via pylint +jinja2==2.11.3 + # via -r /tmp/fixed_requirements.txt +jmespath==0.10.0 + # via + # boto3 + # botocore +jsonschema==3.2.0 + # via rucio-clients +kiwisolver==1.1.0 + # via matplotlib +lazy-object-proxy==1.6.0 + # via astroid +ldap3==2.9 + # via -r /tmp/fixed_requirements.txt +lz4==2.2.1 + # via -r /tmp/fixed_requirements.txt +m2crypto==0.36 + # via + # -r /tmp/fixed_requirements.txt + # fts3-rest +markupsafe==1.1.1 + # via jinja2 +matplotlib==2.2.5 + # via -r /tmp/fixed_requirements.txt +mccabe==0.6.1 + # via pylint +mock==3.0.5 + # via + # -r /tmp/fixed_requirements.txt + # pytest-mock +more-itertools==5.0.0 + # via pytest +mysql-python==1.2.5 + # via -r /tmp/fixed_requirements.txt +numpy==1.16.6 + # via + # -r /tmp/fixed_requirements.txt + # matplotlib + # uproot +packaging==20.9 + # via pytest +paramiko==2.7.2 + # via pysftp +pathlib2==2.3.5 + # via + # importlib-metadata + # importlib-resources + # ipython + # pickleshare + # pytest +pexpect==4.8.0 + # via + # -r /tmp/fixed_requirements.txt + # ipython +pickleshare==0.7.5 + # via ipython +pillow==6.2.2 + # via -r /tmp/fixed_requirements.txt +pluggy==0.13.1 + # via pytest +progressbar2==3.53.1 + # via rucio-clients +prompt-toolkit==1.0.18 + # via + # -r /tmp/fixed_requirements.txt + # ipython +psutil==5.8.0 + # via -r /tmp/fixed_requirements.txt +ptyprocess==0.7.0 + # via pexpect +py==1.10.0 + # via pytest +pyasn1-modules==0.2.8 + # via -r /tmp/fixed_requirements.txt +pyasn1==0.4.8 + # via + # -r /tmp/fixed_requirements.txt + # ldap3 + # pyasn1-modules +pycodestyle==2.7.0 + # via autopep8 +pycparser==2.20 + # via cffi +pycurl==7.19.0 + # via fts3-rest +pygments==2.5.2 + # via + # -r /tmp/fixed_requirements.txt + # ipython +pylint==1.9.5 + # via -r /tmp/fixed_requirements.txt +pynacl==1.4.0 + # via paramiko +pyparsing==2.4.7 + # via + # -r /tmp/fixed_requirements.txt + # matplotlib + # packaging +pyrsistent==0.16.1 + # via jsonschema +pysftp==0.2.9 + # via rucio-clients +pytest-cov==2.11.1 + # via -r /tmp/fixed_requirements.txt +pytest-mock==2.0.0 + # via -r /tmp/fixed_requirements.txt +pytest==4.6.11 + # via + # -r /tmp/fixed_requirements.txt + # pytest-cov + # pytest-mock +python-dateutil==2.8.1 + # via + # botocore + # elasticsearch-dsl + # matplotlib +python-json-logger==0.1.11 + # via -r /tmp/fixed_requirements.txt +python-magic==0.4.22 + # via rucio-clients +python-utils==2.5.6 + # via progressbar2 +pytz==2021.1 + # via + # -r /tmp/fixed_requirements.txt + # matplotlib +readline==6.2.4.1 + # via -r /tmp/fixed_requirements.txt +requests==2.25.0 + # via + # -r /tmp/fixed_requirements.txt + # apache-libcloud + # cmreshandler + # codecov + # fts3-rest + # rucio-clients +rucio-clients==1.25.2 + # via -r /tmp/fixed_requirements.txt +s3transfer==0.3.7 + # via boto3 +scandir==1.10.0 + # via pathlib2 +setuptools-scm==5.0.2 + # via -r /tmp/fixed_requirements.txt +simplegeneric==0.8.1 + # via ipython +simplejson==3.17.2 + # via -r /tmp/fixed_requirements.txt +singledispatch==3.6.1 + # via + # astroid + # importlib-resources + # pylint +six==1.15.0 + # via + # -r /tmp/fixed_requirements.txt + # astroid + # bcrypt + # cryptography + # cycler + # elasticsearch-dsl + # jsonschema + # matplotlib + # mock + # more-itertools + # pathlib2 + # progressbar2 + # prompt-toolkit + # pylint + # pynacl + # pyrsistent + # pytest + # python-dateutil + # python-utils + # rucio-clients + # singledispatch + # traitlets +smmap2==3.0.1 + # via gitdb2 +smmap==3.0.5 + # via smmap2 +sortedcontainers==2.3.0 + # via hypothesis +sqlalchemy==1.4.7 + # via -r /tmp/fixed_requirements.txt stomp.py==4.1.22 -subprocess32 -suds-jurko>=0.6 -# typing comes in via m2crypto. newer versions of typing caused an error in hypothesis + # via -r /tmp/fixed_requirements.txt +subprocess32==3.5.4 + # via + # -r /tmp/fixed_requirements.txt + # matplotlib +suds-jurko==0.6 + # via -r /tmp/fixed_requirements.txt +tabulate==0.8.9 + # via rucio-clients +traitlets==4.3.3 + # via ipython typing==3.6.6 -hypothesis -python-json-logger>=0.1.8 -prompt-toolkit -importlib_resources -# Add uproot and optional compression related libraries -uproot -backports.lzma -lz4 -xxhash -# setuptools_scm comes via tornado. newer versions of setuptools_scm do not support py2 -setuptools_scm<6.0 + # via + # -r /tmp/fixed_requirements.txt + # apache-libcloud + # importlib-resources + # m2crypto +uproot==4.0.7 + # via -r /tmp/fixed_requirements.txt +urllib3==1.26.4 + # via + # botocore + # elasticsearch + # requests + # rucio-clients +wcwidth==0.2.5 + # via + # prompt-toolkit + # pytest +wrapt==1.12.1 + # via astroid +xxhash==2.0.0 + # via -r /tmp/fixed_requirements.txt +zipp==1.2.0 + # via + # importlib-metadata + # importlib-resources + +# The following packages are considered to be unsafe in a requirements file: +# setuptools +git+https://github.com/DIRACGrid/pyGSI.git#egg=GSI +git+https://github.com/DIRACGrid/tornado.git@iostreamConfigurable +git+https://github.com/DIRACGrid/tornado_m2crypto.git