Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update wheel from 0.33.1 to 0.33.4 | -r requirements.txt
django==2.2.1
bumpversion==0.5.3
wheel==0.33.1
django-environ==0.4.5
radon==3.0.1
djangorestframework==3.9.3
pytz==2019.1
| -r requirements.txt
django==2.2.1
bumpversion==0.5.3
wheel==0.33.4
django-environ==0.4.5
radon==3.0.1
djangorestframework==3.9.3
pytz==2019.1
|
Upgrade textile to 2.1.8 for python3 support | -r ../requirements.txt
Markdown==2.3.1
textile==2.1.5
docutils==0.11
| -r ../requirements.txt
Markdown==2.3.1
textile==2.1.8
docutils==0.11
|
Update pytest from 5.2.3 to 5.2.4 | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==5.2.3
factory-boy==2.12.0
pytest-mock==1.11.2
webtest==2.0.33
pytest-cov==2.8.1
# Lint and code style
flake8==3.7.9
flake8-docstrings==1.5.0
flake8-quotes==2.1.1
pep8-naming==0.9.1
| # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==5.2.4
factory-boy==2.12.0
pytest-mock==1.11.2
webtest==2.0.33
pytest-cov==2.8.1
# Lint and code style
flake8==3.7.9
flake8-docstrings==1.5.0
flake8-quotes==2.1.1
pep8-naming==0.9.1
|
Allow newer versions of pip | fastparquet==0.2.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-faulthandler==1.5.0
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... | fastparquet==0.2.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-faulthandler==1.5.0
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... |
Update setuptools from 38.2.5 to 38.3.0 | pytest==3.3.2
pytest-runner==3.0
setuptools==38.2.5
| pytest==3.3.2
pytest-runner==3.0
setuptools==38.3.0
|
Update CMake file to add the variable SCI_ITK_LIBRARY, instead of the plural one, for better consistency. | SUBDIRS(Common Numerics BasicFilters Algorithms SpatialObject)
#######################################
# SCI - IGNORE THESE ONES
#IF( ITK_USE_PATENTED )
# SUBDIRS( Patented )
#ENDIF( ITK_USE_PATENTED )
#
#IF( ITK_USE_REVIEW )
# SUBDIRS( Review )
#ENDIF( ITK_USE_REVIEW )
## There should be no library dependances on ... | SUBDIRS(Common Numerics BasicFilters Algorithms SpatialObject)
#######################################
# SCI - IGNORE THESE ONES
#IF( ITK_USE_PATENTED )
# SUBDIRS( Patented )
#ENDIF( ITK_USE_PATENTED )
#
#IF( ITK_USE_REVIEW )
# SUBDIRS( Review )
#ENDIF( ITK_USE_REVIEW )
## There should be no library dependances on ... |
Update tqdm from 4.40.2 to 4.41.1 | PyQt5
numpy==1.17.4
h5py==2.10.0
matplotlib==3.1.2
numba==0.46.0
scipy==1.3.3
pyyaml==5.2
scikit-learn==0.22
colorama==0.4.3
tqdm==4.40.2
lmfit==0.9.14 | PyQt5
numpy==1.17.4
h5py==2.10.0
matplotlib==3.1.2
numba==0.46.0
scipy==1.3.3
pyyaml==5.2
scikit-learn==0.22
colorama==0.4.3
tqdm==4.41.1
lmfit==0.9.14 |
Update pytest from 3.3.2 to 3.4.0 | mock==2.0.0; python_version < '3.0'
pyobjc-core==4.1; sys_platform == 'darwin'
pytest==3.3.2
pytest-cov==2.5.1
unittest2==1.1.0; python_version < '3.0'
| mock==2.0.0; python_version < '3.0'
pyobjc-core==4.1; sys_platform == 'darwin'
pytest==3.4.0
pytest-cov==2.5.1
unittest2==1.1.0; python_version < '3.0'
|
Update botocore from 1.5.78 to 1.5.79 | boto3==1.4.4
botocore==1.5.78
certifi==2017.4.17
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.10.7
django-grappelli==2.10.1
django-haystack==2.5.1
django-linkcheck==1.4
django-s3-folder-storage==0.5
django-storages==1.6.3
docutils==0.13.1
elasticsearch==2.4.1
futures==3.1.1
gunicorn==19.7.1
idna==2.... | boto3==1.4.4
botocore==1.5.79
certifi==2017.4.17
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.10.7
django-grappelli==2.10.1
django-haystack==2.5.1
django-linkcheck==1.4
django-s3-folder-storage==0.5
django-storages==1.6.3
docutils==0.13.1
elasticsearch==2.4.1
futures==3.1.1
gunicorn==19.7.1
idna==2.... |
Install minimum versions for marshmallow and DRF | # Minimum Django and REST framework version
Django==1.11.14 # pyup: <2.0
djangorestframework==3.7.7 # pyup: >=3.6,<3.7
marshmallow==2.15.3 # pyup: <3.0
# Test requirements
pytest-django==3.3.2
pytest==3.6.4
pytest-cov==2.5.1
flake8==3.5.0
# MkDocs for documentation
mkdocs==0.17.5
| # Minimum Django and REST framework version
Django>=1.11.14,<2.0
djangorestframework>=3.6,<3.7
marshmallow>=2.15.3,<3.0
# Test requirements
pytest-django==3.3.2
pytest==3.6.4
pytest-cov==2.5.1
flake8==3.5.0
# MkDocs for documentation
mkdocs==0.17.5
|
Update ansible version to 2.9.16 | pbr>=1.6
ansible==2.8.11
ara<1.0.0
pyfakefs<4.0.0
dlrnapi_client
| pbr>=1.6
ansible==2.9.16
ara<1.0.0
pyfakefs<4.0.0
dlrnapi_client
|
Upgrade dependency PyJWT to ==1.6.1 | coreapi==2.3.3
Django==2.0
django-rest-swagger==2.1.2
django-taggit==0.22.2
django-taggit-serializer==0.1.5
django-webpack-loader==0.6.0
djangorestframework==3.7.7
djangorestframework-jwt==1.11.0
freezegun==0.3.10
itypes==1.1.0
openapi-codec==1.3.2
psycopg2==2.7.4
PyJWT==1.6.0
python-dateutil==2.7.0
requests==2.18.4
si... | coreapi==2.3.3
Django==2.0
django-rest-swagger==2.1.2
django-taggit==0.22.2
django-taggit-serializer==0.1.5
django-webpack-loader==0.6.0
djangorestframework==3.7.7
djangorestframework-jwt==1.11.0
freezegun==0.3.10
itypes==1.1.0
openapi-codec==1.3.2
psycopg2==2.7.4
PyJWT==1.6.1
python-dateutil==2.7.0
requests==2.18.4
si... |
Fix the DirectoryWatcher link failrue in shared libs build of clang | set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangDirectoryWatcher
DirectoryWatcher.cpp
LINK_LIBS
clangBasic
)
| include(CheckIncludeFiles)
set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangDirectoryWatcher
DirectoryWatcher.cpp
LINK_LIBS
clangBasic
)
if(BUILD_SHARED_LIBS)
if(APPLE)
check_include_files("CoreServices/CoreServices.h" HAVE_CORESERVICES_H)
if(HAVE_CORESERVICES_H)
set(DIRECTORY_WATCHE... |
Update requests from 2.21.0 to 2.22.0 | dj-database-url==0.5.0
django-apiblueprint-view==2.0.1
django-basicauth==0.5.2
django-extensions==2.1.6
django-localflavor==2.2
django-markdown-deux==1.0.5
django==1.11.20 # pyup: >=1.11,<2.0
djangorestframework==3.9.4
djangorestframework-gis==0.14
django-cors-headers==3.0.1
fastkml==0.11
fuzzywuzzy==0.17.0
lxml==4.3.... | dj-database-url==0.5.0
django-apiblueprint-view==2.0.1
django-basicauth==0.5.2
django-extensions==2.1.6
django-localflavor==2.2
django-markdown-deux==1.0.5
django==1.11.20 # pyup: >=1.11,<2.0
djangorestframework==3.9.4
djangorestframework-gis==0.14
django-cors-headers==3.0.1
fastkml==0.11
fuzzywuzzy==0.17.0
lxml==4.3.... |
Update to pfmisc that handles teeFile. | Django==1.10.2
django-filter==0.15.3
djangorestframework==3.5.3
django-cors-middleware==1.3.1
mysqlclient==1.3.9
docker==2.1.0
pfurl==1.3.16.0
pfmisc==1.0.1
pytz==2016.7
python-swiftclient==3.4.0
django-storage-swift==1.2.17
| Django==1.10.2
django-filter==0.15.3
djangorestframework==3.5.3
django-cors-middleware==1.3.1
mysqlclient==1.3.9
docker==2.1.0
pfurl==1.3.16.0
pfmisc==1.2.2
pytz==2016.7
python-swiftclient==3.4.0
django-storage-swift==1.2.17
|
Add "?no-merges" to log link in release announcement template | Gerrit version {{ data.version }} is now available.{% if data.summary %} {{ data.summary }} {% endif %}Please see the release notes for details.
Release Notes:
https://www.gerritcodereview.com/releases/{{ data.version.major }}.md{% if data.version.patch %}#{{ data.version.patch }}{% endif %}
Documentation:
http://ger... | Gerrit version {{ data.version }} is now available.{% if data.summary %} {{ data.summary }} {% endif %}Please see the release notes for details.
Release Notes:
https://www.gerritcodereview.com/releases/{{ data.version.major }}.md{% if data.version.patch %}#{{ data.version.patch }}{% endif %}
Documentation:
http://ger... |
Load Tutorial instructions made readable. | You can load your own tutorials to use them on this website. Tutorials are only available to you and are not sent to the server. Tutorials should have the following format:
<html>
<head>
<title>
Tutorial Title
</title>
</head>
<body>
<div>
<h4>Section 1</h4>
Some text. Text within <cod... | You can load your own tutorials to use them on this website. Tutorials are only available to you and are not sent to the server. Tutorials should have the following format:
<html>
<head>
<title>
Tutorial Title
</title>
</head>
<body>
<div>
<h4>Section 1</h4>
Some text. Text within <code>... |
Update expected output of `testEmojiReporter()` | filename
⛔️ Line 1: Violation Reason.
⛔️ Line 1: Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int>.
⚠️ Line 1: Violation Reason.
Other
⛔️ Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. | Other
⛔️ Colons should be next to the identifier when specifying a type and next to the key in dictionary literals.
filename
⛔️ Line 1: Violation Reason.
⛔️ Line 1: Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int>.
⚠️ Line 1: Violation Reason. |
Update flake8 from 3.2.1 to 3.3.0 | flake8==3.2.1
pytest==3.0.6
pytest-cov==2.4.0
pytest-catchlog==1.2.2
docker-py==1.10.6
coveralls==1.1
Sphinx==1.5.2
lz4tools==1.3.1.2
xxhash==0.6.1
sphinxcontrib-asyncio>=0.2.0
sphinx-rtd-theme==0.1.9
| flake8==3.3.0
pytest==3.0.6
pytest-cov==2.4.0
pytest-catchlog==1.2.2
docker-py==1.10.6
coveralls==1.1
Sphinx==1.5.2
lz4tools==1.3.1.2
xxhash==0.6.1
sphinxcontrib-asyncio>=0.2.0
sphinx-rtd-theme==0.1.9
|
Update pytest-django from 4.4.0 to 4.5.2 | -r base.txt
factory-boy==3.2.1
Faker==10.0.0
flake8==4.0.1
freezegun==1.1.0
isort==5.10.1
pytest==6.2.5
pytest-cov==3.0.0
pytest-django==4.4.0
pytest-factoryboy==2.1.0
| -r base.txt
factory-boy==3.2.1
Faker==10.0.0
flake8==4.0.1
freezegun==1.1.0
isort==5.10.1
pytest==6.2.5
pytest-cov==3.0.0
pytest-django==4.5.2
pytest-factoryboy==2.1.0
|
Update responses from 0.10.2 to 0.10.3 | -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==3.10.1
responses==0.10.2
Sphinx==1.8.1
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==3.10.1
responses==0.10.3
Sphinx==1.8.1
testfixtures==6.3.0
tox==3.5.3
twine==1.12.1
watchdog==0.9.0
wheel==0.32.2
|
Update wheel from 0.29.0 to 0.30.0 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
cryptography==1.9
PyYAML==3.12
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
cryptography==1.9
PyYAML==3.12
|
Update Video Transcoder to 0.4 (4) | Categories:Multimedia
License:GPL-3.0
Web Site:
Source Code:https://github.com/brarcher/video-transcoder
Issue Tracker:https://github.com/brarcher/video-transcoder/issues
Changelog:https://github.com/brarcher/video-transcoder/releases
Auto Name:Video Transcoder
Summary:Video transcoding between common formats
Descript... | Categories:Multimedia
License:GPL-3.0
Web Site:
Source Code:https://github.com/brarcher/video-transcoder
Issue Tracker:https://github.com/brarcher/video-transcoder/issues
Changelog:https://github.com/brarcher/video-transcoder/releases
Auto Name:Video Transcoder
Summary:Video transcoding between common formats
Descript... |
Update pytest requirement from <4.7,>=3.6 to >=3.6,<5.1 | coverage>=4.5.3,<4.6
docutils==0.14
flake8>=3.7,<3.8
pytest>=3.6,<4.7
pytest-cov>=2.7.1,<2.8
isort>=4.3.20,<4.4
| coverage>=4.5.3,<4.6
docutils==0.14
flake8>=3.7,<3.8
pytest>=3.6,<5.1
pytest-cov>=2.7.1,<2.8
isort>=4.3.20,<4.4
|
Remove qualifications for debugging purposes | [Experiment]
auto_recruit = true
mode = sandbox
[webdriver_type = chrome] [not yet implemented in current version of Dallinger]
clock_on = False
qualification_blacklist = "joint_estimation"
group_name = "joint_estimation"
[MTurk]
title = Line estimation memory game
description = Test your memory skills!
keywords = Psy... | [Experiment]
auto_recruit = true
mode = sandbox
[webdriver_type = chrome] [not yet implemented in current version of Dallinger]
clock_on = False
[qualification_blacklist = "joint_estimation"]
group_name = "joint_estimation"
[MTurk]
title = Line estimation memory game
description = Test your memory skills!
keywords = P... |
Update django from 1.11.6 to 1.11.7 | {% if cookiecutter.use_python3 == 'y' -%}
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.30.0
{%- endif %}
# Bleeding edge Django
django==1.11.6
# Configuration
django-environ==0... | {% if cookiecutter.use_python3 == 'y' -%}
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.30.0
{%- endif %}
# Bleeding edge Django
django==1.11.7
# Configuration
django-environ==0... |
Enable linking against Lua lib | cmake_minimum_required(VERSION 3.3)
# set(LFS_ROOT "${PROJECT_SOURCE_DIR}/luafilesystem")
# set(LFS_WORKING_DIR "${CMAKE_BINARY_DIR}/luafilesystem")
# set(LFS_INCLUDE "${LFS_WORKING_DIR}/src")
# Copy to the build directory. Not required since we don't use the provided make file
# add_custom_target(copy_lfs
# COMM... | cmake_minimum_required(VERSION 3.3)
# set(LFS_ROOT "${PROJECT_SOURCE_DIR}/luafilesystem")
# set(LFS_WORKING_DIR "${CMAKE_BINARY_DIR}/luafilesystem")
# set(LFS_INCLUDE "${LFS_WORKING_DIR}/src")
# Copy to the build directory. Not required since we don't use the provided make file
# add_custom_target(copy_lfs
# COMM... |
Update dependency pymdown-extensions to v9.8 | click==8.1.3
future==0.18.2
Jinja2==3.1.2
livereload==2.6.3
lunr==0.6.2
Markdown==3.3.7 # See https://github.com/mkdocs/mkdocs/issues/2892.
MarkupSafe==2.1.1
mkdocs==1.4.2
mkdocs-macros-plugin==0.7.0
mkdocs-material==8.5.8
mkdocs-material-extensions==1.1
Pygments==2.13.0
pymdown-extensions==9.7
python-dateutil==2.8.2
P... | click==8.1.3
future==0.18.2
Jinja2==3.1.2
livereload==2.6.3
lunr==0.6.2
Markdown==3.3.7 # See https://github.com/mkdocs/mkdocs/issues/2892.
MarkupSafe==2.1.1
mkdocs==1.4.2
mkdocs-macros-plugin==0.7.0
mkdocs-material==8.5.8
mkdocs-material-extensions==1.1
Pygments==2.13.0
pymdown-extensions==9.8
python-dateutil==2.8.2
P... |
Add instructions for running Vesper JavaScript unit tests. | Jasmine is an open source JavaScript unit testing framework: see
https://github.com/jasmine/jasmine. Jasmine is not part of the Vesper
project, but part of Jasmine is included here to make running Vesper
client unit tests simpler.
| Jasmine is an open source JavaScript unit testing framework: see
https://github.com/jasmine/jasmine. Jasmine is not part of the Vesper
project, but part of Jasmine is included here to make running Vesper
client unit tests simpler.
To run Vesper's JavaScript unit tests, open a terminal and run the
following commands:
... |
Add back the -dontwarn flag for directory | -dontwarn base.**
-dontwarn eta_serv.**
-dontoptimize
-dontobfuscate
-libraryjars <java.home>/lib/rt.jar
# -repackageclasses 'eta.repl'
# -allowaccessmodification
# -useuniqueclassmembernames
# -keeppackagenames doNotKeepAThing
# -printmapping 'repl.map'
# -dontusemixedcaseclassnames
-keep public class eta.main {
p... | -dontwarn base.**
-dontwarn eta_serv.**
-dontwarn directory.**
-dontoptimize
-dontobfuscate
-libraryjars <java.home>/lib/rt.jar
# -repackageclasses 'eta.repl'
# -allowaccessmodification
# -useuniqueclassmembernames
# -keeppackagenames doNotKeepAThing
# -printmapping 'repl.map'
# -dontusemixedcaseclassnames
-keep publ... |
Fix bayesmark direct url to use PEP 508 synatax | fiber
git+https://github.com/uber/bayesmark.git@0f7f970db61a405f0db9297a9fb8367f7dbeb855
pySOT
| fiber
bayesmark @ git+https://github.com/uber/bayesmark.git@0f7f970db61a405f0db9297a9fb8367f7dbeb855
pySOT
|
Fix build failure after merge | include(${CMAKE_SOURCE_DIR}/tools/cmake/helpers/sources.cmake)
include_directories(
${GMOCK_INCLUDE_DIRECTORY}
${COMPONENTS_DIR}/application_manager/rpc_plugins/app_service_rpc_plugin/include
${COMPONENTS_DIR}/application_manager/rpc_plugins/app_service_rpc_plugin/include/app_service_rpc_plugin/commands/
${COM... | include(${CMAKE_SOURCE_DIR}/tools/cmake/helpers/sources.cmake)
include_directories(
${GMOCK_INCLUDE_DIRECTORY}
${COMPONENTS_DIR}/application_manager/rpc_plugins/app_service_rpc_plugin/include
${COMPONENTS_DIR}/application_manager/rpc_plugins/app_service_rpc_plugin/include/app_service_rpc_plugin/commands/
${COM... |
Update django-allauth from 0.50.0 to 0.51.0 | bleach==5.0.0
Django==3.2.13 # pyup: < 3.3
django-allauth==0.50.0
django-autoslug==1.9.8
django-background-tasks==1.2.5
django-ckeditor==6.4.1
django-enumfield==3.0
django-filter==21.1
django-multiselectfield==0.1.12
django-widget-tweaks==1.4.12
djangorestframework==3.13.1
easy-thumbnails==2.8.1
html5lib==1.1
jsonfield... | bleach==5.0.0
Django==3.2.13 # pyup: < 3.3
django-allauth==0.51.0
django-autoslug==1.9.8
django-background-tasks==1.2.5
django-ckeditor==6.4.1
django-enumfield==3.0
django-filter==21.1
django-multiselectfield==0.1.12
django-widget-tweaks==1.4.12
djangorestframework==3.13.1
easy-thumbnails==2.8.1
html5lib==1.1
jsonfield... |
Update sqlalchemy from 1.3.11 to 1.3.12 | # General
flask==1.1.1
requests==2.22.0
beautifulsoup4==4.8.1
eventlet==0.25.1
gunicorn==20.0.4
# CSS/JS Assets
flask_assets==0.12
yuicompressor==2.4.8
# Sockets
flask_socketio==4.2.1
python_socketio==4.4.0
python_engineio==3.10.0
# Celery
celery==4.4.0
redis==3.3.11
# Octave interaction
scipy==1.3.3
numpy==1.17.4
... | # General
flask==1.1.1
requests==2.22.0
beautifulsoup4==4.8.1
eventlet==0.25.1
gunicorn==20.0.4
# CSS/JS Assets
flask_assets==0.12
yuicompressor==2.4.8
# Sockets
flask_socketio==4.2.1
python_socketio==4.4.0
python_engineio==3.10.0
# Celery
celery==4.4.0
redis==3.3.11
# Octave interaction
scipy==1.3.3
numpy==1.17.4
... |
Update requests-mock from 1.2.0 to 1.3.0 | -r requirements.txt
requests-mock==1.2.0
coverage==4.3.4
mock>=1.0.1
flake8>=2.1.0
tox>=1.7.0
# Additional test requirements go here
| -r requirements.txt
requests-mock==1.3.0
coverage==4.3.4
mock>=1.0.1
flake8>=2.1.0
tox>=1.7.0
# Additional test requirements go here
|
Update sphinx from 1.7.5 to 1.7.6 | marshmallow>=2.0.0rc1
Flask==1.0.2
sphinx==1.7.5
sphinx-rtd-theme==0.4.0
sphinx-issues>=0.2.0
| marshmallow>=2.0.0rc1
Flask==1.0.2
sphinx==1.7.6
sphinx-rtd-theme==0.4.0
sphinx-issues>=0.2.0
|
Use patched version of exceltable | plantweb
sphinx>=1.3
sphinxcontrib-exceltable
sphinx-rtd-theme
git+https://github.com/metrasynth/radiant-voices#egg=radiant-voices
git+https://github.com/metrasynth/sunvox-dll-python#egg=sunvox-dll-python
-e .
| plantweb
sphinx>=1.3
hg+https://bitbucket.org/gldnspud/sphinx-contrib#egg=sphinxcontrib-exceltable&subdirectory=exceltable
sphinx-rtd-theme
git+https://github.com/metrasynth/radiant-voices#egg=radiant-voices
git+https://github.com/metrasynth/sunvox-dll-python#egg=sunvox-dll-python
-e .
|
Apply pugixml-soversion.patch: SOVERSION is now 1 instead of 1.2 (make install will deploy both libpugixml.so.1 and libpugixml.so.1.2) | project(pugixml)
cmake_minimum_required(VERSION 2.6)
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared instead of static library")
if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
SET(CMAKE_INSTALL_LIBDIR lib CACHE PATH "Output directory for libraries")
endif()
set(HEADERS ../src/pugixml.hpp ../src/pugiconfig.hpp)
set(SOUR... | project(pugixml)
cmake_minimum_required(VERSION 2.6)
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared instead of static library")
if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
SET(CMAKE_INSTALL_LIBDIR lib CACHE PATH "Output directory for libraries")
endif()
set(HEADERS ../src/pugixml.hpp ../src/pugiconfig.hpp)
set(SOUR... |
Change Appveyor to use official NumPy wheels for Windows | # Fetch numpy and scipy wheels from the sklearn rackspace wheelhouse.
# Those wheels were generated by @ogrisel by calling `wheel convert` on
# the binaries from http://www.lfd.uci.edu/~gohlke/pythonlibs/
# This is a temporary solution. As soon as numpy and scipy provide official
# wheel for windows we ca delete this -... | # RAM: updated to use official NumPy wheels from PyPI
numpy
wheel
|
Use real artist in example | We test a site that is implemented using !-AngularJS-!. These sites are quite dynamic and we have to make sure page rendering is complete before we execute a next step.
|storyboard |Ng Browser Test |
|open |http://rest.kabasakalis.tk/music_db |
|enter ... | We test a site that is implemented using !-AngularJS-!. These sites are quite dynamic and we have to make sure page rendering is complete before we execute a next step.
|storyboard |Ng Browser Test |
|open |http://rest.kabasakalis.tk/music_db |
|enter ... |
Update copyright year in license | Copyright (c) 2011-2017, Ulf Magnusson <ulfalizer@gmail.com>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR... | Copyright (c) 2011-2018, Ulf Magnusson <ulfalizer@gmail.com>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR... |
Update license to use Simplified BSD template | ImageJ software for multidimensional image processing and analysis.
Copyright (c) 2010, ImageJDev.org.
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 th... | ImageJ software for multidimensional image processing and analysis.
Copyright (c) 2009 - 2012, Board of Regents of the University of
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
Institute of Molecular Cell Biology and Genetics.
Redistribution and use in source and binary forms, with or withou... |
Enforce an older version of pydocstyle | -e pytest_girder
coverage
flake8
flake8-blind-except
flake8-docstrings
httmock
mock
mongomock
moto[server]
pytest
pytest-cov
pytest-xdist
Sphinx
sphinx_rtd_theme
tox
virtualenv
| -e pytest_girder
coverage
flake8
flake8-blind-except
flake8-docstrings
httmock
mock
mongomock
moto[server]
# Restrict version to work around a bug in flake8-docstrings
# https://gitlab.com/pycqa/flake8-docstrings/issues/23
pydocstyle<2.1
pytest
pytest-cov
pytest-xdist
Sphinx
sphinx_rtd_theme
tox
virtualenv
|
Update cryptography from 2.1 to 2.1.1 | pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.4.1
tox==2.9.1
coverage==4.4.1
Sphinx==1.6.4
cryptography==2.1
PyYAML==3.12
pytest==3.2.3
pytest-runner==2.12.1
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.4.1
tox==2.9.1
coverage==4.4.1
Sphinx==1.6.4
cryptography==2.1.1
PyYAML==3.12
pytest==3.2.3
pytest-runner==2.12.1
|
Update pyyaml from 3.11 to 3.12 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
PyYAML==3.11
pytest==2.9.2
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
PyYAML==3.12
pytest==2.9.2
|
Update sphinx from 2.2.0 to 2.3.1 |
# Database
psycopg2-binary==2.8.3
pip==19.2.2
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.8
cryptography==2.7
tox==3.13.2
coverage==4.5.4
Sphinx==2.2.0
pytest-runner==5.1
pytest==5.1.0
pytest-cov==2.7.1
# miscellaneous
sphinx_rtd_theme==0.4.3
pre-commit==1.18.2
python-dotenv[cli]==0.10.3
|
# Database
psycopg2-binary==2.8.3
pip==19.2.2
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.8
cryptography==2.7
tox==3.13.2
coverage==4.5.4
Sphinx==2.3.1
pytest-runner==5.1
pytest==5.1.0
pytest-cov==2.7.1
# miscellaneous
sphinx_rtd_theme==0.4.3
pre-commit==1.18.2
python-dotenv[cli]==0.10.3
|
Update pip from 19.2.2 to 19.2.3 | pip==19.2.2
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.8
tox==3.13.2
Sphinx==2.2.0
coverage==4.5.4
PyYAML==5.1.2
pytest==5.1.0
| pip==19.2.3
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.8
tox==3.13.2
Sphinx==2.2.0
coverage==4.5.4
PyYAML==5.1.2
pytest==5.1.0
|
Revert "Bump pillow from 8.3.2 to 9.0.0" | cherrypy==17.3.0
celery==4.1.1
python-dateutil==2.6.0
psycopg2
py3k-bcrypt==0.3
stripe==2.42.0
pytz==2017.2
alembic==0.9.1
treepoem==1.0.1
email_validator==1.0.2
phonenumbers==8.8.1
pockets==0.6.2
residue==0.2.8
XlsxWriter==1.0.2
uszipcode==0.2.6
geopy==1.11.0
twilio==6.10.0
cherrys==0.4
redis==2.10.6
ics==0.4
Pillow==... | cherrypy==17.3.0
celery==4.1.1
python-dateutil==2.6.0
psycopg2
py3k-bcrypt==0.3
stripe==2.42.0
pytz==2017.2
alembic==0.9.1
treepoem==1.0.1
email_validator==1.0.2
phonenumbers==8.8.1
pockets==0.6.2
residue==0.2.8
XlsxWriter==1.0.2
uszipcode==0.2.6
geopy==1.11.0
twilio==6.10.0
cherrys==0.4
redis==2.10.6
ics==0.4
Pillow==... |
Update uvloop from 0.6.7 to 0.7.0 | aiohttp==1.2.0
cchardet==1.1.1
ujson==1.35
uvloop==0.6.7; sys_platform != 'win32'
| aiohttp==1.2.0
cchardet==1.1.1
ujson==1.35
uvloop==0.7.0; sys_platform != 'win32'
|
Update aiohttp from 2.3.4 to 2.3.5 | aioamqp==0.10.0
aiobotocore==0.5.1
aiohttp==2.3.4
async-timeout==2.0.0
botocore==1.7.40
chardet==3.0.4
codecov==2.0.9
coverage==4.4.2
docutils==0.14
jmespath==0.9.3
multidict==3.3.2
mypy==0.550
packaging==16.8
pycodestyle==2.3.1
py==1.5.2
pyparsing==2.2.0
pytest==3.3.0
pytest-cov==2.5.1
python-dateutil==2.6.1
pytz==201... | aioamqp==0.10.0
aiobotocore==0.5.1
aiohttp==2.3.5
async-timeout==2.0.0
botocore==1.7.40
chardet==3.0.4
codecov==2.0.9
coverage==4.4.2
docutils==0.14
jmespath==0.9.3
multidict==3.3.2
mypy==0.550
packaging==16.8
pycodestyle==2.3.1
py==1.5.2
pyparsing==2.2.0
pytest==3.3.0
pytest-cov==2.5.1
python-dateutil==2.6.1
pytz==201... |
Update isort from 4.3.21 to 5.3.2 | cookiecutter==1.7.2
sh==1.13.1
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==19.10b0
isort==4.3.21
flake8==3.8.3
flake8-isort==4.0.0
# Testing
# ------------------------------------------------------------------------------
tox==3.19.0
pytest... | cookiecutter==1.7.2
sh==1.13.1
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==19.10b0
isort==5.3.2
flake8==3.8.3
flake8-isort==4.0.0
# Testing
# ------------------------------------------------------------------------------
tox==3.19.0
pytest=... |
Update pyyaml from 5.1 to 5.1.1 | pysingleton==0.2.1
colorful==0.4.4
docopt==0.6.2
ipython==5.3.0
tag-expressions>=1.0.0
lxml==4.3.3
parse_type==0.4.2
coverage==4.5.3
PyYAML==5.1
humanize==0.5.1
| pysingleton==0.2.1
colorful==0.4.4
docopt==0.6.2
ipython==5.3.0
tag-expressions>=1.0.0
lxml==4.3.3
parse_type==0.4.2
coverage==4.5.3
PyYAML==5.1.1
humanize==0.5.1
|
Upgrade the django-queryset-csv lib version. | Django==1.7.4
MarkupSafe==0.23
PyYAML==3.11
Pygments==1.6
Werkzeug==0.9.4
coverage==3.7.1
django-activelink==0.4
django-allauth==0.19.1
django-bootstrap3==3.3.0
django-coverage==1.2.4
django-datetime-widget==0.6
django-debug-toolbar==1.2.1
django-extensions==1.5.0
django-vanilla-views==1.0.2
django-queryset-csv==0.3.0
... | Django==1.7.4
MarkupSafe==0.23
PyYAML==3.11
Pygments==1.6
Werkzeug==0.9.4
coverage==3.7.1
django-activelink==0.4
django-allauth==0.19.1
django-bootstrap3==3.3.0
django-coverage==1.2.4
django-datetime-widget==0.6
django-debug-toolbar==1.2.1
django-extensions==1.5.0
django-vanilla-views==1.0.2
django-queryset-csv==0.3.1
... |
Add a comment about dateutil version restriction. Allow future versions in hopes of a fix. | FeedParser>=5.2.1
# There is a bug in sqlalchemy 0.9.0, see gh#127
SQLAlchemy >=0.7.5, !=0.9.0, <1.999
PyYAML
# There is a bug in beautifulsoup 4.2.0 that breaks imdb parsing, see http://flexget.com/ticket/2091
beautifulsoup4>=4.1, !=4.2.0, <4.5
html5lib>=0.11
PyRSS2Gen
pynzb
progressbar
rpyc
jinja2
# There is a bug in... | FeedParser>=5.2.1
# There is a bug in sqlalchemy 0.9.0, see gh#127
SQLAlchemy >=0.7.5, !=0.9.0, <1.999
PyYAML
# There is a bug in beautifulsoup 4.2.0 that breaks imdb parsing, see http://flexget.com/ticket/2091
beautifulsoup4>=4.1, !=4.2.0, <4.5
html5lib>=0.11
PyRSS2Gen
pynzb
progressbar
rpyc
jinja2
# There is a bug in... |
Update testinfra from 5.2.1 to 5.2.2 | ansible-lint==4.2.0
docker==4.2.2
flake8==3.8.3
molecule==3.0.6
pytest==5.4.3
testinfra==5.2.1
tox==3.17.1
| ansible-lint==4.2.0
docker==4.2.2
flake8==3.8.3
molecule==3.0.6
pytest==5.4.3
testinfra==5.2.2
tox==3.17.1
|
Add ipdb to dev requirements so it shows up in test docker containers for debugging | freezegun==0.3.9
nose>=1.3.7
mock>=1.3.0
pep8>=1.6.2
pytz==2017.2
bumpversion==0.5.3
coverage==4.2
tox==2.5.0
| freezegun==0.3.9
nose>=1.3.7
mock>=1.3.0
pep8>=1.6.2
pytz==2017.2
bumpversion==0.5.3
coverage==4.2
tox==2.5.0
ipdb
|
Update Footguy to 1.5 (6) | Categories:Theming
License:GPLv2
Web Site:
Source Code:https://github.com/elboza/footguy
Issue Tracker:https://github.com/elboza/footguy/issues
Auto Name:Footguy
Summary:Footguy widget
Description:
Footguy is an internet relic. Tap the footguy widget to see your uptime.
Double-tap for preferences (the launcher entry m... | Categories:Theming
License:GPLv2
Web Site:
Source Code:https://github.com/elboza/footguy
Issue Tracker:https://github.com/elboza/footguy/issues
Auto Name:Footguy
Summary:Footguy widget
Description:
Footguy is an internet relic. Tap the footguy widget to see your uptime.
Double-tap for preferences (the launcher entry m... |
Bump beautifulsoup4 from 4.9.1 to 4.9.3 | requests==2.24.0
beautifulsoup4==4.9.1
lxml==4.5.2
autopep8==1.5.4
Deprecated==1.2.10
| requests==2.24.0
beautifulsoup4==4.9.3
lxml==4.5.2
autopep8==1.5.4
Deprecated==1.2.10
|
Bump coverage from 6.4.1 to 6.4.2 | -e .
coverage==6.4.1
pytest==7.1.2
pytest-cov==3.0.0
pytest-django==4.5.2
pytest-subtests==0.8.0
| -e .
coverage==6.4.2
pytest==7.1.2
pytest-cov==3.0.0
pytest-django==4.5.2
pytest-subtests==0.8.0
|
Update ruamel.yaml from 0.15.75 to 0.15.76 | # ydf/requirements/base.txt
#
# Requirements for using this package.
-r build.txt
click==7.0
six==1.11.0
ruamel.yaml==0.15.75
jinja2==2.10
| # ydf/requirements/base.txt
#
# Requirements for using this package.
-r build.txt
click==7.0
six==1.11.0
ruamel.yaml==0.15.76
jinja2==2.10
|
Update gunicorn from 20.0.0 to 20.0.2 | # General
flask==1.1.1
requests==2.22.0
beautifulsoup4==4.8.1
eventlet==0.25.1
gunicorn==20.0.0
# CSS/JS Assets
flask_assets==0.12
yuicompressor==2.4.8
# Sockets
flask_socketio==4.2.1
python_socketio==4.3.1
python_engineio==3.10.0
# Celery
celery==4.3.0
redis==3.3.11
# Octave interaction
scipy==1.3.2
numpy==1.17.4
... | # General
flask==1.1.1
requests==2.22.0
beautifulsoup4==4.8.1
eventlet==0.25.1
gunicorn==20.0.2
# CSS/JS Assets
flask_assets==0.12
yuicompressor==2.4.8
# Sockets
flask_socketio==4.2.1
python_socketio==4.3.1
python_engineio==3.10.0
# Celery
celery==4.3.0
redis==3.3.11
# Octave interaction
scipy==1.3.2
numpy==1.17.4
... |
Update APG to work with latest versions | Categories:Internet
License:Apache2
Web Site:http://thialfihar.org/projects/apg
Source Code:https://github.com/thialfihar/apg
Issue Tracker:https://github.com/thialfihar/apg/issues
FlattrID:164412
Auto Name:APG
Summary:Encrypt email and files
Description:
APG is a port of OpenPGP for Android. Use it to encrypt and dec... | Categories:Internet
License:Apache2
Web Site:http://thialfihar.org/projects/apg
Source Code:https://github.com/thialfihar/apg
Issue Tracker:https://github.com/thialfihar/apg/issues
FlattrID:164412
Auto Name:APG
Summary:Encrypt email and files
Description:
APG is a port of OpenPGP for Android. Use it to encrypt and dec... |
Update CV of PalmCalc to 4.2.0 (100) | Categories:Science & Education
License:GPLv3
Web Site:http://palmcalc.com
Source Code:https://github.com/cybro/PalmCalc
Issue Tracker:https://github.com/cybro/PalmCalc/issues
Auto Name:PalmCalc
Summary:7-in-1 calculator
Description:
Calculates currency, BMI, units, as well as the usual stuff.
.
Repo Type:git
Repo:htt... | Categories:Science & Education
License:GPLv3
Web Site:http://palmcalc.com
Source Code:https://github.com/cybro/PalmCalc
Issue Tracker:https://github.com/cybro/PalmCalc/issues
Auto Name:PalmCalc
Summary:7-in-1 calculator
Description:
Calculates currency, BMI, units, as well as the usual stuff.
.
Repo Type:git
Repo:htt... |
Add text file that explains the configuration necessary to set up the project | GPIO
setup wirinPi as explained here:
http://www.raspberrypi.org/forums/viewtopic.php?t=32177&p=483706
Add pin 17 here in /etc/rc.local (-> reboot)
sudo -u pi /usr/local/bin/gpio export 17 out
Apache
Make it listen on the port that is used (5000)
add Listen 500 to
/etc/apache2/ports.conf | |
Bump urllib3 from 1.22 to 1.24.2 | certifi==2018.4.16
chardet==3.0.4
idna==2.6
requests==2.18.4
urllib3==1.22
| certifi==2018.4.16
chardet==3.0.4
idna==2.6
requests==2.18.4
urllib3==1.24.2
|
Update simplejson from 3.15.0 to 3.16.0 | blinker==1.4
certifi==2018.4.16
chardet==3.0.4
dj-database-url==0.5.0
Django==2.0.7
django-bmemcached==0.2.3
django-recaptcha==1.4.0
djangorestframework==3.8.2
feedparser==5.2.1
gunicorn==19.8.1
idna==2.7
psycopg2-binary==2.7.5
python-binary-memcached==0.26.1
python-twitch-client==0.5.1
pytz==2018.5
requests==2.19.1
si... | blinker==1.4
certifi==2018.4.16
chardet==3.0.4
dj-database-url==0.5.0
Django==2.0.7
django-bmemcached==0.2.3
django-recaptcha==1.4.0
djangorestframework==3.8.2
feedparser==5.2.1
gunicorn==19.8.1
idna==2.7
psycopg2-binary==2.7.5
python-binary-memcached==0.26.1
python-twitch-client==0.5.1
pytz==2018.5
requests==2.19.1
si... |
Fix pymongo requirement at 2.8. | Flask-Cache
Flask-WTF==0.10.3
Flask==0.10.1
pymongo
redis==2.10.3
hiredis
requests==2.5.1
simplejson>=3.6.1
| Flask-Cache
Flask-WTF==0.10.3
Flask==0.10.1
pymongo==2.8
redis==2.10.3
hiredis
requests==2.5.1
simplejson>=3.6.1
|
Update certifi from 2018.1.18 to 2018.4.16 | certifi==2018.1.18
chardet==3.0.4
dj-database-url==0.5.0
Django==2.0.4
django-grappelli==2.11.1
django-haystack==2.8.1
django-linkcheck==1.5
docutils==0.14
elasticsearch==6.2.0
gunicorn==19.7.1
idna==2.6
jmespath==0.9.3
newrelic==3.2.0.91
psycopg2==2.7.4
python-dateutil==2.7.2
python-ptrace==0.9.3
pytz==2018.4
pyupload... | certifi==2018.4.16
chardet==3.0.4
dj-database-url==0.5.0
Django==2.0.4
django-grappelli==2.11.1
django-haystack==2.8.1
django-linkcheck==1.5
docutils==0.14
elasticsearch==6.2.0
gunicorn==19.7.1
idna==2.6
jmespath==0.9.3
newrelic==3.2.0.91
psycopg2==2.7.4
python-dateutil==2.7.2
python-ptrace==0.9.3
pytz==2018.4
pyupload... |
Update pytz to reflect upstream version change | # Django/Framework Packages
django>=1.4.12,<=1.4.18
django-model-utils==1.4.0
South>=0.7.6
python-dateutil==2.1
pylru==1.0.6
djangorestframework>=2.3.5,<=2.3.14
pytz==2012h
PyContracts==1.6.5
underscore.py==0.1.6
pynliner==0.5.2
-e git+https://github.com/dgrtwo/ParsePy.git@7949b9f754d1445eff8e8f20d0e967b9a6420639#egg=p... | # Django/Framework Packages
django>=1.4.12,<=1.4.18
django-model-utils==1.4.0
South>=0.7.6
python-dateutil==2.1
pylru==1.0.6
djangorestframework>=2.3.5,<=2.3.14
pytz==2015.2
PyContracts==1.6.5
underscore.py==0.1.6
pynliner==0.5.2
-e git+https://github.com/dgrtwo/ParsePy.git@7949b9f754d1445eff8e8f20d0e967b9a6420639#egg=... |
Update croniter from 0.3.22 to 0.3.23 | Twisted[tls]==18.4.0
beautifulsoup4==4.6.0
lxml==4.2.1
psutil==5.4.4
python-dateutil==2.7.3
ply==3.11
enum34==1.1.6
twitter==1.18.0
requests==2.18.4
pytimeparse==1.1.8
pymysql==0.8.1
pycryptodome==3.6.1
pyasn1==0.4.3
isodate==0.6.0
google-api-python-client==1.6.7
pyxDamerauLevenshtein==1.5
numpy==1.14.3
Cython==0.28.3
... | Twisted[tls]==18.4.0
beautifulsoup4==4.6.0
lxml==4.2.1
psutil==5.4.4
python-dateutil==2.7.3
ply==3.11
enum34==1.1.6
twitter==1.18.0
requests==2.18.4
pytimeparse==1.1.8
pymysql==0.8.1
pycryptodome==3.6.1
pyasn1==0.4.3
isodate==0.6.0
google-api-python-client==1.6.7
pyxDamerauLevenshtein==1.5
numpy==1.14.3
Cython==0.28.3
... |
Update pillow from 5.4.0 to 5.4.1 | pyenchant==2.0.0
django-filebrowser-no-grappelli==3.7.4
Pillow==5.4.0
coverage==4.5.2
| pyenchant==2.0.0
django-filebrowser-no-grappelli==3.7.4
Pillow==5.4.1
coverage==4.5.2
|
Update werkzeug from 0.10.4 to 0.11.9 | aniso8601==0.92
Flask==0.10.1
Flask-JWT==0.2.0
flask-mongoengine==0.7.1
Flask-REST==1.1
Flask-RESTful==0.3.2
Flask-Script==2.0.5
Flask-WTF==0.11
itsdangerous==0.24
Jinja2==2.7.3
MarkupSafe==0.23
mongoengine==0.9.0
passlib==1.6.2
py==1.4.26
pymongo==2.7.2
pytz==2015.2
six==1.9.0
uWSGI==2.0.10
Werkzeug==0.10.4
WTForms==2... | aniso8601==0.92
Flask==0.10.1
Flask-JWT==0.2.0
flask-mongoengine==0.7.1
Flask-REST==1.1
Flask-RESTful==0.3.2
Flask-Script==2.0.5
Flask-WTF==0.11
itsdangerous==0.24
Jinja2==2.7.3
MarkupSafe==0.23
mongoengine==0.9.0
passlib==1.6.2
py==1.4.26
pymongo==2.7.2
pytz==2015.2
six==1.9.0
uWSGI==2.0.10
Werkzeug==0.11.9
WTForms==2... |
Update pyexcel from 0.5.1.1 to 0.5.2 | pyexcel==0.5.1.1
pyexcel-xlsx==0.4.1
xlsxwriter==0.9.8
mongoengine==0.13.0
wget==3.2 | pyexcel==0.5.2
pyexcel-xlsx==0.4.1
xlsxwriter==0.9.8
mongoengine==0.13.0
wget==3.2 |
Document needed dependencies for python ffmpeg bindings | # opendiamond core
pip>=1.5.6
# If encountered "undefined symbol: SSLv2_method", try uninstalling the pip version and (re)installing python-m2crypto from apt.
#M2Crypto==0.25.1
Pillow==4.0.0
lxml==3.7.3
python-dateutil==2.6.0
six==1.10.0
# jsonblaster
file-magic==0.3.0
pycurl==7.43.0
simplejson==3.10.0
sockjs-tornad... | # opendiamond core
pip>=1.5.6
# If encountered "undefined symbol: SSLv2_method", try uninstalling the pip version and (re)installing python-m2crypto from apt.
#M2Crypto==0.25.1
Pillow==4.0.0
lxml==3.7.3
python-dateutil==2.6.0
six==1.10.0
# jsonblaster
file-magic==0.3.0
pycurl==7.43.0
simplejson==3.10.0
sockjs-tornad... |
Update mutagen from 1.41.0 to 1.41.1 | python-telegram-bot==11.0.0
python-telegram-handler==2.0.2
boltons==18.0.1
plumbum==1.6.7
#transliterate==1.9
scdl==1.6.12
bandcamp-downloader==0.0.9.dev0
youtube-dl==2018.8.28
pydub==0.22.1
mutagen==1.41.0
patool==1.12
pyshorteners==0.6.1
Celery==4.2.1
#botanio==1.0.0
logentries==0.17
#loggly-python-handler==1.0.0
| python-telegram-bot==11.0.0
python-telegram-handler==2.0.2
boltons==18.0.1
plumbum==1.6.7
#transliterate==1.9
scdl==1.6.12
bandcamp-downloader==0.0.9.dev0
youtube-dl==2018.8.28
pydub==0.22.1
mutagen==1.41.1
patool==1.12
pyshorteners==0.6.1
Celery==4.2.1
#botanio==1.0.0
logentries==0.17
#loggly-python-handler==1.0.0
|
Update molecule from 2.12.1 to 2.13.0 | molecule==2.12.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==3.0.0
| molecule==2.13.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==3.0.0
|
Update pillow requirement from ~=8.2 to ~=8.3 | #
# Common requirements for wger
#
# Application
bleach~=3.3
django-bootstrap-breadcrumbs~=0.9
django-formtools~=2.3
django-recaptcha~=2.0.6
Django~=3.2
django-crispy-forms~=1.12
django_compressor~=2.4
django_extensions~=3.1
django-storages~=1.11
easy-thumbnails~=2.7
icalendar==4.0.7
invoke~=1.5
pillow~=8.2
python-mim... | #
# Common requirements for wger
#
# Application
bleach~=3.3
django-bootstrap-breadcrumbs~=0.9
django-formtools~=2.3
django-recaptcha~=2.0.6
Django~=3.2
django-crispy-forms~=1.12
django_compressor~=2.4
django_extensions~=3.1
django-storages~=1.11
easy-thumbnails~=2.7
icalendar==4.0.7
invoke~=1.5
pillow~=8.3
python-mim... |
Upgrade dependency requests to ==2.17.1 | appdirs==1.4.3
contextlib2==0.5.5
Django==1.11.1
django-appconf==1.0.2
django-cacheops==3.2.1
django-compressor==2.1.1
django-debug-toolbar==1.8
django-querycount==0.6.0
freezegun==0.3.9
funcy==1.7.5
packaging==16.8
psycopg2==2.7.1
PyJWT==1.5.0
pyparsing==2.2.0
PySocks==1.6.7
python-dateutil==2.6.0
pytz==2017.2
raven==... | appdirs==1.4.3
contextlib2==0.5.5
Django==1.11.1
django-appconf==1.0.2
django-cacheops==3.2.1
django-compressor==2.1.1
django-debug-toolbar==1.8
django-querycount==0.6.0
freezegun==0.3.9
funcy==1.7.5
packaging==16.8
psycopg2==2.7.1
PyJWT==1.5.0
pyparsing==2.2.0
PySocks==1.6.7
python-dateutil==2.6.0
pytz==2017.2
raven==... |
Add testresources used by oslo.db fixture | # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
coverage>=3.6
fixtures>=1.3.1
mock>=1.2
python-subunit>=0.0.18
requests-mock>=0.6.0 # 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<0.11,>=0.10.0
coverage>=3.6
fixtures>=1.3.1
mock>=1.2
python-subunit>=0.0.18
requests-mock>=0.6.0 # A... |
Update sphinx-autobuild from 0.7.1 to 2021.3.14 | Sphinx==4.2.0
sphinx-autobuild==0.7.1
sphinx-rtd-theme==1.0.0
sphinxcontrib-asyncio==0.3.0 | Sphinx==4.2.0
sphinx-autobuild==2021.3.14
sphinx-rtd-theme==1.0.0
sphinxcontrib-asyncio==0.3.0 |
Add back the skip now that expectations are captured upstream. | // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
// Before bulach/andre... | // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
// Before bulach/andre... |
Update about text to reference 3DO documentation | Author: Armoured Fish
Email: armouredfish@gmail.com
Mappy is a map editor for Total Annihilation.
This is software is highly alpha and experimental. The usual disclaimer applies: this software is provided free of charge on an as-is basis, and I (Armoured Fish) take absolutely no responsibility for any damage this sof... | Author: Armoured Fish
Email: armouredfish@gmail.com
Mappy is a map editor for Total Annihilation.
This is software is highly alpha and experimental. The usual disclaimer applies: this software is provided free of charge on an as-is basis, and I (Armoured Fish) take absolutely no responsibility for any damage this sof... |
Add httpproxy as a required Django module | Django==1.5.4
Django-Select2==4.2.1
#PIL==1.1.7
Paver==1.2.1
South==0.8.2
django-appconf==0.6
#django-badges==0.1.6
django-bootstrap-toolkit==2.15.0
django-compressor==1.3
django-crispy-forms==1.4.0
django-geoexplorer==3.0.4
django-guardian==1.1.1
django-leaflet==0.13.2
django-reversion==1.7.1
django-singleton==0.1.7
d... | Django==1.5.4
Django-Select2==4.2.1
#PIL==1.1.7
Paver==1.2.1
South==0.8.2
django-appconf==0.6
#django-badges==0.1.6
django-bootstrap-toolkit==2.15.0
django-compressor==1.3
django-crispy-forms==1.4.0
django-geoexplorer==3.0.4
django-guardian==1.1.1
django-leaflet==0.13.2
django-reversion==1.7.1
django-singleton==0.1.7
d... |
Update cython from 0.29.11 to 0.29.12 | -r requirements.txt
check-manifest==0.39
pyroma==2.5
pytest-mock==1.10.4
pytest==5.0.0
tox==3.13.1
flake8==3.7.7
twine==1.13.0
coverage==4.5.3
pytest-cov==2.7.1
Sphinx==2.1.2
sphinx-autobuild==0.7.1
redis==3.2.1
Cython==0.29.11
happybase==1.2.0 | -r requirements.txt
check-manifest==0.39
pyroma==2.5
pytest-mock==1.10.4
pytest==5.0.0
tox==3.13.1
flake8==3.7.7
twine==1.13.0
coverage==4.5.3
pytest-cov==2.7.1
Sphinx==2.1.2
sphinx-autobuild==0.7.1
redis==3.2.1
Cython==0.29.12
happybase==1.2.0 |
Update wheel from 0.30.0 to 0.31.0 | # deploy stuff
pip==9.0.3
bumpversion==0.5.3
wheel==0.30.0
cryptography==2.2.2
PyYAML==3.12
| # deploy stuff
pip==9.0.3
bumpversion==0.5.3
wheel==0.31.0
cryptography==2.2.2
PyYAML==3.12
|
Add requirements file for development. | coverage==4.3.4
git+https://github.com/hayd/pep8radius.git@c8aebd0e1d272160896124e104773b97a6249c3e#egg=pep8radius
pytest==3.0.7
Sphinx==1.5.5
tox==2.7.0
twine==1.8.1
| |
Update cryptography from 1.4 to 1.5 | alabaster==0.7.9
argh==0.26.2
Babel==2.3.4
bumpversion==0.5.3
cffi==1.8.2
coverage==4.1
cryptography==1.4
docutils==0.12
flake8==2.6.0
idna==2.1
imagesize==0.7.1
Jinja2==2.8
MarkupSafe==0.23
mccabe==0.5.2
pathtools==0.1.2
pluggy==0.3.1
py==1.4.31
pyasn1==0.1.9
pycodestyle==2.0.0
pycparser==2.14
pyflakes==1.2.3
Pygments... | alabaster==0.7.9
argh==0.26.2
Babel==2.3.4
bumpversion==0.5.3
cffi==1.8.2
coverage==4.1
cryptography==1.5
docutils==0.12
flake8==2.6.0
idna==2.1
imagesize==0.7.1
Jinja2==2.8
MarkupSafe==0.23
mccabe==0.5.2
pathtools==0.1.2
pluggy==0.3.1
py==1.4.31
pyasn1==0.1.9
pycodestyle==2.0.0
pycparser==2.14
pyflakes==1.2.3
Pygments... |
Update sphinx from 1.7.5 to 1.7.6 | mako==1.0.7
click==6.7
mock==2.0.0
pytest-flake8==1.0.1
sphinx==1.7.5
h5py==2.8.0
sphinx_rtd_theme==0.4.0
scipy==1.0.0
Pillow==5.2.0
scipy==1.0.0
| mako==1.0.7
click==6.7
mock==2.0.0
pytest-flake8==1.0.1
sphinx==1.7.6
h5py==2.8.0
sphinx_rtd_theme==0.4.0
scipy==1.0.0
Pillow==5.2.0
scipy==1.0.0
|
Update sphinx from 1.4.8 to 1.6.3 | -r requirements.txt
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
| -r requirements.txt
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.6.3
cryptography==1.7
PyYAML==3.11
|
Update pyyaml from 3.11 to 3.12 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.3.1
coverage==4.3.1
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.11
pytest==3.0.5
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.3.1
coverage==4.3.1
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.5
|
Update pytest from 3.1.2 to 3.1.3 | fxapom==1.10.0
PyJWT==1.5.2
PyPOM==1.2.0
pytest==3.1.2
pytest-instafail==0.3.0
pytest-selenium==1.11.0
pytest-variables==1.6.1
pytest-xdist==1.18.0
selenium==3.4.3
| fxapom==1.10.0
PyJWT==1.5.2
PyPOM==1.2.0
pytest==3.1.3
pytest-instafail==0.3.0
pytest-selenium==1.11.0
pytest-variables==1.6.1
pytest-xdist==1.18.0
selenium==3.4.3
|
Update sphinx from 3.3.0 to 3.3.1 | sphinx==3.3.0
sphinx_rtd_theme==0.5.0
reportlab==3.5.55
| sphinx==3.3.1
sphinx_rtd_theme==0.5.0
reportlab==3.5.55
|
Update requests from 2.13.0 to 2.14.2 | beautifulsoup4==4.6.0
isodate==0.5.4
pyOpenSSL==17.0.0
requests==2.13.0
| beautifulsoup4==4.6.0
isodate==0.5.4
pyOpenSSL==17.0.0
requests==2.14.2
|
Replace msgen to seqdiag in requirements | # Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
# Bleeding edge Django
django==1.10.3
# Configuration
django-environ==0.4.1
# Forms
django-braces==1.10.0
django-crispy-forms... | # Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
# Bleeding edge Django
django==1.10.3
# Configuration
django-environ==0.4.1
# Forms
django-braces==1.10.0
django-crispy-forms... |
Update wrapt from 1.10.10 to 1.10.11 | Flask==0.12.2
coverage==4.4.1
flake8==3.4.1
moto==0.4.31
pytest-cov==2.5.1
pytest==3.2.0
sphinx==1.6.3
aiohttp==2.2.5
botocore==1.5.92
multidict==3.1.3
wrapt==1.10.10
dill==0.2.7 | Flask==0.12.2
coverage==4.4.1
flake8==3.4.1
moto==0.4.31
pytest-cov==2.5.1
pytest==3.2.0
sphinx==1.6.3
aiohttp==2.2.5
botocore==1.5.92
multidict==3.1.3
wrapt==1.10.11
dill==0.2.7 |
Update pytest from 3.4.0 to 3.4.1 | # Runtime requirements
--requirement requirements.txt
# Testing
pytest==3.4.0
pytest-cov==2.5.1
# Documentation
Sphinx==1.6.6
| # Runtime requirements
--requirement requirements.txt
# Testing
pytest==3.4.1
pytest-cov==2.5.1
# Documentation
Sphinx==1.6.6
|
Update flake8 from 3.5.0 to 3.7.5 | aiohttp-jinja2==1.1.0
aiohttp-security==0.4.0
aiohttp-session==2.7.0
aiohttp==3.5.4
aiomysql==0.0.20
aiopg==0.16.0
coverage==4.5.2
docker==3.7.0
flake8==3.5.0
ipdb==0.11
motor==1.2.2
pytest-cov==2.5.1
pytest-sugar==0.9.1
pytest==4.2.0
python-dateutil==2.7.3
sqlalchemy==1.2.8
trafaret==2.0.0a1
pymysql==0.8.1
-r requirem... | aiohttp-jinja2==1.1.0
aiohttp-security==0.4.0
aiohttp-session==2.7.0
aiohttp==3.5.4
aiomysql==0.0.20
aiopg==0.16.0
coverage==4.5.2
docker==3.7.0
flake8==3.7.5
ipdb==0.11
motor==1.2.2
pytest-cov==2.5.1
pytest-sugar==0.9.1
pytest==4.2.0
python-dateutil==2.7.3
sqlalchemy==1.2.8
trafaret==2.0.0a1
pymysql==0.8.1
-r requirem... |
Update sphinx from 1.8.2 to 1.8.3 | -r ./base.txt
sphinx==1.8.2
alagitpull==0.0.21
releases==1.6.1
| -r ./base.txt
sphinx==1.8.3
alagitpull==0.0.21
releases==1.6.1
|
Update pytest-mock from 1.6.0 to 1.6.2 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
cryptography==1.9
PyYAML==3.12
pytest==3.1.3
pytest-cov==2.5.1
pytest-mock==1.6.0
pytest-pylint==0.7.1
requests-mock==1.3.0
spec==1.4.0
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
cryptography==1.9
PyYAML==3.12
pytest==3.1.3
pytest-cov==2.5.1
pytest-mock==1.6.2
pytest-pylint==0.7.1
requests-mock==1.3.0
spec==1.4.0
|
Update numpy from 1.11.1 to 1.11.2 | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.3.1
coverage==4.2
<<<<<<< HEAD
<<<<<<< HEAD
Sphinx==1.4.6
cryptography==1.5.2
=======
Sphinx==1.4.6
cryptography==1.5.2
>>>>>>> 9ac4f2aabdf503b7711f2d5ca9964eeaef6c63e3
=======
Sphinx==1.4.6
cryptography==1.5.2
>>>>>>> cc07c02f70e241580ba6... | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.3.1
coverage==4.2
<<<<<<< HEAD
<<<<<<< HEAD
Sphinx==1.4.6
cryptography==1.5.2
=======
Sphinx==1.4.6
cryptography==1.5.2
>>>>>>> 9ac4f2aabdf503b7711f2d5ca9964eeaef6c63e3
=======
Sphinx==1.4.6
cryptography==1.5.2
>>>>>>> cc07c02f70e241580ba6... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.