Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update sphinx from 2.0.0 to 2.0.1
pip==10.0.1 bumpversion==0.5.3 wheel==0.33.1 watchdog==0.9.0 flake8==3.7.7 tox==3.8.6 coverage==4.5.3 Sphinx==2.0.0 cryptography==2.6.1 PyYAML==3.12 pytest==4.4.0 pytest-runner==4.4 vcrpy==2.0.1 twine==1.13.0
pip==10.0.1 bumpversion==0.5.3 wheel==0.33.1 watchdog==0.9.0 flake8==3.7.7 tox==3.8.6 coverage==4.5.3 Sphinx==2.0.1 cryptography==2.6.1 PyYAML==3.12 pytest==4.4.0 pytest-runner==4.4 vcrpy==2.0.1 twine==1.13.0
Update django from 3.1 to 3.1.5
# Your app requirements. -r ../requirements_test.txt django==3.1 # Your app in editable mode. -e ../
# Your app requirements. -r ../requirements_test.txt django==3.1.5 # Your app in editable mode. -e ../
Update xmind2testlink from 2.0.6 to 2.0.7
flask==1.0.2 xmind2testlink==2.0.6 arrow==0.13.0
flask==1.0.2 xmind2testlink==2.0.7 arrow==0.13.0
Update CV of Isotopes to 3.1 (3)
Categories:Science & Education License:GPLv3 Web Site: Source Code:https://github.com/chemicalappspace/Isotopes Issue Tracker:https://github.com/chemicalappspace/Isotopes/issues Auto Name:Isotopes Summary:Isotope Information Description: Isotopes is an app with more then 3000 isotopes, both natural and synthetic, including accurate mass information and natural abundance. . Repo Type:git Repo:https://github.com/chemicalappspace/Isotopes Build:2.0,2 commit=2.0 Auto Update Mode:None Update Check Mode:Tags Current Version:2.0 Current Version Code:2
Categories:Science & Education License:GPLv3 Web Site: Source Code:https://github.com/chemicalappspace/Isotopes Issue Tracker:https://github.com/chemicalappspace/Isotopes/issues Auto Name:Isotopes Summary:Isotope Information Description: Isotopes is an app with more then 3000 isotopes, both natural and synthetic, including accurate mass information and natural abundance. . Repo Type:git Repo:https://github.com/chemicalappspace/Isotopes Build:2.0,2 commit=2.0 Auto Update Mode:None Update Check Mode:Tags Current Version:3.1 Current Version Code:3
Bump isort from 5.10.0 to 5.10.1
black==21.10b0 flake8==4.0.1 isort==5.10.0 mypy==0.910 mysqlclient==2.0.3 psycopg2-binary==2.9.1 pylint-django==2.4.4 pytest-benchmark==3.4.1 pytest-django==4.4.0 pytest==6.2.5 tox==3.24.4
black==21.10b0 flake8==4.0.1 isort==5.10.1 mypy==0.910 mysqlclient==2.0.3 psycopg2-binary==2.9.1 pylint-django==2.4.4 pytest-benchmark==3.4.1 pytest-django==4.4.0 pytest==6.2.5 tox==3.24.4
Upgrade dependency django-extensions to ==1.7.2
django==1.9.8 psycopg2==2.6.2 markdown==2.6.6 pyyaml==3.11 python-thumbnails==0.5.1 pillow==3.3.0 django-basis==0.4.0 django-braces==1.9.0 django-nopassword==2.1.1 django-pipeline==1.6.8 django-extensions==1.7.1 django-pipeline-compass-rubygem==0.1.9 django-cachalot==1.2.1 djangorestframework==3.4.4 -e git+https://github.com/relekang/pypandoc.git#egg=pypandoc
django==1.9.8 psycopg2==2.6.2 markdown==2.6.6 pyyaml==3.11 python-thumbnails==0.5.1 pillow==3.3.0 django-basis==0.4.0 django-braces==1.9.0 django-nopassword==2.1.1 django-pipeline==1.6.8 django-extensions==1.7.2 django-pipeline-compass-rubygem==0.1.9 django-cachalot==1.2.1 djangorestframework==3.4.4 -e git+https://github.com/relekang/pypandoc.git#egg=pypandoc
Tidy up default landing page
{include file="inc_head.txt"} <div id="intro"> <p>◻ this is tweet bucket; that is all</p> </div> {include file="inc_foot.txt"}
Update flake8 from 3.7.7 to 3.7.8
-r requirements-dev.txt black==19.3b0 flake8==3.7.7
-r requirements-dev.txt black==19.3b0 flake8==3.7.8
Update dependency sphinx to v3.1.0
-r ../requirements.txt sphinx==3.0.4 sphinx_rtd_theme==0.4.3 sphinxcontrib-svg2pdfconverter
-r ../requirements.txt sphinx==3.1.0 sphinx_rtd_theme==0.4.3 sphinxcontrib-svg2pdfconverter
Update django-extensions from 2.1.4 to 2.1.5
# Local development dependencies go here -r test.txt black==18.9b0 pre-commit==1.14.3 Sphinx==1.8.4 django-extensions==2.1.4 Werkzeug==0.14.1 django-debug-toolbar==1.11 # improved REPL ipdb==0.11 pytest-django==3.4.5 # pytest-sugar==0.9.2
# Local development dependencies go here -r test.txt black==18.9b0 pre-commit==1.14.3 Sphinx==1.8.4 django-extensions==2.1.5 Werkzeug==0.14.1 django-debug-toolbar==1.11 # improved REPL ipdb==0.11 pytest-django==3.4.5 # pytest-sugar==0.9.2
Update django-redis from 5.0.0 to 5.1.0
-r base.txt django-redis==5.0.0 hiredis==2.0.0 gunicorn==20.1.0
-r base.txt django-redis==5.1.0 hiredis==2.0.0 gunicorn==20.1.0
Update coverage from 5.1 to 5.2
# Test dependencies # Check Python style flake8==3.8.2 pydocstyle==5.0.2 # Coverage Tools coverage==5.1 # Skip migration files for local testing django-test-without-migrations==0.6 # PDF file checking PyPDF2==1.26.0
# Test dependencies # Check Python style flake8==3.8.2 pydocstyle==5.0.2 # Coverage Tools coverage==5.2 # Skip migration files for local testing django-test-without-migrations==0.6 # PDF file checking PyPDF2==1.26.0
Fix hacking min version to 3.0.1
# 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>=3.0,<3.1.0 # Apache-2.0 ddt>=1.0.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 # Documentation reno>=2.5.0 # Apache-2.0 sphinx>=1.8.0,!=2.1.0 # BSD openstackdocstheme>=1.31.2 # Apache-2.0 os-api-ref>=1.4.0 # Apache-2.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>=3.0.1,<3.1.0 # Apache-2.0 ddt>=1.0.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 # Documentation reno>=2.5.0 # Apache-2.0 sphinx>=1.8.0,!=2.1.0 # BSD openstackdocstheme>=1.31.2 # Apache-2.0 os-api-ref>=1.4.0 # Apache-2.0
Update hypothesis requirement from <5.2.1 to <5.2.2
pytest<6 hypothesis<5.2.1 coverage==5.0.3 attrs==19.3.0
pytest<6 hypothesis<5.2.2 coverage==5.0.3 attrs==19.3.0
Bump eclipsegen to 0.4.2 to see if that fixes the build.
GitPython~=2.0 plumbum~=1.4 pystache~=0.5 requests~=2.7 wand~=0.4 pyfiglet~=0.7 jprops~=1.0 buildorchestra~=0.1 mavenpy~=0.1.4 gradlepy~=0.1 eclipsegen~=0.4.1 bintraypy~=0.1 nexuspy~=0.1 packaging~=19.0
GitPython~=2.0 plumbum~=1.4 pystache~=0.5 requests~=2.7 wand~=0.4 pyfiglet~=0.7 jprops~=1.0 buildorchestra~=0.1 mavenpy~=0.1.4 gradlepy~=0.1 eclipsegen~=0.4.2 bintraypy~=0.1 nexuspy~=0.1 packaging~=19.0
Update snippet to be more representative of Julia
function hello() return "Hello, World!" end
function julia_set(z, c) n = 0 while abs2(z) < 4 z = z^2 + c n += 1 end n end
Update sphinx from 1.4.8 to 1.5.1
ipykernel==4.5.2 lxml==3.7.2 mock==2.0.0 nbsphinx==0.2.12 pandoc==1.0.0b2 pytest==3.0.5 pytest-flake8==0.8.1 sphinx==1.4.8 sphinx-rtd-theme==0.1.9 sphinxcontrib-napoleon==0.6.0 SQLAlchemy==1.1.4 tox==2.5.0 twine==1.8.1 xlrd==1.0.0
ipykernel==4.5.2 lxml==3.7.2 mock==2.0.0 nbsphinx==0.2.12 pandoc==1.0.0b2 pytest==3.0.5 pytest-flake8==0.8.1 sphinx==1.5.1 sphinx-rtd-theme==0.1.9 sphinxcontrib-napoleon==0.6.0 SQLAlchemy==1.1.4 tox==2.5.0 twine==1.8.1 xlrd==1.0.0
Set rubinius 2.2 and stable to 2.2.2.
2.1: 2.1.1 2.2: 2.2.1 stable: 2.2.1
2.1: 2.1.1 2.2: 2.2.2 stable: 2.2.2
Update pytest from 6.1.0 to 6.1.1
-e .[all] bumpversion==0.6.0 flake8==3.8.3 isort==5.5.4 moto==1.3.16 pytest-cov==2.10.1 pytest==6.1.0 wheel==0.35.1
-e .[all] bumpversion==0.6.0 flake8==3.8.3 isort==5.5.4 moto==1.3.16 pytest-cov==2.10.1 pytest==6.1.1 wheel==0.35.1
Update pylint from 1.8.3 to 1.8.4
coverage==4.5.1 flake8==3.5.0 nose==1.3.7 pep8==1.7.1 pylint==1.8.3 rednose==1.3.0 sphinx==1.7.2 flake8-import-order==0.17.1
coverage==4.5.1 flake8==3.5.0 nose==1.3.7 pep8==1.7.1 pylint==1.8.4 rednose==1.3.0 sphinx==1.7.2 flake8-import-order==0.17.1
Use RPATH when linking dynamic libraries
cmake_minimum_required(VERSION 2.8) project(inform C) if (UNIX) add_definitions("-Wall -Wextra -Werror -Wno-unused-parameter -std=gnu1x") endif() include_directories(include) add_subdirectory(src) add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}_SOURCES}) add_library(${PROJECT_NAME}_STATIC ${${PROJECT_NAME}_SOURCES}) set_target_properties(${PROJECT_NAME}_STATIC PROPERTIES OUTPUT_NAME ${PROJECT_NAME}) if (UNIX) target_link_libraries(${PROJECT_NAME} m) install(TARGETS ${PROJECT_NAME} EXPORT ${PROJECT_NAME} DESTINATION lib) install(TARGETS ${PROJECT_NAME}_STATIC EXPORT ${PROJECT_NAME} DESTINATION lib) install(DIRECTORY include/ DESTINATION include) endif() if (NOT MSVC) enable_testing() add_subdirectory(test) endif()
cmake_minimum_required(VERSION 2.8) project(inform C) if (UNIX) add_definitions("-Wall -Wextra -Werror -Wno-unused-parameter -std=gnu1x") endif() if (APPLE) set(CMAKE_MACOSX_RPATH ON) endif() include_directories(include) add_subdirectory(src) add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}_SOURCES}) add_library(${PROJECT_NAME}_STATIC ${${PROJECT_NAME}_SOURCES}) set_target_properties(${PROJECT_NAME}_STATIC PROPERTIES OUTPUT_NAME ${PROJECT_NAME}) if (UNIX) target_link_libraries(${PROJECT_NAME} m) install(TARGETS ${PROJECT_NAME} EXPORT ${PROJECT_NAME} DESTINATION lib) install(TARGETS ${PROJECT_NAME}_STATIC EXPORT ${PROJECT_NAME} DESTINATION lib) install(DIRECTORY include/ DESTINATION include) endif() if (NOT MSVC) enable_testing() add_subdirectory(test) endif()
Update sphinx from 1.6.7 to 1.7.1
coverage==4.5.1 aiodocker==0.10.0 flake8==3.5.0 ipdb==0.11 ipython==6.2.1 pyodbc==4.0.22 pytest==3.4.1 pytest-asyncio==0.8.0 pytest-cov==2.5.1 pytest-sugar==0.9.1 sphinx==1.6.7 sphinxcontrib-asyncio==0.2.0 uvloop==0.9.1
coverage==4.5.1 aiodocker==0.10.0 flake8==3.5.0 ipdb==0.11 ipython==6.2.1 pyodbc==4.0.22 pytest==3.4.1 pytest-asyncio==0.8.0 pytest-cov==2.5.1 pytest-sugar==0.9.1 sphinx==1.7.1 sphinxcontrib-asyncio==0.2.0 uvloop==0.9.1
Use older version of flake
coverage==4.0.2 pytest==2.8.2 pytest-cov==2.2.0 pytest-flake8==0.2 pytest-mock==0.9.0 requests==2.10.0
coverage==4.0.2 flake8==2.6.2 pytest==2.8.2 pytest-cov==2.2.0 pytest-flake8==0.2 pytest-mock==0.9.0 requests==2.10.0
Update boto3 from 1.7.24 to 1.7.26
Django==2.0.5 dj_database_url==0.5.0 django-ordered-model==1.4.3 pytz==2018.4 python_box==3.2.0 six==1.11.0 gunicorn==19.8.1 psycopg2==2.7.4 python-decouple==3.1 raven==6.8.0 #Amazon S3 Stuff boto3==1.7.24 Collectfast==0.6.2 botocore==1.10.26 django-s3-folder-storage==0.5 django-storages==1.6.6 docutils==0.14 jmespath==0.9.3 python-dateutil==2.7.3 s3transfer==0.1.13 six==1.11.0
Django==2.0.5 dj_database_url==0.5.0 django-ordered-model==1.4.3 pytz==2018.4 python_box==3.2.0 six==1.11.0 gunicorn==19.8.1 psycopg2==2.7.4 python-decouple==3.1 raven==6.8.0 #Amazon S3 Stuff boto3==1.7.26 Collectfast==0.6.2 botocore==1.10.26 django-s3-folder-storage==0.5 django-storages==1.6.6 docutils==0.14 jmespath==0.9.3 python-dateutil==2.7.3 s3transfer==0.1.13 six==1.11.0
Update pytest from 3.8.1 to 4.3.0
pip==18.0 bumpversion==0.5.3 wheel==0.32.2 watchdog==0.9.0 flake8==3.6.0 tox==3.5.3 coverage==4.5.1 Sphinx==1.8.1 cryptography==2.3.1 PyYAML==4.2b4 pytest==3.8.1 pytest-cov==2.6.0 coveralls==1.5.1 pytest-runner==4.2 numpy==1.15.2 pandas==0.23.4
pip==18.0 bumpversion==0.5.3 wheel==0.32.2 watchdog==0.9.0 flake8==3.6.0 tox==3.5.3 coverage==4.5.1 Sphinx==1.8.1 cryptography==2.3.1 PyYAML==4.2b4 pytest==4.3.0 pytest-cov==2.6.0 coveralls==1.5.1 pytest-runner==4.2 numpy==1.15.2 pandas==0.23.4
FIX quickfix add pandas to req
matplotlib git+http://github.com/automl/fanova@b5d69a7db458f61b3a31e8fbb66edef6d8fce35f -e git+https://github.com/automl/SMAC3.git@e641576403e9de1a1188856b5f48e7232ac0d517#egg=SMAC3 -e git+https://github.com/automl/ParameterImportance.git@development#egg=PIMP
matplotlib pandas git+http://github.com/automl/fanova@b5d69a7db458f61b3a31e8fbb66edef6d8fce35f -e git+https://github.com/automl/SMAC3.git@e641576403e9de1a1188856b5f48e7232ac0d517#egg=SMAC3 -e git+https://github.com/automl/ParameterImportance.git@development#egg=PIMP
Update pytest from 5.3.3 to 5.3.4
cookiecutter==1.7.0 sh==1.12.14 binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==19.10b0 flake8==3.7.9 # Testing # ------------------------------------------------------------------------------ tox==3.14.3 pytest==5.3.3 pytest_cases==1.12.0 pytest-cookies==0.4.0 pytest-xdist==1.31.0 pyyaml==5.3
cookiecutter==1.7.0 sh==1.12.14 binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==19.10b0 flake8==3.7.9 # Testing # ------------------------------------------------------------------------------ tox==3.14.3 pytest==5.3.4 pytest_cases==1.12.0 pytest-cookies==0.4.0 pytest-xdist==1.31.0 pyyaml==5.3
Update tox from 3.5.3 to 3.16.1
docker==3.5.1 molecule==2.19.0 pytest==3.9.3 python-vagrant==0.5.15 tox==3.5.3
docker==3.5.1 molecule==2.19.0 pytest==3.9.3 python-vagrant==0.5.15 tox==3.16.1
Update vulnerable version of requests
click==6.6 requests==2.6.0 python-magic==0.4.6
click==6.6 requests>=2.20.0 python-magic==0.4.6
Update pytest-xdist from 1.22.5 to 1.27.0
attrs==19.1.0 funcy==1.11 lazytree==0.2.0 lenses==0.5.0 pytest==4.4.0 pytest-cov==2.6.1 pytest-flake8==1.0.4 pytest-sugar==0.9.2 pytest-xdist==1.22.5 hypothesis==4.5.7
attrs==19.1.0 funcy==1.11 lazytree==0.2.0 lenses==0.5.0 pytest==4.4.0 pytest-cov==2.6.1 pytest-flake8==1.0.4 pytest-sugar==0.9.2 pytest-xdist==1.27.0 hypothesis==4.5.7
Update botocore from 1.10.59 to 1.10.60
boto3==1.7.60 botocore==1.10.59 Collectfast==0.6.2 dj_database_url==0.5.0 django-debug-toolbar==1.9.1 django-ordered-model==2.0.0 django-s3-folder-storage==0.5 django-storages==1.6.6 Django==2.0.7 docutils==0.14 gunicorn==19.8.1 jmespath==0.9.3 pillow==5.2.0 psycopg2-binary==2.7.5 python-dateutil==2.7.3 python-decouple==3.1 python_box==3.2.0 pytz==2018.5 raven==6.9.0 s3transfer==0.1.13 six==1.11.0 six==1.11.0 sqlparse==0.2.4
boto3==1.7.60 botocore==1.10.60 Collectfast==0.6.2 dj_database_url==0.5.0 django-debug-toolbar==1.9.1 django-ordered-model==2.0.0 django-s3-folder-storage==0.5 django-storages==1.6.6 Django==2.0.7 docutils==0.14 gunicorn==19.8.1 jmespath==0.9.3 pillow==5.2.0 psycopg2-binary==2.7.5 python-dateutil==2.7.3 python-decouple==3.1 python_box==3.2.0 pytz==2018.5 raven==6.9.0 s3transfer==0.1.13 six==1.11.0 six==1.11.0 sqlparse==0.2.4
Update to latest pyramid in 1.5 release
pyramid==1.5.7 #skosprovider==0.6.0 -e git+https://github.com/koenedaele/skosprovider.git#egg=skosprovider
pyramid==1.5.8 #skosprovider==0.6.0 -e git+https://github.com/koenedaele/skosprovider.git#egg=skosprovider
Update testinfra from 1.8.0 to 1.9.0
molecule==2.3.1 pytest==3.2.3 python-vagrant==0.5.15 testinfra==1.8.0 tox==2.9.1
molecule==2.3.1 pytest==3.2.3 python-vagrant==0.5.15 testinfra==1.9.0 tox==2.9.1
Update voussoirkit requirement to 0.0.19.
bcrypt flask gevent pillow voussoirkit>=0.0.18 zipstream git+https://github.com/senko/python-video-converter.git
bcrypt flask gevent pillow voussoirkit>=0.0.19 zipstream git+https://github.com/senko/python-video-converter.git
Update CV of AOKP Backup to 1.8.1 (38)
Disabled:Not much chance of keeping it updated Categories:System License:Apache2 Web Site:https://github.com/romanbb/AOKP_Backup Source Code:https://github.com/romanbb/AOKP_Backup Issue Tracker: Donate:http://aokp.co/index.php/news Summary:Backup your ROM settings Description: Only for users of AOKP ROM. You must be on at least milestone 5 to use this Status: The latest versions contain non-free libraries which would be rather difficult to remove. . Requires Root:Yes Repo Type:git Repo:https://github.com/romanbb/AOKP_Backup.git Build:1.51,22 commit=531698 Build:1.7.1,36 disable=nonfree libs a8e823 commit=unknown - see disabled target=android-17 srclibs=libsuperuser@e2c43a81379 prebuild=mv lib libs && \ rm *.apk && \ mv $$libsuperuser$$/src/* src/ && \ mkdir -p gen/eu/chainfire/libsuperuser && \ echo -e "package eu.chainfire.libsuperuser;\npublic final class BuildConfig { public final static boolean DEBUG = false; }" > gen/eu/chainfire/libsuperuser/BuildConfig.java Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.7.1 Current Version Code:36
Disabled:Not much chance of keeping it updated Categories:System License:Apache2 Web Site:https://github.com/romanbb/AOKP_Backup Source Code:https://github.com/romanbb/AOKP_Backup Issue Tracker: Donate:http://aokp.co/index.php/news Auto Name:AOKP Backup Summary:Backup your ROM settings Description: Only for users of AOKP ROM. You must be on at least milestone 5 to use this Status: The latest versions contain non-free libraries which would be rather difficult to remove. . Requires Root:Yes Repo Type:git Repo:https://github.com/romanbb/AOKP_Backup.git Build:1.51,22 commit=531698 Build:1.7.1,36 disable=nonfree libs a8e823 commit=unknown - see disabled srclibs=libsuperuser@e2c43a81379 prebuild=mv lib libs && \ rm *.apk && \ mv $$libsuperuser$$/src/* src/ && \ mkdir -p gen/eu/chainfire/libsuperuser && \ echo -e "package eu.chainfire.libsuperuser;\npublic final class BuildConfig { public final static boolean DEBUG = false; }" > gen/eu/chainfire/libsuperuser/BuildConfig.java target=android-17 Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.8.1 Current Version Code:38
Update flake8-bugbear from 21.3.1 to 21.3.2
-r requirements.txt beautifulsoup4==4.9.3 pytest==6.2.2 pytest-mock==3.5.1 pytest-xdist==2.2.1 requests-mock==1.8.0 freezegun==1.1.0 flake8==3.8.4 flake8-bugbear==21.3.1 flake8-print==4.0.0 pytest-profiling==1.7.0 snakeviz==2.1.0 isort==5.7.0
-r requirements.txt beautifulsoup4==4.9.3 pytest==6.2.2 pytest-mock==3.5.1 pytest-xdist==2.2.1 requests-mock==1.8.0 freezegun==1.1.0 flake8==3.8.4 flake8-bugbear==21.3.2 flake8-print==4.0.0 pytest-profiling==1.7.0 snakeviz==2.1.0 isort==5.7.0
Update django-debug-toolbar from 1.10.1 to 1.11
# Local development dependencies go here -r base.txt -r test.txt # Documentation sphinx==1.8.1 sphinx-rtd-theme==0.4.1 # Debugging Tools django-debug-toolbar==1.10.1 django-extensions==2.1.3
# Local development dependencies go here -r base.txt -r test.txt # Documentation sphinx==1.8.1 sphinx-rtd-theme==0.4.1 # Debugging Tools django-debug-toolbar==1.11 django-extensions==2.1.3
Add missing entry for 1.2 release to Changelog
Mediaburst Nagios Plugins ChangeLog =================================== check_smpp.pl ------------- 1.0 - 27/01/2011 - Initial release 1.1 - 03/02/2011 - Fixed sample config & example notify_sms.pl ------------- 1.0 - 10/05/2010 - Initial release 1.1 - 03/02/2011 - Fixed sample config to include username and password
Mediaburst Nagios Plugins ChangeLog =================================== check_smpp.pl ------------- 1.0 - 27/01/2011 - Initial release 1.1 - 03/02/2011 - Fixed sample config & example notify_sms.pl ------------- 1.0 - 10/05/2010 - Initial release 1.1 - 03/02/2011 - Fixed sample config to include username and password 1.2 - 14/12/2012 - Update to use Clockwork API Keys & update sample config to match
Upgrade dependency zappa to ==0.19.0
-e . base58==0.2.3 boto3==1.3.1 # via zappa botocore==1.4.33 # via boto3, zappa Django==1.9.6 docutils==0.12 # via botocore, zappa filechunkio==1.8 # via zappa flake8==2.6.2 futures==3.0.5 # via zappa isort==4.2.5 jmespath==0.9.0 # via boto3, botocore, zappa lambda-packages==0.5.0 # via zappa mccabe==0.5.0 # via flake8 nose==1.3.7 # via zappa pep257==0.7.0 pep8-naming==0.4.1 pep8==1.7.0 # via flake8 placebo==0.8.1 # via zappa pyflakes==1.2.3 # via flake8 python-dateutil==2.5.3 # via botocore, zappa requests==2.10.0 # via zappa six==1.10.0 # via python-dateutil, zappa tqdm==4.7.6 # via zappa wheel==0.29.0 # via zappa wsgi-request-logger==0.4.5 # via zappa zappa==0.18.1
-e . base58==0.2.3 boto3==1.3.1 # via zappa botocore==1.4.33 # via boto3, zappa Django==1.9.6 docutils==0.12 # via botocore, zappa filechunkio==1.8 # via zappa flake8==2.6.2 futures==3.0.5 # via zappa isort==4.2.5 jmespath==0.9.0 # via boto3, botocore, zappa lambda-packages==0.5.0 # via zappa mccabe==0.5.0 # via flake8 nose==1.3.7 # via zappa pep257==0.7.0 pep8-naming==0.4.1 pep8==1.7.0 # via flake8 placebo==0.8.1 # via zappa pyflakes==1.2.3 # via flake8 python-dateutil==2.5.3 # via botocore, zappa requests==2.10.0 # via zappa six==1.10.0 # via python-dateutil, zappa tqdm==4.7.6 # via zappa wheel==0.29.0 # via zappa wsgi-request-logger==0.4.5 # via zappa zappa==0.19.0
Update pytest from 5.1.3 to 5.2.0
# Everything the developer needs in addition to the production requirements -r prod.txt # Testing pytest==5.1.3 factory-boy==2.12.0 pytest-mock==1.11.0 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.2.0 factory-boy==2.12.0 pytest-mock==1.11.0 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 flake8 from 2.6.0 to 3.4.1
pip==9.0.1 pip-tools==1.9.0 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==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.3.1 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11 pytest==2.9.2 pytest-runner==2.11.1
Update pip from 18.1 to 19.0
pytest-django==3.4.5 pytest-cov==2.6.1 coveralls==1.5.1 pip==18.1 twine==1.12.1
pytest-django==3.4.5 pytest-cov==2.6.1 coveralls==1.5.1 pip==19.0 twine==1.12.1
Use latest version of 'moto' from github.
-r requirements.txt coverage coveralls mock>=1.0.1 nose>=1.3.0 django-nose>=1.2 flake8>=2.1.0 tox>=1.7.0 isort>=4.2.1 # Additional test requirements go here moto
-r requirements.txt coverage coveralls mock>=1.0.1 nose>=1.3.0 django-nose>=1.2 flake8>=2.1.0 tox>=1.7.0 isort>=4.2.1 # Additional test requirements go here -e git+https://github.com/spulec/moto.git@master#egg=moto
Use an updated version of our django-q fork.
django-filter==0.13.0 django-js-reverse==0.7.2 six==1.10.0 djangorestframework==3.3.3 django==1.9.7 colorlog==2.6.0 docopt==0.6.2 django-mptt==0.8.5 djangorestframework-csv==1.4.1 tqdm==4.8.3 # progress bars requests==2.10.0 https://github.com/cherrypy/cherrypy/archive/v6.2.0.zip https://github.com/fle-internal/django-q/archive/85c361b10e38a9f8e263952ad6422dfa20d07949.zip
django-filter==0.13.0 django-js-reverse==0.7.2 six==1.10.0 djangorestframework==3.3.3 django==1.9.7 colorlog==2.6.0 docopt==0.6.2 django-mptt==0.8.5 djangorestframework-csv==1.4.1 tqdm==4.8.3 # progress bars requests==2.10.0 https://github.com/cherrypy/cherrypy/archive/v6.2.0.zip https://github.com/fle-internal/django-q/archive/65641d354226dbbae0a71309adc8cb99587717b1.zip
Update conda requirements file, alphabetize list
cython=0.23 ipython=3.2.1 lxml=3.4.4 pymongo=2.8 python-dateutil=2.4.2 requests=2.7.0 pandas=0.16.2 spacy=0.70 nltk=3.0.4 seaborn=0.6.0 matplotlib=1.4.3 beautiful-soup=4.3.2 pip=7.1.0 pyzmq=14.7.0 terminado=0.5 tornado=4.2.1 jinja2=2.8 jsonschema=2.4.0 mistune=0.7 pygments=2.0.2
beautiful-soup=4.3.2 cython=0.23 ipython=3.2.1 jinja2=2.8 jsonschema=2.4.0 lxml=3.4.4 matplotlib=1.4.3 mistune=0.7 nltk=3.0.4 pandas=0.16.2 pip=7.1.2 pygments=2.0.2 pymongo=2.8 python-dateutil=2.4.2 pyzmq=14.7.0 requests=2.7.0 seaborn=0.6.0 setuptools=18.1 spacy=0.70 terminado=0.5 tornado=4.2.1
Update pillow from 4.2.0 to 4.2.1
# Django Django==1.11.3 # Environmental var configuration django-configurations==2.0 # For the persistence stores #psycopg2==2.7.1 #dj-database-url==0.4.2 django-redis==4.8.0 # Models django-model-utils==3.0.0 # Rest apis djangorestframework==3.6.3 #Markdown==2.6.8 #django-filter==1.0.4 # Static files whitenoise==3.3.0 # Media files #boto==2.47.0 #django_unique_upload==0.2.1 Pillow==4.2.0 # Image manipulation #django-versatileimagefield==1.7.0 # For asynchronous queuing #django-rq==0.9.5 # Time zones support pytz==2017.2 # Parsing Secondlife api's backoff==1.4.3 requests==2.18.1 beautifulsoup4==4.6.0 lxml==3.8.0 djproxy==2.3.4
# Django Django==1.11.3 # Environmental var configuration django-configurations==2.0 # For the persistence stores #psycopg2==2.7.1 #dj-database-url==0.4.2 django-redis==4.8.0 # Models django-model-utils==3.0.0 # Rest apis djangorestframework==3.6.3 #Markdown==2.6.8 #django-filter==1.0.4 # Static files whitenoise==3.3.0 # Media files #boto==2.47.0 #django_unique_upload==0.2.1 Pillow==4.2.1 # Image manipulation #django-versatileimagefield==1.7.0 # For asynchronous queuing #django-rq==0.9.5 # Time zones support pytz==2017.2 # Parsing Secondlife api's backoff==1.4.3 requests==2.18.1 beautifulsoup4==4.6.0 lxml==3.8.0 djproxy==2.3.4
Update flake8 from 3.8.3 to 3.8.4
# The project's lint dependencies... doc8==0.8.1 flake8==3.8.3
# The project's lint dependencies... doc8==0.8.1 flake8==3.8.4
Update whitenoise from 3.2 to 3.3.0
-r base.txt gunicorn==19.7.1 whitenoise==3.2 psycopg2==2.6.1
-r base.txt gunicorn==19.7.1 whitenoise==3.3.0 psycopg2==2.6.1
Update pytype from 2019.3.1 to 2019.3.8
-r requirements.txt bitstring codecov concurrencytest deb_pkg_tools exabgp importlab>=0.3.1 netifaces packaging pylint pytest-cov pytype==2019.3.1 requests scapy==2.4.0 # pyup: ignore
-r requirements.txt bitstring codecov concurrencytest deb_pkg_tools exabgp importlab>=0.3.1 netifaces packaging pylint pytest-cov pytype==2019.3.8 requests scapy==2.4.0 # pyup: ignore
Update flake8 requirement from <2.5,>=2.4.1 to >=2.4.1,<3.8
coverage>=4.0.3,<4.6 docutils==0.14 flake8>=2.4.1,<2.5 Pygments>=2.0.2,<2.5 pytest>=2.7.2,<2.8 isort>=4.2.2,<4.4
coverage>=4.0.3,<4.6 docutils==0.14 flake8>=2.4.1,<3.8 Pygments>=2.0.2,<2.5 pytest>=2.7.2,<2.8 isort>=4.2.2,<4.4
Update the link to the data license.
© 2003. Government of Canada with permission from Natural Resources Canada Original License: http://geogratis.cgdi.gc.ca/e_license.html
2003. Government of Canada with permission from Natural Resources Canada Original License: http://geogratis.cgdi.gc.ca/geogratis/en/licence.jsp
Upgrade dependency zappa to ==0.19.0
base58==0.2.3 Django>=1.8 mysql-connector-python-rf==2.1.3 requests>=2.9.1 wheel==0.29.0 zappa==0.18.1
base58==0.2.3 Django>=1.8 mysql-connector-python-rf==2.1.3 requests>=2.9.1 wheel==0.29.0 zappa==0.19.0
Make sure this works even with old verions of git
requests>=0.12.1 git+http://github.com/garybernhardt/expecter.git
requests>=0.12.1 git+git://github.com/garybernhardt/expecter.git
Update phonenumbers from 8.8.1 to 8.8.2
bleach==2.0.0 mistune==0.7.4 requests==2.18.4 python-json-logger==0.1.8 Flask>=0.12.2 orderedset==2.0 Jinja2==2.9.6 statsd==3.2.1 Flask-Redis==0.3.0 boto3==1.4.7 pyyaml==3.12 phonenumbers==8.8.1 smartypants==2.0.0 pytz==2017.2
bleach==2.0.0 mistune==0.7.4 requests==2.18.4 python-json-logger==0.1.8 Flask>=0.12.2 orderedset==2.0 Jinja2==2.9.6 statsd==3.2.1 Flask-Redis==0.3.0 boto3==1.4.7 pyyaml==3.12 phonenumbers==8.8.2 smartypants==2.0.0 pytz==2017.2
Update molecule from 2.9.0 to 2.10.0
molecule==2.9.0 pytest==3.4.1 python-vagrant==0.5.15 testinfra==1.11.1 tox==2.9.1
molecule==2.10.0 pytest==3.4.1 python-vagrant==0.5.15 testinfra==1.11.1 tox==2.9.1
Update docker from 4.3.1 to 4.4.0
ansible-lint==4.3.7 docker==4.3.1 flake8==3.8.4 molecule==3.0.8 pytest==6.1.2 testinfra==6.0.0 tox==3.20.1
ansible-lint==4.3.7 docker==4.4.0 flake8==3.8.4 molecule==3.0.8 pytest==6.1.2 testinfra==6.0.0 tox==3.20.1
Fix autograd error by installing from git
numpy>1.10.0 scipy>=1.0.0 pandas>=0.24.0 dill>=0.2.6 autograd>=1.2.0
numpy>1.10.0 scipy>=1.0.0 pandas>=0.24.0 dill>=0.2.6 # autograd>=1.2.0 # TODO, should be updated when new pip release for the autograd would be available -e git://github.com/HIPS/autograd.git@4ec5aede380c5accf20afd4f4a96d59f1a9cd1df#egg=autograd
Revert back to sqlalchemy-utils from pypi, pin flask-restful
blinker==1.2 celery flask flask-migrate flask-principal flask-script flask-restful flask-sqlalchemy flask-wtf pyyaml requests scrypt # Install from tarjei's fork until https://github.com/kvesteri/sqlalchemy-utils/pull/58 has been pushed to PyPI git+git://github.com/thusoy/sqlalchemy-utils.git sqlalchemy-defaults ujson wtforms-alchemy==0.8.5 wtforms-components==0.8.0
blinker==1.2 celery flask flask-migrate flask-principal flask-script flask-restful==0.2.10 flask-sqlalchemy flask-wtf pyyaml requests scrypt sqlalchemy-utils sqlalchemy-defaults ujson wtforms-alchemy==0.8.5 wtforms-components==0.8.0
Update pathspec from 0.7.0 to 0.8.0
click==7.0 colorama==0.4.3 pathspec==0.7.0 PyYAML==5.3.1 six==1.14.0
click==7.0 colorama==0.4.3 pathspec==0.8.0 PyYAML==5.3.1 six==1.14.0
Update molecule from 2.7.0 to 2.8.2
molecule==2.7.0 pytest==3.4.0 python-vagrant==0.5.15 testinfra==1.10.1 tox==2.9.1
molecule==2.8.2 pytest==3.4.0 python-vagrant==0.5.15 testinfra==1.10.1 tox==2.9.1
Update pytest-flask from 0.14.0 to 0.15.0
Flask==1.0.3 Flask-Admin==1.5.3 Flask-SQLAlchemy==2.4.0 SQLAlchemy==1.3.3 WTForms==2.2.1 coverage==4.5.3 pytest==4.5.0 pytest-cov==2.7.1 pytest-flask==0.14.0 Flask-HTTPAuth==3.2.4
Flask==1.0.3 Flask-Admin==1.5.3 Flask-SQLAlchemy==2.4.0 SQLAlchemy==1.3.3 WTForms==2.2.1 coverage==4.5.3 pytest==4.5.0 pytest-cov==2.7.1 pytest-flask==0.15.0 Flask-HTTPAuth==3.2.4
Fix compilation on OS X / Homebrew clang
cmake_minimum_required(VERSION 2.8) project(ml2048) set(CMAKE_C_COMPILER "gcc") set(CMAKE_CXX_COMPILER "g++") set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} -g") add_executable(game game.cpp) add_executable(speed speed.cpp) add_executable(basic basic.cpp) add_executable(ga ga.cpp) add_library(grid utils.cpp grid.cpp) target_link_libraries(game grid) target_link_libraries(speed grid) target_link_libraries(basic grid) target_link_libraries(ga grid)
cmake_minimum_required(VERSION 2.8) project(ml2048) set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} -g") add_executable(game game.cpp) add_executable(speed speed.cpp) add_executable(basic basic.cpp) add_executable(ga ga.cpp) add_library(grid utils.cpp grid.cpp) target_link_libraries(game grid) target_link_libraries(speed grid) target_link_libraries(basic grid) target_link_libraries(ga grid)
Fix build id issue in some distros
cmake_minimum_required(VERSION 2.8) project(IoCContainer) #SET(CMAKE_CXX_COMPILER "g++-4.7") SET(CMAKE_CXX_COMPILER "clang++") SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") # Add c++11 functionality #SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti") # Add c++11 functionality #add_definitions(-DNO_RTTI) get_property(LIB64 GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS) if (${LIB64} STREQUAL "TRUE") set(LIBSUFFIX 64) else() set(LIBSUFFIX "") endif() set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake-modules) IF(SELFPORTRAIT_BUILD_PARSER) find_package(LLVM REQUIRED) ENDIF() find_package(Lua REQUIRED) find_package(CxxTest REQUIRED) ENABLE_TESTING() add_subdirectory(src)
cmake_minimum_required(VERSION 2.8) project(IoCContainer) #SET(CMAKE_CXX_COMPILER "g++-4.7") SET(CMAKE_CXX_COMPILER "clang++") SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") # Add c++11 functionality SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--build-id") #SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti") # Add c++11 functionality #add_definitions(-DNO_RTTI) get_property(LIB64 GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS) if (${LIB64} STREQUAL "TRUE") set(LIBSUFFIX 64) else() set(LIBSUFFIX "") endif() set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake-modules) IF(SELFPORTRAIT_BUILD_PARSER) find_package(LLVM REQUIRED) ENDIF() find_package(Lua REQUIRED) find_package(CxxTest REQUIRED) ENABLE_TESTING() add_subdirectory(src)
Change lines in the config file
DAY_START;DAY_TIME;PUMP_FREQ;WATER_UP_TIME; >9;15;30;10;
>9;15;30;10< This file contain the application parameters CSV format is used for the first ligne. Only the first line is used all the others are for comment purpose. DAY_START;DAY_TIME;PUMP_FREQ;WATER_UP_TIME;
Save Advantage 2 custom layout
[up]>[down] [down]>[up] [scroll]>[shutdn] [kp=]>[kp=mac] [home]>[rctrl] [lctrl]>[lwin] [kp-lctrl]>[kp-lwin] [rctrl]>[rwin] [kp-rctrl]>[kp-rwin] [rwin]>[lalt] [kp-rwin]>[kp-rctrl] [pup]>[rctrl] {lshift}{pdown}>{pup} {rshift}{end}>{home}
Update psycopg2 from 2.6.1 to 2.6.2
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt {% if cookiecutter.windows == 'y' -%} # Python-PostgreSQL Database Adapter # If using Win for dev, this assumes Unix in prod # ------------------------------------------------ psycopg2==2.6.1 {%- endif %}
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt {% if cookiecutter.windows == 'y' -%} # Python-PostgreSQL Database Adapter # If using Win for dev, this assumes Unix in prod # ------------------------------------------------ psycopg2==2.6.2 {%- endif %}
Update ownCloud Notes to 0.5.2 (7)
Categories:Writing,Internet License:GPLv2+ Web Site: Source Code:https://github.com/stefan-niedermann/OwnCloud-Notes Issue Tracker:https://github.com/stefan-niedermann/OwnCloud-Notes/issues Auto Name:ownCloud Notes Summary:Client for ownCloud Notes App Description: Companion app to ownCloud Notes. Features * List, Create, Edit, Share and Delete Notes * Share Text and Links as new Note into the App * Bulk Delete * Render MarkDown (using Bypass) * English, German, Russian, Armenian and Serbian UI Requirements * ownCloud instance running * ownCloud Notes app enabled Alternatives If you dislike this app and you are looking for alternatives: Have a look at [[org.aykit.MyOwnNotes]]. . Repo Type:git Repo:https://github.com/stefan-niedermann/OwnCloud-Notes.git Build:0.4.0,4 commit=v0.4.0 subdir=app gradle=yes Build:0.5.0,5 commit=v0.5.0 subdir=app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:0.5.0 Current Version Code:5
Categories:Writing,Internet License:GPLv2+ Web Site: Source Code:https://github.com/stefan-niedermann/OwnCloud-Notes Issue Tracker:https://github.com/stefan-niedermann/OwnCloud-Notes/issues Auto Name:ownCloud Notes Summary:Client for ownCloud Notes App Description: Companion app to ownCloud Notes. Features * List, Create, Edit, Share and Delete Notes * Share Text and Links as new Note into the App * Bulk Delete * Render MarkDown (using Bypass) * English, German, Russian, Armenian and Serbian UI Requirements * ownCloud instance running * ownCloud Notes app enabled Alternatives If you dislike this app and you are looking for alternatives: Have a look at [[org.aykit.MyOwnNotes]]. . Repo Type:git Repo:https://github.com/stefan-niedermann/OwnCloud-Notes.git Build:0.4.0,4 commit=v0.4.0 subdir=app gradle=yes Build:0.5.0,5 commit=v0.5.0 subdir=app gradle=yes Build:0.5.2,7 commit=v0.5.2 subdir=app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:0.5.2 Current Version Code:7
Update pytest-django from 3.6.0 to 3.7.0
-r requirements.txt flake8==3.7.9 pytest==5.2.2 pytest-cov==2.8.1 pytest-django==3.6.0
-r requirements.txt flake8==3.7.9 pytest==5.2.2 pytest-cov==2.8.1 pytest-django==3.7.0
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==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11 pytest==2.9.2 simpleaudio==1.0.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11 pytest==2.9.2 simpleaudio==1.0.1
Update h5py from 2.7.0 to 2.7.1
mako==1.0.7 click==6.7 mock==2.0.0 pytest-flake8==0.8.1 sphinx==1.6.3 h5py==2.7.0 sphinx_rtd_theme==0.2.4 scipy==0.19.1 Pillow==4.2.1 scipy==0.19.1
mako==1.0.7 click==6.7 mock==2.0.0 pytest-flake8==0.8.1 sphinx==1.6.3 h5py==2.7.1 sphinx_rtd_theme==0.2.4 scipy==0.19.1 Pillow==4.2.1 scipy==0.19.1
Revert to working protobuf version
Flask==1.1.2 Flask-WTF==0.14.3 google-cloud-firestore==2.0.2 Flask-Bootstrap==3.3.7.1 google-cloud-bigquery==2.14.0 google-cloud-bigquery-storage==2.4.0 pandas==1.2.4 ipython==7.31.1 pyarrow==4.0.0 pytest==6.2.3 mock-firestore==0.10.0 Flask-BasicAuth==0.2.0 itsdangerous==2.0.1 Jinja2==2.11.2 MarkupSafe==1.1.1 werkzeug==2.0.3
Flask==1.1.2 Flask-WTF==0.14.3 google-cloud-firestore==2.0.2 Flask-Bootstrap==3.3.7.1 google-cloud-bigquery==2.14.0 google-cloud-bigquery-storage==2.4.0 pandas==1.2.4 ipython==7.31.1 pyarrow==4.0.0 pytest==6.2.3 mock-firestore==0.10.0 Flask-BasicAuth==0.2.0 itsdangerous==2.0.1 Jinja2==2.11.2 MarkupSafe==1.1.1 werkzeug==2.0.3 protobuf==3.20.*
Add 2-clause BSD license file to apps/aootloader
Copyright (c) 2013, Signal 11 Software, LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Update Atom package list to install "focus" from GitHub
Hydrogen atom-beautify autocomplete-clang autocomplete-python busy-signal clang-format dash flow-ide focus hex-view hyperclick intentions jslint kak-mode language-babel language-bb language-docker language-groovy language-haskell language-hcl language-html-swig language-latex language-lisp language-matlab language-nginx language-pug language-qml language-qtpro language-swift language-terraform language-x86-64-assembly linter linter-clang linter-eslint linter-javac linter-pylint linter-stylelint linter-swagger linter-swiftc linter-terraform-syntax linter-ui-default monokai nrepl parinfer prettier-atom python-black teletype terminal-plus terraform-fmt vim-mode-plus vim-mode-plus-keymaps-for-surround
Hydrogen atom-beautify autocomplete-clang autocomplete-python busy-signal clang-format dash flow-ide hex-view hyperclick intentions jslint kak-mode language-babel language-bb language-docker language-groovy language-haskell language-hcl language-html-swig language-latex language-lisp language-matlab language-nginx language-pug language-qml language-qtpro language-swift language-terraform language-x86-64-assembly linter linter-clang linter-eslint linter-javac linter-pylint linter-stylelint linter-swagger linter-swiftc linter-terraform-syntax linter-ui-default monokai nrepl parinfer prettier-atom python-black teletype terminal-plus terraform-fmt vim-mode-plus vim-mode-plus-keymaps-for-surround edahlseng/atom-package-focus
Add missing MIRTK config template for rev 4900f5e8
## MIRTK configuration template file ## ## Patterns '<column>' are substituted by the respective values in ## the parameters CSV file generated by mirtk-asym-ffd.gen script. ## Transformation model Multi-level transformation = None Transformation model = FFD Control point spacing = <ds> ## Image dissimilarity Interpolation method = <interp> Image dissimilarity foreground = <roi> Image dissimilarity measure = <sim> Local window size = <window> No. of bins = <bins> Pad Parzen window estimation = <padbins> ## Objective function ## ## 'Energy function' is auto-generated by gen-register-mirtk ## script based on the dataset settings, i.e., image channels, ## and the '-asym-' or '-sym-' infix of the 'regid', unless ## an energy function is explicitly specified in this template. Bending energy weight = <be> Topology preservation weight = <tp> Volume preservation weight = <vp> Jacobian determinant epsilon = <jaceps> ## Optimization Downsample images with padding = <usepad> Optimization method = <optim> Line search strategy = <linesearch> Divide data terms by initial value = <divini> Precompute image derivatives = <srcgrd> Constrain passive DoFs = <passdof> Conjugate total energy gradient = <conjtot> B-spline FFD gradient calculation = <ffdgrd> No. of resolution levels = <levels> Maximum no. of gradient steps = <iters> Maximum no. of line search iterations = <steps> Maximum streak of rejected steps = <rejects> No. of last function values = <lastn> Epsilon = <epsilon>
Bump pytest-cov from 2.6.0 to 2.6.1
pytest==3.8.1 pytest-cov==2.6.0 ipdb==0.11
pytest==3.8.1 pytest-cov==2.6.1 ipdb==0.11
Update README resources via Travis CI build 502
Multiplicity | Root ------------------------------------------------ 2 | -2.000000000000 -0.000000000000i 1 | -0.651114070264 -0.390425719088i 1 | -0.651114070264 +0.390425719088i 3 | 0.000000000000 -0.000000000000i 1 | 0.648578080954 -1.356622683988i 1 | 0.648578080954 +1.356622683988i 1 | 2.237557782467 +0.000000000000i
Multiplicity | Root ------------------------------------------------ 2 | -2.000000000000 -0.000000000000i 1 | -0.651114070264 -0.390425719088i 1 | -0.651114070264 +0.390425719088i 3 | 0.000000000000 +0.000000000000i 1 | 0.648578080954 +1.356622683988i 1 | 0.648578080954 -1.356622683988i 1 | 2.237557782467 -0.000000000000i
Add draft version of DevDay 2015 aftermath
DevDay 2015 was a complete success Why do I go to conferences? To be inspired, to be a part of the community, to learn something new. It's hard to make a conferenence without any of these. I'm the person who finds it easy to talk to people and I feel already a part of the community. What about the other two then? Inspiration is like a spark. It can be one brilliang presentation at the conference, one sentence at some session, one hallway conversation with another attendee and I'm excited, coming back with the head full of new ideas. Every conference has this little spark. There were brilliant and less awesome conferences of course. I believe organizers do a hard work to fill in conference days with variety of subjects, trying to make people with various interests and levels of experience happy. Sometimes it plays along well, othertimes it falls apart due to many reasons. We create our programme with care and love and being developers ourselves, visiting many conferences we have a slight idea of what would be interesting. I'm happy when someone has this spark in the eye coming back from our conference, the same thing I had coming back from my beloved Øredev in 2010. Did we inspire someone this year? I think so, I hope so! Looking at feedback after the conference, there are many people who are really excited about what they saw and heard. They're also excited about the opportunity to talk to other like-minded people. Christian Heilmann or Chad Fowler, they gave us wonderful performances as Dan North, Jon Skeet, Scott Hanselman or Rob Ashton in the previous years. I'm thankful for all the feedback we got, without it we couldn't improve (and we want to improve massively next year, we can't stop ideas flowing around our heads). Speakers do appreciate this feedback as well because they're trying to be better at what they're doing. Being a speaker myself I can't understand all of the feedback we got from our attendees though. Sometimes it was harsh and thoughtless. I don't mind honest, constructive critique but sometimes we had people just trying to express themselves rathen than to help speakers improve. Having more speakers this year we got more opportunities for less known and less experienced people to take the stage but it's needed to let some air and refresh speaker lineup from time to time It's all about sessions and networking, after 5 years of doing DevDay community around it is vibrant, willing to meet. Whatever we would do, they would meet anyway. This is one of the shining elements of this year's conference. I'm very happy with how DevDay 2015 went. Looking at those little sparks in the eyes of our attendees, at what people learned, looking at how community was stimulated - it was a complete success. In the future I'd like more people to feel the same. We already started working on the next edition, we will probably change the venue to make more space for all the ideas we couldn't do in the current. We will also work super-hard to provide topics and speakers who will inspire, teach something new. I cannot wait to do it again! See you 15-16th of September 2016!
Update mypy from 0.580 to 0.590
attrs==17.4.0 bandit==1.4.0 check-manifest==0.37 coveralls==1.3.0 codecov==2.0.15 flake8-bugbear==18.2.0;python_version>="3.5" flake8-docstrings==1.3.0 flake8-import-order==0.17.1 pycodestyle==2.3.1 flake8==3.5.0 hypothesis==3.55.3 mccabe==0.6.1 mypy==0.580 pep8-naming==0.5.0 pytest==3.5.0 pipdeptree==0.11.0 pipenv==11.10.0 pytest-cov==2.5.1 pytest-randomly==1.2.3 pytest-runner==4.2 readme_renderer==19.0 scipy==1.0.1 setuptools==39.0.1 twine==1.11.0 setuptools_scm==2.0.0 sphinx==1.7.2 sphinx-autobuild==0.7.1 nbsphinx==0.3.2 vulture==0.26 wheel==0.31.0
attrs==17.4.0 bandit==1.4.0 check-manifest==0.37 coveralls==1.3.0 codecov==2.0.15 flake8-bugbear==18.2.0;python_version>="3.5" flake8-docstrings==1.3.0 flake8-import-order==0.17.1 pycodestyle==2.3.1 flake8==3.5.0 hypothesis==3.55.3 mccabe==0.6.1 mypy==0.590 pep8-naming==0.5.0 pytest==3.5.0 pipdeptree==0.11.0 pipenv==11.10.0 pytest-cov==2.5.1 pytest-randomly==1.2.3 pytest-runner==4.2 readme_renderer==19.0 scipy==1.0.1 setuptools==39.0.1 twine==1.11.0 setuptools_scm==2.0.0 sphinx==1.7.2 sphinx-autobuild==0.7.1 nbsphinx==0.3.2 vulture==0.26 wheel==0.31.0
Add Liquid support to VSCode extensions
13xforever.language-x86-64-assembly EditorConfig.EditorConfig HookyQR.beautify SirTobi.pegjs-language XadillaX.viml caleb531.sca-for-vscode dbaeumer.vscode-eslint idleberg.applescript jedmao.tabsanity jeremyljackson.vs-docblock jock.svg kevinglasson.cornflakes-linter luggage66.AWK mattn.Lisp ms-python.python ms-python.vscode-pylance ms-vscode-remote.remote-ssh-edit patbenatar.advanced-new-file rebornix.prolog stkb.rewrap v4run.transpose vincaslt.highlight-matching-tag waderyan.gitblame
13xforever.language-x86-64-assembly EditorConfig.EditorConfig HookyQR.beautify SirTobi.pegjs-language XadillaX.viml caleb531.sca-for-vscode dbaeumer.vscode-eslint idleberg.applescript jedmao.tabsanity jeremyljackson.vs-docblock jock.svg kevinglasson.cornflakes-linter luggage66.AWK mattn.Lisp ms-python.python ms-python.vscode-pylance ms-vscode-remote.remote-ssh-edit patbenatar.advanced-new-file rebornix.prolog sissel.shopify-liquid stkb.rewrap v4run.transpose vincaslt.highlight-matching-tag waderyan.gitblame
Update Pomfshare to 0.4.1 (2)
Categories:Internet License:GPLv2+ Web Site:https://github.com/Nyubis/Pomfshare/blob/HEAD/README.md Source Code:https://github.com/Nyubis/Pomfshare Issue Tracker:https://github.com/Nyubis/Pomfshare/issues Auto Name:Pomfshare Summary:Client for pomf.se Description: Pomshare uses Android's built-in sharing menu to easily upload files to [http://pomf.se pomf.se], a free quality filehost. No timeouts, no logins. 50 MiB maximum. . Repo Type:git Repo:https://github.com/Nyubis/Pomfshare Build:1.0,1 commit=ae6a909ebc10a4726dd4fee833b6eb680dfb928c Build:0.4.1,2 disable=vercode not bumped commit=v0.4.1 subdir=app gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.0 Current Version Code:1
Categories:Internet License:GPLv2+ Web Site:https://github.com/Nyubis/Pomfshare/blob/HEAD/README.md Source Code:https://github.com/Nyubis/Pomfshare Issue Tracker:https://github.com/Nyubis/Pomfshare/issues Auto Name:Pomfshare Summary:Client for pomf.se Description: Pomshare uses Android's built-in sharing menu to easily upload files to [http://pomf.se pomf.se], a free quality filehost. No timeouts, no logins. 50 MiB maximum. . Repo Type:git Repo:https://github.com/Nyubis/Pomfshare Build:1.0,1 commit=ae6a909ebc10a4726dd4fee833b6eb680dfb928c Build:0.4.1,2 commit=6f3ce3a0db98b8d2259506062c41d2c47f2348df subdir=app gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:0.4.1 Current Version Code:2
Update Repo's URL to original.
{yellow}{bold}{appname} のワークショップに対して質問がありますか?{/bold}{/yellow} エキスパートチームはあなたの質問を待っています。あなたもNode.jsのマスターになれるようにここに質問({bold}New Issue{/bold})をしてみてください: https://github.com/nodeschool/discussions/issues どんな質問でもどうぞ! 一般的なNode.jsのヘルプが必要であればNode.jsの日本のGoogleグループがあります: https://groups.google.com/forum/#!forum/nodejs_jp {yellow}{bold}{appname}のバグが見つかった場合または貢献したい場合:{/bold}{/yellow} {appname}のリポジトリはここにあります: https://github.com/maxogden/learnyounode-jp/ バグリクエストやPullリクエストはいつでもどうぞ!
{yellow}{bold}{appname} のワークショップに対して質問がありますか?{/bold}{/yellow} エキスパートチームはあなたの質問を待っています。あなたもNode.jsのマスターになれるようにここに質問({bold}New Issue{/bold})をしてみてください: https://github.com/nodeschool/discussions/issues どんな質問でもどうぞ! 一般的なNode.jsのヘルプが必要であればNode.jsの日本のGoogleグループがあります: https://groups.google.com/forum/#!forum/nodejs_jp {yellow}{bold}{appname}のバグが見つかった場合または貢献したい場合:{/bold}{/yellow} {appname}のリポジトリはここにあります: https://github.com/rvagg/learnyounode/ バグリクエストやPullリクエストはいつでもどうぞ!
Exclude EndToEndTest.SendsAndReceivesH264 for Dr Memory.
# Never completes on Dr Memory Full. # https://code.google.com/p/webrtc/issues/detail?id=3159 EndToEndTest.CanSwitchToUseAllSsrcs EndToEndTest.SendsAndReceivesMultipleStreams EndToEndTest.ReceivesAndRetransmitsNack # https://code.google.com/p/webrtc/issues/detail?id=3471 VideoSendStreamTest.RetransmitsNackOverRtxWithPacing # Flaky: https://code.google.com/p/webrtc/issues/detail?id=3552 EndToEndTest.RestartingSendStreamPreservesRtpState EndToEndTest.RestartingSendStreamPreservesRtpStatesWithRtx EndToEndTest.SendsAndReceivesVP9
# Never completes on Dr Memory Full. # https://code.google.com/p/webrtc/issues/detail?id=3159 EndToEndTest.CanSwitchToUseAllSsrcs EndToEndTest.SendsAndReceivesMultipleStreams EndToEndTest.ReceivesAndRetransmitsNack # https://code.google.com/p/webrtc/issues/detail?id=3471 VideoSendStreamTest.RetransmitsNackOverRtxWithPacing # Flaky: https://code.google.com/p/webrtc/issues/detail?id=3552 EndToEndTest.RestartingSendStreamPreservesRtpState EndToEndTest.RestartingSendStreamPreservesRtpStatesWithRtx EndToEndTest.SendsAndReceivesH264 EndToEndTest.SendsAndReceivesVP9
Update faker from 8.7.0 to 8.8.1
-r base.txt django-debug-toolbar==3.2.1 factory-boy==3.2.0 Faker==8.7.0 flake8-docstrings==1.6.0 flake8==3.9.2 freezegun==1.1.0 isort==5.8.0 pytest-cov==2.12.1 pytest-django==4.4.0 pytest-factoryboy==2.1.0 pytest==6.2.4
-r base.txt django-debug-toolbar==3.2.1 factory-boy==3.2.0 Faker==8.8.1 flake8-docstrings==1.6.0 flake8==3.9.2 freezegun==1.1.0 isort==5.8.0 pytest-cov==2.12.1 pytest-django==4.4.0 pytest-factoryboy==2.1.0 pytest==6.2.4
Update releases from 1.5.0 to 1.6.0
sphinx==1.7.5 alagitpull==0.0.20 releases==1.5.0 sphinxcontrib-napoleon==0.6.1
sphinx==1.7.5 alagitpull==0.0.20 releases==1.6.0 sphinxcontrib-napoleon==0.6.1
Use specific version of pyarrow in dev requirements.
pip==19.0.1 bumpversion==0.5.3 wheel==0.31.1 watchdog==0.8.3 flake8==3.3.0 tox==2.6.0 coverage==4.5.2 Sphinx==1.5.3 PyYAML==4.2b4 pytest==4.1.1 pytest-watch==4.1.0 pytest-mock==1.10.0 pytest-cov==2.6.1 pytest-timeout==1.3.3 pytest-xdist==1.26.0 pytest-flask==0.11.0 requests-mock==1.3.0 tox-pyenv==1.0.3 coveralls==1.5.1 recommonmark==0.4.0 freezegun==0.3.9 sh==1.12.14 pillow==5.0.0 mock==2.0.0 twine==1.11.0 numpy==1.16.0 h5py==2.8.0 pandas==0.23.4 ipython matplotlib plotly soundfile==0.10.2 psutil>=5.2.2 pyarrow tensorboardX Keras==2.1.6 torch torchvision tensorflow==1.12.0
pip==19.0.1 bumpversion==0.5.3 wheel==0.31.1 watchdog==0.8.3 flake8==3.3.0 tox==2.6.0 coverage==4.5.2 Sphinx==1.5.3 PyYAML==4.2b4 pytest==4.1.1 pytest-watch==4.1.0 pytest-mock==1.10.0 pytest-cov==2.6.1 pytest-timeout==1.3.3 pytest-xdist==1.26.0 pytest-flask==0.11.0 requests-mock==1.3.0 tox-pyenv==1.0.3 coveralls==1.5.1 recommonmark==0.4.0 freezegun==0.3.9 sh==1.12.14 pillow==5.0.0 mock==2.0.0 twine==1.11.0 numpy==1.16.0 h5py==2.8.0 pandas==0.23.4 ipython matplotlib plotly soundfile==0.10.2 psutil>=5.2.2 pyarrow==0.12.0 tensorboardX Keras==2.1.6 torch torchvision tensorflow==1.12.0
Update to latest version of transifex-client
-r requirements.txt django-debug-toolbar==1.7 flake8 pep8-naming==0.4.1 transifex-client==0.12.2
-r requirements.txt django-debug-toolbar==1.7 flake8 pep8-naming==0.4.1 transifex-client==0.12.4
Update sphinx from 3.5.0 to 3.5.2
pip==21.0.1 bumpversion==0.6.0 wheel==0.36.2 watchdog==2.0.0 flake8==3.8.4 tox==3.21.4 coverage==5.4 Sphinx==3.5.0 PyYAML==5.4.1 pytest==6.2.2 pytest-cov==2.11.1 coveralls==3.0.0 pytest-runner==5.3.0 numpy==1.20.1 pandas==1.2.2
pip==21.0.1 bumpversion==0.6.0 wheel==0.36.2 watchdog==2.0.0 flake8==3.8.4 tox==3.21.4 coverage==5.4 Sphinx==3.5.2 PyYAML==5.4.1 pytest==6.2.2 pytest-cov==2.11.1 coveralls==3.0.0 pytest-runner==5.3.0 numpy==1.20.1 pandas==1.2.2
Update responses from 0.10.3 to 0.10.4
-r requirements.txt -e . black==18.9b0; python_version > '3' bump2version==0.5.10 coverage==4.5.2 coveralls==1.5.1 flake8==3.6.0 mock==2.0.0 pytest==4.0.0 responses==0.10.3 Sphinx==1.8.2 testfixtures==6.3.0 tox==3.5.3 twine==1.12.1 watchdog==0.9.0 wheel==0.32.2
-r requirements.txt -e . black==18.9b0; python_version > '3' bump2version==0.5.10 coverage==4.5.2 coveralls==1.5.1 flake8==3.6.0 mock==2.0.0 pytest==4.0.0 responses==0.10.4 Sphinx==1.8.2 testfixtures==6.3.0 tox==3.5.3 twine==1.12.1 watchdog==0.9.0 wheel==0.32.2
Use more normal convention for headings in future newsletters.
PULL YOUR RIGHT MARGINS IN A BIT!!!!!!!! :set tw=70 Subject: Public Whip Newsletter # - Welcome to the XXXth Public Whip newsletter. Inside this issue: * Editorial * Site Updates: "" * Feature Article: "" * Project Spotlight: "" The Public Whip ( http://www.publicwhip.org.uk ) is a project to data-mine the record of Members of the United Kingdom Parliament, so that you can hold them to account. *********************************************************************** Editorial - Francis, The Public Whip (http://www.publicwhip.org.uk) *********************************************************************** Site Updates *********************************************************************** Feature Article *********************************************************************** Project Spotlight *********************************************************************** Public Whip and friends in the news *********************************************************************** Why not forward this to a friend now? *********************************************************************** Subscribe a new address to this newsletter? Sign up here. http://www.publicwhip.org.uk/account/register.php Want to stop getting this newsletter? Login here and cancel your subscription. http://www.publicwhip.org.uk/account/settings.php
PULL YOUR RIGHT MARGINS IN A BIT!!!!!!!! :set tw=70 [18:58:26] Gavin Buttimore: more spacing [18:58:45] … normal convention is underlines under the heading rather than stars above it Subject: Public Whip Newsletter # - Welcome to the XXXth Public Whip newsletter. Inside this issue: * Editorial * Site Updates: "" * Feature Article: "" * Project Spotlight: "" The Public Whip ( http://www.publicwhip.org.uk ) is a project to data-mine the record of Members of the United Kingdom Parliament, so that you can hold them to account. Editorial ========= - Francis, The Public Whip (http://www.publicwhip.org.uk) Site Updates ============ Feature Article =============== Project Spotlight ================= Public Whip and friends in the news =================================== *********************************************************************** Why not forward this to a friend now? *********************************************************************** Subscribe a new address to this newsletter? Sign up here. http://www.publicwhip.org.uk/account/register.php Want to stop getting this newsletter? Login here and cancel your subscription. http://www.publicwhip.org.uk/account/settings.php
Add instructions for building words
A compiled version of words 1.97FC is included in assets/words. This is because android ndk does not support ada, nor do most cross compiler toolchains. Compilation procedure: - Download and extract the source code (http://archives.nd.edu/whitaker/wordsall.zip) - Set up an environment that allows compilation of ada code for arm processors. I used a raspian chroot in qemu, with the "gnat" package installed. You can also cross-compile, if you can figure out how to set that up. - Run the following command: > gnatmake -O3 words -bargs -static > gnatmake makedict > gnatmake makestem > gnatmake makeefil > gnatmake makeinfl > echo G | ./makedict > echo G | ./makestem > echo G | ./makeefil > echo G | ./makeinfl - You can then copy all the required files into assets/words.
Update pytest from 3.3.1 to 3.3.2
Flask>=0.11.1 Flask-Cache==0.13.1 gunicorn==19.7.1 requests==2.18.4 beautifulsoup4>=4.5.1 flake8==3.5.0 pytest==3.3.1 retry==0.9.2 selenium==3.8.0 git+https://github.com/alphagov/notifications-python-client.git@4.5.0#egg=notifications-python-client==4.5.0
Flask>=0.11.1 Flask-Cache==0.13.1 gunicorn==19.7.1 requests==2.18.4 beautifulsoup4>=4.5.1 flake8==3.5.0 pytest==3.3.2 retry==0.9.2 selenium==3.8.0 git+https://github.com/alphagov/notifications-python-client.git@4.5.0#egg=notifications-python-client==4.5.0
Update coverage from 4.5.4 to 5.0
-e . black==19.10b0 coverage==4.5.4 mypy==0.750; python_version < '3.8' and python_implementation != 'PyPy' prospector==1.1.7 ; python_version < '3.8' and python_implementation != 'PyPy' pytest==5.3.1 pytest-cov==2.8.1 pytest-django==3.7.0 sphinx_rtd_theme==0.4.3 tox==3.14.2
-e . black==19.10b0 coverage==5.0 mypy==0.750; python_version < '3.8' and python_implementation != 'PyPy' prospector==1.1.7 ; python_version < '3.8' and python_implementation != 'PyPy' pytest==5.3.1 pytest-cov==2.8.1 pytest-django==3.7.0 sphinx_rtd_theme==0.4.3 tox==3.14.2
Update dependency pymzml to v2.4.6
pymzml==2.4.5 openpyxl==2.6.3 nose tox coverage codecov
pymzml==2.4.6 openpyxl==2.6.3 nose tox coverage codecov
Update requests from 2.18.1 to 2.18.4
codecov==2.0.9 cov-core==1.15.0 #nose2 coverage, not in conda, pip install coverage==4.4.1 futures==3.1.1 nose==1.3.7 #pycharm cant currently run nose2 nose2==0.6.5 #not in conda, pip install nose2-html-report nose-cov==1.6 #not in conda, pip install nose-html-reporting==0.2.3 #not in conda, pip install numpy==1.13.1 pandas==0.20.3 pylint==1.7.2 python-coveralls==2.9.1 #not in conda, pip install pytz==2017.2 requests==2.18.1 scipy==0.19.1 snakefood==1.4 #not in conda, pip install sqlalchemy==1.1.11 sqlalchemy-utils==0.32.14 tabulate==0.7.7 twine==1.9.1 #not in conda, pip install
codecov==2.0.9 cov-core==1.15.0 #nose2 coverage, not in conda, pip install coverage==4.4.1 futures==3.1.1 nose==1.3.7 #pycharm cant currently run nose2 nose2==0.6.5 #not in conda, pip install nose2-html-report nose-cov==1.6 #not in conda, pip install nose-html-reporting==0.2.3 #not in conda, pip install numpy==1.13.1 pandas==0.20.3 pylint==1.7.2 python-coveralls==2.9.1 #not in conda, pip install pytz==2017.2 requests==2.18.4 scipy==0.19.1 snakefood==1.4 #not in conda, pip install sqlalchemy==1.1.11 sqlalchemy-utils==0.32.14 tabulate==0.7.7 twine==1.9.1 #not in conda, pip install
Upgrade dependency six to ==1.11.0
appdirs==1.4.3 autopep8==1.3.2 certifi==2017.7.27.1 chardet==3.0.4 contextlib2==0.5.5 Django==1.11.5 django-appconf==1.0.2 django-cacheops==3.2.1 django-cors-headers==2.1.0 django-silk==1.0.0 django-taggit==0.22.1 django-taggit-serializer==0.1.5 djangorestframework==3.6.4 djangorestframework-jwt==1.11.0 freezegun==0.3.9 funcy==1.9 idna==2.6 Jinja2==2.9.6 MarkupSafe==1.0 packaging==16.8 psycopg2==2.7.3 pycodestyle==2.3.1 Pygments==2.2.0 PyJWT==1.5.3 pyparsing==2.2.0 python-dateutil==2.6.1 pytz==2017.2 raven==6.1.0 requests==2.18.4 redis==2.10.6 six==1.10.0 sqlparse==0.2.3 urllib3==1.22 uWSGI==2.0.15
appdirs==1.4.3 autopep8==1.3.2 certifi==2017.7.27.1 chardet==3.0.4 contextlib2==0.5.5 Django==1.11.5 django-appconf==1.0.2 django-cacheops==3.2.1 django-cors-headers==2.1.0 django-silk==1.0.0 django-taggit==0.22.1 django-taggit-serializer==0.1.5 djangorestframework==3.6.4 djangorestframework-jwt==1.11.0 freezegun==0.3.9 funcy==1.9 idna==2.6 Jinja2==2.9.6 MarkupSafe==1.0 packaging==16.8 psycopg2==2.7.3 pycodestyle==2.3.1 Pygments==2.2.0 PyJWT==1.5.3 pyparsing==2.2.0 python-dateutil==2.6.1 pytz==2017.2 raven==6.1.0 requests==2.18.4 redis==2.10.6 six==1.11.0 sqlparse==0.2.3 urllib3==1.22 uWSGI==2.0.15
Update to the latest stevedore
d2to1>=0.2.10,<0.3 pbr>=0.5,<0.6 WebOb>=1.2 kombu iso8601 argparse SQLAlchemy>=0.7,<=0.7.99 sqlalchemy-migrate>=0.7.2 pymongo>=2.2 eventlet anyjson>=0.2.4 Flask==0.9 pecan>=0.2.0 stevedore>=0.7 msgpack-python python-glanceclient python-novaclient>=2.6.10 python-keystoneclient>=0.2.3 python-swiftclient lxml requests>=1.1,<1.2.1 wsme>=0.5b2 pyyaml oslo.config>=1.1.0 happybase>=0.4
d2to1>=0.2.10,<0.3 pbr>=0.5,<0.6 WebOb>=1.2 kombu iso8601 argparse SQLAlchemy>=0.7,<=0.7.99 sqlalchemy-migrate>=0.7.2 pymongo>=2.2 eventlet anyjson>=0.2.4 Flask==0.9 pecan>=0.2.0 stevedore>=0.9 msgpack-python python-glanceclient python-novaclient>=2.6.10 python-keystoneclient>=0.2.3 python-swiftclient lxml requests>=1.1,<1.2.1 wsme>=0.5b2 pyyaml oslo.config>=1.1.0 happybase>=0.4
Update rollbar package to 0.13.8
Flask==0.11.1 django-dotenv==1.4.1 # Read environment variables from .env django-getenv==1.3.1 # Get environment variables newrelic==2.72.1.53 flask-sitemap markdown2==2.3.1 # Error tracking blinker==1.4 rollbar==0.13.6 pytz==2016.7 # Testing flake8==3.0.4 # Python linting codeclimate-test-reporter==0.1.2 # Test coverage
Flask==0.11.1 django-dotenv==1.4.1 # Read environment variables from .env django-getenv==1.3.1 # Get environment variables newrelic==2.72.1.53 flask-sitemap markdown2==2.3.1 # Error tracking blinker==1.4 rollbar==0.13.8 pytz==2016.7 # Testing flake8==3.0.4 # Python linting codeclimate-test-reporter==0.1.2 # Test coverage
Update defcon from 0.3.3 to 0.3.4
fonttools==3.13.1 cu2qu==1.2.0 glyphsLib==1.7.5 ufo2ft==0.5.3 MutatorMath==2.0.4 defcon==0.3.3 booleanOperations==0.7.0
fonttools==3.13.1 cu2qu==1.2.0 glyphsLib==1.7.5 ufo2ft==0.5.3 MutatorMath==2.0.4 defcon==0.3.4 booleanOperations==0.7.0
Update setuptools from 32.2.0 to 32.3.0
# Requirements required by this package: -r requirements_setup.txt # Requirements needed for development & build & testing pytest==3.0.5 coverage==4.2 coveralls==1.1 wheel==0.29.0 setuptools==32.2.0 docutils==0.13.1 pygments==2.1.3 flake8==3.2.1 invoke==0.12.2 # pyup: ignore
# Requirements required by this package: -r requirements_setup.txt # Requirements needed for development & build & testing pytest==3.0.5 coverage==4.2 coveralls==1.1 wheel==0.29.0 setuptools==32.3.0 docutils==0.13.1 pygments==2.1.3 flake8==3.2.1 invoke==0.12.2 # pyup: ignore
Update fontmath from 0.4.7 to 0.4.8
FontTools==3.31.0 ufoLib==2.3.2 fontMath==0.4.7 defcon[pens]==0.5.3
FontTools==3.31.0 ufoLib==2.3.2 fontMath==0.4.8 defcon[pens]==0.5.3