Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Use go version 1.7.3 explicitly
CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(saslauthd-port) # This file is used by the build process for the complete Couchbase Server GoInstall(TARGET saslauthd-port PACKAGE github.com/couchbase/cbauth/cmd/saslauthd-port GOPATH "${CMAKE_SOURCE_DIR}/goproj" "${GODEPSDIR}" INSTALL_PATH bin)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(saslauthd-port) # This file is used by the build process for the complete Couchbase Server GoInstall(TARGET saslauthd-port PACKAGE github.com/couchbase/cbauth/cmd/saslauthd-port GOPATH "${CMAKE_SOURCE_DIR}/goproj" "${GODEPSDIR}" GOVERSION 1.7.3 INSTALL_PATH bin)
Edit version number to reproduce warnings
gunicorn>=19.1.1 Openfisca-France==34.3.1 git+https://github.com/openfisca/openfisca-core.git@mitigate-cycle-and-simplify-cycle-detection-25.2.2#egg=openfisca-core [web-api] git+https://github.com/betagouv/openfisca-bacASable.git#egg=openfisca-BacASable git+https://github.com/betagouv/openfisca-paris.git@6efb387#egg=openfisca-paris git+https://github.com/betagouv/openfisca-brestmetropole.git@aefb613#egg=openfisca-BrestMetropole git+https://github.com/betagouv/openfisca-rennesmetropole.git@84350ba#egg=openfisca-RennesMetropole
gunicorn>=19.1.1 Openfisca-France==30 git+https://github.com/openfisca/openfisca-core.git@mitigate-cycle-and-simplify-cycle-detection-25.2.2#egg=openfisca-core [web-api] git+https://github.com/betagouv/openfisca-bacASable.git#egg=openfisca-BacASable git+https://github.com/betagouv/openfisca-paris.git@6efb387#egg=openfisca-paris git+https://github.com/betagouv/openfisca-brestmetropole.git@aefb613#egg=openfisca-BrestMetropole git+https://github.com/betagouv/openfisca-rennesmetropole.git@84350ba#egg=openfisca-RennesMetropole
Update pygments from 2.1.1 to 2.2.0
# Runtime requirements --requirement requirements.txt # Documentation Sphinx==1.6.4 sphinxcontrib-httpdomain==1.5.0 pygments==2.1.1 # Linting flake8==2.5.4 # Unit testing pytest==2.9.1 mock==2.0.0 webtest==2.0.20 pytest-cov==2.2.1 coveralls==1.1
# Runtime requirements --requirement requirements.txt # Documentation Sphinx==1.6.4 sphinxcontrib-httpdomain==1.5.0 pygments==2.2.0 # Linting flake8==2.5.4 # Unit testing pytest==2.9.1 mock==2.0.0 webtest==2.0.20 pytest-cov==2.2.1 coveralls==1.1
Update pytest from 5.1.1 to 5.1.2
# Everything the developer needs in addition to the production requirements -r prod.txt # Testing pytest==5.1.1 factory-boy==2.12.0 pytest-mock==1.10.4 webtest==2.0.33 pytest-cov==2.7.1 # Lint and code style flake8==3.7.8 flake8-docstrings==1.4.0 flake8-quotes==2.1.0 pep8-naming==0.8.2
# Everything the developer needs in addition to the production requirements -r prod.txt # Testing pytest==5.1.2 factory-boy==2.12.0 pytest-mock==1.10.4 webtest==2.0.33 pytest-cov==2.7.1 # Lint and code style flake8==3.7.8 flake8-docstrings==1.4.0 flake8-quotes==2.1.0 pep8-naming==0.8.2
Update mypy from 0.540 to 0.550
# ulid/requirements/dev.txt # # Requirements for using developing package. -r base.txt bumpversion==0.5.3 mypy==0.540 pylint==1.7.4 safety==1.6.1 bandit==1.4.0
# ulid/requirements/dev.txt # # Requirements for using developing package. -r base.txt bumpversion==0.5.3 mypy==0.550 pylint==1.7.4 safety==1.6.1 bandit==1.4.0
Update django-debug-toolbar from 1.8 to 1.9
# Local development dependencies go here -r base.txt coverage==4.4.1 django-coverage-plugin==1.5.0 Sphinx==1.6.4 django-extensions==1.9.7 Werkzeug==0.12.2 django-test-plus==1.0.20 factory_boy==2.9.2 django-debug-toolbar==1.8 # improved REPL ipython==5.5.0 # pyup: >=5.3.0,<6.0.0 ipdb==0.10.3 pytest-django==3.1.2 pytest-sugar==0.9.0 # Own stuff django-rosetta==0.7.13 # Codecov pytest-cov==2.5.1 codecov==2.0.9
# Local development dependencies go here -r base.txt coverage==4.4.1 django-coverage-plugin==1.5.0 Sphinx==1.6.4 django-extensions==1.9.7 Werkzeug==0.12.2 django-test-plus==1.0.20 factory_boy==2.9.2 django-debug-toolbar==1.9 # improved REPL ipython==5.5.0 # pyup: >=5.3.0,<6.0.0 ipdb==0.10.3 pytest-django==3.1.2 pytest-sugar==0.9.0 # Own stuff django-rosetta==0.7.13 # Codecov pytest-cov==2.5.1 codecov==2.0.9
Update sphinx-autodoc-typehints from 1.8.0 to 1.9.0
autoflake==1.3.1 check-manifest==0.40 codecov==2.0.15 # Upload coverage data doc8==0.8.0 dodgy==0.1.9 # Look for uploaded secrets dulwich==0.19.13 flake8-commas==2.0.0 # Require silicon valley commas flake8-quotes==2.1.0 # Require single quotes flake8==3.7.8 # Lint freezegun==0.3.12 isort==4.3.21 # Lint imports mypy==0.740 # Type checking pip_check_reqs==2.0.3 pydocstyle==4.0.1 # Lint docstrings pyenchant==2.0.0 # Bindings for a spellchecking sytem pygithub==1.44 Pygments==2.4.2 pylint==2.4.3 # Lint pyroma==2.5 # Packaging best practices checker pytest-cov==2.8.1 # Measure code coverage pytest==5.2.1 # Test runners PyYAML==5.1.2 Sphinx==2.2.0 sphinx-autodoc-typehints==1.8.0 sphinxcontrib-spelling==4.3.0 twine==2.0.0 versioneer==0.18 vulture==1.1 VWS-Python-Mock==2019.9.28.0 yapf==0.28.0 # Automatic formatting for Python
autoflake==1.3.1 check-manifest==0.40 codecov==2.0.15 # Upload coverage data doc8==0.8.0 dodgy==0.1.9 # Look for uploaded secrets dulwich==0.19.13 flake8-commas==2.0.0 # Require silicon valley commas flake8-quotes==2.1.0 # Require single quotes flake8==3.7.8 # Lint freezegun==0.3.12 isort==4.3.21 # Lint imports mypy==0.740 # Type checking pip_check_reqs==2.0.3 pydocstyle==4.0.1 # Lint docstrings pyenchant==2.0.0 # Bindings for a spellchecking sytem pygithub==1.44 Pygments==2.4.2 pylint==2.4.3 # Lint pyroma==2.5 # Packaging best practices checker pytest-cov==2.8.1 # Measure code coverage pytest==5.2.1 # Test runners PyYAML==5.1.2 Sphinx==2.2.0 sphinx-autodoc-typehints==1.9.0 sphinxcontrib-spelling==4.3.0 twine==2.0.0 versioneer==0.18 vulture==1.1 VWS-Python-Mock==2019.9.28.0 yapf==0.28.0 # Automatic formatting for Python
Update sqlalchemy from 1.2.13 to 1.2.14
PyYAML==3.13 blinker==1.4 pika==0.12.0 six==1.11.0 sqlalchemy==1.2.13
PyYAML==3.13 blinker==1.4 pika==0.12.0 six==1.11.0 sqlalchemy==1.2.14
Add requirements for machine learning codes
ipython==5.1.0 jupyter==1.0.0 luigi==2.3.1 matplotlib==1.5.2 numpy==1.11.1 pandas==0.18.1 psycopg2==2.6.2 PyYAML==3.12 scikit-learn==0.17.1 scipy==0.18.1 seaborn==0.7.1 SQLAlchemy==1.0.14 tqdm==4.8.4
Bump requests from 2.9.1 to 2.20.0 in /client/src/gochat
pymongo==3.3.0 pyfiglet==0.7.5 requests==2.9.1
pymongo==3.3.0 pyfiglet==0.7.5 requests==2.20.0
Add expectations for cached-frame-coutner.html and last-modified-parsing.html
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream.
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. BUG32308 LINUX : fast/frames/cached-frame-counter.html = PASS TEXT TIMEOUT BUG58257 WIN : http/tests/misc/last-modified-parsing.html = PASS TEXT TIMEOUT
Update pytest from 4.4.1 to 4.5.0
-r requirements.txt # For tests coverage==4.5.3 coveralls==1.7.0 flake8==3.7.7 freezegun==0.3.11 hypothesis==4.23.4 mock==3.0.5 pytest==4.4.1 pytest-cov==2.7.1 requests-mock==1.6.0 testfixtures==6.8.2 git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.3.0#egg=digitalmarketplace-test-utils==2.3.0 # For schema generation alchemyjsonschema==0.5.0
-r requirements.txt # For tests coverage==4.5.3 coveralls==1.7.0 flake8==3.7.7 freezegun==0.3.11 hypothesis==4.23.4 mock==3.0.5 pytest==4.5.0 pytest-cov==2.7.1 requests-mock==1.6.0 testfixtures==6.8.2 git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.3.0#egg=digitalmarketplace-test-utils==2.3.0 # For schema generation alchemyjsonschema==0.5.0
Update pytest-cov from 2.10.1 to 2.11.0
# Test requirements pytest==6.2.1 pytest-cov==2.10.1 pytest-django==4.1.0 flake8==3.8.4 ipdb==0.13.4 # wheel for PyPI installs wheel==0.36.2 # MkDocs for documentation previews/deploys mkdocs==1.1.2
# Test requirements pytest==6.2.1 pytest-cov==2.11.0 pytest-django==4.1.0 flake8==3.8.4 ipdb==0.13.4 # wheel for PyPI installs wheel==0.36.2 # MkDocs for documentation previews/deploys mkdocs==1.1.2
Update faker from 4.14.0 to 4.14.2
-r base.txt factory-boy==3.1.0 Faker==4.14.0 flake8==3.8.4 freezegun==1.0.0 isort==5.6.4 pytest==6.1.1 pytest-cov==2.10.1 pytest-django==4.1.0 pytest-factoryboy==2.0.3
-r base.txt factory-boy==3.1.0 Faker==4.14.2 flake8==3.8.4 freezegun==1.0.0 isort==5.6.4 pytest==6.1.1 pytest-cov==2.10.1 pytest-django==4.1.0 pytest-factoryboy==2.0.3
Update sphinx from 1.8.1 to 1.8.2
-r ./base.txt sphinx==1.8.1 alagitpull==0.0.21 releases==1.6.1
-r ./base.txt sphinx==1.8.2 alagitpull==0.0.21 releases==1.6.1
Update cryptography from 2.0.3 to 2.1.1
bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.4.1 tox==2.9.1 coverage==4.4.1 Sphinx==1.6.4 cryptography==2.0.3 PyYAML==3.12 pytest==3.2.3 pytest-runner==2.12.1
bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.4.1 tox==2.9.1 coverage==4.4.1 Sphinx==1.6.4 cryptography==2.1.1 PyYAML==3.12 pytest==3.2.3 pytest-runner==2.12.1
Update dependency flake8 to v4
-r docs/requirements.txt flake8==3.9.2 pylint==2.11.1 pytype==2021.10.11
-r docs/requirements.txt flake8==4.0.1 pylint==2.11.1 pytype==2021.10.11
Update test expectations to catch some tests that need to be rebaslined due to upstream changes.
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. // Skip these tests until the test_expectations can be updated after this Chromium patch lands. BUGWK44797 SKIP : fullscreen = PASS FAIL TIMEOUT
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. // Skip these tests until the test_expectations can be updated after this Chromium patch lands. BUGWK44797 SKIP : fullscreen = PASS FAIL TIMEOUT BUG_LEVIN MAC : fast/table/relative-position-containment.html = IMAGE BUG_LEVIN MAC : fast/table/relative-position-offsets.html = IMAGE BUG_LEVIN MAC : fast/table/relative-position-stacking.html = IMAGE BUG_LEVIN MAC : svg/custom/mouse-move-on-svg-container-standalone.svg = IMAGE BUG_LEVIN MAC : svg/custom/mouse-move-on-svg-container.xhtml = IMAGE BUG_LEVIN MAC : svg/custom/mouse-move-on-svg-root-standalone.svg = IMAGE BUG_LEVIN MAC : svg/custom/mouse-move-on-svg-root.xhtml = IMAGE
Update django-extensions from 1.9.8 to 1.9.9
# common requirements # Django Django==2.0.1 django-extensions==1.9.8 django-braces==1.12.0 django-allauth==0.34.0 django-anymail==1.2 # Images Pillow==5.0.0 # Frontend django-compressor==2.2 csscompressor==0.9.5
# common requirements # Django Django==2.0.1 django-extensions==1.9.9 django-braces==1.12.0 django-allauth==0.34.0 django-anymail==1.2 # Images Pillow==5.0.0 # Frontend django-compressor==2.2 csscompressor==0.9.5
Add libcloud as a dep.
cliff==1.3.1 cliff-tablib>=1.0 -e git+git@github.com:racker/python-cliff-rackspace.git#egg=cliff_rackspace rackspace-monitoring>=0.3,<=0.4 service-registry>=0.2,<=0.3 flake8
cliff==1.3.1 cliff-tablib>=1.0 -e git+git@github.com:racker/python-cliff-rackspace.git#egg=cliff_rackspace apache-libcloud>=0.12.4 rackspace-monitoring>=0.3,<=0.4 service-registry>=0.2,<=0.3 flake8
Update flake8 from 3.2.0 to 3.2.1
flake8==3.2.0 pytest==3.0.4 pytest-cov==2.4.0 pytest-catchlog==1.2.2 docker-py==1.10.6 coveralls==1.1 Sphinx==1.4.8 lz4tools==1.3.1.2 xxhash==0.6.1 sphinxcontrib-asyncio>=0.2.0 sphinx-rtd-theme==0.1.9
flake8==3.2.1 pytest==3.0.4 pytest-cov==2.4.0 pytest-catchlog==1.2.2 docker-py==1.10.6 coveralls==1.1 Sphinx==1.4.8 lz4tools==1.3.1.2 xxhash==0.6.1 sphinxcontrib-asyncio>=0.2.0 sphinx-rtd-theme==0.1.9
Update pytest from 3.1.2 to 3.1.3
Flask==0.12.2 coverage==4.4.1 flake8==3.3.0 moto==0.4.31 pytest-cov==2.5.1 pytest==3.1.2 sphinx==1.6.3 aiohttp==2.1.0 botocore==1.5.70 multidict==3.1.0 wrapt==1.10.10 dill==0.2.6
Flask==0.12.2 coverage==4.4.1 flake8==3.3.0 moto==0.4.31 pytest-cov==2.5.1 pytest==3.1.3 sphinx==1.6.3 aiohttp==2.1.0 botocore==1.5.70 multidict==3.1.0 wrapt==1.10.10 dill==0.2.6
Update testfixtures from 6.3.0 to 6.4.1
bandit==1.5.1 codacy-coverage==1.3.11 codecov==2.0.15 coverage==4.5.2 ddt==1.2.0 flake8==3.6.0 requests-mock==1.5.2 nose==1.3.7 pylint==2.2.2 safety==1.8.4 testfixtures==6.3.0
bandit==1.5.1 codacy-coverage==1.3.11 codecov==2.0.15 coverage==4.5.2 ddt==1.2.0 flake8==3.6.0 requests-mock==1.5.2 nose==1.3.7 pylint==2.2.2 safety==1.8.4 testfixtures==6.4.1
Update ipython-genutils from 0.1.0 to 0.2.0
-r test.txt autopep8==1.3.1 bumpversion==0.5.3 docker-compose==1.11.2 elpy==1.14.1 epc==0.0.5 flake8==3.3.0 grip==4.3.2 importmagic==0.1.7 ipdb==0.10.2 ipython==5.3.0 ipython-genutils==0.1.0 jedi==0.9.0 pre-commit==0.9.0 pylint==1.4.4 yapf==0.11.1
-r test.txt autopep8==1.3.1 bumpversion==0.5.3 docker-compose==1.11.2 elpy==1.14.1 epc==0.0.5 flake8==3.3.0 grip==4.3.2 importmagic==0.1.7 ipdb==0.10.2 ipython==5.3.0 ipython-genutils==0.2.0 jedi==0.9.0 pre-commit==0.9.0 pylint==1.4.4 yapf==0.11.1
Update cryptography from 2.1.2 to 2.1.3
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 coverage==4.4.1 Sphinx==1.6.5 cryptography==2.1.2 PyYAML==3.12
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 coverage==4.4.1 Sphinx==1.6.5 cryptography==2.1.3 PyYAML==3.12
Add yet another docker plugin
# Main plugin aggregating other Pipeline plugins workflow-aggregator:2.4 workflow-multibranch:2.9.2 # Plugin for timestamps in the Jenkins logs timestamper:1.8.7 # For fancy messages figlet-buildstep:0.2 # Automatic folders based on branch detection cloudbees-folder:5.13 docker-build-step:1.35 docker-plugin:0.16.2 gerrit-trigger:2.23.0 git:3.0.1 ssh-agent:1.13 ssh-slaves:1.12 token-macro:2.0 pipeline-model-definition:0.6 credentials-binding:1.10
# Main plugin aggregating other Pipeline plugins workflow-aggregator:2.4 workflow-multibranch:2.9.2 # Plugin for timestamps in the Jenkins logs timestamper:1.8.7 # For fancy messages figlet-buildstep:0.2 # Automatic folders based on branch detection cloudbees-folder:5.13 # Docker plugins docker-build-step:1.35 docker-plugin:0.16.2 yet-another-docker-plugin:0.1.0-rc29 gerrit-trigger:2.23.0 git:3.0.1 ssh-agent:1.13 ssh-slaves:1.12 token-macro:2.0 pipeline-model-definition:0.6 credentials-binding:1.10
Add flake8-requirements to our linting suite
flake8==4.0.1 pycodestyle==2.8.0 pyflakes==2.4.0 flake8-bugbear==22.4.25 flake8-builtins==1.5.3 flake8-comprehensions==3.10.0 flake8-continuation==1.0.5 flake8-copyright==0.2.2 flake8-isort==4.1.1 isort==5.10.1 flake8-mutable==1.2.0 flake8-pie==0.15.0 flake8-print==5.0.0 flake8-quotes==3.3.1 flake8-simplify==0.19.2 pep8-naming==0.12.1 flake8-rst-docstrings==0.2.5 flake8-docstrings==1.6.0 pydocstyle==6.1.1 doc8==0.11.2 restructuredtext_lint==1.4.0 codespell==2.1.0
flake8==4.0.1 pycodestyle==2.8.0 pyflakes==2.4.0 flake8-bugbear==22.4.25 flake8-builtins==1.5.3 flake8-comprehensions==3.10.0 flake8-continuation==1.0.5 flake8-copyright==0.2.2 flake8-isort==4.1.1 isort==5.10.1 flake8-mutable==1.2.0 flake8-pie==0.15.0 flake8-print==5.0.0 flake8-quotes==3.3.1 flake8-requirements==1.5.3 flake8-simplify==0.19.2 pep8-naming==0.12.1 flake8-rst-docstrings==0.2.5 flake8-docstrings==1.6.0 pydocstyle==6.1.1 doc8==0.11.2 restructuredtext_lint==1.4.0 codespell==2.1.0
Update the other CMake file.
add_llvm_library(LLVMAnalysis AliasAnalysis.cpp AliasAnalysisCounter.cpp AliasAnalysisEvaluator.cpp AliasDebugger.cpp AliasSetTracker.cpp Analysis.cpp BasicAliasAnalysis.cpp CFGPrinter.cpp CaptureTracking.cpp ConstantFolding.cpp DbgInfoPrinter.cpp DebugInfo.cpp IVUsers.cpp InstCount.cpp Interval.cpp IntervalPartition.cpp LibCallAliasAnalysis.cpp LibCallSemantics.cpp LiveValues.cpp LoopDependenceAnalysis.cpp LoopInfo.cpp LoopPass.cpp MallocHelper.cpp MemoryDependenceAnalysis.cpp PointerTracking.cpp PostDominators.cpp ProfileEstimatorPass.cpp ProfileInfo.cpp ProfileInfoLoader.cpp ProfileInfoLoaderPass.cpp ProfileVerifierPass.cpp ScalarEvolution.cpp ScalarEvolutionAliasAnalysis.cpp ScalarEvolutionExpander.cpp SparsePropagation.cpp Trace.cpp ValueTracking.cpp ) target_link_libraries (LLVMAnalysis LLVMSupport)
add_llvm_library(LLVMAnalysis AliasAnalysis.cpp AliasAnalysisCounter.cpp AliasAnalysisEvaluator.cpp AliasDebugger.cpp AliasSetTracker.cpp Analysis.cpp BasicAliasAnalysis.cpp CFGPrinter.cpp CaptureTracking.cpp ConstantFolding.cpp DbgInfoPrinter.cpp DebugInfo.cpp IVUsers.cpp InlineCost.cpp InstCount.cpp Interval.cpp IntervalPartition.cpp LibCallAliasAnalysis.cpp LibCallSemantics.cpp LiveValues.cpp LoopDependenceAnalysis.cpp LoopInfo.cpp LoopPass.cpp MallocHelper.cpp MemoryDependenceAnalysis.cpp PointerTracking.cpp PostDominators.cpp ProfileEstimatorPass.cpp ProfileInfo.cpp ProfileInfoLoader.cpp ProfileInfoLoaderPass.cpp ProfileVerifierPass.cpp ScalarEvolution.cpp ScalarEvolutionAliasAnalysis.cpp ScalarEvolutionExpander.cpp SparsePropagation.cpp Trace.cpp ValueTracking.cpp ) target_link_libraries (LLVMAnalysis LLVMSupport)
Add MIT License to the repo
MIT License Copyright (c) 2017 Jampp Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Disable the Json tests that cause V8 to install the SIGPROF handler and time out the calls to fork()
# This test has been failing on our heapchecker bot since circa Build 5778. # http://crbug.com/79000 RendererMainTest.CreateDestroy
# This test has been failing on our heapchecker bot since circa Build 5778. # http://crbug.com/79000 RendererMainTest.CreateDestroy # Disable JavaScript tests that cause V8 to install a SIGPROF handler that # times out the subsequent fork() calls. # http://crbug.com/79320 *Json*
Update isort from 4.2.12 to 4.2.13
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements-dev.txt requirements-dev.in # amqp==2.1.4 # via kombu billiard==3.5.0.2 # via celery celery==4.0.2 coverage==4.4.1 flake8==3.3.0 isort==4.2.12 kombu==4.0.2 # via celery mccabe==0.6.1 mock==2.0.0 pbr==3.0.1 # via mock pep8-naming==0.4.1 pep8==1.7.0 py==1.4.33 # via pytest pycodestyle==2.3.1 # via flake8 pydocstyle==2.0.0 pyflakes==1.5.0 # via flake8 pytest-django==3.1.2 pytest==3.1.1 pytz==2017.2 # via celery six==1.10.0 # via mock vine==1.1.3 # via amqp
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements-dev.txt requirements-dev.in # amqp==2.1.4 # via kombu billiard==3.5.0.2 # via celery celery==4.0.2 coverage==4.4.1 flake8==3.3.0 isort==4.2.13 kombu==4.0.2 # via celery mccabe==0.6.1 mock==2.0.0 pbr==3.0.1 # via mock pep8-naming==0.4.1 pep8==1.7.0 py==1.4.33 # via pytest pycodestyle==2.3.1 # via flake8 pydocstyle==2.0.0 pyflakes==1.5.0 # via flake8 pytest-django==3.1.2 pytest==3.1.1 pytz==2017.2 # via celery six==1.10.0 # via mock vine==1.1.3 # via amqp
Update aiohttp-jinja2 from 0.14.0 to 0.16.0
aiohttp-jinja2==0.14.0 aiohttp-security==0.2.0 aiohttp-session==2.1.0 aiohttp==2.3.6 aiomysql==0.0.9 aiopg==0.13.1 coverage==4.4.2 docker==2.6.1 docker-compose==1.17.1 flake8==3.5.0 ipdb==0.11 motor==1.1 pytest-cov==2.5.1 pytest-sugar==0.9.0 pytest==3.4.1 python-dateutil==2.6.1 sqlalchemy==1.1.15 trafaret==0.10.4 pymysql==0.7.11 -r requirements-doc.txt
aiohttp-jinja2==0.16.0 aiohttp-security==0.2.0 aiohttp-session==2.1.0 aiohttp==2.3.6 aiomysql==0.0.9 aiopg==0.13.1 coverage==4.4.2 docker==2.6.1 docker-compose==1.17.1 flake8==3.5.0 ipdb==0.11 motor==1.1 pytest-cov==2.5.1 pytest-sugar==0.9.0 pytest==3.4.1 python-dateutil==2.6.1 sqlalchemy==1.1.15 trafaret==0.10.4 pymysql==0.7.11 -r requirements-doc.txt
Upgrade pinned psf/black formatter version
pytest==6.2.5 pytest-cov==3.0.0 pytest-parallel==0.1.1 flake8==4.0.1 black==21.12b0 isort==5.10.1
pytest==6.2.5 pytest-cov==3.0.0 pytest-parallel==0.1.1 flake8==4.0.1 black==22.3.0 isort==5.10.1
Update test expectations as a result of the WebKit roll.
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. // Due to WebKit r72141 (needs rebaseline upstream?). BUG_LEVIN : fast/compact/001.html = IMAGE+TEXT BUG_LEVIN : fast/css/negative-leading.html = IMAGE+TEXT BUG_LEVIN : fast/forms/linebox-overflow-in-textarea-padding.html = IMAGE+TEXT BUG_LEVIN : fast/parser/style-script-head-test.html = TEXT BUG_LEVIN : http/tests/misc/acid3.html = IMAGE+TEXT
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. // Due to WebKit r72141 (needs rebaseline upstream?). BUG_LEVIN : fast/compact/001.html = IMAGE+TEXT BUG_LEVIN : fast/css/negative-leading.html = IMAGE+TEXT BUG_LEVIN : fast/forms/linebox-overflow-in-textarea-padding.html = IMAGE+TEXT BUG_LEVIN : fast/parser/style-script-head-test.html = TEXT BUG_LEVIN : http/tests/misc/acid3.html = IMAGE+TEXT TIMEOUT
Update flake8-quotes from 0.2.4 to 0.8.1
# Everything the developer needs in addition to the production requirements -r prod.txt # Testing pytest==3.0.3 WebTest==2.0.23 factory-boy==2.7.0 # Lint and code style flake8==3.0.4 flake8-blind-except==0.1.1 flake8-debugger==1.4.0 flake8-docstrings==1.0.2 flake8-isort==2.0.1 flake8-quotes==0.2.4 isort==4.2.5 pep8-naming==0.4.1
# Everything the developer needs in addition to the production requirements -r prod.txt # Testing pytest==3.0.3 WebTest==2.0.23 factory-boy==2.7.0 # Lint and code style flake8==3.0.4 flake8-blind-except==0.1.1 flake8-debugger==1.4.0 flake8-docstrings==1.0.2 flake8-isort==2.0.1 flake8-quotes==0.8.1 isort==4.2.5 pep8-naming==0.4.1
Update faker from 12.3.1 to 13.0.0
-r base.txt factory-boy==3.2.1 Faker==12.3.1 flake8==4.0.1 freezegun==1.1.0 isort==5.10.1 pytest==7.0.1 pytest-cov==3.0.0 pytest-django==4.5.2 pytest-factoryboy==2.1.0
-r base.txt factory-boy==3.2.1 Faker==13.0.0 flake8==4.0.1 freezegun==1.1.0 isort==5.10.1 pytest==7.0.1 pytest-cov==3.0.0 pytest-django==4.5.2 pytest-factoryboy==2.1.0
Update sphinx from 1.7.2 to 1.7.3
-r ./base.txt sphinx==1.7.2 alagitpull==0.0.20 releases==1.4.1
-r ./base.txt sphinx==1.7.3 alagitpull==0.0.20 releases==1.4.1
Update pip from 8.1.2 to 9.0.1
pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.0.4 tox==2.3.1 coverage==4.2 Sphinx==1.4.8 cryptography==1.5.2 PyYAML==3.12 pytest==3.0.3
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.0.4 tox==2.3.1 coverage==4.2 Sphinx==1.4.8 cryptography==1.5.2 PyYAML==3.12 pytest==3.0.3
Update sphinx from 1.4.8 to 1.6.3
pip==9.0.1 pip-tools==1.9.0 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.4.1 tox==2.8.2 coverage==4.4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11 pytest==2.9.2 pytest-runner==2.11.1
pip==9.0.1 pip-tools==1.9.0 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.4.1 tox==2.8.2 coverage==4.4.1 Sphinx==1.6.3 cryptography==1.7 PyYAML==3.11 pytest==2.9.2 pytest-runner==2.11.1
Update scikit-learn from 0.18.1 to 0.18.2
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.2 cryptography==1.9 PyYAML==3.12 pytest==3.1.1 numpy==1.12.1 scipy==0.19.0 scikit-learn==0.18.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.2 cryptography==1.9 PyYAML==3.12 pytest==3.1.1 numpy==1.12.1 scipy==0.19.0 scikit-learn==0.18.2
Update django-storages from 1.6.5 to 1.6.6
codecov pytest-django pytest-cov dj-database-url==0.5 gunicorn==19.7.1 psycopg2==2.7.4 whitenoise==3.3.1 django-storages==1.6.5 boto3>=1.5 Pillow==5.0.0 Markdown==2.6.11 cloudinary==1.10.0 requests==2.18.4 graphene-django==2.0.0 graphene==2.0.1 singlemodeladmin==0.8 boto feedparser==5.2.1 authy==2.1.5 django-phonenumber-field==2.0.0 django-taggit==0.22.2 pytz==2018.3 raven
codecov pytest-django pytest-cov dj-database-url==0.5 gunicorn==19.7.1 psycopg2==2.7.4 whitenoise==3.3.1 django-storages==1.6.6 boto3>=1.5 Pillow==5.0.0 Markdown==2.6.11 cloudinary==1.10.0 requests==2.18.4 graphene-django==2.0.0 graphene==2.0.1 singlemodeladmin==0.8 boto feedparser==5.2.1 authy==2.1.5 django-phonenumber-field==2.0.0 django-taggit==0.22.2 pytz==2018.3 raven
Update django-debug-toolbar from 2.0 to 2.2
-r ./base.txt Sphinx==2.1.2 # https://github.com/sphinx-doc/sphinx psycopg2-binary==2.8.3 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ mypy==0.720 # https://github.com/python/mypy pytest==5.1.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality # ------------------------------------------------------------------------------ flake8==3.7.8 # https://github.com/PyCQA/flake8 coverage==4.5.4 # https://github.com/nedbat/coveragepy pydocstyle==4.0.1 # Django # ------------------------------------------------------------------------------ factory-boy==2.12.0 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==2.0 # https://github.com/jazzband/django-debug-toolbar django-extensions==2.2.1 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.6.0 # https://github.com/nedbat/django_coverage_plugin pytest-django==3.5.1 # https://github.com/pytest-dev/pytest-django
-r ./base.txt Sphinx==2.1.2 # https://github.com/sphinx-doc/sphinx psycopg2-binary==2.8.3 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ mypy==0.720 # https://github.com/python/mypy pytest==5.1.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality # ------------------------------------------------------------------------------ flake8==3.7.8 # https://github.com/PyCQA/flake8 coverage==4.5.4 # https://github.com/nedbat/coveragepy pydocstyle==4.0.1 # Django # ------------------------------------------------------------------------------ factory-boy==2.12.0 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==2.2 # https://github.com/jazzband/django-debug-toolbar django-extensions==2.2.1 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.6.0 # https://github.com/nedbat/django_coverage_plugin pytest-django==3.5.1 # https://github.com/pytest-dev/pytest-django
Update sqlalchemy from 1.1.13 to 1.1.14
sqlalchemy==1.1.13 kaptan==0.5.8 colorama==0.3.9 # Updated from 0.3.7 appdirs==1.4.3 unihan-etl==0.9.5
sqlalchemy==1.1.14 kaptan==0.5.8 colorama==0.3.9 # Updated from 0.3.7 appdirs==1.4.3 unihan-etl==0.9.5
Add src/libreset to include directories
# # Building libreset # include_directories(${PROJECT_SOURCE_DIR}/include) # # We use the var SOURCE_FILES to hold all source files to be linked together # into libreset. Additionally, checks checky may be performed on that source # files. # set(SOURCE_FILES libreset/avl.c libreset/ht.c libreset/bloom.c libreset/ll.c libreset/set.c ) # # General compile options # set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wunused -Wformat") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-parameter -pedantic") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11") if(${HARD_MODE}) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wno-error=unused-function") endif() # # Libreset will be a shared object # add_library(reset SHARED ${SOURCE_FILES})
# # Building libreset # include_directories(${PROJECT_SOURCE_DIR}/include) include_directories(${PROJECT_SOURCE_DIR}/src/libreset) # # We use the var SOURCE_FILES to hold all source files to be linked together # into libreset. Additionally, checks checky may be performed on that source # files. # set(SOURCE_FILES libreset/avl.c libreset/ht.c libreset/bloom.c libreset/ll.c libreset/set.c ) # # General compile options # set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wunused -Wformat") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-parameter -pedantic") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11") if(${HARD_MODE}) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wno-error=unused-function") endif() # # Libreset will be a shared object # add_library(reset SHARED ${SOURCE_FILES})
Update sphinx-rtd-theme from 0.1.9 to 0.2.0
bumpversion==0.5.3 coverage==4.3.4 flake8==3.2.1 sphinx==1.5.2 sphinx_rtd_theme==0.1.9 tox==2.5.0
bumpversion==0.5.3 coverage==4.3.4 flake8==3.2.1 sphinx==1.5.2 sphinx-rtd-theme==0.2.0 tox==2.5.0
Bump requests from 2.18.4 to 2.20.0 in /singlehop
asn1crypto==0.24.0 bcrypt==3.1.4 certifi==2018.1.18 cffi==1.11.4 chardet==3.0.4 cryptography==2.1.4 Fabric3==1.13.1.post1 idna==2.6 paramiko==2.4.0 pyasn1==0.4.2 pycparser==2.18 PyNaCl==1.2.1 PyYAML==3.12 requests==2.18.4 six==1.11.0 urllib3==1.24.2 yact==0.5.1
asn1crypto==0.24.0 bcrypt==3.1.4 certifi==2018.1.18 cffi==1.11.4 chardet==3.0.4 cryptography==2.1.4 Fabric3==1.13.1.post1 idna==2.6 paramiko==2.4.0 pyasn1==0.4.2 pycparser==2.18 PyNaCl==1.2.1 PyYAML==3.12 requests==2.20.0 six==1.11.0 urllib3==1.24.2 yact==0.5.1
Add deltagen includes as SYSTEM
cmake_minimum_required(VERSION 2.8.7) project(deltagen) add_definitions( -DSODIUM_STATIC -DBOOST_ALL_NO_LIB) if(LIBLZMA_CONFIG) add_definitions( -DLZMA_API_STATIC -DHAVE_CONFIG_H) endif() include_directories( ${BOOST_INCLUDE_DIRS} ${BSDIFF_INCLUDE_DIRS} ${CEREAL_INCLUDE_DIRS} ${LIBLZMA_INCLUDE_DIRS} ${SODIUM_INCLUDE_DIRS}) set(deltagen_SOURCES deltagen.cpp deltacommon.cpp) set(deltagen_HEADERS deltagen.h deltacommon.h) add_executable(deltagen ${LIBLZMA_CONFIG} ${deltagen_SOURCES} ${deltagen_HEADERS}) if (UNIX AND NOT APPLE) set_target_properties(deltagen PROPERTIES LINK_FLAGS -pthread) endif() target_link_libraries(deltagen bsdiff sodium ${BOOST_LIBRARIES})
cmake_minimum_required(VERSION 2.8.7) project(deltagen) add_definitions( -DSODIUM_STATIC -DBOOST_ALL_NO_LIB) if(LIBLZMA_CONFIG) add_definitions( -DLZMA_API_STATIC -DHAVE_CONFIG_H) endif() include_directories(SYSTEM ${BOOST_INCLUDE_DIRS} ${BSDIFF_INCLUDE_DIRS} ${CEREAL_INCLUDE_DIRS} ${LIBLZMA_INCLUDE_DIRS} ${SODIUM_INCLUDE_DIRS}) set(deltagen_SOURCES deltagen.cpp deltacommon.cpp) set(deltagen_HEADERS deltagen.h deltacommon.h) add_executable(deltagen ${LIBLZMA_CONFIG} ${deltagen_SOURCES} ${deltagen_HEADERS}) if (UNIX AND NOT APPLE) set_target_properties(deltagen PROPERTIES LINK_FLAGS -pthread) endif() target_link_libraries(deltagen bsdiff sodium ${BOOST_LIBRARIES})
Enable build to generate log.
Categories:Navigation License:GPLv3+ Web Site:https://launchpad.net/bus-torino Source Code:https://code.launchpad.net/bus-torino Issue Tracker:https://bugs.launchpad.net/bus-torino Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V4KHUSUL9NLYY Auto Name:BusTO Summary:Arrival times for Turin public transports. Description: BusTO gives you arrival times for all public transport in Turin and its outskirts. Type in the number of the bus stop and get all the information about scheduled and real arrival times of every 5T/GTT's vehicle stopping there. . Repo Type:bzr Repo:lp:bus-torino Build:1.1,2 commit=10 srclibs=1:appcompat@v7 Build:1.2,3 commit=17 srclibs=1:appcompat@v7 Build:1.3,4 commit=20 srclibs=1:appcompat@v7 disable=missing ressources Auto Update Mode:None Update Check Mode:Tags Current Version:1.3 Current Version Code:4
Categories:Navigation License:GPLv3+ Web Site:https://launchpad.net/bus-torino Source Code:https://code.launchpad.net/bus-torino Issue Tracker:https://bugs.launchpad.net/bus-torino Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V4KHUSUL9NLYY Auto Name:BusTO Summary:Arrival times for Turin public transports. Description: BusTO gives you arrival times for all public transport in Turin and its outskirts. Type in the number of the bus stop and get all the information about scheduled and real arrival times of every 5T/GTT's vehicle stopping there. . Repo Type:bzr Repo:lp:bus-torino Build:1.1,2 commit=10 srclibs=1:appcompat@v7 Build:1.2,3 commit=17 srclibs=1:appcompat@v7 Build:1.3,4 commit=20 extlibs=android/android-support-v4.jar srclibs=1:Support/v7/appcompat@android-5.0.0_r6 target=android-21 prebuild=cp libs/android-support-v4.jar $$Support$$/libs/ && android update lib-project -t "android-21" -p $$Support$$ && echo -e 'java.source=1.7\njava.target=1.7' >> $$Support$$/ant.properties Maintainer Notes: Do we need a newer version of support-v4 etc. to build srclib-appcompat-v7? . Auto Update Mode:None Update Check Mode:Tags Current Version:1.3 Current Version Code:4
Update pytest from 3.2.1 to 3.2.2
docker==2.5.1 molecule==1.25.0 pytest==3.2.1 python-vagrant==0.5.15 testinfra==1.6.5 tox==2.8.1
docker==2.5.1 molecule==1.25.0 pytest==3.2.2 python-vagrant==0.5.15 testinfra==1.6.5 tox==2.8.1
Update CV of BlackLight to 1.1.0 (22)
AntiFeatures:NonFreeNet Categories:Internet License:GPLv3 Web Site:https://github.com/PaperAirplane-Dev-Team/BlackLight/blob/HEAD/README.md Source Code:https://github.com/PaperAirplane-Dev-Team/BlackLight Issue Tracker:https://github.com/PaperAirplane-Dev-Team/BlackLight/issues Auto Name:BlackLight Summary:Sina Weibo client Description: Client for Weibo, the popular chinese social network. . Repo Type:git Repo:https://github.com/PaperAirplane-Dev-Team/BlackLight Build:1.0.6.1,18 commit=1.0.6.1 target=android-19 extlibs=android/android-support-v4.jar disable=jars,mismatches,r Auto Update Mode:None Update Check Mode:Tags Current Version:1.0.6.1 Current Version Code:18
AntiFeatures:NonFreeNet Categories:Internet License:GPLv3 Web Site:https://github.com/PaperAirplane-Dev-Team/BlackLight/blob/HEAD/README.md Source Code:https://github.com/PaperAirplane-Dev-Team/BlackLight Issue Tracker:https://github.com/PaperAirplane-Dev-Team/BlackLight/issues Auto Name:BlackLight Summary:Sina Weibo client Description: Client for Weibo, the popular chinese social network. . Repo Type:git Repo:https://github.com/PaperAirplane-Dev-Team/BlackLight Build:1.0.6.1,18 disable=jars,mismatches,r commit=1.0.6.1 extlibs=android/android-support-v4.jar target=android-19 Auto Update Mode:None Update Check Mode:Tags Current Version:1.1.0 Current Version Code:22
Update Pandas to fix import error
beautifulsoup4==4.5.1 indeed==0.0.4 ipgetter==0.6 matplotlib==1.5.3 numpy==1.11.1 pandas==0.18.1 plotly==1.12.9 pymongo==3.3.0 python-dateutil==2.5.3 requests==2.11.1
beautifulsoup4==4.5.1 indeed==0.0.4 ipgetter==0.6 matplotlib==1.5.3 numpy==1.11.1 pandas==0.23.4 plotly==1.12.9 pymongo==3.3.0 python-dateutil==2.5.3 requests==2.11.1
Update flask from 2.1.3 to 2.2.2
gunicorn==20.1.0 backports-abc==0.5 bkcharts==0.2 bokeh==2.4.3 certifi==2022.6.15 chardet==5.0.0 click==8.1.3 Flask==2.1.3 idna==3.3 itsdangerous==2.1.2 Jinja2>=2.10.1 MarkupSafe==2.1.1 numpy==1.23.1 python-dateutil==2.8.2 pyyaml>=4.2b1 requests>=2.20.0 singledispatch==3.7.0 six==1.16.0 tornado==6.2 urllib3>=1.24.2 cachelib==0.9.0 pandas==1.4.3 scipy==1.9.0 astropy==5.1 matplotlib==3.5.2 git+https://github.com/mpld3/mpld3@master tables==3.7.0 apscheduler==3.9.1 PyAstronomy==0.18.0 airbrake==2.1.2
gunicorn==20.1.0 backports-abc==0.5 bkcharts==0.2 bokeh==2.4.3 certifi==2022.6.15 chardet==5.0.0 click==8.1.3 Flask==2.2.2 idna==3.3 itsdangerous==2.1.2 Jinja2>=2.10.1 MarkupSafe==2.1.1 numpy==1.23.1 python-dateutil==2.8.2 pyyaml>=4.2b1 requests>=2.20.0 singledispatch==3.7.0 six==1.16.0 tornado==6.2 urllib3>=1.24.2 cachelib==0.9.0 pandas==1.4.3 scipy==1.9.0 astropy==5.1 matplotlib==3.5.2 git+https://github.com/mpld3/mpld3@master tables==3.7.0 apscheduler==3.9.1 PyAstronomy==0.18.0 airbrake==2.1.2
Update psycopg2 from 2.7.3.1 to 2.7.5
dj-database-url==0.5.0 Django==1.11.15 django-cors-middleware==1.3.1 django-crispy-forms==1.6.1 django-filter==1.1.0 django-guardian==1.4.9 django-model-utils==3.1.1 djangorestframework==3.6.4 djoser==0.7.0 djangorestframework-jwt==1.11.0 gunicorn==19.8.1 psycopg2==2.7.3.1 pytz==2018.4 requests==2.18.4 requests-mock==1.4.0 six==1.11.0 whitenoise==3.3.1 celery==4.2.0 django-celery-results==1.0.1 python-dateutil==2.6.1
dj-database-url==0.5.0 Django==1.11.15 django-cors-middleware==1.3.1 django-crispy-forms==1.6.1 django-filter==1.1.0 django-guardian==1.4.9 django-model-utils==3.1.1 djangorestframework==3.6.4 djoser==0.7.0 djangorestframework-jwt==1.11.0 gunicorn==19.8.1 psycopg2==2.7.5 pytz==2018.4 requests==2.18.4 requests-mock==1.4.0 six==1.11.0 whitenoise==3.3.1 celery==4.2.0 django-celery-results==1.0.1 python-dateutil==2.6.1
Update pytest from 4.1.0 to 4.1.1
mock==2.0.0 sphinx_rtd_theme==0.4.2 numpy==1.15.4 future==0.17.1 networkx==2.2 dynetx==0.2.1 bokeh==1.0.4 matplotlib==3.0.2 pytest==4.1.0
mock==2.0.0 sphinx_rtd_theme==0.4.2 numpy==1.15.4 future==0.17.1 networkx==2.2 dynetx==0.2.1 bokeh==1.0.4 matplotlib==3.0.2 pytest==4.1.1
Update doit from 0.30.3 to 0.31.0
click==6.7 doit==0.30.3 python-magic==0.4.13 retrying==1.3.3 typing ; python_version < "3.5"
click==6.7 doit==0.31.0 python-magic==0.4.13 retrying==1.3.3 typing ; python_version < "3.5"
Upgrade Python SDK to version 2.2.6
ansible==2.3.2.0 awscli==1.10.58 billiard==3.5.0.2 boto3==1.4.6 botocore==1.6.3 celery==3.1.25 cffi==1.7.0 couchbase==2.2.2 coverage==4.4.1 cryptography==2.0.3 decorator==4.1.2 fabric3==1.13.1.post1 flake8==3.4.1 isort==4.2.15 jinja2==2.9.6 nose==1.3.7 numpy==1.13.1 pep8-naming==0.4.1 psutil==5.2.2 pydocstyle==2.0.0 pycrypto==2.6.1 python-snappy==0.5.1 requests==2.1.0 spooky==2.0.0 sqlalchemy==1.1.7 twisted==16.2.0 urllib3==1.20 validators==0.12.0 xmltodict==0.11.0 git+https://github.com/couchbaselabs/mc_bin_client.git@py3#egg=mc_bin_client git+https://github.com/mattrobenolt/jinja2-cli.git#egg=jinja2-cli
ansible==2.3.2.0 awscli==1.10.58 billiard==3.5.0.2 boto3==1.4.6 botocore==1.6.3 celery==3.1.25 cffi==1.7.0 couchbase==2.2.6 coverage==4.4.1 cryptography==2.0.3 decorator==4.1.2 fabric3==1.13.1.post1 flake8==3.4.1 isort==4.2.15 jinja2==2.9.6 nose==1.3.7 numpy==1.13.1 pep8-naming==0.4.1 psutil==5.2.2 pydocstyle==2.0.0 pycrypto==2.6.1 python-snappy==0.5.1 requests==2.1.0 spooky==2.0.0 sqlalchemy==1.1.7 twisted==16.2.0 urllib3==1.20 validators==0.12.0 xmltodict==0.11.0 git+https://github.com/couchbaselabs/mc_bin_client.git@py3#egg=mc_bin_client git+https://github.com/mattrobenolt/jinja2-cli.git#egg=jinja2-cli
Update sphinx from 1.6.5 to 1.7.0
-e . # General test libraries tox==2.9.1 pytest==3.3.0 pytest-django==3.1.2 pytest-isort==0.1.0 tzlocal==1.5.1 # Pep8 and code quality checkers flake8==3.5.0 pytest-cov==2.5.1 coverage==4.4.2 # Fixtures, test helpers factory-boy==2.9.2 mock==2.0.0 # General dependencies django==2.0 # Imap utilities dnspython3==1.15.0 imapclient==1.1.0 # For async worker support celery==4.1.0 # i18n/l10n, babel==2.5.1 django-babel==0.6.1 # For our REST Api djangorestframework==3.7.3 PyJWT==1.5.3 requests==2.18.4 urllib3==1.22 requests-toolbelt==0.8.0 # For proper timezone support. pytz==2017.3 # Charset detection chardet==3.0.4 # Docs requirements sphinx==1.6.5 sphinx_rtd_theme==0.2.4 # Postgresql psycopg2==2.7.3.2 # Redis redis==2.10.6 django-environ==0.4.4
-e . # General test libraries tox==2.9.1 pytest==3.3.0 pytest-django==3.1.2 pytest-isort==0.1.0 tzlocal==1.5.1 # Pep8 and code quality checkers flake8==3.5.0 pytest-cov==2.5.1 coverage==4.4.2 # Fixtures, test helpers factory-boy==2.9.2 mock==2.0.0 # General dependencies django==2.0 # Imap utilities dnspython3==1.15.0 imapclient==1.1.0 # For async worker support celery==4.1.0 # i18n/l10n, babel==2.5.1 django-babel==0.6.1 # For our REST Api djangorestframework==3.7.3 PyJWT==1.5.3 requests==2.18.4 urllib3==1.22 requests-toolbelt==0.8.0 # For proper timezone support. pytz==2017.3 # Charset detection chardet==3.0.4 # Docs requirements sphinx==1.7.0 sphinx_rtd_theme==0.2.4 # Postgresql psycopg2==2.7.3.2 # Redis redis==2.10.6 django-environ==0.4.4
Update boto3 from 1.4.4 to 1.7.3
alembic==0.9.9 antiorm==1.2.1 appdirs==1.4.3 attrs==17.4.0 boto3==1.4.4 botocore==1.10.3 chardet==2.3.0 codeclimate-test-reporter==0.2.3 coverage==4.5.1 dataset==1.0.8 db==0.1.1 db-sqlite3==0.0.1 ddt==1.1.2 docutils==0.14 funcsigs==1.0.2 futures==3.2.0 jmespath==0.9.3 Mako==1.0.6 MarkupSafe==1.0 more-itertools==4.1.0 normality==0.5.11 nose==1.3.7 packaging==17.1 pluggy==0.6.0 psycopg2==2.7.4 py==1.5.3 pygraphviz==1.3.1 pyparsing==2.2.0 pytest==3.5.0 python-dateutil==2.7.2 python-editor==1.0.3 PyYAML==3.12 requests==2.18.4 s3transfer==0.1.13 six==1.10.0 SQLAlchemy==1.2.6 toolz==0.9.0 tox==3.0.0 transitions==0.6.4 virtualenv==15.2.0
alembic==0.9.9 antiorm==1.2.1 appdirs==1.4.3 attrs==17.4.0 boto3==1.7.3 botocore==1.10.3 chardet==2.3.0 codeclimate-test-reporter==0.2.3 coverage==4.5.1 dataset==1.0.8 db==0.1.1 db-sqlite3==0.0.1 ddt==1.1.2 docutils==0.14 funcsigs==1.0.2 futures==3.2.0 jmespath==0.9.3 Mako==1.0.6 MarkupSafe==1.0 more-itertools==4.1.0 normality==0.5.11 nose==1.3.7 packaging==17.1 pluggy==0.6.0 psycopg2==2.7.4 py==1.5.3 pygraphviz==1.3.1 pyparsing==2.2.0 pytest==3.5.0 python-dateutil==2.7.2 python-editor==1.0.3 PyYAML==3.12 requests==2.18.4 s3transfer==0.1.13 six==1.10.0 SQLAlchemy==1.2.6 toolz==0.9.0 tox==3.0.0 transitions==0.6.4 virtualenv==15.2.0
Include gtest as system headers so no warnings will be shown
include_directories( gtest/ gtest/include ${CMAKE_SOURCE_DIR} ) add_library( gtest gtest/src/gtest-all.cc ) add_executable( ${testName} main.cc General.cc Interface.cc ) add_test( NAME ${testName} COMMAND ${testName} ) target_link_libraries( ${testName} gtest ) if (LINUX) target_link_libraries( ${testName} -pthread ) endif() add_subdirectory(failtests)
include_directories( ${CMAKE_SOURCE_DIR} ) # Include gtest as system headers so no warnings will be shown. include_directories( SYSTEM gtest/ gtest/include ) add_library( gtest gtest/src/gtest-all.cc ) add_executable( ${testName} main.cc General.cc Interface.cc ) add_test( NAME ${testName} COMMAND ${testName} ) target_link_libraries( ${testName} gtest ) if (LINUX) target_link_libraries( ${testName} -pthread ) endif() add_subdirectory(failtests)
Update CV of Wave Lines Wallpaper to 1.4.0 (5)
Categories:Theming License:MIT Web Site:http://markusfisch.de Source Code:https://github.com/markusfisch/WaveLinesWallpaper Issue Tracker:https://github.com/markusfisch/WaveLinesWallpaper/issues Auto Name:Wave Lines Summary:Wavy wallpaper Description: A simple, unobstrusive live wallpaper showing slowly moving wave lines. You can choose a color theme, build your own, change if the lines should grow and shrink or if they should have a uniform width. The lines may swing in harmony or each line independently. You may set the number of lines, the number of waves in a line and the maximum amplitude. . Repo Type:git Repo:https://github.com/markusfisch/WaveLinesWallpaper.git Build:1.2.0,3 commit=v1.2.0 init=cat ant.properties >> project.properties Auto Update Mode:None Update Check Mode:Tags Current Version:1.2.0 Current Version Code:3
Categories:Theming License:MIT Web Site:http://markusfisch.de Source Code:https://github.com/markusfisch/WaveLinesWallpaper Issue Tracker:https://github.com/markusfisch/WaveLinesWallpaper/issues Auto Name:Wave Lines Wallpaper Summary:Wavy wallpaper Description: A simple, unobstrusive live wallpaper showing slowly moving wave lines. You can choose a color theme, build your own, change if the lines should grow and shrink or if they should have a uniform width. The lines may swing in harmony or each line independently. You may set the number of lines, the number of waves in a line and the maximum amplitude. . Repo Type:git Repo:https://github.com/markusfisch/WaveLinesWallpaper.git Build:1.2.0,3 commit=v1.2.0 init=cat ant.properties >> project.properties Auto Update Mode:None Update Check Mode:Tags Current Version:1.4.0 Current Version Code:5
Update expected GCC test failures
# Expected failures from running s2wasm on the linked GCC torture test output # files. # Unknown symbol (likely an external symbol). 20060905-1.c.s # $s-384 pr24716.c.s # $W pr54937.c.s # $exit pr58209.c.s # $buf-4 # Unknown symbol ($abort, $stdout, $stderr). 921110-1.c.s fprintf-1.c.s gofast.c.s # Block address taken. 20071220-1.c.s 20071220-2.c.s
# Expected failures from running s2wasm on the linked GCC torture test output # files. # Unknown symbol (likely an external symbol). pr24716.c.s # $W pr54937.c.s # $exit # Unknown symbol ($abort, $stdout, $stderr). 921110-1.c.s fprintf-1.c.s gofast.c.s # Block address taken. 20071220-1.c.s 20071220-2.c.s
Fix GL2PS building with OSMesa.
project(VTKGL2PS) # Dependency mask include_regular_expression(".*") # Depend on OpenGL find_package(OpenGL REQUIRED) # Include paths include_directories( ${VTKGL2PS_SOURCE_DIR}/ ${OPENGL_INCLUDE_DIR} ) # Source files set(GL2PS_srcs gl2ps.c ) # Define the library (and install it) vtk_add_library(vtkgl2ps ${GL2PS_srcs}) # Setup definitions if(WIN32) set_source_files_properties(${GL2PS_srcs} PROPERTIES COMPILE_DEFINITIONS "GL2PSDLL;GL2PSDLL_EXPORTS") endif() # Linking target_link_libraries(vtkgl2ps ${OPENGL_LIBRARIES}) if(UNIX) target_link_libraries(vtkgl2ps m) endif() # Install headers if(NOT VTK_INSTALL_NO_DEVELOPMENT) install(FILES ${VTKGL2PS_SOURCE_DIR}/gl2ps.h DESTINATION ${VTK_INSTALL_INCLUDE_DIR}/vtkgl2ps/include COMPONENT Development) ENDIF(NOT VTK_INSTALL_NO_DEVELOPMENT)
project(VTKGL2PS) # Dependency mask include_regular_expression(".*") # Depend on OpenGL if(NOT VTK_OPENGL_HAS_OSMESA) find_package(OpenGL REQUIRED) set(GL2PS_GL_LIBRARIES ${OPENGL_LIBRARIES}) set(GL2PS_GL_INCLUDE_DIR ${OPENGL_INCLUDE_DIR}) else() set(GL2PS_GL_LIBRARIES ${OSMESA_LIBRARY}) set(GL2PS_GL_INCLUDE_DIR ${OSMESA_INCLUDE_DIR}) endif() # Need math on UNIX if(UNIX) set(GL2PS_GL_LIBRARIES ${GL2PS_GL_LIBRARIES} m) endif() # Include paths include_directories( ${VTKGL2PS_SOURCE_DIR}/ ${GL2PS_GL_INCLUDE_DIR} ) # Source files set(GL2PS_srcs gl2ps.c ) # Define the library (and install it) vtk_add_library(vtkgl2ps ${GL2PS_srcs}) # Setup definitions if(WIN32) set_source_files_properties(${GL2PS_srcs} PROPERTIES COMPILE_DEFINITIONS "GL2PSDLL;GL2PSDLL_EXPORTS") endif() # Linking target_link_libraries(vtkgl2ps ${GL2PS_GL_LIBRARIES}) # Install headers if(NOT VTK_INSTALL_NO_DEVELOPMENT) install(FILES ${VTKGL2PS_SOURCE_DIR}/gl2ps.h DESTINATION ${VTK_INSTALL_INCLUDE_DIR}/vtkgl2ps/include COMPONENT Development) ENDIF(NOT VTK_INSTALL_NO_DEVELOPMENT)
Fix link error in op_proto_test.
# ddim lib cc_library(ddim SRCS ddim.cc) cc_test(ddim_test SRCS ddim_test.cc DEPS ddim) nv_test(dim_test SRCS dim_test.cu DEPS ddim) cc_test(variable_test SRCS variable_test.cc) cc_test(scope_test SRCS scope_test.cc) cc_test(enforce_test SRCS enforce_test.cc) proto_library(attr_type SRCS attr_type.proto) proto_library(op_proto SRCS op_proto.proto) cc_test(op_proto_test SRCS op_proto_test.cc DEPS attr_type op_proto protobuf)
# ddim lib cc_library(ddim SRCS ddim.cc) cc_test(ddim_test SRCS ddim_test.cc DEPS ddim) nv_test(dim_test SRCS dim_test.cu DEPS ddim) cc_test(variable_test SRCS variable_test.cc) cc_test(scope_test SRCS scope_test.cc) cc_test(enforce_test SRCS enforce_test.cc) proto_library(attr_type SRCS attr_type.proto) proto_library(op_proto SRCS op_proto.proto) cc_test(op_proto_test SRCS op_proto_test.cc DEPS op_proto attr_type protobuf)
Update CMake configuration for removed files.
# Define the files we need to compile. # Anything not in this list will not be compiled into MLPACK. set(SOURCES arma_extend.hpp fn_ccov.hpp glue_ccov_meat.hpp glue_ccov_proto.hpp op_ccov_meat.hpp op_ccov_proto.hpp promote_type.hpp traits.hpp typedef.hpp ) # add directory name to sources set(DIR_SRCS) foreach(file ${SOURCES}) set(DIR_SRCS ${DIR_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/${file}) endforeach() # Append sources (with directory name) to list of all MLPACK sources (used at # the parent scope). set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
# Define the files we need to compile. # Anything not in this list will not be compiled into MLPACK. set(SOURCES arma_extend.hpp fn_ccov.hpp glue_ccov_meat.hpp glue_ccov_proto.hpp op_ccov_meat.hpp op_ccov_proto.hpp ) # add directory name to sources set(DIR_SRCS) foreach(file ${SOURCES}) set(DIR_SRCS ${DIR_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/${file}) endforeach() # Append sources (with directory name) to list of all MLPACK sources (used at # the parent scope). set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
Exclude failing BasicExtensionSettingsWebUITest.testUninstall test on drmemory bot
# http://crbug.com/400503 InterstitialUITest.OpenInterstitial # http://crbug.com/400509 CustomLauncherPageBrowserTest.LoadPageAndOpenLauncher # http://crbug.com/403628 RangeHistoryWebUITest.monthViewGrouped # http://crbug.com/403687 ContentScriptCssInjectionTest.ContentScriptInjectsStyles MediaFileValidatorTest.UnsupportedExtension MessageCenterNotificationsTest.RetrieveBaseParts RequirementsCheckerBrowserTest.Check3DExtension SSLUITest.TestBadFrameNavigation SSLUITest.TestInterstitialJavaScriptProceeds SSLUITest.TestRefNavigation SSLUITest.TestWSSInvalidCertAndGoForward # http://crbug.com/403007 WorkerDevToolsSanityTest.InspectSharedWorker # http://crbug.com/451991 AppViewTest.TestAppViewMultipleConnects BrowserViewTest.DevToolsUpdatesBrowserWindow # http://crbug.com/451992 ExtensionLoadingTest.UpgradeAfterNavigatingFromOverriddenNewTabPage # http://crbug.com/459000 ClipboardApiTest.HostedAppNoPermission
# http://crbug.com/400503 InterstitialUITest.OpenInterstitial # http://crbug.com/400509 CustomLauncherPageBrowserTest.LoadPageAndOpenLauncher # http://crbug.com/403628 RangeHistoryWebUITest.monthViewGrouped # http://crbug.com/403687 ContentScriptCssInjectionTest.ContentScriptInjectsStyles MediaFileValidatorTest.UnsupportedExtension MessageCenterNotificationsTest.RetrieveBaseParts RequirementsCheckerBrowserTest.Check3DExtension SSLUITest.TestBadFrameNavigation SSLUITest.TestInterstitialJavaScriptProceeds SSLUITest.TestRefNavigation SSLUITest.TestWSSInvalidCertAndGoForward # http://crbug.com/403007 WorkerDevToolsSanityTest.InspectSharedWorker # http://crbug.com/451991 AppViewTest.TestAppViewMultipleConnects BrowserViewTest.DevToolsUpdatesBrowserWindow # http://crbug.com/451992 ExtensionLoadingTest.UpgradeAfterNavigatingFromOverriddenNewTabPage # http://crbug.com/459000 ClipboardApiTest.HostedAppNoPermission # http://crbug.com/475172 BasicExtensionSettingsWebUITest.testUninstall
Update sphinx from 1.7.4 to 1.7.5
-r ../requirements.txt sphinx==1.7.4 sphinx_rtd_theme==0.3.1
-r ../requirements.txt sphinx==1.7.5 sphinx_rtd_theme==0.3.1
Fix darwin-debug installation in cmake (OS X)
add_lldb_executable(lldb-launcher darwin-debug.cpp )
add_lldb_executable(lldb-launcher darwin-debug.cpp ) install(TARGETS lldb-launcher RUNTIME DESTINATION bin)
Update botocore from 1.5.41 to 1.5.42
aioamqp==0.9.0 aiobotocore==0.3.1 aiohttp==2.0.7 async-timeout==1.2.0 botocore==1.5.41 chardet==3.0.2 docutils==0.13.1 jmespath==0.9.2 multidict==2.1.4 python-dateutil==2.6.0 six==1.10.0 ujson==1.35 uvloop==0.8.0 yarl==0.10.0 pytest-cov==2.4.0 pytest-pep8==1.0.6 codecov==2.0.5
aioamqp==0.9.0 aiobotocore==0.3.1 aiohttp==2.0.7 async-timeout==1.2.0 botocore==1.5.42 chardet==3.0.2 docutils==0.13.1 jmespath==0.9.2 multidict==2.1.4 python-dateutil==2.6.0 six==1.10.0 ujson==1.35 uvloop==0.8.0 yarl==0.10.0 pytest-cov==2.4.0 pytest-pep8==1.0.6 codecov==2.0.5
Update requests from 2.17.3 to 2.18.1
beautifulsoup4==4.6.0 python-dateutil==2.6.0 requests==2.17.3 six==1.10.0
beautifulsoup4==4.6.0 python-dateutil==2.6.0 requests==2.18.1 six==1.10.0
Update fonttools from 3.26.0 to 3.27.0
fonttools==3.26.0 ufoLib==2.1.1 defcon==0.5.1 cu2qu==1.5.0 compreffor==0.4.6 booleanOperations==0.8.0 # alternative UFO implementation (still experimental) ufoLib2==0.1.2
fonttools==3.27.0 ufoLib==2.1.1 defcon==0.5.1 cu2qu==1.5.0 compreffor==0.4.6 booleanOperations==0.8.0 # alternative UFO implementation (still experimental) ufoLib2==0.1.2
Add bottle for glances web
seaborn matplotlib scipy numpy unidecode wikipedia whoosh nltk scikit-learn regex fuzzywuzzy py4j python-Levenshtein requests click pyfunctional progressbar2 fn luigi sqlalchemy jinja2 psycopg2 awscli setuptools typing
seaborn matplotlib scipy numpy unidecode wikipedia whoosh nltk scikit-learn regex fuzzywuzzy py4j python-Levenshtein requests click pyfunctional progressbar2 fn luigi sqlalchemy jinja2 psycopg2 awscli setuptools typing bottle
Build both static and dynamic libraries
cmake_minimum_required(VERSION 2.8) project(Utilities) set(util_sources Cryptography.cpp DataStream.cpp Misc.cpp Semaphore.cpp Socket.cpp TCPConnection.cpp TCPServer.cpp WebSocketConnection.cpp SQLDatabase.cpp RequestServer.cpp) file(GLOB util_headers *.h) add_library(Utilities STATIC ${util_sources}) set(CMAKE_CXX_FLAGS "-std=c++11 -Wall -Wextra -pedantic -Wno-overloaded-virtual ${CMAKE_CXX_FLAGS}") find_package(Threads REQUIRED) find_package(OpenSSL REQUIRED) find_package(PostgreSQL REQUIRED) target_link_libraries(Utilities ${CMAKE_THREAD_LIBS_INIT} ${OPENSSL_LIBRARIES} ${PostgreSQL_LIBRARIES}) include_directories(${PostgreSQL_INCLUDE_DIRS}) if(NOT WIN32) target_link_libraries(Utilities rt) install(FILES ${util_headers} DESTINATION include/Utilities) install(FILES ${CMAKE_BINARY_DIR}/libUtilities.a DESTINATION lib) endif()
cmake_minimum_required(VERSION 2.8) project(Utilities) set(util_sources Cryptography.cpp DataStream.cpp Misc.cpp Semaphore.cpp Socket.cpp TCPConnection.cpp TCPServer.cpp WebSocketConnection.cpp SQLDatabase.cpp RequestServer.cpp) file(GLOB util_headers *.h) add_library(Utilities STATIC ${util_sources}) add_library(Utilities SHARED ${util_sources}) set(CMAKE_CXX_FLAGS "-std=c++11 -Wall -Wextra -pedantic -Wno-overloaded-virtual ${CMAKE_CXX_FLAGS}") find_package(Threads REQUIRED) find_package(OpenSSL REQUIRED) find_package(PostgreSQL REQUIRED) target_link_libraries(Utilities ${CMAKE_THREAD_LIBS_INIT} ${OPENSSL_LIBRARIES} ${PostgreSQL_LIBRARIES}) include_directories(${PostgreSQL_INCLUDE_DIRS}) if(NOT WIN32) target_link_libraries(Utilities rt) install(FILES ${util_headers} DESTINATION include/Utilities) install(FILES ${CMAKE_BINARY_DIR}/libUtilities.a DESTINATION lib) install(FILES ${CMAKE_BINARY_DIR}/libUtilities.so DESTINATION lib) endif()
Define base variable, configuration of file and install
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/clawc.in ${CMAKE_CURRENT_SOURCE_DIR}/clawc) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/clawc.conf.in ${CMAKE_CURRENT_SOURCE_DIR}/clawc.conf)
cmake_minimum_required(VERSION 3.1) # Set varibous variables needed for the configuration find_package(Java) #if(NOT Java_Runtime_FOUND) # message(FATAL_ERROR "Java not found") #endif() set(OMNI_HOME "/usr/local") set(OM_CX2X_DRIVER_CONF_DIR "${CMAKE_INSTALL_PREFIX}/etc/") set(JAVA_OPT "-Xmx200m -Xms200m") set(OMNI_F2X_FLAGS "-I${OMNI_HOME}/include -M.") set(FPPFLAGS "-E") set(FPP "gfortran") set(CPP_OPT "-cpp") set(OMNI_JAR1 "${OMNI_HOME}/share/xcalablemp/om-exc-tools.jar") set(OMNI_JAR2 "${OMNI_HOME}/share/xcalablemp/om-c-back.jar") set(OMNI_JAR3 "${OMNI_HOME}/share/xcalablemp/om-f-back.jar") set(OMNI_JAR4 "${OMNI_HOME}/share/xcalablemp/om-common.jar") set(OM_CX2X_DRIVER_CONF_DIR "${CMAKE_INSTALL_PREFIX}/etc/") set(CLAW_CONF_FILE "clawc.conf") set(CLAW_COMPILER_FILE "clawc") # Check existence of OMNI Compiler Java librairies if(NOT EXISTS ${OMNI_JAR1} OR NOT EXISTS ${OMNI_JAR2} OR NOT EXISTS ${OMNI_JAR3} OR NOT EXISTS ${OMNI_JAR4}) message(FATAL_ERROR "OMNI Compiler library not found. Specify OMNI Compiler install path with -DOMNI_HOME=<path>") endif() configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/${CLAW_CONF_FILE}.in ${CMAKE_CURRENT_SOURCE_DIR}/${CLAW_CONF_FILE} @ONLY ) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/${CLAW_COMPILER_FILE}.in ${CMAKE_CURRENT_SOURCE_DIR}/${CLAW_COMPILER_FILE} @ONLY ) install( FILES ${CLAW_CONF_FILE} DESTINATION ${CMAKE_INSTALL_PREFIX}/etc ) install( FILES ${CLAW_COMPILER_FILE} PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ DESTINATION ${CMAKE_INSTALL_PREFIX}/bin )
Add first about content (very rough draft)
About Me and This Project My name is Sagar Shah. I used to value companies and securities for a living. About 4 months ago I decided to learn to code via the Flatiron School in NYC. This project I wanted to create something that made it easier and more convenient for people to get in touch with their congressmen and women. In this first implementation of the tool, the value add is simply the ability to write (or copy/paste) a letter to your congressman or woman. The tool will create a letter for you addressed appropriately. We'll even send the letter out for you. Later implementations: Imagine this: If everyone sent their letters to Congress through this tool, and if we collected data on the response rate, then we'd have an interesting talking point about how much members of Congress actually cared about their constituency. Bigger picture: Why? It's easy to be convinced that large corporations and personal interests drive the actions of Congress. Undoubtedly, these forces play a significant role. But, citizens have the power to be heard. If w Maybe the reason more people don't send letters to Congress is because of the inconvenience associated with it. Maybe it's just the fact of typing it up, printing, and sending Concerns: What if people send stupid stuff? That's possible. If you make it easier for more people to use a certain form of communication, then you obviously have less control over what gets communicated. Civic engagement in the United States is pretty bad. Most citizens don't really care to interact with their elected officials, even though many people clearly have something to say about politics during election cycles.
Update coverage package to 4.5.3
# Testing coverage==4.5.2 # Test coverage flake8==3.7.6 # Python linting mypy==0.670 # Static typing
# Testing coverage==4.5.3 # Test coverage flake8==3.7.6 # Python linting mypy==0.670 # Static typing
Update dependency sentry-sdk to v1.4.1
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt Django==3.1.5 gevent==21.8.0 gunicorn==20.1.0 sentry-sdk==1.3.1
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt Django==3.1.5 gevent==21.8.0 gunicorn==20.1.0 sentry-sdk==1.4.1
Upgrade New Relic agent to 2.86.3.70
# Packages required in a production environment -r base.txt boto==2.45.0 gevent==1.2.1 gunicorn==19.6.0 mysqlclient==1.3.10 newrelic==2.78.0.57 nodeenv==1.1.2 PyYAML==3.12 python-memcached==1.58
# Packages required in a production environment -r base.txt boto==2.45.0 gevent==1.2.1 gunicorn==19.6.0 mysqlclient==1.3.10 newrelic==2.86.3.70 nodeenv==1.1.2 PyYAML==3.12 python-memcached==1.58
Update pytest from 3.7.2 to 3.7.3
pytest==3.7.2 coverage==4.5.1 behave==1.2.6 mock==2.0.0 selenium==3.14.0 coveralls==1.4.0
pytest==3.7.3 coverage==4.5.1 behave==1.2.6 mock==2.0.0 selenium==3.14.0 coveralls==1.4.0
Add package dependency for breadcrumbs
# Wheel 0.25+ needed to install certain packages on CPython 3.5+ # like Pillow and psycopg2 # See http://bitly.com/wheel-building-fails-CPython-35 # Verified bug on Python 3.5.1 wheel==0.29.0 # Django django==1.10.6 # Images Pillow==4.0.0 # Markdown python-markdown-math==0.2 # Models django-model-utils==2.6.1 # PDF Generation WeasyPrint==0.36 html5lib==1.0b8 # Python-PostgreSQL Database Adapter psycopg2==2.7 # YAML Loading PyYAML==3.12
# Wheel 0.25+ needed to install certain packages on CPython 3.5+ # like Pillow and psycopg2 # See http://bitly.com/wheel-building-fails-CPython-35 # Verified bug on Python 3.5.1 wheel==0.29.0 # Django django==1.10.6 # Images Pillow==4.0.0 # Markdown python-markdown-math==0.2 # Models django-model-utils==2.6.1 # PDF Generation WeasyPrint==0.36 html5lib==1.0b8 # Python-PostgreSQL Database Adapter psycopg2==2.7 # Templates django-bootstrap-breadcrumbs==0.8.2 # YAML Loading PyYAML==3.12
Update cnx-common from 1.3.4 to 1.3.5
certifi==2020.4.5.1 chardet==3.0.4 cnx-common==1.3.4 cnx-db==3.5.3 cnx-epub==0.21.1 cnx-query-grammar==0.2.2 cnx-transforms==1.2.0 hupper==1.10.2 idna==2.9 jinja2==2.11.2 lxml==4.4.3 markupsafe==1.1.1 parsimonious==0.8.1 pastedeploy==2.1.0 plaster-pastedeploy==0.7 plaster==1.0 psycopg2==2.8.5 pyramid-jinja2==2.8 pyramid==1.10.4 python-memcached==1.59 python-slugify==4.0.0 pytz==2019.3 requests==2.23.0 rhaptos.cnxmlutils==1.7.3 six==1.14.0 sqlalchemy==1.3.16 text-unidecode==1.3 translationstring==1.3 tzlocal==2.0.0 urllib3==1.25.9 venusian==1.2.0 # pyup: update no, venusion dropped support for python 2.7 waitress==1.4.3 webob==1.8.6 zope.deprecation==4.4.0 zope.interface==5.1.0
certifi==2020.4.5.1 chardet==3.0.4 cnx-common==1.3.5 cnx-db==3.5.3 cnx-epub==0.21.1 cnx-query-grammar==0.2.2 cnx-transforms==1.2.0 hupper==1.10.2 idna==2.9 jinja2==2.11.2 lxml==4.4.3 markupsafe==1.1.1 parsimonious==0.8.1 pastedeploy==2.1.0 plaster-pastedeploy==0.7 plaster==1.0 psycopg2==2.8.5 pyramid-jinja2==2.8 pyramid==1.10.4 python-memcached==1.59 python-slugify==4.0.0 pytz==2019.3 requests==2.23.0 rhaptos.cnxmlutils==1.7.3 six==1.14.0 sqlalchemy==1.3.16 text-unidecode==1.3 translationstring==1.3 tzlocal==2.0.0 urllib3==1.25.9 venusian==1.2.0 # pyup: update no, venusion dropped support for python 2.7 waitress==1.4.3 webob==1.8.6 zope.deprecation==4.4.0 zope.interface==5.1.0
Update coveralls from 1.7.0 to 1.8.0
# Test dependencies go here. -r base.txt pytest==4.6.2 pytest-django==3.5.0 pytest-tap==2.3 coverage==4.5.3 coveralls==1.7.0 flake8==3.7.7 django-test-plus==1.2.0 factory_boy==2.12.0
# Test dependencies go here. -r base.txt pytest==4.6.2 pytest-django==3.5.0 pytest-tap==2.3 coverage==4.5.3 coveralls==1.8.0 flake8==3.7.7 django-test-plus==1.2.0 factory_boy==2.12.0
Bump django from 3.0.9 to 3.1
# Contains all dependencies which are required for production and for development Django==3.0.9 django-allauth==0.42.0 django-allauth-cas==1.0.0 django-bootstrap4==2.2.0 django-icons==2.1.1 django-formtools==2.2 odswriter==0.4.0 Pillow==7.2.0 pyTUID==1.3.5 pytz==2020.1
# Contains all dependencies which are required for production and for development Django==3.1 django-allauth==0.42.0 django-allauth-cas==1.0.0 django-bootstrap4==2.2.0 django-icons==2.1.1 django-formtools==2.2 odswriter==0.4.0 Pillow==7.2.0 pyTUID==1.3.5 pytz==2020.1
Update dask from 0.14.3 to 0.15.0
pip==9.0.1 wheel==0.29.0 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 pytest==3.1.1 pytest-cov==2.5.1 Sphinx==1.6.2 sphinx-rtd-theme==0.2.4 boto3==1.4.4 datafs==0.7.1 bumpversion==0.5.3 watchdog==0.8.3 cryptography==1.9 h5py==2.7.0 netCDF4==1.2.7 xarray==0.9.5 dask==0.14.3 numpy==1.12.1 scipy==0.19.0 numba==0.33.0 pandas==0.20.2 blaze==0.10.1 bottleneck==1.2.1 dill==0.2.6 joblib==0.11
pip==9.0.1 wheel==0.29.0 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 pytest==3.1.1 pytest-cov==2.5.1 Sphinx==1.6.2 sphinx-rtd-theme==0.2.4 boto3==1.4.4 datafs==0.7.1 bumpversion==0.5.3 watchdog==0.8.3 cryptography==1.9 h5py==2.7.0 netCDF4==1.2.7 xarray==0.9.5 dask==0.15.0 numpy==1.12.1 scipy==0.19.0 numba==0.33.0 pandas==0.20.2 blaze==0.10.1 bottleneck==1.2.1 dill==0.2.6 joblib==0.11
Add delay before checking confirmation message (needs time to pop up).
*** Settings *** Documentation Global keywords for Eden tests *** Variables *** ${CONFIRMATION} jquery=div.alert-success ${ERROR} jquery=div.alert-error *** Keywords *** Should Show Confirmation [Documentation] Fails if no confirmation message is visible in the page Page Should Contain Element ${CONFIRMATION} Confirmation message not shown Should Show Error [Documentation] Fails if no error message is visible in the page Page Should Contain Element ${ERROR} Error message not shown
*** Settings *** Documentation Global keywords for Eden tests *** Variables *** ${CONFIRMATION} jquery=div.alert-success ${ERROR} jquery=div.alert-error *** Keywords *** Should Show Confirmation [Documentation] Fails if no confirmation message is visible in the page Sleep 1s Wait for message to render Page Should Contain Element ${CONFIRMATION} Confirmation message not shown Should Show Error [Documentation] Fails if no error message is visible in the page Page Should Contain Element ${ERROR} Error message not shown
Update marshmallow from 3.0.0rc5 to 3.0.1
hestia==0.4.1 Jinja2==2.10.1 marshmallow==3.0.0rc5 numpy>=1.15.2 python-dateutil>=2.7.3 pytz>=2018.9 rhea==0.5.4
hestia==0.4.1 Jinja2==2.10.1 marshmallow==3.0.1 numpy>=1.15.2 python-dateutil>=2.7.3 pytz>=2018.9 rhea==0.5.4
Update attribution notice per release 4.0
popHealth Copyright 2010 Federal Health Architecture This product includes software developed at Project Laika (http://projectlaika.org/). This software contains code derived from the open source Laika software project, including various modifications by the MITRE Corporation http://www.mitre.org, the Certification Commission for Healthcare Information Technology http://www.cchit.org, Citius Tech http://www.citiustech.com/, and Open Sourcery http://www.opensourcery.com/.
popHealth Copyright 2010 Federal Health Architecture This product includes software developed at Project Laika (http://projectlaika.org/). This software contains code derived from the open source Laika software project, including various modifications by the MITRE Corporation http://www.mitre.org, the Certification Commission for Healthcare Information Technology http://www.cchit.org, Citius Tech http://www.citiustech.com/, and Open Sourcery http://www.opensourcery.com/. This software contains code and modifications contributed by eHealthConnecticut, Alabama Medicaid, Northwestern University, and OSEHRA.
Add testresources used by oslo.db fixture
# The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.0 Mako>=0.4.0 PrettyTable<0.8,>=0.7 PyMySQL>=0.6.2 # MIT License bashate>=0.2 # Apache-2.0 coverage>=3.6 fixtures>=1.3.1 mock>=1.2 oslosphinx>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 psycopg2>=2.5 pylint==1.4.4 # GNU GPL v2 rfc3986>=0.2.0 # Apache-2.0 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 sphinxcontrib-httpdomain tempest-lib>=0.9.0 testrepository>=0.0.18 testscenarios>=0.4 testtools>=1.4.0 python-saharaclient>=0.10.0
# The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.0 Mako>=0.4.0 PrettyTable<0.8,>=0.7 PyMySQL>=0.6.2 # MIT License bashate>=0.2 # Apache-2.0 coverage>=3.6 fixtures>=1.3.1 mock>=1.2 oslosphinx>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 psycopg2>=2.5 pylint==1.4.4 # GNU GPL v2 rfc3986>=0.2.0 # Apache-2.0 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 sphinxcontrib-httpdomain tempest-lib>=0.9.0 testrepository>=0.0.18 testresources>=0.2.4 testscenarios>=0.4 testtools>=1.4.0 python-saharaclient>=0.10.0
Update mkdocs from 1.2.1 to 1.2.2
# Test requirements pytest==6.2.4 pytest-cov==2.11.1 pytest-django==4.2.0 flake8==3.9.2 ipdb==0.13.7 # wheel for PyPI installs wheel==0.36.2 # MkDocs for documentation previews/deploys mkdocs==1.2.1
# Test requirements pytest==6.2.4 pytest-cov==2.11.1 pytest-django==4.2.0 flake8==3.9.2 ipdb==0.13.7 # wheel for PyPI installs wheel==0.36.2 # MkDocs for documentation previews/deploys mkdocs==1.2.2
Update sphinx from 1.5.3 to 1.5.4
-r common.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 coverage==4.3.4 Sphinx==1.5.3 cryptography==1.8.1
-r common.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 coverage==4.3.4 Sphinx==1.5.4 cryptography==1.8.1
Update punch.py from 1.4.0 to 1.4.1
-e . alabaster==0.7.10 coverage==4.4.1 cryptography==2.0.3 flake8==3.4.1 flake8_docstrings==1.1.0 punch.py==1.4.0 pytest==3.2.2 pyyaml==3.12 sphinx==1.6.2 sphinx-autodoc-typehints==1.2.3 tox==2.8.2 twine==1.9.1 wheel==0.30.0 watchdog==0.8.3
-e . alabaster==0.7.10 coverage==4.4.1 cryptography==2.0.3 flake8==3.4.1 flake8_docstrings==1.1.0 punch.py==1.4.1 pytest==3.2.2 pyyaml==3.12 sphinx==1.6.2 sphinx-autodoc-typehints==1.2.3 tox==2.8.2 twine==1.9.1 wheel==0.30.0 watchdog==0.8.3
Update pip from 20.3.3 to 21.0
wheel==0.36.2 watchdog==1.0.2 pip==20.3.3 flake8==3.8.4 Sphinx==3.4.3 tox==3.21.2 coverage==5.3.1 PyYAML==5.4.1 pytest==6.2.0
wheel==0.36.2 watchdog==1.0.2 pip==21.0 flake8==3.8.4 Sphinx==3.4.3 tox==3.21.2 coverage==5.3.1 PyYAML==5.4.1 pytest==6.2.0
Update djangorestframework from 3.7.2 to 3.7.3
git+https://github.com/cuducos/django-simple-history.git@cuducos-missing-translations-in-pt-br#egg=django-simple-history Django==1.11.7 brazilnum==0.8.8 celery==4.1.0 dj-database-url==0.4.2 django-assets==0.12 django-bulk-update==2.2.0 django-cors-middleware==1.3.1 django-debug-toolbar==1.8 django-extensions==1.9.7 django-test-without-migrations==0.6 djangorestframework==3.7.2 freezegun==0.3.9 gunicorn==19.7.1 psycopg2==2.7.3.2 py-gfm==0.1.3 python-decouple==3.1 python-memcached==1.58 python-twitter==3.3 reprint==0.3.0 # pyup: ignore requests==2.18.4 rows==0.3.1
git+https://github.com/cuducos/django-simple-history.git@cuducos-missing-translations-in-pt-br#egg=django-simple-history Django==1.11.7 brazilnum==0.8.8 celery==4.1.0 dj-database-url==0.4.2 django-assets==0.12 django-bulk-update==2.2.0 django-cors-middleware==1.3.1 django-debug-toolbar==1.8 django-extensions==1.9.7 django-test-without-migrations==0.6 djangorestframework==3.7.3 freezegun==0.3.9 gunicorn==19.7.1 psycopg2==2.7.3.2 py-gfm==0.1.3 python-decouple==3.1 python-memcached==1.58 python-twitter==3.3 reprint==0.3.0 # pyup: ignore requests==2.18.4 rows==0.3.1
Update celery from 5.0.5 to 5.1.0
Celery==5.0.5 kombu==5.1.0 Django==3.2.3 factory-boy==3.2.0 djangorestframework==3.12.4 mock==4.0.3 six==1.16.0 jsonpickle==2.0.0 django_nose==1.4.7
Celery==5.1.0 kombu==5.1.0 Django==3.2.3 factory-boy==3.2.0 djangorestframework==3.12.4 mock==4.0.3 six==1.16.0 jsonpickle==2.0.0 django_nose==1.4.7
Add missing test requirement (mock).
--index-url https://pypi.python.org/simple/ pytest hypothesis # Load the rest from setup.py: -e .
--index-url https://pypi.python.org/simple/ pytest hypothesis mock # Load the rest from setup.py: -e .
Update sqlalchemy-searchable from 0.5.0 to 1.0.3
chameleon==3.3 coverage==4.5.1 docutils==0.14 mako==1.0.7 markupsafe==1.0 nose==1.3.7 passlib==1.7.1 pastedeploy==1.5.2 paster==0.8 pygments==2.2.0 pyramid==1.9.2 pyramid-chameleon==0.3 pyramid-debugtoolbar==4.4 pyramid-mako==1.0.2 pyramid-tm==2.2 repoze.lru==0.7 repoze.tm2==2.1 sqlalchemy==1.2.8 transaction==2.2.1 translationstring==1.3 venusian==1.1.0 waitress==1.1.0 webob==1.8.2 zope.deprecation==4.3.0 zope.interface==4.5.0 zope.sqlalchemy==1.0 boto==2.48.0 markerlib==0.6.0 sqlalchemy-searchable==0.5.0 sqlalchemy-utils==0.26.0 webhelpers==1.3.0 unidecode==0.04.16 recaptcha==1.0rc1 python-slugify==0.0.7 pastescript==1.7.5 Pillow==2.5.0 requests==2.3.0
chameleon==3.3 coverage==4.5.1 docutils==0.14 mako==1.0.7 markupsafe==1.0 nose==1.3.7 passlib==1.7.1 pastedeploy==1.5.2 paster==0.8 pygments==2.2.0 pyramid==1.9.2 pyramid-chameleon==0.3 pyramid-debugtoolbar==4.4 pyramid-mako==1.0.2 pyramid-tm==2.2 repoze.lru==0.7 repoze.tm2==2.1 sqlalchemy==1.2.8 transaction==2.2.1 translationstring==1.3 venusian==1.1.0 waitress==1.1.0 webob==1.8.2 zope.deprecation==4.3.0 zope.interface==4.5.0 zope.sqlalchemy==1.0 boto==2.48.0 markerlib==0.6.0 sqlalchemy-searchable==1.0.3 sqlalchemy-utils==0.26.0 webhelpers==1.3.0 unidecode==0.04.16 recaptcha==1.0rc1 python-slugify==0.0.7 pastescript==1.7.5 Pillow==2.5.0 requests==2.3.0
Update testinfra from 1.11.0 to 1.11.1
docker==3.1.0 molecule==1.25.0 pymongo==3.6.0 pytest==3.4.1 pytest==3.4.1 python-vagrant==0.5.15 tox==2.9.1 testinfra==1.11.0
docker==3.1.0 molecule==1.25.0 pymongo==3.6.0 pytest==3.4.1 pytest==3.4.1 python-vagrant==0.5.15 tox==2.9.1 testinfra==1.11.1
Upgrade dependency django-imagekit to ==4.0.2
appdirs==1.4.3 contextlib2==0.5.5 Django==1.11.7 django-appconf==1.0.2 django-cacheops==4.0 django-compressor==2.2 django-debug-toolbar==1.9 django-imagekit==4.0.1 django-querycount==0.7.0 freezegun==0.3.9 funcy==1.10 olefile==0.44 packaging==16.8 pilkit==2.0 Pillow==4.3.0 psycopg2==2.7.3 pyparsing==2.2.0 python-dateutil==2.6.1 pytz==2017.3 raven==6.3.0 rcssmin==1.0.6 redis==2.10.6 rjsmin==1.0.12 six==1.11.0 sqlparse==0.2.4 uWSGI==2.0.15
appdirs==1.4.3 contextlib2==0.5.5 Django==1.11.7 django-appconf==1.0.2 django-cacheops==4.0 django-compressor==2.2 django-debug-toolbar==1.9 django-imagekit==4.0.2 django-querycount==0.7.0 freezegun==0.3.9 funcy==1.10 olefile==0.44 packaging==16.8 pilkit==2.0 Pillow==4.3.0 psycopg2==2.7.3 pyparsing==2.2.0 python-dateutil==2.6.1 pytz==2017.3 raven==6.3.0 rcssmin==1.0.6 redis==2.10.6 rjsmin==1.0.12 six==1.11.0 sqlparse==0.2.4 uWSGI==2.0.15
Update flake8 requirement from <3.8,>=3.7 to >=3.7,<3.9
# Development django-debug-toolbar>=1.10,<2.3 django-extensions>=2.1,<2.3 flake8>=3.7,<3.8 # Testing coverage>=5.1,<5.2 django-webtest>=1.9,<1.10 factory-boy>=2.12,<2.13 pinocchio==0.4.2 psycopg2-binary>=2.8,<2.9 pytest-cov>=2.7,<2.9 pytest-django>=3.9,<3.10 tox>=3.1,<3.15
# Development django-debug-toolbar>=1.10,<2.3 django-extensions>=2.1,<2.3 flake8>=3.7,<3.9 # Testing coverage>=5.1,<5.2 django-webtest>=1.9,<1.10 factory-boy>=2.12,<2.13 pinocchio==0.4.2 psycopg2-binary>=2.8,<2.9 pytest-cov>=2.7,<2.9 pytest-django>=3.9,<3.10 tox>=3.1,<3.15
Update lxml from 3.7.1 to 3.7.2
# # This file is autogenerated by pip-compile # Make changes in requirements.in, then run this to update: # # pip-compile requirements.in # cffi==1.9.1; platform_python_implementation != 'PyPy' characteristic==14.3.0 # via service-identity cryptography==1.7.2 # via pyopenssl enum34==1.1.6 # via cryptography idna==2.2 # via cryptography, twisted ipaddress==1.0.18 # via cryptography lxml==3.7.1 pyasn1-modules==0.0.8 # via service-identity pyasn1==0.1.9 # via cryptography, pyasn1-modules, service-identity pyopenssl==16.2.0 # via service-identity, twisted service-identity==16.0.0 # via twisted six==1.10.0 # via cryptography, pyopenssl Twisted[tls]==16.6.0 zope.interface==4.3.3 # via twisted # The following packages are commented out because they are # considered to be unsafe in a requirements file: # setuptools # via cryptography, zope.interface
# # This file is autogenerated by pip-compile # Make changes in requirements.in, then run this to update: # # pip-compile requirements.in # cffi==1.9.1; platform_python_implementation != 'PyPy' characteristic==14.3.0 # via service-identity cryptography==1.7.2 # via pyopenssl enum34==1.1.6 # via cryptography idna==2.2 # via cryptography, twisted ipaddress==1.0.18 # via cryptography lxml==3.7.2 pyasn1-modules==0.0.8 # via service-identity pyasn1==0.1.9 # via cryptography, pyasn1-modules, service-identity pyopenssl==16.2.0 # via service-identity, twisted service-identity==16.0.0 # via twisted six==1.10.0 # via cryptography, pyopenssl Twisted[tls]==16.6.0 zope.interface==4.3.3 # via twisted # The following packages are commented out because they are # considered to be unsafe in a requirements file: # setuptools # via cryptography, zope.interface
Update clldutils from 1.13.6 to 1.13.7
pydplace==0.4 Django==1.11.5 django-appconf==1.0.2 django-bootstrap3==9.0.0 django-filter==1.0.4 djangorestframework==3.6.4 ete3==3.0.0b35 psycopg2==2.7.3.1 python-nexus==1.53 six==1.11.0 coverage==4.4.1 flake8==3.4.1 newick==0.8.0 clldutils==1.13.6 attrs==17.2.0
pydplace==0.4 Django==1.11.5 django-appconf==1.0.2 django-bootstrap3==9.0.0 django-filter==1.0.4 djangorestframework==3.6.4 ete3==3.0.0b35 psycopg2==2.7.3.1 python-nexus==1.53 six==1.11.0 coverage==4.4.1 flake8==3.4.1 newick==0.8.0 clldutils==1.13.7 attrs==17.2.0