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-mock==1.3.0
tox-pyenv==1.0.3
coveralls==1.5.1
recommonmark==0.4.0
freezegun==0.3.9
sh==1.12.14
pillow==5.0.0
mock==2.0.0
twine==1.11.0
numpy==1.16.0
h5py==2.8.0
pandas==0.23.4
soundfile==0.10.2
moviepy==1.0.0
imageio==2.5.0
psutil>=5.2.2
tensorboardX
ipython
matplotlib
plotly
Keras
xgboost
tensorflow==1.13.2
protobuf>=3.6.0
vcrpy>=2.0.0
pytest-vcr>=1.0.0
| 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-mock==1.3.0
tox-pyenv==1.0.3
coveralls==1.5.1
recommonmark==0.4.0
freezegun==0.3.9
sh==1.12.14
pillow==5.0.0
mock==2.0.0
twine==1.11.0
numpy==1.16.0
h5py==2.8.0
pandas==0.23.4
soundfile==0.10.2
moviepy==1.0.0
imageio==2.5.0
psutil>=5.2.2
tensorboardX
ipython
matplotlib
plotly
Keras
xgboost
tensorflow==1.13.2
protobuf>=3.6.0
vcrpy>=2.0.0
pytest-vcr>=1.0.0
|
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 IO, but IO may depend on other
## libraries, so build it last
SUBDIRS(IO)
SET(SCI_ITK_LIBRARIES "ITKAlgorithms;ITKBasicFilters;ITKNumerics;ITKFEM;ITKSpatialObject" CACHE INTERNAL "ITK libraries library name." FORCE)
SET(SCI_ITK_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/Common;${CMAKE_CURRENT_SOURCE_DIR}/Numerics/FEM;${CMAKE_CURRENT_SOURCE_DIR}/Numerics;${CMAKE_CURRENT_SOURCE_DIR}/BasicFilters;${CMAKE_CURRENT_SOURCE_DIR}/Algorithms;${CMAKE_CURRENT_SOURCE_DIR}/SpatialObject;${CMAKE_CURRENT_SOURCE_DIR}/IO;${ITK_INCLUDE_DIRS_BUILD_TREE};${ITK_INCLUDE_DIRS_BUILD_TREE_CXX};${ITK_INCLUDE_DIRS_SYSTEM}" CACHE INTERNAL "ITK include directories" FORCE) | 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 IO, but IO may depend on other
## libraries, so build it last
SUBDIRS(IO)
SET(SCI_ITK_LIBRARY "ITKAlgorithms;ITKBasicFilters;ITKNumerics;ITKFEM;ITKSpatialObject" CACHE INTERNAL "ITK libraries library name." FORCE)
SET(SCI_ITK_LIBRARIES "ITKAlgorithms;ITKBasicFilters;ITKNumerics;ITKFEM;ITKSpatialObject" CACHE INTERNAL "ITK libraries library name." FORCE)
SET(SCI_ITK_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/Common;${CMAKE_CURRENT_SOURCE_DIR}/Numerics/FEM;${CMAKE_CURRENT_SOURCE_DIR}/Numerics;${CMAKE_CURRENT_SOURCE_DIR}/BasicFilters;${CMAKE_CURRENT_SOURCE_DIR}/Algorithms;${CMAKE_CURRENT_SOURCE_DIR}/SpatialObject;${CMAKE_CURRENT_SOURCE_DIR}/IO;${ITK_INCLUDE_DIRS_BUILD_TREE};${ITK_INCLUDE_DIRS_BUILD_TREE_CXX};${ITK_INCLUDE_DIRS_SYSTEM}" CACHE INTERNAL "ITK include directories" FORCE) |
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.5
jmespath==0.9.3
MySQL-python==1.2.5
newrelic==2.86.3.70
psycopg2==2.7.1
python-dateutil==2.6.0
python-ptrace==0.9.2
pyuploadcare==2.2.1
requests==2.18.1
rollbar==0.13.12
s3transfer==0.1.10
simplejson==3.11.1
six==1.10.0
static3==0.7.0
urllib3==1.21.1
Whoosh==2.7.4
| 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.5
jmespath==0.9.3
MySQL-python==1.2.5
newrelic==2.86.3.70
psycopg2==2.7.1
python-dateutil==2.6.0
python-ptrace==0.9.2
pyuploadcare==2.2.1
requests==2.18.1
rollbar==0.13.12
s3transfer==0.1.10
simplejson==3.11.1
six==1.10.0
static3==0.7.0
urllib3==1.21.1
Whoosh==2.7.4
|
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
simplejson==3.11.1
six==1.11.0
uritemplate==3.0.0
uwsgi==2.0.17
| 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
simplejson==3.11.1
six==1.11.0
uritemplate==3.0.0
uwsgi==2.0.17
|
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_WATCHER_FLAGS "${DIRECTORY_WATCHER_FLAGS} -framework CoreServices")
endif()
set_property(TARGET clangDirectoryWatcher APPEND_STRING PROPERTY
LINK_FLAGS ${DIRECTORY_WATCHER_FLAGS})
endif()
endif()
|
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.3
psycopg2-binary==2.8.2
pyshp==2.1.0
python-levenshtein==0.12.0
raven==6.10.0
requests==2.21.0
retry==0.9.2
boto==2.49.0
uk-geo-utils==0.7.0
git+git://github.com/DemocracyClub/dc_base_theme.git@0.3.7
git+https://github.com/DemocracyClub/dc_signup_form.git@2.0.1
| 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.3
psycopg2-binary==2.8.2
pyshp==2.1.0
python-levenshtein==0.12.0
raven==6.10.0
requests==2.22.0
retry==0.9.2
boto==2.49.0
uk-geo-utils==0.7.0
git+git://github.com/DemocracyClub/dc_base_theme.git@0.3.7
git+https://github.com/DemocracyClub/dc_signup_form.git@2.0.1
|
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://gerrit-documentation.storage.googleapis.com/Documentation/{{ data.version }}/index.html
{% if data.previous %}
Log of changes since {{ data.previous }}:
https://gerrit.googlesource.com/gerrit/+log/v{{ data.previous }}..v{{ data.version }}
{% endif %}
Download:
https://gerrit-releases.storage.googleapis.com/gerrit-{{ data.version }}.war
SHA1:
{{ data.sha1 }}
SHA256:
{{ data.sha256 }}
MD5:
{{ data.md5 }}
Maintainers' public keys:
https://www.gerritcodereview.com/releases/public-keys.md
| 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://gerrit-documentation.storage.googleapis.com/Documentation/{{ data.version }}/index.html
{% if data.previous %}
Log of changes since {{ data.previous }}:
https://gerrit.googlesource.com/gerrit/+log/v{{ data.previous }}..v{{ data.version }}?no-merges
{% endif %}
Download:
https://gerrit-releases.storage.googleapis.com/gerrit-{{ data.version }}.war
SHA1:
{{ data.sha1 }}
SHA256:
{{ data.sha256 }}
MD5:
{{ data.md5 }}
Maintainers' public keys:
https://www.gerritcodereview.com/releases/public-keys.md
|
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 <code> tags can be executed by clicking on it.<br>
<code>2+2</code><br>
More Text.<br>
</div>
<div>
<h4>Section 2</h4>
And even more Text.<br>
</div>
</body>
</html>
| 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> tags can be executed by clicking on it.<br>
<code>2+2</code><br>
More Text.<br>
</div>
<div>
<h4>Section 2</h4>
And even more Text.<br>
</div>
</body>
</html>
|
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
Description:
Do you want to encode videos on your phone into different formats, trim videos,
or extract audio? Are you looking for a free solution which will not take your
information?
Video Transcoder is an application which uses the open source program FFmpeg to
transcode video files from one format to another. By selecting the video to
process, details for the video are provided and the desired settings can be
configured.
The application requires very few permissions, and never attempts to access the
Internet.
.
Repo Type:git
Repo:https://github.com/brarcher/video-transcoder
Build:0.3,3
commit=v0.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.3
Current Version Code:3
| 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
Description:
Do you want to encode videos on your phone into different formats, trim videos,
or extract audio? Are you looking for a free solution which will not take your
information?
Video Transcoder is an application which uses the open source program FFmpeg to
transcode video files from one format to another. By selecting the video to
process, details for the video are provided and the desired settings can be
configured.
The application requires very few permissions, and never attempts to access the
Internet.
.
Repo Type:git
Repo:https://github.com/brarcher/video-transcoder
Build:0.3,3
commit=v0.3
subdir=app
gradle=yes
Build:0.4,4
commit=v0.4
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.4
Current Version Code:4
|
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 = Psychology, game, learning
base_payment = 1.00
lifetime = 24
duration = 1
us_only = true
approve_requirement = 95
contact_email_on_error = paxton.alexandra@berkeley.edu
ad_group = Estimation game
organization_name = University of California, Berkeley
browser_exclude_rule = MSIE, mobile, tablet
[Database]
database_url = postgresql://postgres@localhost/wallace
database_size = standard-0
[Server]
host = 0.0.0.0
logfile = -
notification_url = None
dyno_type = standard-2x
num_dynos_web = 2
num_dynos_worker = 1
| [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 = Psychology, game, learning
base_payment = 1.00
lifetime = 24
duration = 1
us_only = true
approve_requirement = 95
contact_email_on_error = paxton.alexandra@berkeley.edu
ad_group = Estimation game
organization_name = University of California, Berkeley
browser_exclude_rule = MSIE, mobile, tablet
[Database]
database_url = postgresql://postgres@localhost/wallace
database_size = standard-0
[Server]
host = 0.0.0.0
logfile = -
notification_url = None
dyno_type = standard-2x
num_dynos_web = 2
num_dynos_worker = 1
|
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.4.4
# Models
django-model-utils==3.0.0
# Images
Pillow==4.3.0
{% if cookiecutter.windows == 'y' -%}
# On Windows, you must download/install psycopg2 manually
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %}
# Python-PostgreSQL Database Adapter
psycopg2==2.7.3.2
{%- endif %}
# Time zones support
pytz==2017.2
# Redis support
django-redis==4.8.0
redis>=2.10.5
# Your custom requirements go here
| {% 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.4.4
# Models
django-model-utils==3.0.0
# Images
Pillow==4.3.0
{% if cookiecutter.windows == 'y' -%}
# On Windows, you must download/install psycopg2 manually
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %}
# Python-PostgreSQL Database Adapter
psycopg2==2.7.3.2
{%- endif %}
# Time zones support
pytz==2017.2
# Redis support
django-redis==4.8.0
redis>=2.10.5
# Your custom requirements go here
|
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
# COMMAND ${CMAKE_COMMAND} -E echo "Copying LuaFileSystem source to build directory..."
# COMMAND ${CMAKE_COMMAND} -E make_directory ${LFS_WORKING_DIR}
# COMMAND ${CMAKE_COMMAND} -E copy_directory ${LFS_ROOT} ${LFS_WORKING_DIR}
# )
# Add the libary target. Note that we can't specify the source using
# ${CMAKE_BINARY_DIR}/src/lfs.c because it's not yet copied in the build dir.
add_library(liblfs SHARED src/lfs.c)
# Add dependencies targets
# add_dependencies(liblfs copy_lfs libluajit) # Copy files to the build dir before building the shared library
# add_dependencies(liblfs liblua)
include_directories("${PROJECT_SOURCE_DIR}/luajit-2.0/src")
set_target_properties(liblfs PROPERTIES OUTPUT_NAME "lfs")
# Specify libraries or flags to use when linking with target libfls
# target_link_libraries(liblfs liblua)
target_include_directories(liblfs PUBLIC ${LFS_INCLUDE})
| 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
# COMMAND ${CMAKE_COMMAND} -E echo "Copying LuaFileSystem source to build directory..."
# COMMAND ${CMAKE_COMMAND} -E make_directory ${LFS_WORKING_DIR}
# COMMAND ${CMAKE_COMMAND} -E copy_directory ${LFS_ROOT} ${LFS_WORKING_DIR}
# )
# Add the libary target. Note that we can't specify the source using
# ${CMAKE_BINARY_DIR}/src/lfs.c because it's not yet copied in the build dir.
add_library(liblfs SHARED src/lfs.c)
# Add dependencies targets
# add_dependencies(liblfs copy_lfs libluajit) # Copy files to the build dir before building the shared library
# add_dependencies(liblfs liblua)
include_directories("${PROJECT_SOURCE_DIR}/luajit-2.0/src")
set_target_properties(liblfs PROPERTIES OUTPUT_NAME "lfs")
# Specify libraries or flags to use when linking with target libfls
target_link_libraries(liblfs liblua)
target_include_directories(liblfs PUBLIC ${LFS_INCLUDE})
|
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
PyYAML==6.0
repackage==0.7.3
six==1.16.0
termcolor==2.1.0
tornado==6.2
| 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
PyYAML==6.0
repackage==0.7.3
six==1.16.0
termcolor==2.1.0
tornado==6.2
|
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:
cd /Users/harold/Documents/Code/Python/Vesper/vesper/django/app
conda activate vesper-dev
python -m http.server
and then visit the following URL in Chrome:
http://127.0.0.1:8000/static/tests/vesper-unit-tests.html
Edit the vesper-unit-tests.html file if needed to comment out some
tests.
|
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 {
public static void main(java.lang.String[]);
}
-keep public class eta.serv.Utils { *; }
-keep public class eta.serv.REPLClassLoader { *; }
| -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 public class eta.main {
public static void main(java.lang.String[]);
}
-keep public class eta.serv.Utils { *; }
-keep public class eta.serv.REPLClassLoader { *; }
|
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/
${COMPONENTS_DIR}/application_manager/test/include/
${POLICY_MOCK_INCLUDE_PATH}/
${CMAKE_SOURCE_DIR}/src
)
set(COMMANDS_TEST_DIR ${CMAKE_CURRENT_SOURCE_DIR}/commands)
file(GLOB SOURCES
${COMPONENTS_DIR}/application_manager/test/mock_message_helper.cc
${COMPONENTS_DIR}/application_manager/test/mock_application_helper.cc
${COMPONENTS_DIR}/application_manager/src/smart_object_keys.cc
${COMMANDS_TEST_DIR}/hmi/*
${COMMANDS_TEST_DIR}/mobile/*
${COMPONENTS_DIR}/application_manager/src/message.cc
${COMPONENTS_DIR}/application_manager/src/event_engine/*
)
set(LIBRARIES
gmock
Utils
SmartObjects
HMI_API
MOBILE_API
connectionHandler
app_service_rpc_plugin
jsoncpp
Policy
)
create_cotired_test("app_services_commands_test" "${SOURCES}" "${LIBRARIES}" )
| 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/
${COMPONENTS_DIR}/application_manager/test/include/
${POLICY_MOCK_INCLUDE_PATH}/
${CMAKE_SOURCE_DIR}/src
)
set(COMMANDS_TEST_DIR ${CMAKE_CURRENT_SOURCE_DIR}/commands)
file(GLOB SOURCES
${COMPONENTS_DIR}/application_manager/test/mock_message_helper.cc
${COMPONENTS_DIR}/application_manager/test/mock_application_helper.cc
${COMPONENTS_DIR}/application_manager/src/smart_object_keys.cc
${COMMANDS_TEST_DIR}/hmi/*
${COMMANDS_TEST_DIR}/mobile/*
${COMPONENTS_DIR}/application_manager/src/message.cc
${COMPONENTS_DIR}/application_manager/src/event_engine/*
)
set(LIBRARIES
gmock
Utils
SmartObjects
HMI_API
MOBILE_API
connectionHandler
app_service_rpc_plugin
sdl_rpc_plugin
jsoncpp
Policy
)
create_cotired_test("app_services_commands_test" "${SOURCES}" "${LIBRARIES}" )
|
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==3.1.0
python-dateutil==2.8.2
python-magic==0.4.26
rules==3.3
XlsxWriter==3.0.3
| 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==3.1.0
python-dateutil==2.8.2
python-magic==0.4.26
rules==3.3
XlsxWriter==3.0.3
|
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
octave-kernel==0.31.0
ipython==7.9.0 # pyup: ignore
# Octave packages
sympy==1.5
# Database
SQLAlchemy==1.3.11
Flask-SQLAlchemy==2.4.1
# App management
Flask-Migrate==2.5.2
Flask-Script==2.0.6
honcho==1.0.1
-e git://github.com/benwilber/honcho-export-systemd.git@27c5ec16#egg=honcho-export-systemd
# Forms
flask_wtf==0.14.2
| # 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
octave-kernel==0.31.0
ipython==7.9.0 # pyup: ignore
# Octave packages
sympy==1.5
# Database
SQLAlchemy==1.3.12
Flask-SQLAlchemy==2.4.1
# App management
Flask-Migrate==2.5.2
Flask-Script==2.0.6
honcho==1.0.1
-e git://github.com/benwilber/honcho-export-systemd.git@27c5ec16#egg=honcho-export-systemd
# Forms
flask_wtf==0.14.2
|
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(SOURCES ${HEADERS} ../src/pugixml.cpp)
if(BUILD_SHARED_LIBS)
add_library(pugixml SHARED ${SOURCES})
else()
add_library(pugixml STATIC ${SOURCES})
endif()
set_target_properties(pugixml PROPERTIES VERSION 1.2 SOVERSION 1.2)
install(TARGETS pugixml LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES ${HEADERS} DESTINATION include)
| 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(SOURCES ${HEADERS} ../src/pugixml.cpp)
if(BUILD_SHARED_LIBS)
add_library(pugixml SHARED ${SOURCES})
else()
add_library(pugixml STATIC ${SOURCES})
endif()
set_target_properties(pugixml PROPERTIES VERSION 1.2 SOVERSION 1)
install(TARGETS pugixml LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES ${HEADERS} DESTINATION include)
|
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 --find-links line.
--find-links http://28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com/index.html
# fix the versions of numpy to force the use of numpy and scipy to use the whl
# of the rackspace folder instead of trying to install from more recent
# source tarball published on PyPI
numpy==1.8.1
wheel
| # 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 |Blah |as |Search name,country,year,genre.|
|wait milliseconds|500 |
|click |Edit |
|check |value of|Country|Ukraine |
|click |Cancel |
| 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 |Metallica|as |Search name,country,year,genre.|
|wait milliseconds|500 |
|click |Edit |
|check |value of |Country|United States |
|click |Cancel |
|
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 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
| 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 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
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 the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the names of the ImageJDev.org developers nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
| 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 without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
The views and conclusions contained in the software and documentation are
those of the authors and should not be interpreted as representing official
policies, either expressed or implied, of any organization.
|
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==9.0.0
fpdf==1.7.2
boto3==1.14.45
SQLAlchemy==1.3.0
Jinja2==2.11.3 | 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==8.3.2
fpdf==1.7.2
boto3==1.14.45
SQLAlchemy==1.3.0
Jinja2==2.11.3 |
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==2017.3
requests==2.18.4
six==1.11.0
tzlocal==1.4
ujson==1.35
uvloop==0.9.1
yarl==0.15.0
| 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==2017.3
requests==2.18.4
six==1.11.0
tzlocal==1.4
ujson==1.35
uvloop==0.9.1
yarl==0.15.0
|
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==6.0.1
pytest-cookies==0.5.1
pytest-instafail==0.4.2
pyyaml==5.3.1
| 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==6.0.1
pytest-cookies==0.5.1
pytest-instafail==0.4.2
pyyaml==5.3.1
|
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
djangorestframework==3.1.3
master-sake==0.9
mccabe==0.2.1
networkx==1.8.1
oauthlib==0.6.1
python-coveralls
python-openid==2.2.5
raven==5.0.0
requests-oauthlib==0.4.0
requests==2.2.1
six==1.6.1
sqlparse==0.1.11
uWSGI==2.0.5
wsgiref==0.1.2
smarturls==0.1.3
Fabric==1.9.0
psycopg2==2.5.3
| 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
djangorestframework==3.1.3
master-sake==0.9
mccabe==0.2.1
networkx==1.8.1
oauthlib==0.6.1
python-coveralls
python-openid==2.2.5
raven==5.0.0
requests-oauthlib==0.4.0
requests==2.2.1
six==1.6.1
sqlparse==0.1.11
uWSGI==2.0.5
wsgiref==0.1.2
smarturls==0.1.3
Fabric==1.9.0
psycopg2==2.5.3
|
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 requests 2.4.0 where it leaks urllib3 exceptions
requests>=2.8.0, <3.0
python-dateutil!=2.0, !=2.2, <2.5.2
jsonschema>=2.0
path.py
guessit>=2.0.3
apscheduler
pytvmaze>=1.4.8
ordereddict>=1.1
# WebUI Requirements
cherrypy>=3.7.0
flask>=0.7
flask-restful>=0.3.3
flask-restplus==0.8.6
flask-compress>=1.2.1
flask-login>=0.3.2
flask-cors>=2.1.2
pyparsing>=2.0.3
Safe
| 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 requests 2.4.0 where it leaks urllib3 exceptions
requests>=2.8.0, <3.0
# Bug in dateutil 2.5.2 https://github.com/dateutil/dateutil/issues/233
python-dateutil!=2.0, !=2.2, !=2.5.2
jsonschema>=2.0
path.py
guessit>=2.0.3
apscheduler
pytvmaze>=1.4.8
ordereddict>=1.1
# WebUI Requirements
cherrypy>=3.7.0
flask>=0.7
flask-restful>=0.3.3
flask-restplus==0.8.6
flask-compress>=1.2.1
flask-login>=0.3.2
flask-cors>=2.1.2
pyparsing>=2.0.3
Safe
|
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 might not work)
.
Repo Type:git
Repo:https://github.com/elboza/footguy
Build:1.1,2
commit=7
target=android-15
Build:1.2,3
commit=8
target=android-8
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.5
Current Version Code: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 might not work)
.
Repo Type:git
Repo:https://github.com/elboza/footguy
Build:1.1,2
commit=7
target=android-15
Build:1.2,3
commit=8
target=android-8
Build:1.5,6
commit=53238cd09c9a5122d73e7ad691b94c7919fa02f0
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.5
Current Version Code:6
|
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
octave-kernel==0.31.0
ipython==7.9.0 # pyup: ignore
# Octave packages
sympy==1.4
# Database
SQLAlchemy==1.3.11
Flask-SQLAlchemy==2.4.1
# App management
Flask-Migrate==2.5.2
Flask-Script==2.0.6
honcho==1.0.1
-e git://github.com/benwilber/honcho-export-systemd.git@27c5ec16#egg=honcho-export-systemd
# Forms
flask_wtf==0.14.2
| # 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
octave-kernel==0.31.0
ipython==7.9.0 # pyup: ignore
# Octave packages
sympy==1.4
# Database
SQLAlchemy==1.3.11
Flask-SQLAlchemy==2.4.1
# App management
Flask-Migrate==2.5.2
Flask-Script==2.0.6
honcho==1.0.1
-e git://github.com/benwilber/honcho-export-systemd.git@27c5ec16#egg=honcho-export-systemd
# Forms
flask_wtf==0.14.2
|
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 decrypt files,
and in conjunction with K-9 Mail, to seamlessly add support for encrypting and
decrypting emails, as well as adding and verifying digital signatures.
.
Repo Type:git
Repo:https://github.com/thialfihar/apg.git
Build:1.0.9,10999
commit=1b25cd3ca1d0a
extlibs=bc145_reduced_for_apg.zip
prebuild=sed -i 's/minSdkVersion="3"/minSdkVersion="4"/g' AndroidManifest.xml && \
unzip libs/bc145_reduced_for_apg.zip -d src/ && \
rm -f libs/bc145_reduced_for_apg.zip ant.properties
Build:1.1.1,11199
disable=gradle error
commit=v1.1.1
subdir=apg
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.1.1
Current Version Code:11199
| 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 decrypt files,
and in conjunction with K-9 Mail, to seamlessly add support for encrypting and
decrypting emails, as well as adding and verifying digital signatures.
.
Repo Type:git
Repo:https://github.com/thialfihar/apg.git
Build:1.0.9,10999
commit=1b25cd3ca1d0a
extlibs=bc145_reduced_for_apg.zip
prebuild=sed -i 's/minSdkVersion="3"/minSdkVersion="4"/g' AndroidManifest.xml && \
unzip libs/bc145_reduced_for_apg.zip -d src/ && \
rm -f libs/bc145_reduced_for_apg.zip ant.properties
Build:1.1.1,11199
commit=v1.1.1-fdroid
subdir=apg
gradle=yes
submodules=yes
Auto Update Mode:Version +-fdroid v%v
Update Check Mode:Tags
Current Version:1.1.1
Current Version Code:11199
|
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:https://github.com/cybro/PalmCalc.git
Build:2.2,4
commit=3555f
subdir=PalmCalc
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.2
Current Version Code:4
| 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:https://github.com/cybro/PalmCalc.git
Build:2.2,4
commit=3555f
subdir=PalmCalc
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:4.2.0
Current Version Code:100
|
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
simplejson==3.15.0
six==1.11.0
ts3==1.0.6
urllib3==1.23
whitenoise==3.3.1
| 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
simplejson==3.16.0
six==1.11.0
ts3==1.0.6
urllib3==1.23
whitenoise==3.3.1
|
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
pyuploadcare==2.3.1
requests==2.18.4
rollbar==0.13.18
simplejson==3.13.2
six==1.11.0
urllib3==1.22
whitenoise==3.3.1
Whoosh==2.7.4
| 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
pyuploadcare==2.3.1
requests==2.18.4
rollbar==0.13.18
simplejson==3.13.2
six==1.11.0
urllib3==1.22
whitenoise==3.3.1
Whoosh==2.7.4
|
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=parse_rest
| # 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=parse_rest
|
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
git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2
parsedatetime==2.4
cryptography==2.2.2
future==0.16.0
six==1.11.0
ruamel.yaml==0.15.37
croniter==0.3.22
SQLAlchemy==1.2.7
| 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
git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2
parsedatetime==2.4
cryptography==2.2.2
future==0.16.0
six==1.11.0
ruamel.yaml==0.15.37
croniter==0.3.23
SQLAlchemy==1.2.7
|
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.1
| 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.1
|
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-tornado==1.0.3
tornado==4.4.2
validictory==1.1.0
# dataretriever
Paste==2.0.3
flickrapi==2.2.1
flask==0.12.2
werkzeug==0.12.2
# dataretriever-video
av==0.3.3
# diamondd
docker==2.4.2
PyYAML==3.12
redis==2.10.5
xmltodict==0.11.0
# scopeserver
Django==1.5.12
# testing
flake8>=3.0.4
pylint>=1.5.6
pylint-django>=0.7.2
pytest>=2.9.2
pytest-catchlog>=1.2.2
pytest-runner>=2.11.1
pytest-timeout>=1.0.0
| # 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-tornado==1.0.3
tornado==4.4.2
validictory==1.1.0
# dataretriever
Paste==2.0.3
flickrapi==2.2.1
flask==0.12.2
werkzeug==0.12.2
# dataretriever-video
# av depends on python-dev pkg-config cp libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libavresample-dev libavfilter-dev
av==0.3.3
# diamondd
docker==2.4.2
PyYAML==3.12
redis==2.10.5
xmltodict==0.11.0
# scopeserver
Django==1.5.12
# testing
flake8>=3.0.4
pylint>=1.5.6
pylint-django>=0.7.2
pytest>=2.9.2
pytest-catchlog>=1.2.2
pytest-runner>=2.11.1
pytest-timeout>=1.0.0
|
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-mimeparse
reportlab==3.5.68
matplotlib>=3.1
requests
setuptools>=18.5
sphinx
# AWS
#boto3
# REST API
django-cors-headers>=3.0
django-filter==2.4.0
djangorestframework~=3.12
# Explicitly set versions as a workaround for CI/Devel.
# This is just intended to make life easier, has no deeper meaning and
# can be removed if needed.
six>=1.12.0 # for django-compressor
# Not used anymore, but needed because some modules are imported in DB migration
# files
django-sortedm2m~=3.0
| #
# 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-mimeparse
reportlab==3.5.68
matplotlib>=3.1
requests
setuptools>=18.5
sphinx
# AWS
#boto3
# REST API
django-cors-headers>=3.0
django-filter==2.4.0
djangorestframework~=3.12
# Explicitly set versions as a workaround for CI/Devel.
# This is just intended to make life easier, has no deeper meaning and
# can be removed if needed.
six>=1.12.0 # for django-compressor
# Not used anymore, but needed because some modules are imported in DB migration
# files
django-sortedm2m~=3.0
|
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==6.1.0
rcssmin==1.0.6
redis==2.10.5
requests==2.17.0
rjsmin==1.0.12
six==1.10.0
sqlparse==0.2.3
twilio==6.3.0
uWSGI==2.0.15
| 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==6.1.0
rcssmin==1.0.6
redis==2.10.5
requests==2.17.1
rjsmin==1.0.12
six==1.10.0
sqlparse==0.2.3
twilio==6.3.0
uWSGI==2.0.15
|
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 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
testrepository>=0.0.18
testtools>=1.4.0
testscenarios>=0.4
WebOb>=1.2.3
WebTest>=2.0
oslotest>=1.10.0 # Apache-2.0
| # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking<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 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
testrepository>=0.0.18
testtools>=1.4.0
testresources>=0.2.4
testscenarios>=0.4
WebOb>=1.2.3
WebTest>=2.0
oslotest>=1.10.0 # Apache-2.0
|
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/andreip rebaseline these tests (changed at r61234 / new html5 parser).
BUG46674 WIN : fast/text/international/hindi-whitespace.html = FAIL
// Whoops -- need to rebaseline these.
BUG_DGLAZKOV MAC : css1/box_properties/float_elements_in_series.html = IMAGE
BUG_DGLAZKOV LINUX : fast/dom/stripNullFromTextNodes.html = TEXT | // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
// Before bulach/andreip rebaseline these tests (changed at r61234 / new html5 parser).
BUG46674 WIN : fast/text/international/hindi-whitespace.html = FAIL
// Will go away with the next roll.
BUG_DGLAZKOV MAC : css1/box_properties/float_elements_in_series.html = IMAGE
BUG_DGLAZKOV LINUX : fast/dom/stripNullFromTextNodes.html = TEXT
BUG_DGLAZKOV SKIP WIN LINUX : fast/js/missing-title-end-tag-js.html = MISSING |
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 software might cause.
Thanks to JoeD for HPIUtil, which Mappy uses to read HPI files.
Thanks to Kinboat for Annihilator, the original fan-made editor that is still the tool of choice for many modders, whose source code was valuable in the development of this program.
Thanks to JoeD, Saruman, Bobban, Bizmut, Kinboat and Manu for the GAF file format documentation.
Thanks to Kinboat for the SCT file format documentation.
Thanks to me22, Saruman and Bobban for the TNT file format 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 software might cause.
Thanks to JoeD for HPIUtil, which Mappy uses to read HPI files.
Thanks to Kinboat for Annihilator, the original fan-made editor that is still the tool of choice for many modders, whose source code was valuable in the development of this program.
Thanks to JoeD, Saruman, Bobban, Bizmut, Kinboat and Manu for the GAF file format documentation.
Thanks to Kinboat for the SCT file format documentation.
Thanks to me22, Saruman and Bobban for the TNT file format documentation.
Thanks to Dan Melchione and Dark Rain for the 3DO file format documentation.
|
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
django-userena==1.2.4
easy-thumbnails==1.4
jsonfield==0.9.17
psycopg2==2.5.1
requests==2.3.0
six==1.4.1
geojson==1.0.7
pytz==2014.4
webcolors==1.4
django-extensions==1.3.11 | 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
django-userena==1.2.4
easy-thumbnails==1.4
jsonfield==0.9.17
psycopg2==2.5.1
requests==2.3.0
six==1.4.1
geojson==1.0.7
pytz==2014.4
webcolors==1.4
django-extensions==1.3.11
django-http-proxy==0.3.2
|
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==2.1.3
pytest==2.9.2
pytz==2016.6.1
PyYAML==3.11
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.4.4
sphinx-rtd-theme==0.1.9
tox==2.3.1
virtualenv==15.0.3
watchdog==0.8.3
| 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==2.1.3
pytest==2.9.2
pytz==2016.6.1
PyYAML==3.11
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.4.4
sphinx-rtd-theme==0.1.9
tox==2.3.1
virtualenv==15.0.3
watchdog==0.8.3
|
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==1.6.1
django-atom==0.12.5
django-guardian==1.4.6
# Models
django-model-utils==2.6
# Images
Pillow==3.4.2
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.29.0
# Python-PostgreSQL Database Adapter
mysqlclient==1.3.9
# Unicode slugification
awesome-slugify==1.6.5
# Time zones support
pytz==2016.7
# Redis support
django-redis==4.6.0
redis>=2.10.5
# OAuth
django-oauth-toolkit==0.11.0
djangorestframework==3.5.3
django-gravatar2==1.4.0
# Documentation
sphinxcontrib-mscgen==0.4
| # 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==1.6.1
django-atom==0.12.5
django-guardian==1.4.6
# Models
django-model-utils==2.6
# Images
Pillow==3.4.2
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.29.0
# Python-PostgreSQL Database Adapter
mysqlclient==1.3.9
# Unicode slugification
awesome-slugify==1.6.5
# Time zones support
pytz==2016.7
# Redis support
django-redis==4.6.0
redis>=2.10.5
# OAuth
django-oauth-toolkit==0.11.0
djangorestframework==3.5.3
django-gravatar2==1.4.0
# Documentation
sphinxcontrib-seqdiag==0.8.5
|
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 requirements-doc.txt
| 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 requirements-doc.txt
|
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
>>>>>>> cc07c02f70e241580ba69a6d75b4c2e25bc46da2
PyYAML==3.12
numpy == 1.11.1
| pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.3.1
coverage==4.2
<<<<<<< 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
>>>>>>> cc07c02f70e241580ba69a6d75b4c2e25bc46da2
PyYAML==3.12
numpy==1.11.2
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.