Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add custom version of python-dokuwiki as a dependency | dokuwiki==0.3.0
llfuse==0.41.1
| -e git+git@github.com:JelteF/python-dokuwiki@9b164eac46fe09edb544f27fe730fb4e15aba089#egg=dokuwiki-master
llfuse==0.41.1
|
Fix return values in REPL example code |
{{alias}}( α, β )
Returns the variance of a beta prime distribution.
If `α <= 0` or `β <= 2`, the function returns `NaN`.
If `α` or `β` is `NaN`, the function returns `NaN`.
Parameters
----------
α: number
First shape parameter.
β: number
Second shape parameter.
Ret... |
{{alias}}( α, β )
Returns the variance of a beta prime distribution.
If `α <= 0` or `β <= 2`, the function returns `NaN`.
If `α` or `β` is `NaN`, the function returns `NaN`.
Parameters
----------
α: number
First shape parameter.
β: number
Second shape parameter.
Ret... |
Update faker from 0.8.4 to 0.8.5 | # Testing and CI requirements
-r common.txt
factory_boy==2.9.2
Faker==0.8.4
mock==2.0.0
pytest==3.2.3
pytest-django==3.1.2
pytest-mock==1.6.3
pytest-stepwise==0.4
pytest-xdist==1.20.1
python-magic==0.4.13
selenium==3.6.0
# Linting
flake8==3.4.1
flake8-docstrings==1.1.0
flake8-tidy-imports==1.1.0
mypy==0.530
pycodesty... | # Testing and CI requirements
-r common.txt
factory_boy==2.9.2
Faker==0.8.5
mock==2.0.0
pytest==3.2.3
pytest-django==3.1.2
pytest-mock==1.6.3
pytest-stepwise==0.4
pytest-xdist==1.20.1
python-magic==0.4.13
selenium==3.6.0
# Linting
flake8==3.4.1
flake8-docstrings==1.1.0
flake8-tidy-imports==1.1.0
mypy==0.530
pycodesty... |
Add beta build of Tomdroid | Category:Office
License:GPLv3+
Web Site:https://launchpad.net/tomdroid
Source Code:https://code.launchpad.net/~tomdroid-maintainers/tomdroid/main
Issue Tracker:https://bugs.launchpad.net/tomdroid
Summary:Note taker
Description:
A note taking application. A port of the popular desktop application Tomboy.
This is an ea... | Category:Office
License:GPLv3+
Web Site:https://launchpad.net/tomdroid
Source Code:https://code.launchpad.net/~tomdroid-maintainers/tomdroid/main
Issue Tracker:https://bugs.launchpad.net/tomdroid
Summary:Note taker
Description:
A note taking application. A port of the popular desktop application Tomboy.
The new beta ... |
Fix two problems in Xhosa IPA phoneme inventory. | tK_> t͡ɬʼ
tS_> t͡ʃʼ
tS_h t͡ʃʰ
ts_> t͡sʼ
kx_> k͡x
d_0Z d͡ʒ
f f
v v
s s
z z
S ʃ
h h
K ɬ
K\ ɮ
G ɣ
|\ ǀ
|\g_0 ɡ͡ǀ
|\h ǀʰ
|\|\ ǁ
|\|\g_0 ɡ͡ǁ
|\|\h ǁʰ
!\ ǃ
!\g_0 ɡ͡ǃ
!\h ǃʰ
p_h pʰ
p_> pʼ
b_h bʰ
b_< ɓ
t_h tʰ
t_> tʼ
d d
c_> c'
c_h cʰ
J\ ɟ
k_> kʼ
k_h kʰ
g ɡ
m m
n n
J ɲ
N ŋ
m_h mʰ
n_h nʰ
J_h Jʰ
i i
u u
E ɛ
O ɔ
a a
r r
l l
j j
w ... | tK_> t͡ɬʼ
tS_> t͡ʃʼ
tS_h t͡ʃʰ
ts_> t͡sʼ
kx_> k͡x
d_0Z d͡ʒ
f f
v v
s s
z z
S ʃ
h h
K ɬ
K\ ɮ
G ɣ
|\ ǀ
|\g_0 ɡ͡ǀ
|\h ǀʰ
|\|\ ǁ
|\|\g_0 ɡ͡ǁ
|\|\h ǁʰ
!\ ǃ
!\g_0 ɡ͡ǃ
!\h ǃʰ
p_h pʰ
p_> pʼ
b_h bʰ
b_< ɓ
t_h tʰ
t_> tʼ
d d
c_> cʼ
c_h cʰ
J\ ɟ
k_> kʼ
k_h kʰ
g ɡ
m m
n n
J ɲ
N ŋ
m_h mʰ
n_h nʰ
J_h ɲʰ
i i
u u
E ɛ
O ɔ
a a
r r
l l
j j
w ... |
Add generated keys to install targets |
project(metalic_bootstrap)
add_executable(metalic_bootstrap "src/bootstrap.cpp")
#set_target_properties(metalic_bootstrap PROPERTIES LINK_SEARCH_START_STATIC ON)
#set_target_properties(metalic_bootstrap PROPERTIES LINK_SEARCH_END_STATIC OFF)
target_link_libraries(metalic_bootstrap metalic_crypto)
set_target_propertie... |
project(metalic_bootstrap)
add_executable(metalic_bootstrap "src/bootstrap.cpp")
#set_target_properties(metalic_bootstrap PROPERTIES LINK_SEARCH_START_STATIC ON)
#set_target_properties(metalic_bootstrap PROPERTIES LINK_SEARCH_END_STATIC OFF)
target_link_libraries(metalic_bootstrap metalic_crypto)
set_target_propertie... |
Update expectations to supress regressions from Webkit Roll 69169:69180. | // 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.
| // 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.
// Regression from Web... |
Update cvs file for url input | http://hoantran-it.blogspot.com/
https://www.linkedin.com/in/hoantranit/
https://github.com/hoantran-it | http://hoantran-it.blogspot.com/
https://github.com/hoantran-it |
Add blackbox as a target so it can be run in the foreground | # ----------------------------------------------------------------------------
# Copyright (C) 2014 Verizon. All Rights Reserved.
# All Rights Reserved
#
# Author: David Andrews
# Date: 01/19/2016
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compli... | # ----------------------------------------------------------------------------
# Copyright (C) 2014 Verizon. All Rights Reserved.
# All Rights Reserved
#
# Author: David Andrews
# Date: 01/19/2016
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compli... |
Update cryptography from 2.0 to 2.3 | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements/requirements.txt requirements/requirements.in
#
asn1crypto==0.22.0 # via cryptography
certifi==2017.4.17 # via requests
cffi==1.10.0 # via cryptography
chardet==3.0.4 # via... | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements/requirements.txt requirements/requirements.in
#
asn1crypto==0.22.0 # via cryptography
certifi==2017.4.17 # via requests
cffi==1.10.0 # via cryptography
chardet==3.0.4 # via... |
Revise correct value for test | entry_begin uniqueid datetime title description entry_end entry_begin uniqueid datetime title description entry_end dolphin octopus whale otter dolphin dolphin dolphin dolphin octopus octopus whale
| entry_begin uniqueid datetime title description entry_end entry_begin uniqueid datetime title description entry_end dolphin octopus whale otter dolphin dolphin dolphin dolphin octopus octopus whale
|
Add support for PSA crypto_init test | # Copyright (c) 2021 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.19.0 FATAL_ERROR)
set(MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../../../../../../ CACHE INTERNAL "")
set(TEST_TARGET mbed-platform-psa-crypto-init)
include(${MBED_PATH}/tools/cmake/mbed_green... | |
Update bottle from 0.12.16 to 0.12.17 | slackclient==1.3.1
dill==0.2.9
apscheduler==3.6.0
blinker-alt==1.5
clint==0.5.1
bottle==0.12.16 | slackclient==1.3.1
dill==0.2.9
apscheduler==3.6.0
blinker-alt==1.5
clint==0.5.1
bottle==0.12.17 |
Update tox from 2.8.1 to 2.8.2 | docker==2.5.1
molecule==1.25.0
pytest==3.2.2
python-vagrant==0.5.15
testinfra==1.7.0
tox==2.8.1
| docker==2.5.1
molecule==1.25.0
pytest==3.2.2
python-vagrant==0.5.15
testinfra==1.7.0
tox==2.8.2
|
Update flask-admin from 1.5.6 to 1.5.7 | Flask==1.1.2
Flask-Admin==1.5.6
Flask-SQLAlchemy==2.4.4
SQLAlchemy==1.3.19
WTForms==2.3.3
coverage==5.3
pytest==6.1.1
Flask-Cors==3.0.9
pytest-cov==2.10.1
pytest-flask==1.0.0
six==1.15.0
wcwidth==0.2.5
Werkzeug==1.0.1
WTForms==2.3.3
zipp==3.3.0
| Flask==1.1.2
Flask-Admin==1.5.7
Flask-SQLAlchemy==2.4.4
SQLAlchemy==1.3.19
WTForms==2.3.3
coverage==5.3
pytest==6.1.1
Flask-Cors==3.0.9
pytest-cov==2.10.1
pytest-flask==1.0.0
six==1.15.0
wcwidth==0.2.5
Werkzeug==1.0.1
WTForms==2.3.3
zipp==3.3.0
|
Upgrade flake8 to latest version | git+https://github.com/couchbaselabs/btrc.git#get=btrc
git+https://github.com/couchbase/cbagent.git#egg=cbagent
celery==3.0.24
couchbase==1.2.1
decorator
pycrypto==2.6.1
fabric==1.8.0
flake8==2.1.0
jinja2==2.7.2
logger
git+https://github.com/couchbaselabs/mc_bin_client.git#egg=mc_bin_client
funcsigs
mock==1.1.2
nose==1... | git+https://github.com/couchbaselabs/btrc.git#get=btrc
git+https://github.com/couchbase/cbagent.git#egg=cbagent
celery==3.0.24
couchbase==1.2.1
decorator
pycrypto==2.6.1
fabric==1.8.0
flake8==2.6.0
jinja2==2.7.2
logger
git+https://github.com/couchbaselabs/mc_bin_client.git#egg=mc_bin_client
funcsigs
mock==1.1.2
nose==1... |
Fix dpp dependency version declaration (add comma) | flask>=0.12.0,<1.0.0
flask-cors>=3.0.0,<4.0.0
flask-session>=0.3.0,<1.0.0
flask-jsonpify>=1.5.0,<2.0.0
flask-oauthlib>=0.9.4,<1.0.0
pyyaml
boto
requests
pyjwt
sqlalchemy
psycopg2
cryptography
elasticsearch>=1.0.0,<2.0.0
os-api-cache>=0.0.6
os-package-registry>=0.0.13
datapackage-pipelines-fiscal>=1.0.14
datapackage-pip... | flask>=0.12.0,<1.0.0
flask-cors>=3.0.0,<4.0.0
flask-session>=0.3.0,<1.0.0
flask-jsonpify>=1.5.0,<2.0.0
flask-oauthlib>=0.9.4,<1.0.0
pyyaml
boto
requests
pyjwt
sqlalchemy
psycopg2
cryptography
elasticsearch>=1.0.0,<2.0.0
os-api-cache>=0.0.6
os-package-registry>=0.0.13
datapackage-pipelines-fiscal>=1.0.14
datapackage-pip... |
Update dependency dateparser to v1.1.2 | beautifulsoup4==4.11.1
celery[redis]==5.2.7
dateparser==1.1.1
emoji==2.1.0
fake-useragent==0.1.11
influxdb==5.3.1
parsedatetime==2.6
python-telegram-bot==13.14
redis==4.3.4
requests==2.28.1
| beautifulsoup4==4.11.1
celery[redis]==5.2.7
dateparser==1.1.2
emoji==2.1.0
fake-useragent==0.1.11
influxdb==5.3.1
parsedatetime==2.6
python-telegram-bot==13.14
redis==4.3.4
requests==2.28.1
|
Use stable version of catch2 instead of master |
add_custom_target( update )
ExternalDownloadNowGit(Catch2
https://github.com/catchorg/Catch2.git
origin/master)
set(CATCH_USE_VALGRIND OFF CACHE BOOL "Perform SelfTests with Valgrind")
set(CATCH_BUILD_TESTING OFF CACHE BOOL "Build SelfTest project")
set(CATCH_BUILD_EXAMPLES OFF CACHE BOOL "Build documentation... |
add_custom_target( update )
ExternalDownloadNowGit(Catch2
https://github.com/catchorg/Catch2.git
v2.12.4)
set(CATCH_USE_VALGRIND OFF CACHE BOOL "Perform SelfTests with Valgrind")
set(CATCH_BUILD_TESTING OFF CACHE BOOL "Build SelfTest project")
set(CATCH_BUILD_EXAMPLES OFF CACHE BOOL "Build documentation examp... |
Update dependency google-auth-oauthlib to v0.4.0 | cachetools==3.1.1
certifi==2019.6.16
chardet==3.0.4
coverage==4.5.4
google-api-python-client==1.7.8
google-auth==1.6.3
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.3.0
httplib2==0.12.3
idna==2.8
oauth2client==4.1.3
oauthlib==3.1.0
pyasn1==0.4.6
pyasn1-modules==0.2.6
python-slugify==3.0.3
pytube==9.5.1
requests==... | cachetools==3.1.1
certifi==2019.6.16
chardet==3.0.4
coverage==4.5.4
google-api-python-client==1.7.8
google-auth==1.6.3
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.0
httplib2==0.12.3
idna==2.8
oauth2client==4.1.3
oauthlib==3.1.0
pyasn1==0.4.6
pyasn1-modules==0.2.6
python-slugify==3.0.3
pytube==9.5.1
requests==... |
Remove the roslint_python glob, use the default one. | cmake_minimum_required(VERSION 2.8.3)
project(xacro)
find_package(catkin REQUIRED roslint)
catkin_python_setup()
catkin_package(
CFG_EXTRAS xacro-extras.cmake
)
# this script is just for backwards compatibility. the roslaunch $(find ...)
# expects the script to be in the package directory, and in catkin
# the pa... | cmake_minimum_required(VERSION 2.8.3)
project(xacro)
find_package(catkin REQUIRED roslint)
catkin_python_setup()
catkin_package(
CFG_EXTRAS xacro-extras.cmake
)
# this script is just for backwards compatibility. the roslaunch $(find ...)
# expects the script to be in the package directory, and in catkin
# the pa... |
Update OSMaxx with OSMaxx service in the first line | {% load navigation %}This is an automated email from OSMaxx.
The extraction order #{{ extraction_order.id }} "{{ extraction_order.excerpt_name }}" has been processed{% if successful_exports.count > 0 %} and is available for download:
{% for export in successful_exports %}- {{ export.get_file_format_display }}{% if exp... | {% load navigation %}This is an automated email from the OSMaxx service.
The extraction order #{{ extraction_order.id }} "{{ extraction_order.excerpt_name }}" has been processed{% if successful_exports.count > 0 %} and is available for download:
{% for export in successful_exports %}- {{ export.get_file_format_display... |
Add a note to only include .po file | put bitcoin.po and bitcoin.mo files at:
locale/<langcode>/LC_MESSAGES/bitcoin.mo and .po
.po is the sourcefile
.mo is the compiled translation
| put bitcoin.po and bitcoin.mo files at:
locale/<langcode>/LC_MESSAGES/bitcoin.mo and .po
.po is the sourcefile
.mo is the compiled translation
Note: pull requests should only include the .po file. Do not include .mo file |
Update pytz from 2018.4 to 2018.5 | # Task execution
# Need to pin to 0.21.x if supporting Py26
invoke==1.0.0
# Soft dependencies
python-dateutil==2.7.3
pytz==2018.4
# Testing
pytest==3.6.2
tox>=1.5.0
simplejson==3.16.0
# Syntax checking
flake8==3.5.0
# Pre-commit hooks
pre-commit==1.10.2
# Install this package in development mode
-e '.'
| # Task execution
# Need to pin to 0.21.x if supporting Py26
invoke==1.0.0
# Soft dependencies
python-dateutil==2.7.3
pytz==2018.5
# Testing
pytest==3.6.2
tox>=1.5.0
simplejson==3.16.0
# Syntax checking
flake8==3.5.0
# Pre-commit hooks
pre-commit==1.10.2
# Install this package in development mode
-e '.'
|
Update requests-mock from 1.2.0 to 1.3.0 | -r requirements.txt
pycodestyle==2.3.1
pytest==3.1.3
pytest-mock==1.6.0
pytest-cov==2.5.1
requests-mock==1.2.0
freezegun==0.3.8 | -r requirements.txt
pycodestyle==2.3.1
pytest==3.1.3
pytest-mock==1.6.0
pytest-cov==2.5.1
requests-mock==1.3.0
freezegun==0.3.8 |
Revise format for action "trace-show" -- to match Dashrep definition format | template-runtime-code-standard-action-begin
if ( exists( code-get-or-put-phrase-definition-begin runtime-code-for-operand-number-one code-get-or-put-phrase-definition-end ) ) { <new_line>
print TRACE_OUT 'phrase ' . runtime-code-for-operand-number-one . ' is: ' . code-get-or-put-phrase-definition-begin runtime-code-f... | template-runtime-code-standard-action-begin
&function__open_trace_output_file_if_not_open( ) ; <new_line>
if ( exists( code-get-or-put-phrase-definition-begin runtime-code-for-operand-number-one code-get-or-put-phrase-definition-end ) ) { <new_line>
&function__open_trace_output_file_if_not_open( ) ; <new_line>
pri... |
Revert "Bump pyyaml from 5.2 to 5.4 in /ltr/concourse" | # pip install awscli requests sagemaker
# pip freeze
awscli==1.16.313
boto3==1.10.49
botocore==1.13.49
certifi==2019.11.28
chardet==3.0.4
colorama==0.4.1
docutils==0.15.2
idna==2.8
jmespath==0.9.4
numpy==1.18.1
protobuf==3.11.2
protobuf3-to-dict==0.1.5
pyasn1==0.4.8
python-dateutil==2.8.1
PyYAML==5.4
requests==2.22.0
... | # pip install awscli requests sagemaker
# pip freeze
awscli==1.16.313
boto3==1.10.49
botocore==1.13.49
certifi==2019.11.28
chardet==3.0.4
colorama==0.4.1
docutils==0.15.2
idna==2.8
jmespath==0.9.4
numpy==1.18.1
protobuf==3.11.2
protobuf3-to-dict==0.1.5
pyasn1==0.4.8
python-dateutil==2.8.1
PyYAML==5.2
requests==2.22.0
... |
Update google-api-python-client from 1.7.4 to 1.7.5 | beautifulsoup4==4.6.3
croniter==0.3.26
Cython==0.29.1
git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2
google-api-python-client==1.7.4
isodate==0.6.0
jsonpath-ng==1.4.3
lxml==4.2.5
numpy==1.15.4
parsedatetime==2.4
psutil==5.4.8
pyhedrals==0.1.0
python-dateutil==2.7.5
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.... | beautifulsoup4==4.6.3
croniter==0.3.26
Cython==0.29.1
git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2
google-api-python-client==1.7.5
isodate==0.6.0
jsonpath-ng==1.4.3
lxml==4.2.5
numpy==1.15.4
parsedatetime==2.4
psutil==5.4.8
pyhedrals==0.1.0
python-dateutil==2.7.5
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.... |
Update numba from 0.45.1 to 0.46.0 | PyQt5
numpy==1.17.2
h5py==2.10.0
matplotlib==3.1.1
numba==0.45.1
scipy==1.3.1
pyyaml==5.1.2
scikit-learn==0.21.3
colorama==0.4.1
tqdm==4.36.1
lmfit==0.9.14
| PyQt5
numpy==1.17.2
h5py==2.10.0
matplotlib==3.1.1
numba==0.46.0
scipy==1.3.1
pyyaml==5.1.2
scikit-learn==0.21.3
colorama==0.4.1
tqdm==4.36.1
lmfit==0.9.14
|
Update python-dateutil from 2.6.0 to 2.7.2 | alembic==0.9.1
antiorm==1.2.1
appdirs==1.4.3
attrs==17.4.0
boto3==1.4.4
botocore==1.5.38
chardet==2.3.0
codeclimate-test-reporter==0.2.0
coverage==4.3.4
dataset==0.8.0
db==0.1.1
db-sqlite3==0.0.1
ddt==1.1.1
docutils==0.13.1
funcsigs==1.0.2
futures==3.0.5
jmespath==0.9.2
Mako==1.0.6
MarkupSafe==1.0
more-itertools==4.1.0... | alembic==0.9.1
antiorm==1.2.1
appdirs==1.4.3
attrs==17.4.0
boto3==1.4.4
botocore==1.5.38
chardet==2.3.0
codeclimate-test-reporter==0.2.0
coverage==4.3.4
dataset==0.8.0
db==0.1.1
db-sqlite3==0.0.1
ddt==1.1.1
docutils==0.13.1
funcsigs==1.0.2
futures==3.0.5
jmespath==0.9.2
Mako==1.0.6
MarkupSafe==1.0
more-itertools==4.1.0... |
Add sfml guard for build game03 | add_subdirectory(test)
add_subdirectory(game03)
add_subdirectory(challenge260)
| add_subdirectory(test)
add_subdirectory(challenge260)
if(SFML_FOUND)
add_subdirectory(game03)
endif()
|
Update pytest-cov from 2.4.0 to 2.5.1 | aiohttp>=1.2,<3.1
aiohttp-jinja2==0.16.0
PyYAML==3.12
jsonschema==2.6.0
yarl==1.1.1
pytest==3.4.1
pytest-aiohttp==0.3.0
pytest-cov==2.4.0
pytest-mock==1.5.0
pytest-pep8
| aiohttp>=1.2,<3.1
aiohttp-jinja2==0.16.0
PyYAML==3.12
jsonschema==2.6.0
yarl==1.1.1
pytest==3.4.1
pytest-aiohttp==0.3.0
pytest-cov==2.5.1
pytest-mock==1.5.0
pytest-pep8
|
Update django-crispy-forms requirement from ~=1.12 to ~=1.13 | #
# Common requirements for wger
#
# Application
bleach~=4.1
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.6
pillow~=8.3
reportlab=... | #
# Common requirements for wger
#
# Application
bleach~=4.1
django-bootstrap-breadcrumbs~=0.9
django-formtools~=2.3
django-recaptcha~=2.0.6
Django~=3.2
django-crispy-forms~=1.13
django_compressor~=2.4
django_extensions~=3.1
django-storages~=1.11
easy-thumbnails~=2.7
icalendar==4.0.7
invoke~=1.6
pillow~=8.3
reportlab=... |
Update CV of Forró Lyrics to 0.8.1 (2) | Categories:Reading
License:GPLv3
Web Site:https://gitlab.com/GabbO2/ForroLyrics
Source Code:https://gitlab.com/GabbO2/ForroLyrics/tree/HEAD
Issue Tracker:https://gitlab.com/GabbO2/ForroLyrics/issues
Bitcoin:1MDjHkXQud77UJk6TqmGkjeyhmz67NfE6g
Auto Name:Forró Lyrics
Summary:Offline database of Forró lyrics
Description:
... | Categories:Reading
License:GPLv3
Web Site:https://gitlab.com/GabbO2/ForroLyrics
Source Code:https://gitlab.com/GabbO2/ForroLyrics/tree/HEAD
Issue Tracker:https://gitlab.com/GabbO2/ForroLyrics/issues
Bitcoin:1MDjHkXQud77UJk6TqmGkjeyhmz67NfE6g
Auto Name:Forró Lyrics
Summary:Offline database of Forró lyrics
Description:
... |
Update numpy from 1.20.3 to 1.21.1 | numpy==1.20.3
scipy>=0.19.0
astropy>=1.3.2
pandas>=0.19.2
matplotlib>=2.0.1
hypothesis>=3.9.0
PyAstronomy>=0.10.1
requests>=2.13.0
seaborn>=0.7.1
astroquery==0.4.2
lineid_plot==0.6
isochrones==2.1
| numpy==1.21.1
scipy>=0.19.0
astropy>=1.3.2
pandas>=0.19.2
matplotlib>=2.0.1
hypothesis>=3.9.0
PyAstronomy>=0.10.1
requests>=2.13.0
seaborn>=0.7.1
astroquery==0.4.2
lineid_plot==0.6
isochrones==2.1
|
Bump reportlab from 3.5.57 to 3.5.58 | #
# Common requirements for wger
#
# Application
bleach~=3.2
django-bootstrap-breadcrumbs~=0.9
django-formtools~=2.2
django-recaptcha==2.0.6
Django~=3.1
django-crispy-forms~=1.10
django_compressor~=2.4
django_extensions~=3.1
django-sortedm2m~=3.0
django-storages~=1.11
easy-thumbnails~=2.7
icalendar==4.0.7
invoke~=1.5
... | #
# Common requirements for wger
#
# Application
bleach~=3.2
django-bootstrap-breadcrumbs~=0.9
django-formtools~=2.2
django-recaptcha==2.0.6
Django~=3.1
django-crispy-forms~=1.10
django_compressor~=2.4
django_extensions~=3.1
django-sortedm2m~=3.0
django-storages~=1.11
easy-thumbnails~=2.7
icalendar==4.0.7
invoke~=1.5
... |
Update sphinx from 1.6.2 to 1.6.3 | coverage==4.4.1
aiodocker==0.7.0
flake8==3.3.0
ipdb==0.10.3
ipython==6.1.0
pyodbc==4.0.17
pytest==3.1.2
pytest-asyncio==0.6.0
pytest-cov==2.5.1
pytest-sugar==0.8.0
sphinx==1.6.2
sphinxcontrib-asyncio==0.2.0
uvloop==0.8.0
| coverage==4.4.1
aiodocker==0.7.0
flake8==3.3.0
ipdb==0.10.3
ipython==6.1.0
pyodbc==4.0.17
pytest==3.1.2
pytest-asyncio==0.6.0
pytest-cov==2.5.1
pytest-sugar==0.8.0
sphinx==1.6.3
sphinxcontrib-asyncio==0.2.0
uvloop==0.8.0
|
Update for current Investigate import | aniso8601==1.1.0
dnspython==1.12.0
Flask==0.10.1
Flask-Login==0.3.2
Flask-RESTful==0.3.5
Flask-SQLAlchemy==2.1
Flask-WTF==0.12
gunicorn==19.4.5
honcho==0.6.6
ipaddr==2.1.11
ipwhois==0.11.1
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
python-dateutil==2.4.2
python-whois==0.5.2
pytz==2015.7
requests==2.9.1
six==1.10.0... | aniso8601==1.1.0
dnspython==1.12.0
Flask==0.10.1
Flask-Login==0.3.2
Flask-RESTful==0.3.5
Flask-SQLAlchemy==2.1
Flask-WTF==0.12
gunicorn==19.4.5
honcho==0.6.6
ipaddr==2.1.11
ipwhois==0.11.1
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
python-dateutil==2.4.2
python-whois==0.5.2
pytz==2015.7
requests==2.9.1
six==1.10.0... |
Update pytest from 3.7.0 to 3.7.1 | -r requirements.txt
flake8==3.5.0
pytest==3.7.0
pytest-cov==2.5.1
| -r requirements.txt
flake8==3.5.0
pytest==3.7.1
pytest-cov==2.5.1
|
Update pytest from 5.2.4 to 5.3.0 | # 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
| # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==5.3.0
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
|
Update click from 7.1.1 to 7.1.2 | certifi==2020.4.5.1
chardet==3.0.4
click==7.1.1
Flask==1.1.2
fritzconnection==0.8.4
idna==2.9
itsdangerous==1.1.0
Jinja2==2.11.2
lxml==4.5.0
MarkupSafe==1.1.1
requests==2.23.0
urllib3==1.25.9
Werkzeug==1.0.1
| certifi==2020.4.5.1
chardet==3.0.4
click==7.1.2
Flask==1.1.2
fritzconnection==0.8.4
idna==2.9
itsdangerous==1.1.0
Jinja2==2.11.2
lxml==4.5.0
MarkupSafe==1.1.1
requests==2.23.0
urllib3==1.25.9
Werkzeug==1.0.1
|
Update numpy from 1.17.0 to 1.18.2 | # required
cython==0.29.16
numpy==1.17.0
dask[array]==2.2.0
# optional
scipy==1.3.0
matplotlib==3.1.1
seaborn==0.9.0
pandas==0.25.0
scikit-learn==0.21.3
h5py==2.9.0
numexpr==2.6.9
bcolz==1.2.1
zarr==2.3.2
hmmlearn==0.2.2
# install problems on windows, skip for now
# https://github.com/jmschrei/pomegranate/issues/333#is... | # required
cython==0.29.16
numpy==1.18.2
dask[array]==2.2.0
# optional
scipy==1.3.0
matplotlib==3.1.1
seaborn==0.9.0
pandas==0.25.0
scikit-learn==0.21.3
h5py==2.9.0
numexpr==2.6.9
bcolz==1.2.1
zarr==2.3.2
hmmlearn==0.2.2
# install problems on windows, skip for now
# https://github.com/jmschrei/pomegranate/issues/333#is... |
Update isort from 5.8.0 to 5.9.0 | cookiecutter==1.7.3
sh==1.14.2
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==21.6b0
isort==5.8.0
flake8==3.9.2
flake8-isort==4.0.0
pre-commit==2.13.0
# Testing
# ------------------------------------------------------------------------------
t... | cookiecutter==1.7.3
sh==1.14.2
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==21.6b0
isort==5.9.0
flake8==3.9.2
flake8-isort==4.0.0
pre-commit==2.13.0
# Testing
# ------------------------------------------------------------------------------
t... |
Update redis to v4.2.2 (from v4.1.4) | backports.zoneinfo;python_version<"3.9"
bbcode==1.1.0
blinker==1.4
click==8.1.2
flask==2.1.1
flask-babel==2.0.0
flask-sqlalchemy==2.5.1
hiredis==2.0.0
itsdangerous==2.1.2
jinja2==3.1.1
markupsafe==2.1.1
marrow.mailer==4.0.3
marrow.util==1.2.3
marshmallow==3.15.0
mistletoe==0.8.2
pillow==9.1.0
psycopg2-binary==2.9.3
qrc... | backports.zoneinfo;python_version<"3.9"
bbcode==1.1.0
blinker==1.4
click==8.1.2
flask==2.1.1
flask-babel==2.0.0
flask-sqlalchemy==2.5.1
hiredis==2.0.0
itsdangerous==2.1.2
jinja2==3.1.1
markupsafe==2.1.1
marrow.mailer==4.0.3
marrow.util==1.2.3
marshmallow==3.15.0
mistletoe==0.8.2
pillow==9.1.0
psycopg2-binary==2.9.3
qrc... |
Update jinja2 from 2.7.3 to 2.8 | 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.10.6
passlib==1.6.2
py==1.4.26
pymongo==2.7.2
pytz==2015.2
six==1.10.0
uWSGI==2.0.10
Werkzeug==0.11.9
WTForms=... | 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.8
MarkupSafe==0.23
mongoengine==0.10.6
passlib==1.6.2
py==1.4.26
pymongo==2.7.2
pytz==2015.2
six==1.10.0
uWSGI==2.0.10
Werkzeug==0.11.9
WTForms==2... |
Update notifications-python-client from 4.7.2 to 4.8.1 | cffi==1.11.5
celery==3.1.25 # pyup: <4
docopt==0.6.2
Flask-Bcrypt==0.7.1
Flask-Marshmallow==0.8.0
Flask-Migrate==2.1.1
Flask-SQLAlchemy==2.3.2
Flask==0.12.2
click-datetime==0.2
eventlet==0.22.1
gunicorn==19.7.1
iso8601==0.1.12
jsonschema==2.6.0
marshmallow-sqlalchemy==0.13.2
marshmallow==2.15.0
monotonic==1.4
psycopg2-... | cffi==1.11.5
celery==3.1.25 # pyup: <4
docopt==0.6.2
Flask-Bcrypt==0.7.1
Flask-Marshmallow==0.8.0
Flask-Migrate==2.1.1
Flask-SQLAlchemy==2.3.2
Flask==0.12.2
click-datetime==0.2
eventlet==0.22.1
gunicorn==19.7.1
iso8601==0.1.12
jsonschema==2.6.0
marshmallow-sqlalchemy==0.13.2
marshmallow==2.15.0
monotonic==1.4
psycopg2-... |
Update mccabe from 0.5.3 to 0.6.1 | astroid==1.5.3
backports.functools-lru-cache==1.4
cffi==1.11.2
configparser==3.5.0
isort==4.2.15
lazy-object-proxy==1.3.1
mccabe==0.5.3
pycparser==2.17
pylint==1.6.4
six==1.10.0
wrapt==1.10.8
| astroid==1.5.3
backports.functools-lru-cache==1.4
cffi==1.11.2
configparser==3.5.0
isort==4.2.15
lazy-object-proxy==1.3.1
mccabe==0.6.1
pycparser==2.17
pylint==1.6.4
six==1.10.0
wrapt==1.10.8
|
Update pytest from 5.1.2 to 5.1.3 | cookiecutter==1.6.0
sh==1.12.14
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==19.3b0
flake8==3.7.8
# Testing
# ------------------------------------------------------------------------------
tox==3.14.0
pytest==5.1.2
pytest_cases==1.11.2
pytes... | cookiecutter==1.6.0
sh==1.12.14
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==19.3b0
flake8==3.7.8
# Testing
# ------------------------------------------------------------------------------
tox==3.14.0
pytest==5.1.3
pytest_cases==1.11.2
pytes... |
Update docker from 2.5.0 to 2.5.1 | docker==2.5.0
molecule==1.25.0
pytest==3.2.1
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.7.0
| docker==2.5.1
molecule==1.25.0
pytest==3.2.1
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.7.0
|
Update pytest-selenium from 1.9.1 to 1.10.0 | pytest==3.0.7
pytest-selenium==1.9.1
Pillow==4.1.1
git+https://github.com/olymk2/pytest-inomaly.git
| pytest==3.0.7
pytest-selenium==1.10.0
Pillow==4.1.1
git+https://github.com/olymk2/pytest-inomaly.git
|
Add DT binding documentation for Vybrid OCOTP driver | On-Chip OTP Memory for Freescale Vybrid
Required Properties:
compatible:
- "fsl,vf610-ocotp" for VF5xx/VF6xx
#address-cells : Should be 1
#size-cells : Should be 1
reg : Address and length of OTP controller and fuse map registers
clocks : ipg clock we associate with the OCOTP peripheral
Example for Vybrid... | |
Add a test for title setting with image syntax | Video with image syntax:
.

.
<p><video width="320" height="240" class="audioplayer" controls>
<source type="video/webm" src="https://example.com/file.webm"></source>
untitled video
</video></p>
.
Audio with image syntax:
.

.
<p><audio width="320" con... | Video with image syntax:
.

.
<p><video width="320" height="240" class="audioplayer" controls>
<source type="video/webm" src="https://example.com/file.webm"></source>
untitled video
</video></p>
.
Audio with image syntax:
.

.
<p><audio width="320" con... |
Add iupac ambiguity code file | #IUPAC Ambiguity codes translated into regex, using java syntax
#Source: http://www.chem.qmul.ac.uk/iubmb/misc/naseq.html
G=G
A=A
T=T
C=C
R=[R,G,A]
Y=[Y,T,C]
M=[M,A,C]
K=[K,G,T]
S=[S,G,C]
W=[W,A,T]
H=[H,A,C,T]
B=[B,G,T,C]
V=[V,G,C,A]
D=[D,G,A,T]
N=. | |
Add cmake command for OpenCL kernel code | set(EXECUTABLE ethash-cl)
include(bin2h.cmake)
bin2h(SOURCE_FILE ethash_cl_miner_kernel.cl
VARIABLE_NAME ethash_cl_miner_kernel
HEADER_FILE ${CMAKE_CURRENT_BINARY_DIR}/ethash_cl_miner_kernel.h)
aux_source_directory(. SRC_LIST)
file(GLOB HEADERS "*.h")
include_directories(${CMAKE_CURRENT_BINARY_DIR})
include_direct... | set(EXECUTABLE ethash-cl)
include(bin2h.cmake)
bin2h(SOURCE_FILE ethash_cl_miner_kernel.cl
VARIABLE_NAME ethash_cl_miner_kernel
HEADER_FILE ${CMAKE_CURRENT_BINARY_DIR}/ethash_cl_miner_kernel.h)
# Add a custom command so that the user can regenerate the header file containing the kernel
# code's bytearray by run... |
Add publishing to NPM on the release checklist. | # -*- mode: org -*-
* Release Checklist
*** Make sure all tests pass (run 'make check')
*** Decide on version number
*** Update CHANGELOG.txt
*** Check for correct version number in package.json and bower,json
*** Run "make release"
*** Commit the newly generated files (mention it's a new release)
*** Tag code with ve... | # -*- mode: org -*-
* Release Checklist
*** Make sure all tests pass (run 'make check')
*** Decide on version number
*** Update CHANGELOG.txt
*** Check for correct version number in package.json and bower,json
*** Run "make release"
*** Commit the newly generated files (mention it's a new release)
*** Tag code with ve... |
Add a quick file regarding SSL notes which will be useful when adding SSL Cert support to the client. | Quick Notes about client-side SSL stuff:
Creating the SSL Files for the client (one-time)
Note: There might be more inputs required for non-interactive setup
1) Create SSL key/crt using the "openssl" utility (no passphrase on these)
"openssl req -newkey rsa:2048 -nodes -keyout <key file: key.pem>"
crt: "openssl req -... | |
Update pytest from 3.1.3 to 3.2.0 | pyyaml==3.12
sqlalchemy==1.1.12
sqlalchemy-utils==0.32.14
psycopg2==2.7.3
alembic==0.9.3
pytest==3.1.3 | pyyaml==3.12
sqlalchemy==1.1.12
sqlalchemy-utils==0.32.14
psycopg2==2.7.3
alembic==0.9.3
pytest==3.2.0 |
Update avwx version to 1.0.3 | avwx-engine>=1.0.2
dataclasses>=0.6;python_version<"3.7"
dicttoxml~=1.7
flask~=1.0
# flask-ask~=0.9
flask-assistant~=0.2
flask-cors~=3.0
flask-restful~=0.3
pymongo~=3.7
pyyaml~=3.13
requests~=2.19
voluptuous~=0.11
xmltodict~=0.11 | avwx-engine>=1.0.3
dataclasses>=0.6;python_version<"3.7"
dicttoxml~=1.7
flask~=1.0
# flask-ask~=0.9
flask-assistant~=0.2
flask-cors~=3.0
flask-restful~=0.3
pymongo~=3.7
pyyaml~=3.13
requests~=2.19
voluptuous~=0.11
xmltodict~=0.11 |
Update sphinx from 1.5.5 to 1.6.1 | pip==9.0.1
wheel==0.29.0
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
pytest==3.0.7
pytest-cov==2.5.1
Sphinx==1.5.5
sphinx-rtd-theme==0.2.4
moto==0.4.31
pymongo==3.4.0
boto3==1.4.4
bumpversion==0.5.3
watchdog==0.8.3
cryptography==1.8.1
clatter==0.1.1 | pip==9.0.1
wheel==0.29.0
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
pytest==3.0.7
pytest-cov==2.5.1
Sphinx==1.6.1
sphinx-rtd-theme==0.2.4
moto==0.4.31
pymongo==3.4.0
boto3==1.4.4
bumpversion==0.5.3
watchdog==0.8.3
cryptography==1.8.1
clatter==0.1.1 |
Update pycryptodome from 3.6.5 to 3.6.6 | 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.5
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
... |
Update tqdm from 4.26.0 to 4.27.0 | future==0.16.0
tqdm==4.26.0
networkx==2.2 | future==0.16.0
tqdm==4.27.0
networkx==2.2 |
Update flask from 2.1.2 to 2.1.3 | gunicorn==20.1.0
backports-abc==0.5
bkcharts==0.2
bokeh==2.4.3
certifi==2022.6.15
chardet==5.0.0
click==8.1.3
Flask==2.1.2
idna==3.3
itsdangerous==2.1.2
Jinja2>=2.10.1
MarkupSafe==2.1.1
numpy==1.23.0
python-dateutil==2.8.2
pyyaml>=4.2b1
requests>=2.20.0
singledispatch==3.7.0
six==1.16.0
tornado==6.1
... | gunicorn==20.1.0
backports-abc==0.5
bkcharts==0.2
bokeh==2.4.3
certifi==2022.6.15
chardet==5.0.0
click==8.1.3
Flask==2.1.3
idna==3.3
itsdangerous==2.1.2
Jinja2>=2.10.1
MarkupSafe==2.1.1
numpy==1.23.0
python-dateutil==2.8.2
pyyaml>=4.2b1
requests>=2.20.0
singledispatch==3.7.0
six==1.16.0
tornado==6.1
... |
Update graphene-django from 2.0.0 to 2.1.0 | dj-database-url==0.5
Django==2.0.2
gunicorn==19.8.1
psycopg2==2.7.5
whitenoise==3.3.1
django-storages==1.6.6
boto3>=1.5
Pillow==5.2.0
Markdown==2.6.11
cloudinary==1.12.0
requests==2.19.1
graphene-django==2.0.0
graphene==2.0.1
singlemodeladmin==0.8
boto
feedparser==5.2.1
authy==2.1.5
django-phonenumber-field==2.0.0
djan... | dj-database-url==0.5
Django==2.0.2
gunicorn==19.8.1
psycopg2==2.7.5
whitenoise==3.3.1
django-storages==1.6.6
boto3>=1.5
Pillow==5.2.0
Markdown==2.6.11
cloudinary==1.12.0
requests==2.19.1
graphene-django==2.1.0
graphene==2.0.1
singlemodeladmin==0.8
boto
feedparser==5.2.1
authy==2.1.5
django-phonenumber-field==2.0.0
djan... |
Update beautifulsoup4 from 4.10.0 to 4.11.1 | beautifulsoup4==4.10.0
bcrypt==3.2.0
croniter==1.3.4
Cython==0.29.28
feedparser==6.0.8
furl==2.1.3
google-api-python-client==2.42.0
isodate==0.6.1
jq==1.2.2
jsonpath-ng==1.5.3
lxml==4.8.0
Pillow==9.0.1
parsedatetime==2.6
psutil==5.9.0
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==... | beautifulsoup4==4.11.1
bcrypt==3.2.0
croniter==1.3.4
Cython==0.29.28
feedparser==6.0.8
furl==2.1.3
google-api-python-client==2.42.0
isodate==0.6.1
jq==1.2.2
jsonpath-ng==1.5.3
lxml==4.8.0
Pillow==9.0.1
parsedatetime==2.6
psutil==5.9.0
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==... |
Update django-phonenumber-field from 2.0.1 to 2.1.0 | dj-database-url==0.5
Django==2.1.2
gunicorn==19.9.0
psycopg2==2.7.5
whitenoise==4.1
django-storages==1.7.1
Pillow==5.3.0
Markdown==3.0.1
requests==2.20.0
graphene-django==2.2.0
graphene==2.1.3
singlemodeladmin==0.9
boto==2.49.0
feedparser==5.2.1
authy==2.2.2
django-phonenumber-field==2.0.1
django-taggit==0.23.0
pytz==2... | dj-database-url==0.5
Django==2.1.2
gunicorn==19.9.0
psycopg2==2.7.5
whitenoise==4.1
django-storages==1.7.1
Pillow==5.3.0
Markdown==3.0.1
requests==2.20.0
graphene-django==2.2.0
graphene==2.1.3
singlemodeladmin==0.9
boto==2.49.0
feedparser==5.2.1
authy==2.2.2
django-phonenumber-field==2.1.0
django-taggit==0.23.0
pytz==2... |
Fix an error with plotting images by downgrading | # fmio
numpy
matplotlib
rasterio>=1.0a9
geopandas
pandas
Flask
gunicorn
https://github.com/juhi24/j24py/tarball/master
backports.tempfile
pyproj
lxml
owslib
requests
imageio
-r pyoptflow/requirements.txt
| # fmio
numpy
matplotlib==2.0
rasterio>=1.0a9
geopandas
pandas
Flask
gunicorn
https://github.com/juhi24/j24py/tarball/master
backports.tempfile
pyproj
lxml
owslib
requests
imageio
-r pyoptflow/requirements.txt
|
Add Materialized Path extension for SQLAlchemy | SQLAlchemy==0.9.2
Twisted==13.2.0
autobahn==0.8.1
psycopg2==2.5.2
pyOpenSSL==0.13.1
zope.interface==4.1.0 | SQLAlchemy==0.9.2
Twisted==13.2.0
autobahn==0.8.1
psycopg2==2.5.2
pyOpenSSL==0.13.1
zope.interface==4.1.0
sqlamp==0.6 |
Update flask-migrate from 2.0.3 to 2.0.4 | # Everything needed in production
# Flask
Flask==0.12.2
MarkupSafe==1.0
Werkzeug==0.12.2
Jinja2==2.9.6
itsdangerous==0.24
click>=5.0
# Database
Flask-SQLAlchemy==2.2
psycopg2==2.7.1
SQLAlchemy==1.1.11
# Migrations
Flask-Migrate==2.0.3
# Forms
Flask-WTF==0.14.2
WTForms==2.1
# Deployment
gunicorn>=19.1.1
# Assets
F... | # Everything needed in production
# Flask
Flask==0.12.2
MarkupSafe==1.0
Werkzeug==0.12.2
Jinja2==2.9.6
itsdangerous==0.24
click>=5.0
# Database
Flask-SQLAlchemy==2.2
psycopg2==2.7.1
SQLAlchemy==1.1.11
# Migrations
Flask-Migrate==2.0.4
# Forms
Flask-WTF==0.14.2
WTForms==2.1
# Deployment
gunicorn>=19.1.1
# Assets
F... |
Update pytest from 3.9.3 to 3.10.0 | -r requirements.txt
pytest==3.9.3
pytest-mock==1.10.0
pytest-cov==2.6.0
pytest-xdist==1.24.0
requests-mock==1.5.2
freezegun==0.3.11
flake8==3.5.0
flake8-print==3.1.0
| -r requirements.txt
pytest==3.10.0
pytest-mock==1.10.0
pytest-cov==2.6.0
pytest-xdist==1.24.0
requests-mock==1.5.2
freezegun==0.3.11
flake8==3.5.0
flake8-print==3.1.0
|
Update pytest-mock from 1.6.1 to 1.6.2 | flake8==3.3.0
docutils==0.13.1
pytest==3.1.3
pytest-aiohttp==0.1.3
pytest-cov==2.5.1
pytest-sugar==0.8.0
pytest-mock==1.6.1
sphinx==1.6.3
aiohttp==2.2.3
yarl==0.11.0
multidict==3.1.1
-e .
| flake8==3.3.0
docutils==0.13.1
pytest==3.1.3
pytest-aiohttp==0.1.3
pytest-cov==2.5.1
pytest-sugar==0.8.0
pytest-mock==1.6.2
sphinx==1.6.3
aiohttp==2.2.3
yarl==0.11.0
multidict==3.1.1
-e .
|
Update fs from 2.4.14 to 2.4.15 | afdko==3.7.1
appdirs==1.4.4
attrs==21.4.0
black==21.12b0
booleanOperations==0.9.0
Brotli==1.0.9
click==8.0.3
cu2qu==1.6.7.post1
defcon==0.10.0
fontMath==0.9.1
fontParts==0.10.2
fontPens==0.2.4
fonttools==4.28.5
fs==2.4.14
lxml==4.7.1
MutatorMath==3.0.1
pathspec>=0.9.0
Pillow==9.0.0
psautohint==2.3.1
pyclipper==1.3.0.po... | afdko==3.7.1
appdirs==1.4.4
attrs==21.4.0
black==21.12b0
booleanOperations==0.9.0
Brotli==1.0.9
click==8.0.3
cu2qu==1.6.7.post1
defcon==0.10.0
fontMath==0.9.1
fontParts==0.10.2
fontPens==0.2.4
fonttools==4.28.5
fs==2.4.15
lxml==4.7.1
MutatorMath==3.0.1
pathspec>=0.9.0
Pillow==9.0.0
psautohint==2.3.1
pyclipper==1.3.0.po... |
Update django-redis from 4.10.0 to 4.11.0 | {% if cookiecutter.use_python3 == 'y' -%}
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.33.0
{%- endif %}
# Bleeding edge Django
django==2.1.7
# Configuration
django-environ==0.... | {% if cookiecutter.use_python3 == 'y' -%}
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.33.0
{%- endif %}
# Bleeding edge Django
django==2.1.7
# Configuration
django-environ==0.... |
Update boto3 from 1.5.7 to 1.5.9 | Django==2.0
dj_database_url==0.4.2
pytz==2017.3
python_box==3.1.1
six==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.2
python-decouple==3.1
raven==6.4.0
#Amazon S3 Stuff
boto3==1.5.7
Collectfast==0.6.0
botocore==1.8.21
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
jmespath==0.9.3
python-dateutil==2.6.1... | Django==2.0
dj_database_url==0.4.2
pytz==2017.3
python_box==3.1.1
six==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.2
python-decouple==3.1
raven==6.4.0
#Amazon S3 Stuff
boto3==1.5.9
Collectfast==0.6.0
botocore==1.8.21
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
jmespath==0.9.3
python-dateutil==2.6.1... |
Bump django-otp from 1.1.3 to 1.1.4 | django<4.0
django-ckeditor==6.3.0
django-phonenumber-field[phonenumbers]==7.0.0
django-reversion==5.0.3
django-xforwardedfor-middleware==2.0
django-otp==1.1.3
django-filter
dj-database-url
djangorestframework>=3.11,<3.15
drf-spectacular
uritemplate
djangorestframework-simplejwt==5.2.2
passlib~=1.7.4
bcrypt # Requir... | django<4.0
django-ckeditor==6.3.0
django-phonenumber-field[phonenumbers]==7.0.0
django-reversion==5.0.3
django-xforwardedfor-middleware==2.0
django-otp==1.1.4
django-filter
dj-database-url
djangorestframework>=3.11,<3.15
drf-spectacular
uritemplate
djangorestframework-simplejwt==5.2.2
passlib~=1.7.4
bcrypt # Requir... |
Update pytest-cov from 2.5.0 to 2.5.1 | aiohttp==2.0.7
motor==1.1
pytest==3.0.7
pytest-aiohttp==0.1.3
pytest-asyncio==0.5.0
pytest-catchlog==1.2.2
pytest-cov==2.5.0
pytest-flakes==1.0.1
pytest-mock==1.6.0
yarl==0.10.2
| aiohttp==2.0.7
motor==1.1
pytest==3.0.7
pytest-aiohttp==0.1.3
pytest-asyncio==0.5.0
pytest-catchlog==1.2.2
pytest-cov==2.5.1
pytest-flakes==1.0.1
pytest-mock==1.6.0
yarl==0.10.2
|
Update tvdb_api from 1.10 to 2.0 | twisted >= 12.0.0
requests >= 2.1.0
pyyaml==3.12
jsonschema >= 1.0.0
beautifulsoup4==4.6.0
pyopenssl==17.5.0
ndg-httpsclient==0.4.3
pyasn1==0.4.2
tvdb_api==1.10
repoze.lru==0.7
pygeoip==0.3.2
sqlalchemy==1.2.6
dataset==1.0.3
python-instagram==1.3.2
simplejson >= 3.0.0
httplib2 >= 0.8.0
feedparser >= 5.1.3
service_ident... | twisted >= 12.0.0
requests >= 2.1.0
pyyaml==3.12
jsonschema >= 1.0.0
beautifulsoup4==4.6.0
pyopenssl==17.5.0
ndg-httpsclient==0.4.3
pyasn1==0.4.2
tvdb_api==2.0
repoze.lru==0.7
pygeoip==0.3.2
sqlalchemy==1.2.6
dataset==1.0.3
python-instagram==1.3.2
simplejson >= 3.0.0
httplib2 >= 0.8.0
feedparser >= 5.1.3
service_identi... |
Remove note and update description |
{{alias}}
Smallest positive single-precision floating-point subnormal number.
The smallest positive single-precision floating-point subnormal number has
the value `1/(2^(127-1) 2^23 )`, which corresponds to the bit sequence
0 00000000 00000000000000000000001
Examples
--------
> {{alias}}... |
{{alias}}
Smallest positive denormalized single-precision floating-point number.
Examples
--------
> {{alias}}
1.401298464324817e-45
See Also
--------
|
Make test compilation optional. On "make check", compile all tests and run them. with the tests.pl script. | add_definitions("-std=c++0x -O0 -Wall -Wno-long-long -DNDEBUG")
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../src")
enable_testing()
foreach(TEST compile connect optional placeholders query)
add_executable(test_${TEST} ${CMAKE_CURRENT_SOURCE_DIR}/${TEST}.cpp)
target_link_libraries(test_${TEST} rusql)
add_tes... | add_definitions("-std=c++0x -O0 -Wall -Wno-long-long -DNDEBUG")
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../src")
add_custom_target(check COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/tests.pl"
COMMENT "\nTo run the tests against a live database, call:\n${CMAKE_CURRENT_SOURCE_DIR}/tests.pl <host> <user> <pass> <emptydb... |
Update raven from 6.9.0 to 6.10.0 | git+git://github.com/liqd/adhocracy4.git@mB-v2.0.3#egg=adhocracy4
Django==1.11.20 # pyup: <2.0
wagtail==2.3 # pyup: <2.4
bcrypt==3.1.6
brotli==1.0.7
django-capture-tag==1.0
django_csp==3.5
requests==2.21.0
whitenoise==4.1.2
zeep==3.3.1
# Inherited a4-core requirements
bleach==3.1.0
django-allauth==0.39.1
django-autos... | git+git://github.com/liqd/adhocracy4.git@mB-v2.0.3#egg=adhocracy4
Django==1.11.20 # pyup: <2.0
wagtail==2.3 # pyup: <2.4
bcrypt==3.1.6
brotli==1.0.7
django-capture-tag==1.0
django_csp==3.5
requests==2.21.0
whitenoise==4.1.2
zeep==3.3.1
# Inherited a4-core requirements
bleach==3.1.0
django-allauth==0.39.1
django-autos... |
Update pylint requirement from ~=2.13.4 to ~=2.13.5 | black==22.3.0
pylint~=2.13.4
isort==5.10.1
flake8==4.0.1
flake8-typing-imports==1.12.0
mypy==0.942
| black==22.3.0
pylint~=2.13.5
isort==5.10.1
flake8==4.0.1
flake8-typing-imports==1.12.0
mypy==0.942
|
Fix for the last Django and Couchdbkit | CouchDB==0.8
Django==1.4
WebOb==1.2
couchdbkit==0.6.3
gunicorn==0.14.3
http-parser==0.7.5
nose==1.1.2
restkit==4.1.3
socketpool==0.4.1
wsgiref==0.1.2
yolk==0.4.3
| |
Enable building of libksane in kdegraphics Disablebuilding of libkscan (prepare to move to unmaintained/4/) |
project(ksaneplugin)
########### target ###############
kde4_add_plugin(ksaneplugin sanedialog.cpp)
target_link_libraries(ksaneplugin ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${KSANE_LIBRARY})
install(TARGETS ksaneplugin DESTINATION ${PLUGIN_INSTALL_DIR} )
########### install files ###############
install( FILES ksane... |
project(ksaneplugin)
find_package(KSane REQUIRED)
message("KSANE_LIBRARY=${KSANE_LIBRARY}")
include_directories(${KSANE_INCLUDE_DIR})
########### target ###############
kde4_add_plugin(ksaneplugin sanedialog.cpp)
target_link_libraries(ksaneplugin ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${KSANE_LIBRARY})
install(TARGETS... |
Add mathjax support to avoid latex dependency. | cmake_minimum_required(VERSION 2.8)
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/eigen.cmake)
SET(PROJECT_NAME Tasks)
SET(PROJECT_DESCRIPTION "...")
SET(PROJECT_URL "https://github.com/jorisv//Tasks")
# Disable -Werror on Unix for now.
SET(CXX_DISABLE_WERROR True)
project(${PROJECT_NAME} CXX)
... | cmake_minimum_required(VERSION 2.8)
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/eigen.cmake)
SET(PROJECT_NAME Tasks)
SET(PROJECT_DESCRIPTION "...")
SET(PROJECT_URL "https://github.com/jorisv//Tasks")
# Disable -Werror on Unix for now.
SET(CXX_DISABLE_WERROR True)
set(DOXYGEN_USE_MATHJAX "YES")... |
Bring Board and App to read one-wire temperature. | cmake_minimum_required(VERSION 3.1)
project(lobaro_coap C)
file(GLOB_RECURSE SOURCE_FILES ${CMAKE_CURRENT_LIST_DIR}/src/*.h ${CMAKE_CURRENT_LIST_DIR}/src/*.c)
add_library(${PROJECT_NAME} STATIC ${SOURCE_FILES} src/liblobaro_coap.c)
target_include_directories(${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_LIST_DIR}/src)
... | if (DEFINED __INIT_LOBARO_BUILD)
project(lobaro-coap)
include(${CPATH}/src/github.com/lobaro/c-build/build.cmake)
cbuild_module("lobaro/lobaro-coap/test")
# cbuild_dependency(_ github.com/lobaro/cpp-utils)
else()
cmake_minimum_required(VERSION 3.1)
project(lobaro_coap C)
file(GLOB_RECUR... |
Add URL to MS docs | # Generated client/ and models/ with swagger from https://github.com/go-swagger/go-swagger.
# Using the swagger json obtained from:
# https://raw.githubusercontent.com/Microsoft/BotBuilder/master/CSharp/Library/Microsoft.Bot.Connector/Swagger/ConnectorAPI.json
# Command:
swagger generate client -f ConnectorAPI.json
| # Generated client/ and models/ with swagger from https://github.com/go-swagger/go-swagger.
# Using the swagger json obtained from:
# https://raw.githubusercontent.com/Microsoft/BotBuilder/master/CSharp/Library/Microsoft.Bot.Connector/Swagger/ConnectorAPI.json
# MS Docs on the bot connector API: https://docs.botframewo... |
Remove the output produced by an alert, so hopefully buildbot will not complain anymore :) | ALERT: file:///Users/rwlbuis/svn/test/WebKit/LayoutTests/dom/xhtml/level2/html/HTMLDocument04.xhtml
Test http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument04
Status Success
| Test http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument04
Status Success
|
Update pytest-xdist from 1.22.2 to 1.22.5 | -r requirements.txt
isort==4.3.4
pytest==3.6.3
pytest-env==0.6.2
pytest-mock==1.10.0
pytest-cov==2.5.1
pytest-xdist==1.22.2
coveralls==1.3.0
httpretty==0.9.5
beautifulsoup4==4.6.0
freezegun==0.3.10
flake8==3.5.0
flake8-print==3.1.0
| -r requirements.txt
isort==4.3.4
pytest==3.6.3
pytest-env==0.6.2
pytest-mock==1.10.0
pytest-cov==2.5.1
pytest-xdist==1.22.5
coveralls==1.3.0
httpretty==0.9.5
beautifulsoup4==4.6.0
freezegun==0.3.10
flake8==3.5.0
flake8-print==3.1.0
|
Build data for Frozen Bubble | License:GPLv2
Web Site:http://code.google.com/p/frozenbubbleandroid/
Source Code:http://code.google.com/p/frozenbubbleandroid/source/checkout
Issue Tracker:http://code.google.com/p/frozenbubbleandroid/issues/list
Summary:Bubble shooting game
Description:
A bubble shooting game. Knock the bubbles down by forming cluster... | License:GPLv2
Web Site:http://code.google.com/p/frozenbubbleandroid/
Source Code:http://code.google.com/p/frozenbubbleandroid/source/checkout
Issue Tracker:http://code.google.com/p/frozenbubbleandroid/issues/list
Summary:Bubble shooting game
Description:
A bubble shooting game. Knock the bubbles down by forming cluster... |
Fix test runner reference doc | # pip doesn't handle well dependencies with a relative path inside a requirements.txt file.
# If we put .. instead of the first line, it will look for a setup.py in the parent directory relatively to where the instruction is executed from, and not where the requirements file is.
--editable git+https://github.com/openfi... | # pip doesn't handle well dependencies with a relative path inside a requirements.txt file.
# If we put .. instead of the first line, it will look for a setup.py in the parent directory relatively to where the instruction is executed from, and not where the requirements file is.
--editable git+https://github.com/openfi... |
Disable summary test for now, it's not finished | #
# List of summaries for testing. Each line is the following format:
#
# Gene\tVariant\tTumorType\tSummaries
#
# where AUTHORITIES is a semicolon separated list of authorities
#
# Current valid authorities: ROLE_USER, ROLE_MANAGER
#
ABL1 BCR-ABL1 Fusion Acute Lymphoid Leukemia Imatinib is FDA-approved for the treatme... | #
# List of summaries for testing. Each line is the following format:
#
# Gene\tVariant\tTumorType\tSummaries
#
# where AUTHORITIES is a semicolon separated list of authorities
#
# Current valid authorities: ROLE_USER, ROLE_MANAGER
#
|
Put under the MIT license | The MIT License (MIT)
Copyright (c) 2013 Matthew Cox
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, publi... | |
Update copyright notice to 2016 | Copyright (c) 2014 Robert Ross
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,
distr... | Copyright (c) 2014-2016 Robert Ross
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,
... |
Adjust CMakelists.txt in lib to IDE. | set(SOURCES
compiler.cpp
mutex.cpp
string.cpp
utils.cpp
)
register_module()
| set(SOURCES
../include/os/assert.h
../include/os/chain.h
../include/os/circular_buffer.h
../include/os/list.h
../include/os/shared_ptr.h
../include/os/stdint.h
../include/os/string.h
../include/os/unique_ptr.h
../include/os/utils.h
compiler.cpp
mutex.cpp
string.cpp
utils... |
Update codecov from 2.0.10 to 2.0.12 | autoflake==1.0
check-manifest==0.36
codecov==2.0.10 # Upload coverage data
dodgy==0.1.9 # Look for uploaded secrets
flake8==3.5.0 # Lint
flake8-quotes==0.13.0 # Require single quotes
freezegun==0.3.9 # Freeze time in tests
hypothesis==3.44.4 # Generate test cases
isort==4.2.15 # Lint imports
mypy==0.560 # Type c... | autoflake==1.0
check-manifest==0.36
codecov==2.0.12 # Upload coverage data
dodgy==0.1.9 # Look for uploaded secrets
flake8==3.5.0 # Lint
flake8-quotes==0.13.0 # Require single quotes
freezegun==0.3.9 # Freeze time in tests
hypothesis==3.44.4 # Generate test cases
isort==4.2.15 # Lint imports
mypy==0.560 # Type c... |
Update moto from 1.1.1 to 1.1.2 | -r requirements.txt
pycodestyle==2.3.1
pytest==3.2.1
pytest-mock==1.6.2
pytest-cov==2.5.1
pytest-xdist==1.20.0
coveralls==1.2.0
moto==1.1.1
freezegun==0.3.9
requests-mock==1.3.0
strict-rfc3339==0.7
| -r requirements.txt
pycodestyle==2.3.1
pytest==3.2.1
pytest-mock==1.6.2
pytest-cov==2.5.1
pytest-xdist==1.20.0
coveralls==1.2.0
moto==1.1.2
freezegun==0.3.9
requests-mock==1.3.0
strict-rfc3339==0.7
|
Update C++ example to use v2.0.1 | cmake_minimum_required(VERSION 3.11)
project(CXX_host LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
find_package(XCFun CONFIG QUIET)
if(TARGET XCFun::xcfun)
get_property(_loc TARGET XCFun::xcfun PROPERTY LOCATION)
message(STATUS "Found XCFun: ${_loc} ... | cmake_minimum_required(VERSION 3.11)
project(CXX_host LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
find_package(XCFun CONFIG QUIET)
if(TARGET XCFun::xcfun)
get_property(_loc TARGET XCFun::xcfun PROPERTY LOCATION)
message(STATUS "Found XCFun: ${_loc} ... |
Update requests from 2.18.4 to 2.19.1 | -e .
pip>=8.1.2
bumpversion==0.5.3
wheel>=0.29.0
watchdog==0.8.3
flake8==3.5.0
tox==3.0.0
coverage==4.5.1
cryptography==2.2.2
PyYAML==3.12
pytest==3.6.0
pytest-runner==4.2
moto[server]==1.3.3
requests==2.18.4
Sphinx==1.7.5
pytest-asyncio==0.8.0
| -e .
pip>=8.1.2
bumpversion==0.5.3
wheel>=0.29.0
watchdog==0.8.3
flake8==3.5.0
tox==3.0.0
coverage==4.5.1
cryptography==2.2.2
PyYAML==3.12
pytest==3.6.0
pytest-runner==4.2
moto[server]==1.3.3
requests==2.19.1
Sphinx==1.7.5
pytest-asyncio==0.8.0
|
Update CV of Survival Manual to 1.1 (11) | Categories:Reading
License:GPLv3
Web Site:https://github.com/ligi/SurvivalManual/blob/HEAD/README.md
Source Code:https://github.com/ligi/SurvivalManual
Issue Tracker:https://github.com/ligi/SurvivalManual/issues
Auto Name:Survival Manual
Summary:Learn how to survive
Description:
Survival Manual based on the Army Field... | Categories:Reading
License:GPLv3
Web Site:https://github.com/ligi/SurvivalManual/blob/HEAD/README.md
Source Code:https://github.com/ligi/SurvivalManual
Issue Tracker:https://github.com/ligi/SurvivalManual/issues
Auto Name:Survival Manual
Summary:Learn how to survive
Description:
Survival Manual based on the Army Field... |
Update sphinx from 1.7.0 to 1.7.1 | sphinx==1.7.0
sphinx-rtd-theme==0.2.4
Django==2.0.2
-e .
| sphinx==1.7.1
sphinx-rtd-theme==0.2.4
Django==2.0.2
-e .
|
Update jinja2 from 2.9.4 to 2.9.5 | flake8==3.2.1
coverage==4.3.4
sphinx==1.5.2
alabaster>=0.6.2
aiohttp==1.2.0
jinja2==2.9.4
pytest==3.0.5
pytest-cov==2.4.0
yarl==0.8.1
multidict==2.1.4
pytest-aiohttp==0.1.3
-e .
| flake8==3.2.1
coverage==4.3.4
sphinx==1.5.2
alabaster>=0.6.2
aiohttp==1.2.0
jinja2==2.9.5
pytest==3.0.5
pytest-cov==2.4.0
yarl==0.8.1
multidict==2.1.4
pytest-aiohttp==0.1.3
-e .
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.