Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Add contributer to "What's new"
v0.0.3 (TBA) +++++++++++++++++++++++++ New features ############ * It's now possible to have multiple sections for different databases in ``config.ini`` (`PR #7 <https://github.com/oemof/oemof.db/pull/7>`_) Contributors ############ * Uwe Krien * Stephan Günther
v0.0.3 (TBA) +++++++++++++++++++++++++ New features ############ * It's now possible to have multiple sections for different databases in ``config.ini`` (`PR #7 <https://github.com/oemof/oemof.db/pull/7>`_) Contributors ############ * Uwe Krien * Stephan Günther * Guido Pleßmann
Update pytest from 3.8.2 to 3.9.1
vcrpy==1.11.1 pytest==3.8.2 pytest-pep8==1.0.6 pytest-flakes==4.0.0 nose==1.3.7 coverage==4.5.1
vcrpy==1.11.1 pytest==3.9.1 pytest-pep8==1.0.6 pytest-flakes==4.0.0 nose==1.3.7 coverage==4.5.1
Update pytest from 3.3.0 to 3.3.2
flake8==3.5.0 pylint==1.7.5 astroid==1.5.3 coveralls==1.2.0 mock==2.0.0 pytest==3.3.0 pytest-cov==2.5.1 pytest-timeout==1.2.1 pytest-catchlog==1.2.2 pydocstyle==2.1.1 requests_mock==1.3.0
flake8==3.5.0 pylint==1.7.5 astroid==1.5.3 coveralls==1.2.0 mock==2.0.0 pytest==3.3.2 pytest-cov==2.5.1 pytest-timeout==1.2.1 pytest-catchlog==1.2.2 pydocstyle==2.1.1 requests_mock==1.3.0
Update MouseApp to 0.9 (2)
Categories:Internet License:AGPL-3.0 Web Site:https://cerisara.github.io/mousetodon/ Source Code:https://github.com/cerisara/mousetodon Issue Tracker:https://github.com/cerisara/mousetodon/issues Auto Name:MouseApp Summary:Mastodon multi-instances client Description: Mastodon client that supports multiple instances an...
Categories:Internet License:AGPL-3.0 Web Site:https://cerisara.github.io/mousetodon/ Source Code:https://github.com/cerisara/mousetodon Issue Tracker:https://github.com/cerisara/mousetodon/issues Auto Name:MouseApp Summary:Mastodon multi-instances client Description: Mastodon client that supports multiple instances an...
Update CV of WREK Online to 1.10 (10)
Categories:Multimedia,Internet License:Apache2 Web Site:https://www.wrek.org Source Code:https://github.com/jselbie/wrekonline Issue Tracker:https://github.com/jselbie/wrekonline/issues Auto Name:WREK Online Summary:Listen to WREK Atlanta 91.1 FM Description: Listen to WREK Atlanta 91.1 FM, the entirely student manage...
Categories:Multimedia,Internet License:Apache2 Web Site:https://www.wrek.org Source Code:https://github.com/jselbie/wrekonline Issue Tracker:https://github.com/jselbie/wrekonline/issues Auto Name:WREK Online Summary:Listen to WREK Atlanta 91.1 FM Description: Listen to WREK Atlanta 91.1 FM, the entirely student manage...
Remove the test files as default targets.
CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(Miknet) OPTION(MIK_DEBUG off) if (MIK_DEBUG) ADD_DEFINITIONS(-DMIK_DEBUG=1) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g") else() ADD_DEFINITIONS(-DMIK_DEBUG=0) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3") endif() INCLUDE_DIRECTORIES(src/include) FILE(GLOB SRC_MIKNET src/*.c) ...
CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(Miknet) OPTION(MIK_DEBUG off) OPTION(TESTS off) if (MIK_DEBUG) ADD_DEFINITIONS(-DMIK_DEBUG=1) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g") else() ADD_DEFINITIONS(-DMIK_DEBUG=0) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3") endif() INCLUDE_DIRECTORIES(src/include) FILE(GLOB SR...
Use CMAKE_CURRENT_SOURCE_DIR so the project can be used as a submodule
cmake_minimum_required(VERSION 2.8.7) enable_testing() include_directories(${CMAKE_SOURCE_DIR}) if (DEFINED NDEBUG) add_definitions(-DNDEBUG=1) endif() set(CMAKE_CXX_FLAGS "-std=c++11 -Wall -pedantic -Wextra -Wfatal-errors") if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") # using Clang set(CMAKE_CXX_F...
cmake_minimum_required(VERSION 2.8.7) enable_testing() include_directories(${CMAKE_CURRENT_SOURCE_DIR}) if (DEFINED NDEBUG) add_definitions(-DNDEBUG=1) endif() set(CMAKE_CXX_FLAGS "-std=c++11 -Wall -pedantic -Wextra -Wfatal-errors") if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") # using Clang set(CMA...
Update pytest-cov from 2.9.0 to 2.10.0
codacy-coverage==1.3.11 pytest==5.4.3 pytest-cov==2.9.0 python-coveralls==2.9.3 pytest-flask==1.0.0 pytest-xdist==1.32.0
codacy-coverage==1.3.11 pytest==5.4.3 pytest-cov==2.10.0 python-coveralls==2.9.3 pytest-flask==1.0.0 pytest-xdist==1.32.0
Update CV of Puzzles to 10286.5 (89)
Categories:Games License:MIT Web Site:http://chris.boyle.name/projects/android-puzzles Source Code:https://github.com/chrisboyle/sgtpuzzles Issue Tracker:https://github.com/chrisboyle/sgtpuzzles/issues Auto Name:Puzzles Summary:33 single-player logic games Description: A port of Simon Tatham's Portable Puzzle Collecti...
Categories:Games License:MIT Web Site:http://chris.boyle.name/projects/android-puzzles Source Code:https://github.com/chrisboyle/sgtpuzzles Issue Tracker:https://github.com/chrisboyle/sgtpuzzles/issues Auto Name:Puzzles Summary:33 single-player logic games Description: A port of Simon Tatham's Portable Puzzle Collecti...
Update coverage from 4.5.2 to 4.5.3
-r base.txt # Dependencies which are only for development coverage==4.5.2 django-sslserver==0.20 django-debug-toolbar==1.11
-r base.txt # Dependencies which are only for development coverage==4.5.3 django-sslserver==0.20 django-debug-toolbar==1.11
Update csscompressor from 0.9.4 to 0.9.5
# common requirements # Django Django==2.0 django-extensions==1.9.8 django-braces==1.12.0 django-allauth==0.34.0 # Images Pillow==4.3.0 # Frontend django-compressor==2.2 csscompressor==0.9.4
# common requirements # Django Django==2.0 django-extensions==1.9.8 django-braces==1.12.0 django-allauth==0.34.0 # Images Pillow==4.3.0 # Frontend django-compressor==2.2 csscompressor==0.9.5
Update libdeps corresponding to r262323.
set(LLVM_LINK_COMPONENTS Support ) add_clang_unittest(FormatTests FormatTest.cpp FormatTestJava.cpp FormatTestJS.cpp FormatTestProto.cpp FormatTestSelective.cpp SortIncludesTest.cpp ) target_link_libraries(FormatTests clangBasic clangFormat clangFrontend clangToolingCore )
set(LLVM_LINK_COMPONENTS Support ) add_clang_unittest(FormatTests FormatTest.cpp FormatTestJava.cpp FormatTestJS.cpp FormatTestProto.cpp FormatTestSelective.cpp SortIncludesTest.cpp ) target_link_libraries(FormatTests clangBasic clangFormat clangFrontend clangRewrite clangToolingCore )
Update chardet from 2.3.0 to 3.0.4
alembic==0.9.9 antiorm==1.2.1 appdirs==1.4.3 attrs==17.4.0 boto3==1.4.4 botocore==1.10.3 chardet==2.3.0 codeclimate-test-reporter==0.2.3 coverage==4.5.1 dataset==1.0.8 db==0.1.1 db-sqlite3==0.0.1 ddt==1.1.2 docutils==0.14 funcsigs==1.0.2 futures==3.2.0 jmespath==0.9.3 Mako==1.0.6 MarkupSafe==1.0 more-itertools==4.1.0 n...
alembic==0.9.9 antiorm==1.2.1 appdirs==1.4.3 attrs==17.4.0 boto3==1.4.4 botocore==1.10.3 chardet==3.0.4 codeclimate-test-reporter==0.2.3 coverage==4.5.1 dataset==1.0.8 db==0.1.1 db-sqlite3==0.0.1 ddt==1.1.2 docutils==0.14 funcsigs==1.0.2 futures==3.2.0 jmespath==0.9.3 Mako==1.0.6 MarkupSafe==1.0 more-itertools==4.1.0 n...
Update django-model-utils from 3.1.2 to 3.2.0
dj-database-url==0.5.0 Django==1.11.21 django-cors-middleware==1.3.1 django-crispy-forms==1.7.2 django-filter==1.1.0 django-guardian==1.4.9 django-model-utils==3.1.2 djangorestframework==3.9.4 djoser==1.7.0 djangorestframework-jwt==1.11.0 gunicorn==19.9.0 psycopg2-binary==2.8.3 pytz==2019.1 requests==2.22.0 requests-mo...
dj-database-url==0.5.0 Django==1.11.21 django-cors-middleware==1.3.1 django-crispy-forms==1.7.2 django-filter==1.1.0 django-guardian==1.4.9 django-model-utils==3.2.0 djangorestframework==3.9.4 djoser==1.7.0 djangorestframework-jwt==1.11.0 gunicorn==19.9.0 psycopg2-binary==2.8.3 pytz==2019.1 requests==2.22.0 requests-mo...
Update isort from 4.2.15 to 4.3.4
colorama==0.3.9 coverage==4.5.1 crayons==0.1.2 flake8==3.5.0 isort==4.2.15 mccabe==0.6.1 mypy==0.521 py==1.4.34 pycodestyle==2.3.1 pyflakes==1.6.0 pytest==3.2.2 pytest-cov==2.5.1 typed-ast==1.1.0
colorama==0.3.9 coverage==4.5.1 crayons==0.1.2 flake8==3.5.0 isort==4.3.4 mccabe==0.6.1 mypy==0.521 py==1.4.34 pycodestyle==2.3.1 pyflakes==1.6.0 pytest==3.2.2 pytest-cov==2.5.1 typed-ast==1.1.0
Fix awp command for new Python 3 codebase
-e git+https://github.com/caleb531/alfred-workflow-packager.git@e2f8e8c393432d0eca3f28a3c0afb9ccf4353a7d#egg=alfred_workflow_packager attrs==19.3.0 colorama==0.4.3 coverage==5.2.1 flake8==3.8.3 importlib-metadata==1.7.0 isort==5.2.1 jsonschema==3.2.0 mccabe==0.6.1 nose==1.3.7 pycodestyle==2.6.0 pyflakes==2.2.0 pyrsiste...
alfred-workflow-packager==1.2.1 attrs==19.3.0 biplist==1.0.3 colorama==0.4.3 coverage==5.2.1 flake8==3.8.3 importlib-metadata==1.7.0 isort==5.2.1 jsonschema==2.6.0 mccabe==0.6.1 nose==1.3.7 pycodestyle==2.6.0 pyflakes==2.2.0 pyrsistent==0.16.0 rednose==1.3.0 six==1.15.0 termstyle==0.1.11 zipp==3.1.0
Update pymongo from 3.3.1 to 3.4.0
-r requirements.txt -e . marshmallow-sqlalchemy >= 0.8.0 marshmallow-peewee >= 1.0.4 peewee >= 2.8.2 mongomock==3.7.0 pymongo==3.3.1 ipdb==0.10.1 pytest==3.0.4 pytest-flask == 0.10.0 pytest-sugar==0.7.1
-r requirements.txt -e . marshmallow-sqlalchemy >= 0.8.0 marshmallow-peewee >= 1.0.4 peewee >= 2.8.2 mongomock==3.7.0 pymongo==3.4.0 ipdb==0.10.1 pytest==3.0.4 pytest-flask == 0.10.0 pytest-sugar==0.7.1
Update django-test-plus from 1.0.18 to 1.0.20
# Local development dependencies go here -r base.txt coverage==4.4.1 django-coverage-plugin==1.5.0 Sphinx==1.6.4 django-extensions==1.9.6 Werkzeug==0.12.2 django-test-plus==1.0.18 factory_boy==2.9.2 django-debug-toolbar==1.8 # improved REPL ipython==5.5.0 # pyup: >=5.3.0,<6.0.0 ipdb==0.10.3 pytest-django==3.1.2 pyte...
# Local development dependencies go here -r base.txt coverage==4.4.1 django-coverage-plugin==1.5.0 Sphinx==1.6.4 django-extensions==1.9.6 Werkzeug==0.12.2 django-test-plus==1.0.20 factory_boy==2.9.2 django-debug-toolbar==1.8 # improved REPL ipython==5.5.0 # pyup: >=5.3.0,<6.0.0 ipdb==0.10.3 pytest-django==3.1.2 pyte...
Update sphinx from 2.1.2 to 2.2.0
ansible==2.8.3 pip==19.2.2 wheel==0.33.6 watchdog==0.9.0 flake8==3.7.6 tox==3.13.2 coverage==4.5.4 Sphinx==2.1.2 twine==1.12.1 rstcheck==3.3.1 pycodestyle==2.5.0 pylint==2.3.1
ansible==2.8.3 pip==19.2.2 wheel==0.33.6 watchdog==0.9.0 flake8==3.7.6 tox==3.13.2 coverage==4.5.4 Sphinx==2.2.0 twine==1.12.1 rstcheck==3.3.1 pycodestyle==2.5.0 pylint==2.3.1
Remove parametrized (included in seleniumbase)
selenium==3.141.0 seleniumbase==1.36.10 parameterized==0.7.4
selenium==3.141.0 seleniumbase==1.36.10
Add a user dict sample
## ## This file should use UTF-8 encoding ## ## User dictionary format: ## <text>,<token1> <token2> ... <tokenn>,<reading1> <reading2> ... <readingn>,<part-of-speech> ## # Custom segmentation for long entries 日本経済新聞,日本 経済 新聞,ニホン ケイザイ シンブン,カスタム名詞 関西国際空港,関西 国際 空港,カンサイ コクサイ クウコウ,テスト名詞 # Custom reading for former sumo wr...
Add Linux-specific baseline for the URL decomposition test.
Test setting the search attribute of the URL in HTMLAnchorElement . On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". Set search without '?' PASS a.href is 'https://www.mydomain.com/path/?value=key' Set search that starts with '?' and contains spaces PASS a.href is 'https://www.mydom...
Install Glibc module.map in the stdlib install component
set(sources module.map ) set(output_dir "${SWIFTLIB_DIR}/glibc") set(commands COMMAND ${CMAKE_COMMAND} "-E" "make_directory" "${output_dir}") set(outputs) foreach(input ${sources}) list(APPEND commands COMMAND "${CMAKE_COMMAND}" "-E" "copy_if_different" "${CMAKE_CURRENT_SOURCE_DIR}/${in...
set(sources module.map ) set(output_dir "${SWIFTLIB_DIR}/glibc") set(commands COMMAND ${CMAKE_COMMAND} "-E" "make_directory" "${output_dir}") set(outputs) foreach(input ${sources}) list(APPEND commands COMMAND "${CMAKE_COMMAND}" "-E" "copy_if_different" "${CMAKE_CURRENT_SOURCE_DIR}/${in...
Add test file for test 14_38, 14_39
first last Input iterators to the initial and final positions of the sequence of elements The range used is first last which contains all the elements between first and last including the element pointed by first but not the element pointed by last pred Unary function that accepts an element in the range as argum...
Exclude MidiManagerMacTest.* which hang on Mac Valgrind
# Crashes under Valgrind on Mac, http://crbug.com/247601 VideoCaptureDeviceTest.FakeCapture VideoCaptureDeviceTest.FakeCaptureVariableResolution # Times out under Valgrind, http://crbug.com/389087 VideoFrameSchedulerImplTest.EventualDisplay # Times out under Valgrind, http://crbug.com/444578 PipelineIntegrationTest.*...
# Crashes under Valgrind on Mac, http://crbug.com/247601 VideoCaptureDeviceTest.FakeCapture VideoCaptureDeviceTest.FakeCaptureVariableResolution # Times out under Valgrind, http://crbug.com/389087 VideoFrameSchedulerImplTest.EventualDisplay # Times out under Valgrind, http://crbug.com/444578 PipelineIntegrationTest.*...
Update ruamel.yaml from 0.15.54 to 0.15.60
Twisted[tls]==18.7.0 beautifulsoup4==4.6.3 lxml==4.2.4 psutil==5.4.7 python-dateutil==2.7.3 ply==3.11 enum34==1.1.6 twitter==1.18.0 requests==2.19.1 pytimeparse==1.1.8 pymysql==0.9.2 pycryptodome==3.6.6 pyasn1==0.4.4 isodate==0.6.0 google-api-python-client==1.7.4 pyxDamerauLevenshtein==1.5 numpy==1.15.0 Cython==0.28.5 ...
Twisted[tls]==18.7.0 beautifulsoup4==4.6.3 lxml==4.2.4 psutil==5.4.7 python-dateutil==2.7.3 ply==3.11 enum34==1.1.6 twitter==1.18.0 requests==2.19.1 pytimeparse==1.1.8 pymysql==0.9.2 pycryptodome==3.6.6 pyasn1==0.4.4 isodate==0.6.0 google-api-python-client==1.7.4 pyxDamerauLevenshtein==1.5 numpy==1.15.0 Cython==0.28.5 ...
Build newer version of boost
RadeonOpenCompute/rocm-cmake@3f43e2d493f24abbab4dc189a9ab12cc3ad33baf --build ROCmSoftwarePlatform/MIOpenGEMM@0eb1257cfaef83ea155aabd67af4437c0028db48 #ROCmSoftwarePlatform/rocBLAS@75b0f4781279ed61f28892ae13da32dc8e5be35d libressl boost@1.58 -DCMAKE_POSITION_INDEPENDENT_CODE=On --build half,https://downloads.sourceforg...
RadeonOpenCompute/rocm-cmake@3f43e2d493f24abbab4dc189a9ab12cc3ad33baf --build ROCmSoftwarePlatform/MIOpenGEMM@0eb1257cfaef83ea155aabd67af4437c0028db48 #ROCmSoftwarePlatform/rocBLAS@75b0f4781279ed61f28892ae13da32dc8e5be35d libressl boost@1.65 -DCMAKE_POSITION_INDEPENDENT_CODE=On --build half,https://downloads.sourceforg...
Remove django-bootstrap3; add django bootstrap-themes; add django-extensions
asgiref==0.11.2 autobahn==0.13.0 -e git+git@github.com:andrewgodwin/channels.git@dfef0c551eda0c1a632f69360b284f32c9e56ecd#egg=channels-master daphne==0.10.1 Django==1.9.5 django-bootstrap3==7.0.1 six==1.10.0 Twisted==16.0.0 txaio==2.2.2 zope.interface==4.1.3
asgiref==0.11.2 autobahn==0.13.0 -e git+git@github.com:andrewgodwin/channels.git@dfef0c551eda0c1a632f69360b284f32c9e56ecd#egg=channels-master daphne==0.10.1 Django==1.9.5 django-bootstrap-themes==3.3.6 django-extensions==1.6.1 six==1.10.0 Twisted==16.0.0 txaio==2.2.2 zope.interface==4.1.3
Update pytest from 3.2.3 to 3.2.4
docker==2.6.1 molecule==1.25.0 pytest==3.2.3 python-vagrant==0.5.15 testinfra==1.9.0 tox==2.9.1
docker==2.6.1 molecule==1.25.0 pytest==3.2.4 python-vagrant==0.5.15 testinfra==1.9.0 tox==2.9.1
Update Browser to 1.8 (11)
Categories:Internet License:GPL-3.0+ Web Site:https://github.com/scoute-dich/browser/blob/HEAD/README.md Source Code:https://github.com/scoute-dich/browser Issue Tracker:https://github.com/scoute-dich/browser/issues Changelog:https://github.com/scoute-dich/browser/blob/HEAD/CHANGELOG.md Auto Name:Browser Summary:Brows...
Categories:Internet License:GPL-3.0+ Web Site:https://github.com/scoute-dich/browser/blob/HEAD/README.md Source Code:https://github.com/scoute-dich/browser Issue Tracker:https://github.com/scoute-dich/browser/issues Changelog:https://github.com/scoute-dich/browser/blob/HEAD/CHANGELOG.md Auto Name:Browser Summary:Brows...
Update CV of AN2Linux to 0.2.0 (3)
Categories:Connectivity License:GPL-3.0 Web Site: Source Code:https://github.com/rootkiwi/an2linuxclient Issue Tracker:https://github.com/rootkiwi/an2linuxclient/issues Auto Name:AN2Linux Summary:Sync Android notifications to a Linux desktop Description: Sync Android notifications encrypted to a Linux desktop with tcp...
Categories:Connectivity License:GPL-3.0 Web Site: Source Code:https://github.com/rootkiwi/an2linuxclient Issue Tracker:https://github.com/rootkiwi/an2linuxclient/issues Auto Name:AN2Linux Summary:Sync Android notifications to a Linux desktop Description: Sync Android notifications encrypted to a Linux desktop with tcp...
Update pytest from 5.1.2 to 5.2.0
codacy-coverage==1.3.11 pytest==5.1.2 pytest-cov==2.7.1 python-coveralls==2.9.3 pytest-flask==0.15.0 pytest-xdist==1.29.0
codacy-coverage==1.3.11 pytest==5.2.0 pytest-cov==2.7.1 python-coveralls==2.9.3 pytest-flask==0.15.0 pytest-xdist==1.29.0
Refactor CMake scripts for apps
find_package(Boost COMPONENTS program_options REQUIRED) find_package(OpenCV COMPONENTS highgui photo REQUIRED) include_directories(${CMAKE_CURRENT_LIST_DIR}) add_subdirectory(grabbers) macro(APP_ADD _name) set(_executable ${_name}) add_executable(${_executable} ${_executable}.cpp) target_link_libraries(${_exec...
if(OpenCV_VERSION VERSION_LESS 3.0.0) set(OpenCV_COMPONENTS highgui) else() set(OpenCV_COMPONENTS imgcodecs highgui photo) endif() find_package(OpenCV COMPONENTS ${OpenCV_COMPONENTS} REQUIRED) find_package(Boost COMPONENTS program_options REQUIRED) include_directories(${CMAKE_CURRENT_LIST_DIR}) add_subdirectory(...
Update bandit from 1.4.0 to 1.5.1
pytest<4 pytest-mock==1.10.0 pytest-cov==2.6.0 tox==3.5.3 # coverage codacy-coverage==1.3.11 codecov==2.0.15 coverage==4.5.1 coveralls==1.5.1 # linters bandit==1.4.0 flake8==3.5.0 flake8-colors==0.1.6 flake8-deprecated==1.3 flake8-import-order==0.17.1 flake8-mutable==1.2.0 flake8-print==3.1.0 pep8-naming==0.7.0
pytest<4 pytest-mock==1.10.0 pytest-cov==2.6.0 tox==3.5.3 # coverage codacy-coverage==1.3.11 codecov==2.0.15 coverage==4.5.1 coveralls==1.5.1 # linters bandit==1.5.1 flake8==3.5.0 flake8-colors==0.1.6 flake8-deprecated==1.3 flake8-import-order==0.17.1 flake8-mutable==1.2.0 flake8-print==3.1.0 pep8-naming==0.7.0
Remove a test expectation failure line now that we have a good baseline from 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. BUG47259 WIN : http/te...
// 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. BUG47259 WIN : http/te...
Add tex packages to biology hub
# Required for PAUP* # Note that this doesn't actually install python2, thankfully libpython2.7 # utils vim less tmux man
# Required for PAUP* # Note that this doesn't actually install python2, thankfully libpython2.7 # utils vim less tmux man # nbconvert texlive-xetex texlive-fonts-recommended texlive-generic-recommended
Use stable gandi API url
[local] # gandi.net API (Production) key apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX # domain domain = example.com # A-record name (@, dev, home, etc) that will be updated # example is for raspbian.example.com a_name = raspbian # TTL (seconds) ttl = 900 # Production API api = https://dns.beta.gandi.net/api/v5/
[local] # gandi.net API (Production) key apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX # domain domain = example.com # A-record name (@, dev, home, etc) that will be updated # example is for raspbian.example.com a_name = raspbian # TTL (seconds) ttl = 900 # Production API api = https://dns.api.gandi.net/api/v5/
Update flask-sqlalchemy from 2.1 to 2.2
# Everything needed in production # Flask Flask==0.12 MarkupSafe==0.23 Werkzeug==0.11.15 Jinja2==2.9.5 itsdangerous==0.24 click>=5.0 # Database Flask-SQLAlchemy==2.1 psycopg2==2.6.2 SQLAlchemy==1.1.5 # Migrations Flask-Migrate==2.0.3 # Forms Flask-WTF==0.14.2 WTForms==2.1 # Deployment gunicorn>=19.1.1 # Assets Fl...
# Everything needed in production # Flask Flask==0.12 MarkupSafe==0.23 Werkzeug==0.11.15 Jinja2==2.9.5 itsdangerous==0.24 click>=5.0 # Database Flask-SQLAlchemy==2.2 psycopg2==2.6.2 SQLAlchemy==1.1.5 # Migrations Flask-Migrate==2.0.3 # Forms Flask-WTF==0.14.2 WTForms==2.1 # Deployment gunicorn>=19.1.1 # Assets Fl...
Install oclcrypto-cli with `make install`
file(GLOB LIBOCLCRYPTO_CLI_HEADERS "${CMAKE_SOURCE_DIR}/cli/*.h") file(GLOB LIBOCLCRYPTO_CLI_SOURCES "${CMAKE_SOURCE_DIR}/cli/*.cpp") add_executable(oclcrypto-cli ${LIBOCLCRYPTO_CLI_HEADERS} ${LIBOCLCRYPTO_CLI_SOURCES}) add_definitions(-DBOOST_ALL_NO_LIB) target_link_libraries(oclcrypto-cli oclcrypto )
file(GLOB LIBOCLCRYPTO_CLI_HEADERS "${CMAKE_SOURCE_DIR}/cli/*.h") file(GLOB LIBOCLCRYPTO_CLI_SOURCES "${CMAKE_SOURCE_DIR}/cli/*.cpp") add_executable(oclcrypto-cli ${LIBOCLCRYPTO_CLI_HEADERS} ${LIBOCLCRYPTO_CLI_SOURCES}) add_definitions(-DBOOST_ALL_NO_LIB) target_link_libraries(oclcrypto-cli oclcrypto ) install(T...
Add bluetooth PTS 6.3 PICS file for SM
SM PICS for the PTS tool. PTS version: 6.3 * - different than PTS defaults ^ - field not available on PTS M - mandatory O - optional Connection Roles ------------------------------------------------------------------------------- Parameter Name Selected Description -----------------------------------------------...
Update Taskbar to 1.1.9 (57)
Categories:System License:Apache2 Web Site:https://github.com/farmerbb/Taskbar/blob/HEAD/README.md Source Code:https://github.com/farmerbb/Taskbar Issue Tracker:https://github.com/farmerbb/Taskbar/issues Auto Name:Taskbar Summary:Use a start menu to access apps Description: Puts a start menu and recent apps tray on to...
Categories:System License:Apache2 Web Site:https://github.com/farmerbb/Taskbar/blob/HEAD/README.md Source Code:https://github.com/farmerbb/Taskbar Issue Tracker:https://github.com/farmerbb/Taskbar/issues Auto Name:Taskbar Summary:Use a start menu to access apps Description: Puts a start menu and recent apps tray on to...
Change executable name from fish_gui to video_annotator
# Find the sources for gui file( GLOB GUI_SOURCES "*.cc" ) # Add gui executable if( WIN32 ) add_executable( fish_gui WIN32 ${GUI_SOURCES} ${COMMON_SOURCES} ) target_link_libraries( fish_gui ${OpenCV_LIBS} ${WINDOWS_LIBRARIES} Qt5::Widgets ${QT_THIRD_PARTY_LIBS} ${OPENGL_LIBRARIES} ) s...
# Find the sources for video annotator file( GLOB VIDEO_ANNOTATOR_SOURCES "*.cc" ) # Add video annotator executable if( WIN32 ) add_executable( video_annotator WIN32 ${VIDEO_ANNOTATOR_SOURCES} ${COMMON_SOURCES} ) target_link_libraries( video_annotator ${OpenCV_LIBS} ${WINDOWS_LIBRARIES} ...
Update header location for JSON update
add_library(NLohmannJson INTERFACE) target_include_directories(NLohmannJson INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src> ) install(TARGETS NLohmannJson EXPORT adios2Exports)
add_library(NLohmannJson INTERFACE) target_include_directories(NLohmannJson INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/single_include/nlohmann> ) install(TARGETS NLohmannJson EXPORT adios2Exports)
Add SNP to plant mine.
allele binding_site cDNA_clone CDS CRM chromosomal_deletion chromosomal_duplication chromosomal_inversion chromosomal_translocation chromosomal_transposition chromosome chromosome_band chromosome_structure_variation EST enhancer exon five_prime_UTR forward_primer gene golden_path_fragment intergenic_region intron mRNA ...
allele binding_site cDNA_clone CDS CRM chromosomal_deletion chromosomal_duplication chromosomal_inversion chromosomal_translocation chromosomal_transposition chromosome chromosome_band chromosome_structure_variation EST enhancer exon five_prime_UTR forward_primer gene golden_path_fragment intergenic_region intron mRNA ...
Improve a bit the documentation
Put here the channels configuration files. The channel configuration file should match the channel identifier with ".xml" extension. For example for channel "udp" the file is "udp.xml". You can find good documentation on what to put in JGrous configurations files at http://www.jboss.org/community/wiki/JGroups.
Put here the channels configuration files or use embedded JGroups configuration files (recommanded). The channel configuration file should match the channel identifier with ".xml" extension. For example for channel "udp" the file is "udp.xml". You can find the list of embedded JGroups configuration files in the jgrou...
Change from TEST_PROPERTIES to TEST_VARIABLES across all projects
include_directories( ${GSTREAMER_INCLUDE_DIRS} ${GSTREAMER_VIDEO_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR} ) set(KMS_TEST_UTILS_SOURCES kmstestutils.h kmstestutils.c ) add_library(kmstestutils ${KMS_TEST_UTILS_SOURCES}) target_link_libraries(kmstestutils ${GSTREAMER_LIBRARIES} ${GSTREAMER_BASE_LIBRARIE...
include_directories( ${GSTREAMER_INCLUDE_DIRS} ${GSTREAMER_VIDEO_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR} ) set(KMS_TEST_UTILS_SOURCES kmstestutils.h kmstestutils.c ) add_library(kmstestutils ${KMS_TEST_UTILS_SOURCES}) target_link_libraries(kmstestutils ${GSTREAMER_LIBRARIES} ${GSTREAMER_BASE_LIBRARIES} ...
Add "Home connection VS Digital Ocean" bandwidth test results from a while back.
Home connection: 0|hexstream@dynamorph:~/data/projects/lisp/aws$ speedtest-cli Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from [redacted] ([redacted])... Selecting best server based on latency... Hosted by Openface Internet (Montreal, QC) [20.41 km]: 15.606 ms Testing dow...
Build system - need to prevent re extraction
cmake_minimum_required(VERSION 3.5) project(BPAnalysis) #set(CMAKE_VERBOSE_MAKEFILE on) set(CMAKE_CXX_STANDARD 11) set(SOURCE_FILES src/framework.c include/framework.h src/main.c src/predictors.c include/predictors.h include/statemachine.h src/statemachine.c incl...
cmake_minimum_required(VERSION 3.5) project(BPAnalysis) #set(CMAKE_VERBOSE_MAKEFILE on) set(CMAKE_CXX_STANDARD 11) set(SOURCE_FILES src/framework.c include/framework.h src/main.c src/predictors.c include/predictors.h include/statemachine.h src/statemachine.c incl...
Update dependency gevent to v21.1.1
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt Django==3.1.5 gevent==21.1.0 gunicorn==20.0.4 raven==6.10.0
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt Django==3.1.5 gevent==21.1.1 gunicorn==20.0.4 raven==6.10.0
Update setuptools from 40.3.0 to 40.4.1
# ydf/requirements/build.txt # # Requirements necessary to build the ydf package. setuptools==40.3.0
# ydf/requirements/build.txt # # Requirements necessary to build the ydf package. setuptools==40.4.1
Update HW-Manager to 0.81 (15)
Categories:Science & Education,Office License:GPLv2+ Web Site:https://nicoalt.pfweb.eu/projekte/android/ha-manager/ Source Code:https://github.com/AltNico/ha-manager Issue Tracker:https://github.com/AltNico/ha-manager/issues Auto Name:HW-Manager Summary:Manage your homework Description: Make your schoolday easier by k...
Categories:Science & Education,Office License:GPLv2+ Web Site:https://nicoalt.pfweb.eu/projekte/android/ha-manager/ Source Code:https://github.com/AltNico/ha-manager Issue Tracker:https://github.com/AltNico/ha-manager/issues Auto Name:HW-Manager Summary:Manage your homework Description: Make your schoolday easier by k...
Update the license header text file.
Copyright (C) 2010-2012, FuseSource Corp. All rights reserved. http://fusesource.com The software in this package is published under the terms of the CDDL license a copy of which has been included with this distribution in the license.txt file.
Copyright (C) FuseSource, Inc. http://fusesource.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
Update to avoid requests vulnerability
Flask==0.10.1 Jinja2==2.7.2 MarkupSafe==0.18 Werkzeug==0.9.4 argparse==1.2.1 beautifulsoup4==4.3.2 flake8==2.2.2 gunicorn==19.0.0 itsdangerous==0.23 mccabe==0.2.1 oauthlib==0.6.3 pep8==1.5.7 pyflakes==0.8.1 python-twitter==2.0 requests==2.3.0 requests-oauthlib==0.4.1 simplejson==3.5.3
Flask==0.10.1 Jinja2==2.7.2 MarkupSafe==0.18 Werkzeug==0.9.4 argparse==1.2.1 beautifulsoup4==4.3.2 flake8==2.2.2 gunicorn==19.0.0 itsdangerous==0.23 mccabe==0.2.1 oauthlib==0.6.3 pep8==1.5.7 pyflakes==0.8.1 python-twitter==2.0 requests ~> 2.20.0 requests-oauthlib==0.4.1 simplejson==3.5.3
Update pinned version of django_browserid
Django==1.5.2 django-browserid==0.8 django-recaptcha reportlab django_mobile django-discover-runner pep8 bleach south < 2.0
Django==1.5.2 django-browserid==0.9 django-recaptcha reportlab django_mobile django-discover-runner pep8 bleach south < 2.0
Update pytest from 3.5.1 to 3.6.0
docker==2.7.0 molecule==2.14.0 pytest==3.5.1 python-vagrant==0.5.15 testinfra==1.13.0 tox==3.0.0
docker==2.7.0 molecule==2.14.0 pytest==3.6.0 python-vagrant==0.5.15 testinfra==1.13.0 tox==3.0.0
Upgrade dependency botocore to ==1.4.46
base58==0.2.3 boto3==1.4.0 botocore==1.4.45 docutils==0.12 futures==3.0.5 hjson==2.0.0 jmespath==0.9.0 kappa==0.6.0 lambda-packages==0.8.0 python-dateutil==2.5.3 python-slugify==1.2.0 requests>=2.10.0 six==1.10.0 tqdm==4.8.3 Werkzeug==0.11.10 wheel==0.29.0 wsgi-request-logger==0.4.5
base58==0.2.3 boto3==1.4.0 botocore==1.4.46 docutils==0.12 futures==3.0.5 hjson==2.0.0 jmespath==0.9.0 kappa==0.6.0 lambda-packages==0.8.0 python-dateutil==2.5.3 python-slugify==1.2.0 requests>=2.10.0 six==1.10.0 tqdm==4.8.3 Werkzeug==0.11.10 wheel==0.29.0 wsgi-request-logger==0.4.5
Update pytest from 3.1.2 to 3.1.3
docker==2.4.2 molecule==1.25.0 pymongo==3.4 pytest==3.1.2 python-vagrant==0.5.15 testinfra==1.6.4 tox==2.7.0
docker==2.4.2 molecule==1.25.0 pymongo==3.4 pytest==3.1.3 python-vagrant==0.5.15 testinfra==1.6.4 tox==2.7.0
Update flask-migrate from 2.1.1 to 2.3.0
awesome-slugify==1.6.5 cssmin==0.2.0 Flask==1.0.1 Flask-Analytics==0.6.0 Flask-Assets==0.12 Flask-Mail==0.9.1 Flask-Migrate==2.1.1 Flask-Misaka==0.4.1 Flask-SQLAlchemy==2.3.2 Flask-User==0.6.21 Flask-WTF==0.14.2 pygments==2.2.0
awesome-slugify==1.6.5 cssmin==0.2.0 Flask==1.0.1 Flask-Analytics==0.6.0 Flask-Assets==0.12 Flask-Mail==0.9.1 Flask-Migrate==2.3.0 Flask-Misaka==0.4.1 Flask-SQLAlchemy==2.3.2 Flask-User==0.6.21 Flask-WTF==0.14.2 pygments==2.2.0
Add requirement for spacy v3
spacy scikit-learn numpy scipy intervaltree networkx future bioc>=1.3.1 pytest_socket six sphinx==1.5.5 sphinx_rtd_theme fasteners docstringtest
spacy>=3.0.0 scikit-learn numpy scipy intervaltree networkx future bioc>=1.3.1 pytest_socket six sphinx==1.5.5 sphinx_rtd_theme fasteners docstringtest
Update psycopg2 from 2.6.2 to 2.7.3
alembic==0.9.4 antiorm==1.2.1 appdirs==1.4.3 chardet==3.0.4 codeclimate-test-reporter==0.2.3 coverage==4.4.1 dataset==0.8.0 db==0.1.1 db-sqlite3==0.0.1 ddt==1.1.1 Mako==1.0.7 MarkupSafe==1.0 normality==0.4.4 packaging==16.8 psycopg2==2.6.2 pygraphviz==1.3.1 pyparsing==2.1.10 python-editor==1.0.3 PyYAML==3.12 requests==...
alembic==0.9.4 antiorm==1.2.1 appdirs==1.4.3 chardet==3.0.4 codeclimate-test-reporter==0.2.3 coverage==4.4.1 dataset==0.8.0 db==0.1.1 db-sqlite3==0.0.1 ddt==1.1.1 Mako==1.0.7 MarkupSafe==1.0 normality==0.4.4 packaging==16.8 psycopg2==2.7.3 pygraphviz==1.3.1 pyparsing==2.1.10 python-editor==1.0.3 PyYAML==3.12 requests==...
Upgrade dependency raven to ==6.1.0
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==...
Upgrade dependency raven to ==6.4.0
appdirs==1.4.3 autopep8==1.3.3 certifi==2017.7.27.1 chardet==3.0.4 contextlib2==0.5.5 Django==1.11.7 django-appconf==1.0.2 django-cacheops==4.0 django-cors-headers==2.1.0 django-silk==1.0.0 django-taggit==0.22.1 django-taggit-serializer==0.1.5 djangorestframework==3.7.3 djangorestframework-jwt==1.11.0 freezegun==0.3.9 ...
appdirs==1.4.3 autopep8==1.3.3 certifi==2017.7.27.1 chardet==3.0.4 contextlib2==0.5.5 Django==1.11.7 django-appconf==1.0.2 django-cacheops==4.0 django-cors-headers==2.1.0 django-silk==1.0.0 django-taggit==0.22.1 django-taggit-serializer==0.1.5 djangorestframework==3.7.3 djangorestframework-jwt==1.11.0 freezegun==0.3.9 ...
Change pydicom origin to github.com/alexsavio/pydicom.git
#must be separately installed: numpy==1.9.0 scipy==0.14.0 cython==0.21 #https://github.com/alexsavio/pydicom hg+https://code.google.com/p/pydicom/ nibabel==1.3.0 sympy==0.7.5
#must be separately installed: numpy==1.9.0 scipy==0.14.0 cython==0.21 git+https://github.com/alexsavio/pydicom nibabel==1.3.0 sympy==0.7.5
Add pycrypto as a dependency.
gdata>=2.0.18 google-api-python-client>=1.4.1 oauth2client>=1.4.12 python-gflags>=2.0
gdata>=2.0.18 google-api-python-client>=1.4.1 oauth2client>=1.4.12 pycrypto>=2.6.1 python-gflags>=2.0
Update numpy from 1.18.2 to 1.18.3
beautifulsoup4==4.9.0 bcrypt==3.1.7 croniter==0.3.31 Cython==0.29.16 feedparser==5.2.1 git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2 google-api-python-client==1.8.0 isodate==0.6.0 jsonpath-ng==1.5.1 lxml==4.5.0 numpy==1.18.2 Pillow==7.1.1 parsedatetime==2.5 psutil==5.7.0 pyhedrals==0.2.0 python-dateutil==2.8...
beautifulsoup4==4.9.0 bcrypt==3.1.7 croniter==0.3.31 Cython==0.29.16 feedparser==5.2.1 git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2 google-api-python-client==1.8.0 isodate==0.6.0 jsonpath-ng==1.5.1 lxml==4.5.0 numpy==1.18.3 Pillow==7.1.1 parsedatetime==2.5 psutil==5.7.0 pyhedrals==0.2.0 python-dateutil==2.8...
Remove obsolete lines and use the new gluon_add_subdirectory macro
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) find_package(OpenAL 1.8 REQUIRED) find_package(Alure 1.2 REQUIRED) gluon_include_directories(GluonAudio ${GLUONCORE_INCLUDE_DIRS} ${ALURE_INCLUDE_DIRS} ${OPENAL_INCLUDE_DIR} #TODO: Make use of phonon instead of these libs for file input. Saves ...
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) find_package(OpenAL 1.8 REQUIRED) find_package(Alure 1.2 REQUIRED) gluon_include_directories(GluonAudio ${GLUONCORE_INCLUDE_DIRS} ${ALURE_INCLUDE_DIRS} ${OPENAL_INCLUDE_DIR} ) set(GluonAudio_SRCS engine.cpp player.cpp sound.cpp dev...
Update django-extensions from 1.7.2 to 1.7.3
-r base.txt django-debug-toolbar==1.5 django-extensions==1.7.2 git+https://github.com/alsoicode/django-medusa django-sendfile==0.3.10 livereload==2.4.1 selenium==2.53.6
-r base.txt django-debug-toolbar==1.5 django-extensions==1.7.3 git+https://github.com/alsoicode/django-medusa django-sendfile==0.3.10 livereload==2.4.1 selenium==2.53.6
Update Darkness Immunity to 1.2.19 (27)
Categories:Theming License:GPL-3.0-only Web Site: Source Code:https://gitlab.com/axet/android-darkness-immunity Issue Tracker:https://gitlab.com/axet/android-darkness-immunity/issues Auto Name:Darkness Immunity Summary:Darkness Immunity Digital Amulet Description: Darkness Immunity Digital Amulet. Works like a charm! ...
Categories:Theming License:GPL-3.0-only Web Site: Source Code:https://gitlab.com/axet/android-darkness-immunity Issue Tracker:https://gitlab.com/axet/android-darkness-immunity/issues Auto Name:Darkness Immunity Summary:Darkness Immunity Digital Amulet Description: Darkness Immunity Digital Amulet. Works like a charm! ...
Update pytest from 3.2.3 to 3.2.4
bumpversion==0.5.3 codecov==2.0.9 pypandoc==1.4 pytest==3.2.3 twine==1.9.1
bumpversion==0.5.3 codecov==2.0.9 pypandoc==1.4 pytest==3.2.4 twine==1.9.1
Update coverage package to 4.5.4
# Testing coverage==4.5.3 # Test coverage flake8==3.7.8 # Python linting mypy==0.720 # Type checking
# Testing coverage==4.5.4 # Test coverage flake8==3.7.8 # Python linting mypy==0.720 # Type checking
Update django-ckeditor from 6.4.1 to 6.4.2
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...
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.2 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 django from 2.2.10 to 2.2.11
dj-database-url==0.5.0 django-apiblueprint-view==2.1.1 django-basicauth==0.5.2 django-extensions==2.2.8 django-localflavor==3.0 django-markdown-deux==1.0.5 django==2.2.10 # pyup: >=2.2,<3.0 djangorestframework==3.11.0 djangorestframework-gis==0.15 django-cors-headers==3.2.1 fastkml==0.11 fuzzywuzzy==0.18.0 lxml==4.5.0...
dj-database-url==0.5.0 django-apiblueprint-view==2.1.1 django-basicauth==0.5.2 django-extensions==2.2.8 django-localflavor==3.0 django-markdown-deux==1.0.5 django==2.2.11 # pyup: >=2.2,<3.0 djangorestframework==3.11.0 djangorestframework-gis==0.15 django-cors-headers==3.2.1 fastkml==0.11 fuzzywuzzy==0.18.0 lxml==4.5.0...
Add gevent to allow use of async gunicorn workers
appdirs==1.4.3 bcrypt==3.1.3 cffi==1.10.0 Django==1.11 django-crispy-forms==1.6.1 et-xmlfile==1.0.1 gunicorn==19.7.1 jdcal==1.3 lxml==3.7.3 openpyxl==2.4.7 packaging==16.8 pycparser==2.17 PyMySQL==0.7.11 pyparsing==2.2.0 python-dateutil==2.6.0 pytz==2017.2 requests==2.13.0 six==1.10.0 cloudflare==1.5.1 django_slack==5....
appdirs==1.4.3 bcrypt==3.1.3 cffi==1.10.0 Django==1.11 django-crispy-forms==1.6.1 et-xmlfile==1.0.1 gunicorn==19.7.1 jdcal==1.3 lxml==3.7.3 openpyxl==2.4.7 packaging==16.8 pycparser==2.17 PyMySQL==0.7.11 pyparsing==2.2.0 python-dateutil==2.6.0 pytz==2017.2 requests==2.13.0 six==1.10.0 cloudflare==1.5.1 django_slack==5....
Update botocore from 1.8.23 to 1.8.26
boto3==1.5.12 botocore==1.8.23 certifi==2017.11.5 chardet==3.0.4 dj-database-url==0.4.2 dj-static==0.0.6 Django==1.11.7 django-grappelli==2.10.1 django-haystack==2.6.1 django-linkcheck==1.5 django-s3-folder-storage==0.5 django-storages==1.6.5 docutils==0.14 elasticsearch==6.1.1 futures==3.2.0 gunicorn==19.7.1 idna==2.6...
boto3==1.5.12 botocore==1.8.26 certifi==2017.11.5 chardet==3.0.4 dj-database-url==0.4.2 dj-static==0.0.6 Django==1.11.7 django-grappelli==2.10.1 django-haystack==2.6.1 django-linkcheck==1.5 django-s3-folder-storage==0.5 django-storages==1.6.5 docutils==0.14 elasticsearch==6.1.1 futures==3.2.0 gunicorn==19.7.1 idna==2.6...
Upgrade dependency requests to ==2.18.1
coreapi==2.3.1 Django==1.11.2 django-rest-swagger==2.1.2 django-webpack-loader==0.5.0 djangorestframework==3.6.3 djangorestframework-jwt==1.10.0 freezegun==0.3.9 itypes==1.1.0 openapi-codec==1.2.1 psycopg2==2.7.1 PyJWT==1.5.0 python-dateutil==2.6.0 requests==2.18.0 simplejson==3.10.0 six==1.10.0 uritemplate==3.0.0 uWSG...
coreapi==2.3.1 Django==1.11.2 django-rest-swagger==2.1.2 django-webpack-loader==0.5.0 djangorestframework==3.6.3 djangorestframework-jwt==1.10.0 freezegun==0.3.9 itypes==1.1.0 openapi-codec==1.2.1 psycopg2==2.7.1 PyJWT==1.5.0 python-dateutil==2.6.0 requests==2.18.1 simplejson==3.10.0 six==1.10.0 uritemplate==3.0.0 uWSG...
Update python_box from 3.2.2 to 3.2.3
boto3==1.9.38 botocore==1.12.46 Collectfast==0.6.2 dj_database_url==0.5.0 django-debug-toolbar==1.10.1 django-ordered-model==3.1.1 django-s3-folder-storage==0.5 django-storages==1.7.1 Django==2.1.3 docutils==0.14 gunicorn==19.9.0 jmespath==0.9.3 pillow==5.3.0 psycopg2-binary==2.7.6.1 python-dateutil==2.7.5 python-decou...
boto3==1.9.38 botocore==1.12.46 Collectfast==0.6.2 dj_database_url==0.5.0 django-debug-toolbar==1.10.1 django-ordered-model==3.1.1 django-s3-folder-storage==0.5 django-storages==1.7.1 Django==2.1.3 docutils==0.14 gunicorn==19.9.0 jmespath==0.9.3 pillow==5.3.0 psycopg2-binary==2.7.6.1 python-dateutil==2.7.5 python-decou...
Support other django minor versions pre-1.7
coverage == 3.7.1 django >= 1.4, <= 1.6.10 mock < 2.0.0 nose < 2.0.0 python-coveralls == 2.5.0 unittest2 < 1.0.0
coverage == 3.7.1 django>=1.4,< 1.7 mock<2.0.0 nose<2.0.0 python-coveralls==2.5.0 unittest2<1.0.0
Update pytest from 4.4.0 to 4.5.0
cookiecutter==1.6.0 flake8==3.7.5 # pyup: != 2.6.0 sh==1.12.14 binaryornot==0.4.4 # Testing pytest==4.4.0 pep8==1.7.1 pyflakes==2.1.0 tox==3.9.0 pytest-cookies==0.3.0
cookiecutter==1.6.0 flake8==3.7.5 # pyup: != 2.6.0 sh==1.12.14 binaryornot==0.4.4 # Testing pytest==4.5.0 pep8==1.7.1 pyflakes==2.1.0 tox==3.9.0 pytest-cookies==0.3.0
Update tqdm from 4.32.2 to 4.35.0
future==0.17.1 tqdm==4.32.2 networkx==2.3 pytest==5.1.0
future==0.17.1 tqdm==4.35.0 networkx==2.3 pytest==5.1.0
Bump bandit from 1.4.0 to 1.5.0
alabaster==0.7.11 bandit==1.4.0 coverage==4.5.1 coveralls==1.3.0 docutils==0.14 Flask==1.0.2 Flask-SSLify==0.1.5 Flask-Testing==0.7.1 gunicorn==19.9.0 pycodestyle==2.4.0 pydocstyle==2.1.1 requests==2.19.1 Sphinx==1.7.6 Werkzeug==0.14.1
alabaster==0.7.11 bandit==1.5.0 coverage==4.5.1 coveralls==1.3.0 docutils==0.14 Flask==1.0.2 Flask-SSLify==0.1.5 Flask-Testing==0.7.1 gunicorn==19.9.0 pycodestyle==2.4.0 pydocstyle==2.1.1 requests==2.19.1 Sphinx==1.7.6 Werkzeug==0.14.1
Bump django-simple-email-confirmation from 0.22 to 0.23
Django[argon2]==1.11.7 wagtail==1.13.1 # External Libraries requests==2.18.4 # Templates django-compressor==2.2 django-libsass==0.7 wagtailfontawesome==1.1.1 # Scheduled tasks django-kronos==1.0 # User management rules==1.3 django-simple-email-confirmation==0.22 # Logging raven==6.4.0
Django[argon2]==1.11.7 wagtail==1.13.1 # External Libraries requests==2.18.4 # Templates django-compressor==2.2 django-libsass==0.7 wagtailfontawesome==1.1.1 # Scheduled tasks django-kronos==1.0 # User management rules==1.3 django-simple-email-confirmation==0.23 # Logging raven==6.4.0
Update psycopg2 from 2.7.4 to 2.7.5
robotframework==3.0.4 robotframework-selenium2library==3.0.0 robotframework-debuglibrary==1.1.4 Selenium==3.14.0 factory_boy==2.11.1 pytest==3.7.3 pytest-django==3.4.2 psycopg2==2.7.4 mock==2.0.0 zest.releaser==6.12.4 twine==1.9.1 requests==2.18.4
robotframework==3.0.4 robotframework-selenium2library==3.0.0 robotframework-debuglibrary==1.1.4 Selenium==3.14.0 factory_boy==2.11.1 pytest==3.7.3 pytest-django==3.4.2 psycopg2==2.7.5 mock==2.0.0 zest.releaser==6.12.4 twine==1.9.1 requests==2.18.4
Update numpy from 1.16.4 to 1.17.0
# # requirements.txt used for concrete testing environment. # # install_requires in setup.py gives the abstract requirements # used by 'pip install' and 'setup.py install' to install # cxroots as a library. # scipy==1.3.1; python_version > '2.7' scipy==1.2.1; python_version <= '2.7' # pyup: ignore numpy==1.16.4 docr...
# # requirements.txt used for concrete testing environment. # # install_requires in setup.py gives the abstract requirements # used by 'pip install' and 'setup.py install' to install # cxroots as a library. # scipy==1.3.1; python_version > '2.7' scipy==1.2.1; python_version <= '2.7' # pyup: ignore numpy==1.17.0 docr...
Add libstdc++ to default toolchain includes
ld*.so* libc*.so* libcrypt*.so* libdl*.so* libgcc_s*.so* libm*.so* libnsl*.so* libnss_dns*.so* libnss_files*.so* libpthread*.so* libresolv*.so* librt*.so* libutil*.so*
ld*.so* libc*.so* libcrypt*.so* libdl*.so* libgcc_s*.so* libm*.so* libnsl*.so* libnss_dns*.so* libnss_files*.so* libpthread*.so* libresolv*.so* librt*.so* libstdc++*.so* libutil*.so*
Update selenium from 3.4.3 to 3.5.0
PyPOM==1.2.0 pytest==3.2.0 pytest-selenium==1.11.0 pytest-variables==1.7.0 pytest-xdist==1.18.2 requests==2.18.3 selenium==3.4.3
PyPOM==1.2.0 pytest==3.2.0 pytest-selenium==1.11.0 pytest-variables==1.7.0 pytest-xdist==1.18.2 requests==2.18.3 selenium==3.5.0
Update CV of 四次元 to 0.5.0beta8 (50)
Categories:Internet License:GPLv3 Web Site:https://github.com/qii/weiciyuan/wiki Source Code:https://github.com/qii/weiciyuan Issue Tracker:https://github.com/qii/weiciyuan/issues Auto Name:四次元 Summary:Sina Weibo client Description: Chinese social networking. Supposedly weibo.com has an English translation now but the...
Categories:Internet License:GPLv3 Web Site:https://github.com/qii/weiciyuan/wiki Source Code:https://github.com/qii/weiciyuan Issue Tracker:https://github.com/qii/weiciyuan/issues Auto Name:四次元 Summary:Sina Weibo client Description: Chinese social networking. Supposedly weibo.com has an English translation now but the...
Bump coveralls from 1.9.2 to 1.10.0
pytest==5.3.2 pytest-cov==2.8.1 numpy==1.18.0 ruamel.yaml==0.16.5 msgpack-python==0.5.6 tqdm==4.41.0 coverage==5.0.1 coveralls==1.9.2 pymongo==3.10.0 pycodestyle==2.5.0 mypy==0.761 pydocstyle==5.0.1 flake8==3.7.9 pylint==2.4.4
pytest==5.3.2 pytest-cov==2.8.1 numpy==1.18.0 ruamel.yaml==0.16.5 msgpack-python==0.5.6 tqdm==4.41.0 coverage==5.0.1 coveralls==1.10.0 pymongo==3.10.0 pycodestyle==2.5.0 mypy==0.761 pydocstyle==5.0.1 flake8==3.7.9 pylint==2.4.4
Update mock from 2.0.0 to 3.0.4
-r requirements.txt # For tests coverage==4.5.3 coveralls==1.7.0 flake8==3.7.7 freezegun==0.3.11 hypothesis==4.21.0 mock==2.0.0 pytest==4.4.1 pytest-cov==2.6.1 requests-mock==1.6.0 testfixtures==6.7.0 git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.3.0#egg=digitalmarketplace-test-utils==2.3.0 # F...
-r requirements.txt # For tests coverage==4.5.3 coveralls==1.7.0 flake8==3.7.7 freezegun==0.3.11 hypothesis==4.21.0 mock==3.0.4 pytest==4.4.1 pytest-cov==2.6.1 requests-mock==1.6.0 testfixtures==6.7.0 git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.3.0#egg=digitalmarketplace-test-utils==2.3.0 # F...
Update pillow from 4.1.0 to 4.1.1
alabaster==0.7.10 backports-abc==0.5 click==6.7 configparser==3.5.0 flake8==3.3.0 future==0.16.0 jupyter==1.0.0 Keras==2.0.3 matplotlib==2.0.0 mock==2.0.0 notebook==5.0.0 numpy==1.12.1 pandas==0.19.2 pandocfilters==1.4.1 pathlib2==2.2.1 pbr==3.0.0 pexpect==4.2.1 Pillow==4.1.0 protobuf==3.2.0 Pygments==2.2.0 python-date...
alabaster==0.7.10 backports-abc==0.5 click==6.7 configparser==3.5.0 flake8==3.3.0 future==0.16.0 jupyter==1.0.0 Keras==2.0.3 matplotlib==2.0.0 mock==2.0.0 notebook==5.0.0 numpy==1.12.1 pandas==0.19.2 pandocfilters==1.4.1 pathlib2==2.2.1 pbr==3.0.0 pexpect==4.2.1 Pillow==4.1.1 protobuf==3.2.0 Pygments==2.2.0 python-date...
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.4.1 tox==2.8.2 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0.3 PyYAML==3.12 pytest==3.2.2 pyaudio==0.2.11
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.4.1 tox==2.8.2 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0.3 PyYAML==3.12 pytest==3.2.2 pyaudio==0.2.11
Update CV of DNS man to 0.8 (80)
Categories:Connectivity,System License:GPLv3 Web Site: Source Code:https://github.com/otakuchiyan/DNSman Issue Tracker:https://github.com/otakuchiyan/DNSman/issues Auto Name:DNS man Summary:Set DNS lookup server Description: Change the used DNS server for specific wifi networks. . Repo Type:git Repo:https://github.co...
Categories:Connectivity,System License:GPLv3 Web Site: Source Code:https://github.com/otakuchiyan/DNSman Issue Tracker:https://github.com/otakuchiyan/DNSman/issues Auto Name:DNS man Summary:Set DNS lookup server Description: Change the used DNS server for specific wifi networks. . Repo Type:git Repo:https://github.co...
Change licensing from Apache2.0 to MIT
Copyright 2016 Yelp Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distribut...
Copyright (c) 2016 Yelp Inc MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribu...
Update setuptools from 37.0.0 to 38.1.0
--requirement requirements.txt # Documentation Sphinx==1.6.5 sphinxcontrib-httpdomain==1.5.0 # Fix setuptools issues setuptools==37.0.0
--requirement requirements.txt # Documentation Sphinx==1.6.5 sphinxcontrib-httpdomain==1.5.0 # Fix setuptools issues setuptools==38.1.0
Update bug number in test expectations
// 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. BUG_LOISLO WIN RELEASE...
// 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. BUG_LOISLO WIN RELEASE...
Disable hardware tests for windows
add_executable(FilterDesignerTest filter_designer_test.c) target_link_libraries(FilterDesignerTest ad9361) add_test(NAME FilterDesignerTest COMMAND FilterDesignerTest WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) add_executable(GenerateRatesTest gen_rates_test.c) target_link_libraries(GenerateRatesT...
add_executable(FilterDesignerTest filter_designer_test.c) target_link_libraries(FilterDesignerTest ad9361) add_test(NAME FilterDesignerTest COMMAND FilterDesignerTest WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) add_executable(GenerateRatesTest gen_rates_test.c) target_link_libraries(GenerateRatesT...
Update Port Authority to 1.2.5 (8)
Categories:Security, License:GPLv3 Web Site: Source Code:https://github.com/aaronjwood/PortAuthority Issue Tracker:https://github.com/aaronjwood/PortAuthority/issues Donate:https://github.com/aaronjwood/PortAuthority/blob/HEAD/README Auto Name:Port Authority Summary:Port scanner Description: A handy systems and securi...
Categories:Security, License:GPLv3 Web Site: Source Code:https://github.com/aaronjwood/PortAuthority Issue Tracker:https://github.com/aaronjwood/PortAuthority/issues Donate:https://github.com/aaronjwood/PortAuthority/blob/HEAD/README Auto Name:Port Authority Summary:Port scanner Description: A handy systems and securi...
Update pip from 9.0.1 to 9.0.2
-r common.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 coverage==4.5.1 Sphinx==1.7.1 cryptography==2.1.4
-r common.txt pip==9.0.2 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 coverage==4.5.1 Sphinx==1.7.1 cryptography==2.1.4
Update pytest from 3.2.0 to 3.2.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.4.1 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0.3 PyYAML==3.12 pytest==3.2.0 pytest-runner==2.11.1 requests>=2.1 PySocks>=1.5.8 pyOpenSSL>=0.14 selectors34>=1.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.4.1 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0.3 PyYAML==3.12 pytest==3.2.1 pytest-runner==2.11.1 requests>=2.1 PySocks>=1.5.8 pyOpenSSL>=0.14 selectors34>=1.1
Update typed-ast from 1.2.0 to 1.3.0
mypy==0.660 pytest==4.1.1 pytest-cov==2.6.1 pytest-asyncio==0.10.0 pytest-monkeytype==1.0.1 jedi==0.13.2 coverage==4.5.2 flake8==3.6.0 typed-ast==1.2.0 rope==0.11.0
mypy==0.660 pytest==4.1.1 pytest-cov==2.6.1 pytest-asyncio==0.10.0 pytest-monkeytype==1.0.1 jedi==0.13.2 coverage==4.5.2 flake8==3.6.0 typed-ast==1.3.0 rope==0.11.0
Update pytest from 3.3.2 to 3.4.0
coverage==4.4.2 jedi==0.11.1 mypy==0.560 pylint==1.8.2 pytest==3.3.2 pytest-cov==2.5.1 sphinx==1.6.6 sphinx-rtd-theme==0.2.4 tox==2.9.1
coverage==4.4.2 jedi==0.11.1 mypy==0.560 pylint==1.8.2 pytest==3.4.0 pytest-cov==2.5.1 sphinx==1.6.6 sphinx-rtd-theme==0.2.4 tox==2.9.1