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, incl...
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, incl...
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://g...
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://g...
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 # A...
# 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 #...
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}_S...
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_li...
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...
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...
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 pyte...
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 pyte...
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...
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...
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 o...
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 A...
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 passw...
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 passw...
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, zapp...
-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, zapp...
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/...
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/...
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==...
# 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==...
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 ...
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...
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_librar...
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) ...
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_F...
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 {...
# 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 {...
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, C...
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, C...
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=...
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=...
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 fol...
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-ngin...
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 lang...
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 dissimil...
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.6485780...
Multiplicity | Root ------------------------------------------------ 2 | -2.000000000000 -0.000000000000i 1 | -0.651114070264 -0.390425719088i 1 | -0.651114070264 +0.390425719088i 3 | 0.000000000000 +0.000000000000i 1 | 0.6485780...
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? Ins...
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...
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...
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....
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....
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 easil...
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 easil...
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/node...
{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/node...
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.RetransmitsNackOverRtxWithPa...
# 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.RetransmitsNackOverRtxWithPa...
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...
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...
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 t...
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 Updat...
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 co...
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 p...
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 p...
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....
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....
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....
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....
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 co...
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 co...
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