Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
TEST installation check for fedora 28. | FROM fedora:28
MAINTAINER Jean Gabes <naparuba@gmail.com>
ADD test/docker-helper/ /
RUN /dnf_install python2
ADD . /root/opsbro-oss
ENTRYPOINT test/test_one_linux_installation.sh && test/assert_group.sh "fedora"
WORKDIR /root/opsbro-oss
| |
Update examples and fix formatting |
{{alias}}( value )
Tests if a value is an array-like object of numbers.
Parameters
----------
value: any
Value to test.
Returns
-------
bool: boolean
Boolean indicating whether value is an array-like object of numbers.
Examples
--------
> var bool = {{alias}}( [ 1, 2, 3 ] )
true
> bool = {{alias}}( [ '1', 2, 3 ] )
false
{{alias}}.primitives( value )
Tests if a value is an array-like object containing only
number primitives.
Parameters
----------
value: any
Value to test.
Returns
-------
bool: boolean
Boolean indicating whether value is an array-like object containing only
only number primitives.
Examples
--------
> var bool = {{alias}}.primitives( [ 1, 2, 3 ] )
true
> bool = {{alias}}.primitives( [ 1, new Number( 2 ) ] )
false
{{alias}}.objects( value )
Tests if a value is an array-like object containing only number objects.
Parameters
----------
value: any
Value to test.
Returns
-------
bool: boolean
Boolean indicating whether value is an array-like object containing only
number objects.
Examples
--------
> var bool = {{alias}}.objects( [ new Number( 1 ), new Number( 2 ) ] )
true
> bool = {{alias}}.objects( [ new Number( 1 ), 2 ] )
false
See Also
--------
|
{{alias}}( value )
Tests if a value is an array-like object containing only numbers.
Parameters
----------
value: any
Value to test.
Returns
-------
bool: boolean
Boolean indicating whether value is an array-like object containing only
numbers.
Examples
--------
> var bool = {{alias}}( [ 1, 2, 3 ] )
true
> bool = {{alias}}( [ '1', 2, 3 ] )
false
{{alias}}.primitives( value )
Tests if a value is an array-like object containing only number primitives.
Parameters
----------
value: any
Value to test.
Returns
-------
bool: boolean
Boolean indicating whether value is an array-like object containing only
number primitives.
Examples
--------
> var arr = [ 1, 2, 3 ];
> var bool = {{alias}}.primitives( arr )
true
> arr = [ 1, new Number( 2 ) ];
> bool = {{alias}}.primitives( arr )
false
{{alias}}.objects( value )
Tests if a value is an array-like object containing only `Number` objects.
Parameters
----------
value: any
Value to test.
Returns
-------
bool: boolean
Boolean indicating whether value is an array-like object containing only
`Number` objects.
Examples
--------
> var arr = [ new Number( 1 ), new Number( 2 ) ];
> var bool = {{alias}}.objects( arr )
true
> arr = [ new Number( 1 ), 2 ];
> bool = {{alias}}.objects( arr )
false
See Also
--------
|
Update aiobotocore from 0.3.1 to 0.3.2 | aioamqp==0.10.0
aiobotocore==0.3.1
aiohttp==2.0.7
apipkg==1.4
appdirs==1.4.3
async-timeout==1.2.1
botocore==1.5.38
chardet==3.0.3
codecov==2.0.9
coverage==4.4.1
docutils==0.13.1
execnet==1.4.1
jmespath==0.9.2
multidict==2.1.5
packaging==16.8
pep8==1.7.0
py==1.4.33
pyparsing==2.2.0
pytest==3.0.7
pytest-cache==1.0
pytest-cov==2.5.1
pytest-pep8==1.0.6
python-dateutil==2.6.0
requests==2.14.2
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.2
| aioamqp==0.10.0
aiobotocore==0.3.2
aiohttp==2.0.7
apipkg==1.4
appdirs==1.4.3
async-timeout==1.2.1
botocore==1.5.38
chardet==3.0.3
codecov==2.0.9
coverage==4.4.1
docutils==0.13.1
execnet==1.4.1
jmespath==0.9.2
multidict==2.1.5
packaging==16.8
pep8==1.7.0
py==1.4.33
pyparsing==2.2.0
pytest==3.0.7
pytest-cache==1.0
pytest-cov==2.5.1
pytest-pep8==1.0.6
python-dateutil==2.6.0
requests==2.14.2
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.2
|
Update the URL in the reviewer email to match the new frontend | There are unverified reports which need your attention.
Go to <{{protocol}}://{{domain}}/reschedule?from_date={{start}}&to_date={{end}}&reviewer={{reviewer.id}}>
| There are unverified reports which need your attention.
Go to <{{protocol}}://{{domain}}/reschedule?fromDate={{start}}&toDate={{end}}&reviewer={{reviewer.id}}&editable=1>
|
Update certifi from 2017.11.5 to 2018.1.18 | aiohttp==1.0.5
async-timeout==2.0.0
asynctest==0.11.1
attrs==17.4.0
certifi==2017.11.5
chardet==3.0.4
click==6.7
codecov==2.0.15
coverage==4.4.2
discord.py==0.16.12
dnspython==1.15.0
dnspython3==1.15.0
idna==2.6
git+https://github.com/kevinkjt2000/mcstatus.git@patch-1
multidict==4.0.0
pluggy==0.6.0
py==1.5.2
pytest==3.3.2
pytest-cov==2.5.1
pytest-socket==0.2.0
PyYAML==3.12
requests==2.18.4
six==1.11.0
urllib3==1.22
websockets==3.4
| aiohttp==1.0.5
async-timeout==2.0.0
asynctest==0.11.1
attrs==17.4.0
certifi==2018.1.18
chardet==3.0.4
click==6.7
codecov==2.0.15
coverage==4.4.2
discord.py==0.16.12
dnspython==1.15.0
dnspython3==1.15.0
idna==2.6
git+https://github.com/kevinkjt2000/mcstatus.git@patch-1
multidict==4.0.0
pluggy==0.6.0
py==1.5.2
pytest==3.3.2
pytest-cov==2.5.1
pytest-socket==0.2.0
PyYAML==3.12
requests==2.18.4
six==1.11.0
urllib3==1.22
websockets==3.4
|
Update tox from 2.4.1 to 2.5.0 | cookiecutter==1.4.0
flake8==3.0.4
sh==1.11
virtualenv==15.0.3
Sphinx==1.4.8
sphinx-rtd-theme==0.1.9
# Testing
pytest==3.0.3
pep8==1.7.0
pyflakes==1.3.0
tox==2.4.1
pytest-cookies==0.2.0
| cookiecutter==1.4.0
flake8==3.0.4
sh==1.11
virtualenv==15.0.3
Sphinx==1.4.8
sphinx-rtd-theme==0.1.9
# Testing
pytest==3.0.3
pep8==1.7.0
pyflakes==1.3.0
tox==2.5.0
pytest-cookies==0.2.0
|
Update markupsafe requirement from ~=2.0 to ~=2.1 | alabaster~=0.7
Babel~=2.9
certifi # we always want the latest certs
charset-normalizer~=2.0
docutils~=0.17
idna~=3.3
imagesize~=1.3
Jinja2~=3.0
MarkupSafe~=2.0
packaging~=21.3
Pygments~=2.11
pyparsing~=3.0
pytz # we always want the latest time zone info
requests~=2.27
snowballstemmer~=2.2
Sphinx~=4.3
sphinx-rtd-theme~=1.0
sphinxcontrib-applehelp~=1.0
sphinxcontrib-devhelp~=1.0
sphinxcontrib-htmlhelp~=2.0
sphinxcontrib-jsmath~=1.0
sphinxcontrib-qthelp~=1.0
sphinxcontrib-serializinghtml~=1.1
urllib3~=1.26
| alabaster~=0.7
Babel~=2.9
certifi # we always want the latest certs
charset-normalizer~=2.0
docutils~=0.17
idna~=3.3
imagesize~=1.3
Jinja2~=3.0
MarkupSafe~=2.1
packaging~=21.3
Pygments~=2.11
pyparsing~=3.0
pytz # we always want the latest time zone info
requests~=2.27
snowballstemmer~=2.2
Sphinx~=4.3
sphinx-rtd-theme~=1.0
sphinxcontrib-applehelp~=1.0
sphinxcontrib-devhelp~=1.0
sphinxcontrib-htmlhelp~=2.0
sphinxcontrib-jsmath~=1.0
sphinxcontrib-qthelp~=1.0
sphinxcontrib-serializinghtml~=1.1
urllib3~=1.26
|
Update collectfast from 0.2.3 to 0.5.0 | # Pro-tip: Try not to put anything here. Avoid dependencies in
# production that aren't in development.
-r base.txt
# WSGI Handler
# ------------------------------------------------
gevent==1.1.2
gunicorn==19.6.0
# Static and Media Storage
# ------------------------------------------------
boto==2.45.0
django-storages-redux==1.3.2
Collectfast==0.2.3
# Email backends for Mailgun, Postmark, SendGrid and more
# -------------------------------------------------------
django-anymail==0.4.2
| # Pro-tip: Try not to put anything here. Avoid dependencies in
# production that aren't in development.
-r base.txt
# WSGI Handler
# ------------------------------------------------
gevent==1.1.2
gunicorn==19.6.0
# Static and Media Storage
# ------------------------------------------------
boto==2.45.0
django-storages-redux==1.3.2
Collectfast==0.5.0
# Email backends for Mailgun, Postmark, SendGrid and more
# -------------------------------------------------------
django-anymail==0.4.2
|
Update link to Public Rest API for Binance | Binance Exchange API specification
==============================
This api provides access to such information as tickers, trades, orderbooks and common statistics of currency pairs.
Documentation
-------------
https://www.binance.com/restapipub.html
| Binance Exchange API specification
==============================
This api provides access to such information as tickers, trades, orderbooks and common statistics of currency pairs.
Documentation
-------------
https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md
|
Allow numpy > 1.19.3 on non-windows | # flake8: noqa
cython
ezdxf
imageio <= 2.6; python_version < '3.5'
imageio >= 2.7; python_version >= '3.5'
laspy
matplotlib >= 2.2, < 3.0; python_version >= '2.7' and python_version < '3.0'
matplotlib >= 2.2, < 3.1; python_version >= '3.5' and python_version <= '3.7' and sys_platform == 'win32'
matplotlib >= 3.1; python_version >= '3.8' and sys_platform == 'win32'
matplotlib >= 2.2; python_version >= '3.5' and sys_platform != 'win32'
networkx
numba
numpy >= 1.15.4, <= 1.19.3
pillow
planarity
pycollada
schema
jsonschema
scipy >= 1.1
sympy
watchdog
| # flake8: noqa
cython
ezdxf
imageio <= 2.6; python_version < '3.5'
imageio >= 2.7; python_version >= '3.5'
laspy
matplotlib >= 2.2, < 3.0; python_version >= '2.7' and python_version < '3.0'
matplotlib >= 2.2, < 3.1; python_version >= '3.5' and python_version <= '3.7' and sys_platform == 'win32'
matplotlib >= 3.1; python_version >= '3.8' and sys_platform == 'win32'
matplotlib >= 2.2; python_version >= '3.5' and sys_platform != 'win32'
networkx
numba
numpy >= 1.15.4, <= 1.19.3; sys_platform == 'win32'
numpy >=1.15.4; sys_platform != 'win32'
pillow
planarity
pycollada
schema
jsonschema
scipy >= 1.1
sympy
watchdog
|
Update dataset from 1.0.0 to 1.0.2 | alembic==0.9.5
antiorm==1.2.1
appdirs==1.4.3
chardet==3.0.4
codeclimate-test-reporter==0.2.3
coverage==4.4.1
dataset==1.0.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.1
pygraphviz==1.3.1
pyparsing==2.2.0
python-editor==1.0.3
PyYAML==3.12
requests==2.18.4
six==1.10.0
SQLAlchemy==1.1.14
toolz==0.8.2
transitions==0.6.1
| alembic==0.9.5
antiorm==1.2.1
appdirs==1.4.3
chardet==3.0.4
codeclimate-test-reporter==0.2.3
coverage==4.4.1
dataset==1.0.2
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.1
pygraphviz==1.3.1
pyparsing==2.2.0
python-editor==1.0.3
PyYAML==3.12
requests==2.18.4
six==1.10.0
SQLAlchemy==1.1.14
toolz==0.8.2
transitions==0.6.1
|
Update pytest from 3.0.2 to 3.0.3 | cookiecutter==1.4.0
flake8==3.0.4 # pyup: != 2.6.0
sh==1.11
binaryornot==0.4.0
# Testing
pytest==3.0.2
pep8==1.7.0
pyflakes==1.3.0
tox==2.3.1
pytest-cookies==0.2.0
| cookiecutter==1.4.0
flake8==3.0.4 # pyup: != 2.6.0
sh==1.11
binaryornot==0.4.0
# Testing
pytest==3.0.3
pep8==1.7.0
pyflakes==1.3.0
tox==2.3.1
pytest-cookies==0.2.0
|
Update geoip2 from 2.6.0 to 2.7.0 | Flask==0.12.2
google-api-python-client==1.6.4
GoogleAppEngineCloudStorageClient==1.9.22.1
pyprof2calltree==1.4.3
Flask-WTF==0.14.2
Flask-SQLAlchemy==2.3.2
mysqlclient==1.3.12
psycopg2==2.7.3.2
nose==1.3.7
Flask-Migrate==2.1.1
user-agents==1.1.0
geoip2==2.6.0
timezonefinderL==2.0.1
Babel==2.5.1
redis==2.10.6
python-memcached==1.59
Flask-Security==3.0.0
| Flask==0.12.2
google-api-python-client==1.6.4
GoogleAppEngineCloudStorageClient==1.9.22.1
pyprof2calltree==1.4.3
Flask-WTF==0.14.2
Flask-SQLAlchemy==2.3.2
mysqlclient==1.3.12
psycopg2==2.7.3.2
nose==1.3.7
Flask-Migrate==2.1.1
user-agents==1.1.0
geoip2==2.7.0
timezonefinderL==2.0.1
Babel==2.5.1
redis==2.10.6
python-memcached==1.59
Flask-Security==3.0.0
|
Update numpy from 1.16.2 to 1.16.4 | gunicorn==19.9.0
backports-abc==0.5
bkcharts==0.2
bokeh==1.2.0
certifi==2019.3.9
chardet==3.0.4
click==7.0
Flask==1.0.3
idna==2.8
itsdangerous==1.1.0
Jinja2>=2.10.1
MarkupSafe==1.1.1
numpy==1.16.2
python-dateutil==2.8.0
pyyaml>=4.2b1
requests>=2.20.0
singledispatch==3.4.0.3
six==1.12.0
tornado==6.0.2
urllib3>=1.24.2
Werkzeug==0.15.1
pandas==0.24.2
scipy==1.2.1
astropy==3.1.2
matplotlib==3.0.3
git+https://github.com/mpld3/mpld3@master
tables==3.5.1
apscheduler==3.6.0
PyAstronomy==0.13.0
airbrake==2.1.2
| gunicorn==19.9.0
backports-abc==0.5
bkcharts==0.2
bokeh==1.2.0
certifi==2019.3.9
chardet==3.0.4
click==7.0
Flask==1.0.3
idna==2.8
itsdangerous==1.1.0
Jinja2>=2.10.1
MarkupSafe==1.1.1
numpy==1.16.4
python-dateutil==2.8.0
pyyaml>=4.2b1
requests>=2.20.0
singledispatch==3.4.0.3
six==1.12.0
tornado==6.0.2
urllib3>=1.24.2
Werkzeug==0.15.1
pandas==0.24.2
scipy==1.2.1
astropy==3.1.2
matplotlib==3.0.3
git+https://github.com/mpld3/mpld3@master
tables==3.5.1
apscheduler==3.6.0
PyAstronomy==0.13.0
airbrake==2.1.2
|
Update yarl from 0.10.1 to 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.4.0
pytest-flakes==1.0.1
pytest-mock==1.6.0
yarl==0.10.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.4.0
pytest-flakes==1.0.1
pytest-mock==1.6.0
yarl==0.10.2
|
Update pytest from 6.2.2 to 6.2.3 | ansible-lint==4.2.0
docker==4.4.4
flake8==3.9.0
molecule==3.0.8
pytest==6.2.2
testinfra==6.0.0
tox==3.23.0
| ansible-lint==4.2.0
docker==4.4.4
flake8==3.9.0
molecule==3.0.8
pytest==6.2.3
testinfra==6.0.0
tox==3.23.0
|
Update pillow from 5.2.0 to 5.3.0 | click==7.0
h5py==2.8.0
Keras>=2.0.0
matplotlib==3.0.0
notebook==5.7.0
numpy==1.15.2
pandas==0.23.4
Pillow==5.2.0
protobuf==3.6.1
requests==2.19.1
scipy==1.1.0
stevedore==1.29.0
| click==7.0
h5py==2.8.0
Keras>=2.0.0
matplotlib==3.0.0
notebook==5.7.0
numpy==1.15.2
pandas==0.23.4
Pillow==5.3.0
protobuf==3.6.1
requests==2.19.1
scipy==1.1.0
stevedore==1.29.0
|
Update fonttools from 3.40.0 to 3.41.0 | fonttools==3.40.0
# git+https://github.com/typesupply/compositor
| fonttools==3.41.0
# git+https://github.com/typesupply/compositor
|
Update ICEcons to 2.2 (6) | Categories:Theming,Graphics
License:GPLv3,CC-BY-SA-4.0
Web Site:
Source Code:https://github.com/1C3/ICEcons
Issue Tracker:https://github.com/1C3/ICEcons/issues
Auto Name:ICEcons
Summary:OSS white icon pack
Description:
Icon pack for Trebuchet, Kiss, Nova, Apex, Holo and Adw launchers, also includes
4k wallpapers.
.
Repo Type:git
Repo:https://github.com/1C3/ICEcons.git
Build:2.1,5
commit=2.1
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:2.1
Current Version Code:5
| Categories:Theming,Graphics
License:GPLv3,CC-BY-SA-4.0
Web Site:
Source Code:https://github.com/1C3/ICEcons
Issue Tracker:https://github.com/1C3/ICEcons/issues
Auto Name:ICEcons
Summary:OSS white icon pack
Description:
Icon pack for Trebuchet, Kiss, Nova, Apex, Holo and Adw launchers, also includes
4k wallpapers.
.
Repo Type:git
Repo:https://github.com/1C3/ICEcons.git
Build:2.1,5
commit=2.1
subdir=app
gradle=yes
Build:2.2,6
commit=2.2
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:2.2
Current Version Code:6
|
Update pytest from 2.8.7 to 3.0.3 | -r requirements.txt
-e .
marshmallow-sqlalchemy >= 0.8.0
marshmallow-peewee >= 1.0.4
peewee >= 2.8.2
mongomock
pymongo
ipdb==0.10.1
pytest == 2.8.7
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
pymongo
ipdb==0.10.1
pytest==3.0.3
pytest-flask == 0.10.0
pytest-sugar==0.7.1
|
Update setuptools from 40.3.0 to 40.4.1 | # scratchdir/requirements/build.txt
#
# Requirements necessary to build the scratchdir package.
pip==18.0
setuptools==36.8.0; python_version < '2.7' # pyup: ignore
setuptools==40.3.0; python_version > '2.7'
| # scratchdir/requirements/build.txt
#
# Requirements necessary to build the scratchdir package.
pip==18.0
setuptools==36.8.0; python_version < '2.7' # pyup: ignore
setuptools==40.4.1; python_version > '2.7'
|
Update flake8-print from 3.0.0 to 3.0.1 | check-manifest==0.35
flake8==3.5.0
flake8-bugbear==17.4.0
flake8-builtins==1.0
flake8-docstrings==1.1.0
flake8-isort==2.2.2
flake8-future-import==0.4.3
flake8-print==3.0.0
m2r==0.1.12
pep8-naming==0.4.1
pydocstyle==2.1.1
pygments==2.2.0
pylint==1.7.4
readme-renderer==17.2
| check-manifest==0.35
flake8==3.5.0
flake8-bugbear==17.4.0
flake8-builtins==1.0
flake8-docstrings==1.1.0
flake8-isort==2.2.2
flake8-future-import==0.4.3
flake8-print==3.0.1
m2r==0.1.12
pep8-naming==0.4.1
pydocstyle==2.1.1
pygments==2.2.0
pylint==1.7.4
readme-renderer==17.2
|
Update pytest from 4.0.2 to 4.1.0 | setuptools>=17.1
pytest-cov==2.6.0
pytest==4.0.2
flake8==3.6.0
| setuptools>=17.1
pytest-cov==2.6.0
pytest==4.1.0
flake8==3.6.0
|
Use action "copy-text" instead of "put-into-phrase" | ambee get-all-operands amenn
ambee if-yes-begin ambee yes-or-no-empty-phrase required-operand-count-for-action fenambee action-name amenn amenn amenn
ambee put-into-phrase required-operand-count-for-action fenambee action-name amenn 0 amenn
ambee if-end amenn
ambee if-yes-begin ambee yes-or-no-same-two-phrase-definitions required-operand-count-for-action fenambee action-name amenn number-of-operands amenn amenn
ambee expand-text template-runtime-code-for-action fenambee action-name amenn runtime-code-for-parameter-phrase amenn
ambee append-text action-name list-of-dashrep-actions-used amenn
ambee if-else amenn
ambee expand-text template-runtime-code-wrong-number-of-operands runtime-code-for-parameter-phrase amenn
ambee append-text action-name list-of-dashrep-actions-with-wrong-number-of-operands amenn
ambee if-end amenn
ambee if-no-begin ambee yes-or-no-empty-phrase template-function fenambee action-name amenn amenn amenn
ambee put-into-phrase requested-template-function template-function fenambee action-name amenn amenn
ambee append-text requested-template-function list-of-template-functions-for-requested-actions amenn
ambee if-end amenn
| ambee get-all-operands amenn
ambee if-yes-begin ambee yes-or-no-empty-phrase required-operand-count-for-action fenambee action-name amenn amenn amenn
ambee copy-text digit-0 required-operand-count-for-action fenambee action-name amenn amenn
ambee if-end amenn
ambee if-yes-begin ambee yes-or-no-same-two-phrase-definitions required-operand-count-for-action fenambee action-name amenn number-of-operands amenn amenn
ambee expand-text template-runtime-code-for-action fenambee action-name amenn runtime-code-for-parameter-phrase amenn
ambee append-text action-name list-of-dashrep-actions-used amenn
ambee if-else amenn
ambee expand-text template-runtime-code-wrong-number-of-operands runtime-code-for-parameter-phrase amenn
ambee append-text action-name list-of-dashrep-actions-with-wrong-number-of-operands amenn
ambee if-end amenn
ambee if-no-begin ambee yes-or-no-empty-phrase template-function fenambee action-name amenn amenn amenn
ambee put-into-phrase requested-template-function template-function fenambee action-name amenn amenn
ambee append-text requested-template-function list-of-template-functions-for-requested-actions amenn
ambee if-end amenn
|
Update Devinettes to 1.2 (3) | AntiFeatures:NonFreeAssets
Categories:Games
License:GPL-3.0
Web Site:http://devinettes.workingagenda.com
Source Code:https://github.com/polypmer/devinettes-android
Issue Tracker:https://github.com/polypmer/devinettes-android/issues
Auto Name:Devinettes
Summary:A collection of riddles in verse
Description:
A collection of original English riddles in verse. Be warned: There are no hints
and no keys under the mat The riddles are licensed under CC-BY-NC-ND.
.
Repo Type:git
Repo:https://github.com/polypmer/devinettes-android
Build:1.0,1
commit=e4ad029adad8a2cd9a056f5beefd2410d73e438e
subdir=app
gradle=yes
Build:1.1,2
commit=b22f53c5b63a617876496649c8b85cfbcf911576
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.2
Current Version Code:3
| AntiFeatures:NonFreeAssets
Categories:Games
License:GPL-3.0
Web Site:http://devinettes.workingagenda.com
Source Code:https://github.com/polypmer/devinettes-android
Issue Tracker:https://github.com/polypmer/devinettes-android/issues
Auto Name:Devinettes
Summary:A collection of riddles in verse
Description:
A collection of original English riddles in verse. Be warned: There are no hints
and no keys under the mat The riddles are licensed under CC-BY-NC-ND.
.
Repo Type:git
Repo:https://github.com/polypmer/devinettes-android
Build:1.0,1
commit=e4ad029adad8a2cd9a056f5beefd2410d73e438e
subdir=app
gradle=yes
Build:1.1,2
commit=b22f53c5b63a617876496649c8b85cfbcf911576
subdir=app
gradle=yes
Build:1.2,3
commit=4d9ced40ce9719edc51c10976bc43652b7ab7e70
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.2
Current Version Code:3
|
Update youtube-dl from 2018.4.9 to 2018.4.25 | python-telegram-bot==10.0.2
python-telegram-handler==2.0.2
boltons==18.0.0
plumbum==1.6.6
#transliterate==1.9
scdl==1.6.11
bandcamp-downloader==0.0.9.dev0
youtube-dl==2018.4.9
pydub==0.21.0
mutagen==1.40.0
patool==1.12
pyshorteners==0.6.1
Celery==4.1.0
#botanio==1.0.0
logentries==0.17
#loggly-python-handler==1.0.0
| python-telegram-bot==10.0.2
python-telegram-handler==2.0.2
boltons==18.0.0
plumbum==1.6.6
#transliterate==1.9
scdl==1.6.11
bandcamp-downloader==0.0.9.dev0
youtube-dl==2018.4.25
pydub==0.21.0
mutagen==1.40.0
patool==1.12
pyshorteners==0.6.1
Celery==4.1.0
#botanio==1.0.0
logentries==0.17
#loggly-python-handler==1.0.0
|
Upgrade dependency amqp to ==2.0.3 | amqp==2.0.2
anyjson==0.3.3
beautifulsoup4==4.4.1
billiard==3.3.0.23
celery==3.1.23
Django==1.9.7
kombu==3.0.35
mysqlclient==1.3.7
pytz==2016.4
requests==2.10.0
uWSGI==2.0.13.1
django-q==0.7.18
| amqp==2.0.3
anyjson==0.3.3
beautifulsoup4==4.4.1
billiard==3.3.0.23
celery==3.1.23
Django==1.9.7
kombu==3.0.35
mysqlclient==1.3.7
pytz==2016.4
requests==2.10.0
uWSGI==2.0.13.1
django-q==0.7.18
|
Update tox from 2.5.0 to 2.6.0 | cookiecutter==1.5.0
flake8==3.2.1 # pyup: != 2.6.0
sh==1.12.9
binaryornot==0.4.0
# Testing
pytest==3.0.6
pep8==1.7.0
pyflakes==1.5.0
tox==2.5.0
pytest-cookies==0.2.0
| cookiecutter==1.5.0
flake8==3.2.1 # pyup: != 2.6.0
sh==1.12.9
binaryornot==0.4.0
# Testing
pytest==3.0.6
pep8==1.7.0
pyflakes==1.5.0
tox==2.6.0
pytest-cookies==0.2.0
|
Update gunicorn from 19.6.0 to 19.7.0 | click==6.7
Flask==0.12
gunicorn==19.6.0
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
requests==2.10.0
Werkzeug==0.11.10
wsgiref==0.1.2
| click==6.7
Flask==0.12
gunicorn==19.7.0
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
requests==2.10.0
Werkzeug==0.11.10
wsgiref==0.1.2
|
Bump django-filter from 21.1 to 22.1 | #
# Common requirements for wger
#
# Application
bleach~=4.1
django-bootstrap-breadcrumbs~=0.9
django-formtools~=2.3
django-recaptcha~=3.0.0
Django~=3.2
django-crispy-forms~=1.14
django_compressor~=4.0
django_extensions~=3.1
django-storages~=1.12
django-environ==0.9.0
easy-thumbnails==2.8.1
icalendar==4.0.9
invoke~=1.7
pillow~=9.1
reportlab==3.6.10
requests==2.28.0
# AWS
#boto3
# REST API
django-cors-headers>=3.0
django-filter==21.1
djangorestframework~=3.13
# Not used anymore, but needed because some modules are imported in DB migration
# files
django-sortedm2m~=3.1
| #
# Common requirements for wger
#
# Application
bleach~=4.1
django-bootstrap-breadcrumbs~=0.9
django-formtools~=2.3
django-recaptcha~=3.0.0
Django~=3.2
django-crispy-forms~=1.14
django_compressor~=4.0
django_extensions~=3.1
django-storages~=1.12
django-environ==0.9.0
easy-thumbnails==2.8.1
icalendar==4.0.9
invoke~=1.7
pillow~=9.1
reportlab==3.6.10
requests==2.28.0
# AWS
#boto3
# REST API
django-cors-headers>=3.0
django-filter==22.1
djangorestframework~=3.13
# Not used anymore, but needed because some modules are imported in DB migration
# files
django-sortedm2m~=3.1
|
Make backports.ssl-match-hostname line ok for ordered_pip.sh | # Testing
nose==1.3.4
nose-parameterized==0.3.5
nose-ignore-docstring==0.2
xlrd==0.9.3
mock==1.0.1
# Linting
flake8==2.3.0
mccabe==0.3
pep8==1.6.2
pyflakes==0.8.1
# Documentation Conversion
pyandoc==0.0.1
docopt==0.6.2
numpydoc==0.5
mistune==0.5
# Example scripts that are run during unit tests use the following:
matplotlib==1.4.3
# tornado and pyparsing are required by matplotlib
tornado==4.1
pyparsing==2.0.3
# Required by tornado
backports.ssl-match-hostname==3.4.0.2; python_version < '3.0'
certifi==14.5.14
Markdown==2.6
# This --allow syntax is for compatibility with pip >= 1.5
# However, this is backwards incompatible change, since previous
# versions of pip do not support that flag.
--allow-external TA-Lib --allow-unverified TA-Lib TA-Lib==0.4.8
| # Testing
nose==1.3.4
nose-parameterized==0.3.5
nose-ignore-docstring==0.2
xlrd==0.9.3
mock==1.0.1
# Linting
flake8==2.3.0
mccabe==0.3
pep8==1.6.2
pyflakes==0.8.1
# Documentation Conversion
pyandoc==0.0.1
docopt==0.6.2
numpydoc==0.5
mistune==0.5
# Example scripts that are run during unit tests use the following:
matplotlib==1.4.3
# tornado and pyparsing are required by matplotlib
tornado==4.1
pyparsing==2.0.3
# Required by tornado
backports.ssl-match-hostname==3.4.0.2;python_version<'3.0'
certifi==14.5.14
Markdown==2.6
# This --allow syntax is for compatibility with pip >= 1.5
# However, this is backwards incompatible change, since previous
# versions of pip do not support that flag.
--allow-external TA-Lib --allow-unverified TA-Lib TA-Lib==0.4.8
|
Switch install ocd back to no-binary | # The app
django-calaccess-raw-data
# Need to install from repo, which includes fixtures necessary for tests
-e git+https://github.com/california-civic-data-coalition/django-calaccess-scraped-data.git@HEAD#egg=django-calaccess-scraped-data
opencivicdata==2.0.1.dev1
Django>=1.10
hurry.filesize
pytz
# Databases
psycopg2>=2.5.4
# Testing
flake8
flake8_docstrings
coverage
python-coveralls
requests_mock
# Packaging
wheel
twine
| # The app
django-calaccess-raw-data
# Need to install from repo, which includes fixtures necessary for tests
-e git+https://github.com/california-civic-data-coalition/django-calaccess-scraped-data.git@HEAD#egg=django-calaccess-scraped-data
opencivicdata
Django>=1.10
hurry.filesize
pytz
# Databases
psycopg2>=2.5.4
# Testing
flake8
flake8_docstrings
coverage
python-coveralls
requests_mock
# Packaging
wheel
twine
|
Make sure that 'requests' is version 1.0.0 or later | Jinja2
msgpack-python > 0.3
PyYAML
MarkupSafe
requests
| Jinja2
msgpack-python > 0.3
PyYAML
MarkupSafe
requests >= 1.0.0
|
Update molecule from 2.6.0 to 2.7.0 | molecule==2.6.0
pytest==3.3.2
python-vagrant==0.5.15
testinfra==1.10.1
tox==2.9.1
| molecule==2.7.0
pytest==3.3.2
python-vagrant==0.5.15
testinfra==1.10.1
tox==2.9.1
|
Use forked django-taggit for django 2.0 compatibility | bleach==2.1.2
chardet==3.0.4
Django==2.0
django-braces==1.12.0
django-ckeditor==5.4.0
django-cors-middleware==1.3.1
django-debug-toolbar==1.9.1
django-filter==1.1.0
django-mptt==0.9.0
django-rest-swagger==2.1.2
django-settings-export==1.2.1
django-taggit==0.22.1
django-taggit-serializer==0.1.5
djangorestframework==3.7.3
html5lib==0.999999999
mysqlclient==1.3.10
PyYAML==3.12
regex==2017.12.12
requests==2.18.4
requests-oauthlib==0.8.0
six==1.11.0
sqlparse==0.2.3
| bleach==2.1.2
chardet==3.0.4
Django==2.0
django-braces==1.12.0
django-ckeditor==5.4.0
django-cors-middleware==1.3.1
django-debug-toolbar==1.9.1
django-filter==1.1.0
django-mptt==0.9.0
django-rest-swagger==2.1.2
django-settings-export==1.2.1
-e git+https://github.com/jdufresne/django-taggit.git@dj20#egg=django-taggit
django-taggit-serializer==0.1.5
djangorestframework==3.7.3
html5lib==0.999999999
mysqlclient==1.3.10
PyYAML==3.12
regex==2017.12.12
requests==2.18.4
requests-oauthlib==0.8.0
six==1.11.0
sqlparse==0.2.3
|
Update dogpile.cache from 0.6.5 to 0.6.6 | requests==2.19.1
suds-jurko==0.6
dogpile.cache==0.6.5
six==1.11.0
| requests==2.19.1
suds-jurko==0.6
dogpile.cache==0.6.6
six==1.11.0
|
Remove upperbound on taskflow version | # The order of packages is significant, because pip processes them in the order
# of appearance.
lxml!=3.7.0,>=3.4.1 # BSD
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.context>=2.12.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
pyasn1-modules # BSD
pyasn1 # BSD
pytz>=2013.6 # MIT
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
six>=1.9.0 # MIT
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
taskflow>=2.16.0,<3.2.0 # Apache-2.0 | # The order of packages is significant, because pip processes them in the order
# of appearance.
lxml!=3.7.0,>=3.4.1 # BSD
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.context>=2.12.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
pyasn1-modules # BSD
pyasn1 # BSD
pytz>=2013.6 # MIT
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
six>=1.9.0 # MIT
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
taskflow>=2.16.0 # Apache-2.0
|
Update tox from 3.5.3 to 3.6.1 | cookiecutter==1.6.0
flake8==3.0.4
sh==1.12.14
virtualenv==16.1.0
Sphinx==1.8.2
sphinx-rtd-theme==0.4.2
# Testing
pytest==4.0.1
pep8==1.7.1
pyflakes==2.0.0
tox==3.5.3
pytest-cookies==0.3.0
| cookiecutter==1.6.0
flake8==3.0.4
sh==1.12.14
virtualenv==16.1.0
Sphinx==1.8.2
sphinx-rtd-theme==0.4.2
# Testing
pytest==4.0.1
pep8==1.7.1
pyflakes==2.0.0
tox==3.6.1
pytest-cookies==0.3.0
|
Update scipy from 1.9.1 to 1.9.3 | # we use the official Brotli module on CPython and the CFFI-based
# extension 'brotlipy' on PyPy
brotli==1.0.9; platform_python_implementation != "PyPy"
brotlicffi==1.0.9.2; platform_python_implementation == "PyPy"
unicodedata2==14.0.0; python_version < '3.11'
scipy==1.7.3; platform_python_implementation != "PyPy" and python_version <= '3.7' # pyup: ignore
scipy==1.9.1; platform_python_implementation != "PyPy" and python_version > '3.7'
munkres==1.1.4; platform_python_implementation == "PyPy"
zopfli==0.2.1
fs==2.4.16
skia-pathops==0.7.2; platform_python_implementation != "PyPy"
# this is only required to run Tests/cu2qu/{ufo,cli}_test.py
ufoLib2==0.13.1
pyobjc==8.5; sys_platform == "darwin"
freetype-py==2.3.0
uharfbuzz==0.30.0
| # we use the official Brotli module on CPython and the CFFI-based
# extension 'brotlipy' on PyPy
brotli==1.0.9; platform_python_implementation != "PyPy"
brotlicffi==1.0.9.2; platform_python_implementation == "PyPy"
unicodedata2==14.0.0; python_version < '3.11'
scipy==1.7.3; platform_python_implementation != "PyPy" and python_version <= '3.7' # pyup: ignore
scipy==1.9.3; platform_python_implementation != "PyPy" and python_version > '3.7'
munkres==1.1.4; platform_python_implementation == "PyPy"
zopfli==0.2.1
fs==2.4.16
skia-pathops==0.7.2; platform_python_implementation != "PyPy"
# this is only required to run Tests/cu2qu/{ufo,cli}_test.py
ufoLib2==0.13.1
pyobjc==8.5; sys_platform == "darwin"
freetype-py==2.3.0
uharfbuzz==0.30.0
|
Update tox from 3.9.0 to 3.10.0 | cookiecutter==1.6.0
sh==1.12.14
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==19.3b0
flake8==3.7.6
# Testing
# ------------------------------------------------------------------------------
tox==3.9.0
pytest==4.5.0
pytest_cases==1.6.2
pytest-cookies==0.3.0
pyyaml==5.1
| cookiecutter==1.6.0
sh==1.12.14
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==19.3b0
flake8==3.7.6
# Testing
# ------------------------------------------------------------------------------
tox==3.10.0
pytest==4.5.0
pytest_cases==1.6.2
pytest-cookies==0.3.0
pyyaml==5.1
|
Update pygal from 2.3.1 to 2.4.0 | chartkick==0.5.0
Flask==0.12
Flask-Bower==1.2.1
Flask-HTTPAuth==3.2.2
Flask-Login==0.4.0
Flask-SQLAlchemy==2.2
gunicorn==19.7.0
itsdangerous==0.24
Jinja2==2.9.5
MarkupSafe==1.0
psycopg2==2.7
pygal==2.3.1
PyMySQL==0.7.10
requests==2.13.0
SQLAlchemy==1.1.6
Werkzeug==0.11.15
wheel==0.29.0
| chartkick==0.5.0
Flask==0.12
Flask-Bower==1.2.1
Flask-HTTPAuth==3.2.2
Flask-Login==0.4.0
Flask-SQLAlchemy==2.2
gunicorn==19.7.0
itsdangerous==0.24
Jinja2==2.9.5
MarkupSafe==1.0
psycopg2==2.7
pygal==2.4.0
PyMySQL==0.7.10
requests==2.13.0
SQLAlchemy==1.1.6
Werkzeug==0.11.15
wheel==0.29.0
|
Include New Relic Agent library | # External/Third Party
django==1.9.4
django-sslserver==0.18
djangorestframework==3.3.2
itsdangerous==0.24
Jinja2==2.8
pycrypto==2.6.1
PyJWT==1.4.0
python-dateutil==2.4
psycopg2==2.5.2
requests==2.7
uWSGI==2.0.12
# Ours
caslib.py==2.2.2
django-iplant-auth==0.1.10
| # External/Third Party
django==1.9.4
django-sslserver==0.18
djangorestframework==3.3.2
itsdangerous==0.24
Jinja2==2.8
pycrypto==2.6.1
PyJWT==1.4.0
python-dateutil==2.4
psycopg2==2.5.2
requests==2.7
uWSGI==2.0.12
# Application Insights
newrelic==2.64.0.48
# Ours
caslib.py==2.2.2
django-iplant-auth==0.1.10
|
Update Django 3.1.5 => 3.2.13 | behave==1.2.6
behave-django==1.3.0
cairocffi==1.1.0
CairoSVG==2.5.1
certifi==2020.6.20
cffi==1.14.2
chardet==3.0.4
cssselect==1.1.0
cssselect2==0.3.0
defusedxml==0.6.0
Django==3.1.5
django-allauth==0.41.0
django-filter==2.4.0
djangorestframework==3.11.2
gunicorn==20.0.4
html5lib==1.1
idna==2.10
lxml==4.6.5
Markdown==3.2.2
MarkupSafe==1.1.1
oauthlib==3.1.0
olefile==0.46
parse==1.17.0
parse-type==0.5.2
pdfrw==0.4
Pillow==8.3.2
pycparser==2.20
Pyphen==0.9.5
python3-openid==3.2.0
pytz==2020.5
requests==2.27.1
requests-oauthlib==1.3.0
six==1.15.0
sqlparse==0.3.1
tinycss==0.4
tinycss2==1.0.2
urllib3==1.26.9
WeasyPrint==51
webencodings==0.5.1
| behave==1.2.6
behave-django==1.3.0
cairocffi==1.1.0
CairoSVG==2.5.1
certifi==2020.6.20
cffi==1.14.2
chardet==3.0.4
cssselect==1.1.0
cssselect2==0.3.0
defusedxml==0.6.0
Django==3.2.13
django-allauth==0.50.0
django-filter==2.4.0
djangorestframework==3.11.2
gunicorn==20.0.4
html5lib==1.1
idna==2.10
lxml==4.6.5
Markdown==3.2.2
MarkupSafe==1.1.1
oauthlib==3.1.0
olefile==0.46
parse==1.17.0
parse-type==0.5.2
pdfrw==0.4
Pillow==8.3.2
pycparser==2.20
Pyphen==0.9.5
python3-openid==3.2.0
pytz==2020.5
requests==2.27.1
requests-oauthlib==1.3.0
six==1.15.0
sqlparse==0.3.1
tinycss==0.4
tinycss2==1.0.2
urllib3==1.26.9
WeasyPrint==51
webencodings==0.5.1
|
Update rollbar from 0.13.17 to 0.13.18 | certifi==2018.1.18
chardet==3.0.4
dj-database-url==0.4.2
Django==2.0.2
django-grappelli==2.11.1
django-haystack==2.7.0
django-linkcheck==1.5
docutils==0.14
elasticsearch==6.1.1
gunicorn==19.7.1
idna==2.6
jmespath==0.9.3
newrelic==2.102.0.85
psycopg2==2.7.4
python-dateutil==2.6.1
python-ptrace==0.9.3
pytz==2018.3
pyuploadcare==2.2.1
requests==2.18.4
rollbar==0.13.17
simplejson==3.13.2
six==1.11.0
urllib3==1.22
whitenoise==3.3.1
Whoosh==2.7.4
| certifi==2018.1.18
chardet==3.0.4
dj-database-url==0.4.2
Django==2.0.2
django-grappelli==2.11.1
django-haystack==2.7.0
django-linkcheck==1.5
docutils==0.14
elasticsearch==6.1.1
gunicorn==19.7.1
idna==2.6
jmespath==0.9.3
newrelic==2.102.0.85
psycopg2==2.7.4
python-dateutil==2.6.1
python-ptrace==0.9.3
pytz==2018.3
pyuploadcare==2.2.1
requests==2.18.4
rollbar==0.13.18
simplejson==3.13.2
six==1.11.0
urllib3==1.22
whitenoise==3.3.1
Whoosh==2.7.4
|
Update to Django 1.10 and Django Ditto 0.3.0 | Django==1.9.7
django-debug-toolbar
django-ditto==0.2.10
gunicorn
psycopg2
pylibmc
| Django==1.10.1
django-debug-toolbar
django-ditto==0.3.0
gunicorn
psycopg2
pylibmc
|
Update pytest-cov from 2.2.0 to 2.3.0 | # Testing and deployment packages.
coverage==4.1
pytest==2.9.2
pytest-cov==2.2.0
freezegun==0.3.7
wheel==0.29.0
| # Testing and deployment packages.
coverage==4.1
pytest==2.9.2
pytest-cov==2.3.0
freezegun==0.3.7
wheel==0.29.0
|
Update pytest from 3.6.2 to 3.6.3 | 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.620
py==1.5.4
pycodestyle==2.4.0
pyflakes==2.0.0
pytest==3.6.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.620
py==1.5.4
pycodestyle==2.4.0
pyflakes==2.0.0
pytest==3.6.3
pytest-cov==2.5.1
typed-ast==1.1.0
|
Update django-extensions from 1.7.4 to 1.7.5 | -r base.txt
django-debug-toolbar==1.6
django-extensions==1.7.4
git+https://github.com/alsoicode/django-medusa
django-sendfile==0.3.11
livereload==2.4.1
selenium==3.0.1 | -r base.txt
django-debug-toolbar==1.6
django-extensions==1.7.5
git+https://github.com/alsoicode/django-medusa
django-sendfile==0.3.11
livereload==2.4.1
selenium==3.0.1 |
Install python2-pyOpenSSL package on CentOS | # This file facilitates OpenStack-CI package installation
# before the execution of any tests.
#
# See the following for details:
# - http://docs.openstack.org/infra/bindep/
# - https://github.com/openstack-infra/bindep
#
# Even if the role does not make use of this facility, it
# is better to have this file empty, otherwise OpenStack-CI
# will fall back to installing its default packages which
# will potentially be detrimental to the tests executed.
# Base requirements for Ubuntu
build-essential [platform:dpkg]
git-core [platform:dpkg]
libssl-dev [platform:dpkg]
libffi-dev [platform:dpkg]
python2.7 [platform:dpkg]
python-dev [platform:dpkg]
# Base requirements for CentOS
gcc [platform:rpm]
gcc-c++ [platform:rpm]
git [platform:rpm]
python-devel [platform:rpm]
libffi-devel [platform:rpm]
openssl-devel [platform:rpm]
# For SELinux
libselinux-python [platform:rpm]
# For SSL SNI support
python-pyasn1 [platform:dpkg]
python-openssl [platform:dpkg]
python-ndg-httpsclient [platform:ubuntu]
python2-pyasn1 [platform:rpm]
pyOpenSSL [platform:rpm]
python-ndg_httpsclient [platform:rpm]
# Required for compressing collected log files in CI
gzip
| # This file facilitates OpenStack-CI package installation
# before the execution of any tests.
#
# See the following for details:
# - http://docs.openstack.org/infra/bindep/
# - https://github.com/openstack-infra/bindep
#
# Even if the role does not make use of this facility, it
# is better to have this file empty, otherwise OpenStack-CI
# will fall back to installing its default packages which
# will potentially be detrimental to the tests executed.
# Base requirements for Ubuntu
build-essential [platform:dpkg]
git-core [platform:dpkg]
libssl-dev [platform:dpkg]
libffi-dev [platform:dpkg]
python2.7 [platform:dpkg]
python-dev [platform:dpkg]
# Base requirements for CentOS
gcc [platform:rpm]
gcc-c++ [platform:rpm]
git [platform:rpm]
python-devel [platform:rpm]
libffi-devel [platform:rpm]
openssl-devel [platform:rpm]
# For SELinux
libselinux-python [platform:rpm]
# For SSL SNI support
python-pyasn1 [platform:dpkg]
python-openssl [platform:dpkg]
python-ndg-httpsclient [platform:ubuntu]
python2-pyasn1 [platform:rpm]
python2-pyOpenSSL [platform:rpm]
python-ndg_httpsclient [platform:rpm]
# Required for compressing collected log files in CI
gzip
|
Bump pytest-cov from 2.8.1 to 2.9.0 | -r requirements.txt
attrs==19.3.0
pytest==5.4.2
pytest-cov==2.8.1
mock==2.0.0
flake8==3.8.2
pyflakes==2.2.0
| -r requirements.txt
attrs==19.3.0
pytest==5.4.2
pytest-cov==2.9.0
mock==2.0.0
flake8==3.8.2
pyflakes==2.2.0
|
Support lxqt-session and add necessary xdg autostart desktop entry files. | cmake_minimum_required( VERSION 2.6 )
file(GLOB DESKTOP_FILES_IN *.desktop.in)
# Translations **********************************
include(LxQtTranslate)
lxqt_translate_desktop(DESKTOP_FILES
SOURCES
${DESKTOP_FILES_IN}
)
add_custom_target(autostart_desktop_files ALL DEPENDS ${DESKTOP_FILES})
#************************************************
install(FILES ${DESKTOP_FILES} DESTINATION /etc/xdg/autostart)
| |
Update werkzeug from 0.11.10 to 0.14.1 | # Local development dependencies go here
-r base.txt
coverage==4.5.1
django-coverage-plugin==1.5.0
Sphinx==1.7.6
django-extensions==2.1.0
Werkzeug==0.11.10
django-test-plus==1.0.14
factory_boy==2.7.0
django-debug-toolbar==1.5
# improved REPL
ipdb==0.10.1
pytest-django==2.9.1
pytest-sugar==0.7.1
| # Local development dependencies go here
-r base.txt
coverage==4.5.1
django-coverage-plugin==1.5.0
Sphinx==1.7.6
django-extensions==2.1.0
Werkzeug==0.14.1
django-test-plus==1.0.14
factory_boy==2.7.0
django-debug-toolbar==1.5
# improved REPL
ipdb==0.10.1
pytest-django==2.9.1
pytest-sugar==0.7.1
|
Update list of generated files for sizing | # File is of the format [TYPE] [NAME]
# Where type can be path, prefix, or paths-from-repo
#
# Files which match these things will not be counted when determining
# the size of a given PR
path pkg/api/v1/deep_copy_generated.go
path pkg/api/deep_copy_generated.go
path pkg/expapi/v1/deep_copy_generated.go
path pkg/expapi/deep_copy_generated.go
path pkg/api/v1/conversion_generated.go
path pkg/expapi/v1/conversion_generated.go
path api/swagger-spec/resourceListing.json
path api/swagger-spec/version.json
path api/swagger-spec/api.json
path api/swagger-spec/v1.json
prefix Godeps/
paths-from-repo .generated_docs
| # File is of the format [TYPE] [NAME]
# Where type can be path, prefix, or paths-from-repo
#
# Files which match these things will not be counted when determining
# the size of a given PR
# roughly: find . -name \*generated\* | grep -E -v '^./(docs|Godeps|hack)/' | grep -v '.generated_docs' | cut -d '/' -f2- | sort
path pkg/api/deep_copy_generated.go
path pkg/apis/componentconfig/deep_copy_generated.go
path pkg/apis/componentconfig/types.generated.go
path pkg/apis/componentconfig/v1alpha1/conversion_generated.go
path pkg/apis/componentconfig/v1alpha1/deep_copy_generated.go
path pkg/apis/componentconfig/v1alpha1/types.generated.go
path pkg/apiserver/testing/types.generated.go
path pkg/apis/extensions/deep_copy_generated.go
path pkg/apis/extensions/types.generated.go
path pkg/apis/extensions/v1beta1/conversion_generated.go
path pkg/apis/extensions/v1beta1/deep_copy_generated.go
path pkg/apis/extensions/v1beta1/types.generated.go
path pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go
path pkg/api/types.generated.go
path pkg/api/unversioned/types_swagger_doc_generated.go
path pkg/api/v1/conversion_generated.go
path pkg/api/v1/deep_copy_generated.go
path pkg/api/v1/types.generated.go
path pkg/api/v1/types_swagger_doc_generated.go
path pkg/kubectl/testing/types.generated.go
path pkg/storage/testing/types.generated.go
prefix Godeps/
prefix api/swagger-spec/
paths-from-repo .generated_docs
|
Add ltv audience generation notebook and dependencies. | # Copyright 2022 Google LLC.
#
# 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
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
absl-py>=1.0.0
gps_building_blocks>=1.27.0,<=2.0
lxml>=4.6.3,<=5.0
plotly>=5.4.0
| # Copyright 2022 Google LLC.
#
# 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
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
absl-py>=1.0.0
gps_building_blocks>=1.27.0,<=2.0
lxml>=4.6.3,<=5.0
plotly>=5.4.0
pydata-google-auth
google-auth
google-auth-oauthlib
google-cloud-bigquery
google-cloud-bigquery-storage
db-dtypes
pandas-gbq>=0.17
|
Add mock as a requirement. | -r requirements.txt
git+https://github.com/seomoz/asis
nose
coverage
| -r requirements.txt
git+https://github.com/seomoz/asis
nose
coverage
mock
|
Fix undefined pthread references when building against libc++ | if(NOT LLD_BUILT_STANDALONE)
set(tablegen_deps intrinsics_gen)
endif()
add_lld_library(lldCore
DefinedAtom.cpp
Error.cpp
File.cpp
LinkingContext.cpp
Reader.cpp
Reproduce.cpp
Resolver.cpp
SymbolTable.cpp
TargetOptionsCommandFlags.cpp
TaskGroup.cpp
Writer.cpp
ADDITIONAL_HEADER_DIRS
${LLD_INCLUDE_DIR}/lld/Core
LINK_COMPONENTS
MC
Support
DEPENDS
${tablegen_deps}
)
| if(NOT LLD_BUILT_STANDALONE)
set(tablegen_deps intrinsics_gen)
endif()
add_lld_library(lldCore
DefinedAtom.cpp
Error.cpp
File.cpp
LinkingContext.cpp
Reader.cpp
Reproduce.cpp
Resolver.cpp
SymbolTable.cpp
TargetOptionsCommandFlags.cpp
TaskGroup.cpp
Writer.cpp
ADDITIONAL_HEADER_DIRS
${LLD_INCLUDE_DIR}/lld/Core
LINK_COMPONENTS
MC
Support
LINK_LIBS
${LLVM_PTHREAD_LIB}
DEPENDS
${tablegen_deps}
)
|
Add release mode, and set to Debug mode | cmake_minimum_required(VERSION 2.8)
# Directories
set(SRC_DIR src)
set(LIB_DIR libs)
set(INC_DIR include)
# Project data
project(testcmake)
# I like verbose, must after project, do not know why
set(CMAKE_VERBOSE_MAKEFILE true)
# Where to include?
include_directories(${INC_DIR})
# Files to compile
set(test_SRCS ${SRC_DIR}/test.c ${LIB_DIR}/liba.c ${LIB_DIR}/libb.c)
add_executable(${PROJECT_NAME} ${test_SRCS})
| cmake_minimum_required(VERSION 2.8)
# Directories
set(SRC_DIR src)
set(LIB_DIR libs)
set(INC_DIR include)
# Project data
project(testcmake)
# Release mode
set(CMAKE_BUILD_TYPE Debug)
# I like verbose, must after project, do not know why
set(CMAKE_VERBOSE_MAKEFILE true)
# Where to include?
include_directories(${INC_DIR})
# Files to compile
set(test_SRCS ${SRC_DIR}/test.c ${LIB_DIR}/liba.c ${LIB_DIR}/libb.c)
add_executable(${PROJECT_NAME} ${test_SRCS})
|
Exclude a few more autoconf generated files. | BUILDS
autom4te.cache
build
build-aux
body_factory
blib
.*\.txt$
.*\.cfg$
.*\.in$
.*\.dot$
.*\.svg$
.*\.sed$
.*\.dtd$
.*\.tsconfig$
.clang-format
.*\.default$
.*\.default\.in$
.*\.config$
.gitignore
.gitmodules
.indent.pro
.vimrc
CHANGES
LAYOUT
README.*$
TODO
REVIEWERS
MANIFEST
configure
ink_rand\.cc
ink_rand\.h
ink_res_init\.cc
ink_res_mkquery\.cc
hashtable.cc
logstats\.json
logstats\.summary
test_AIO.sample
stale_while_revalidate.conf
stats\.memo
port\.h
luajit
diags.log
pm_to_blib
| BUILDS
autom4te.cache
build
build-aux
body_factory
config.log
config.nice
config.status
libtool
blib
.*\.txt$
.*\.cfg$
.*\.in$
.*\.dot$
.*\.svg$
.*\.sed$
.*\.dtd$
.*\.tsconfig$
.clang-format
.*\.default$
.*\.default\.in$
.*\.config$
.gitignore
.gitmodules
.indent.pro
.vimrc
CHANGES
LAYOUT
README.*$
TODO
REVIEWERS
MANIFEST
configure
ink_rand\.cc
ink_rand\.h
ink_res_init\.cc
ink_res_mkquery\.cc
hashtable.cc
logstats\.json
logstats\.summary
test_AIO.sample
stale_while_revalidate.conf
stats\.memo
port\.h
luajit
diags.log
pm_to_blib
|
Update django-debug-toolbar from 1.11 to 2.1 | # Local development dependencies go here
-r base.txt
-r test.txt
# Documentation
sphinx==2.0.0
sphinx-rtd-theme==0.4.3
# Debugging Tools
django-debug-toolbar==1.11
django-extensions==2.1.6
| # Local development dependencies go here
-r base.txt
-r test.txt
# Documentation
sphinx==2.0.0
sphinx-rtd-theme==0.4.3
# Debugging Tools
django-debug-toolbar==2.1
django-extensions==2.1.6
|
Use proper formatting for currencies | Dear manager of the event {{ event.getTitle() }},
It appears that the payment of the registrant with ID {{ registrant.getId() }} has an incorrect
amount of money (received {{ format_currency(amount, currency, locale='en') }} while expecting {{ format_currency(registrant.getTotal(), currency, locale='en') }}.
Please, check with the registrant to see if there was some misunderstanding.
Regards.
| Dear manager of the event {{ event.getTitle() }},
It appears that the payment of the registrant with ID {{ registrant.getId() }} has an incorrect
amount of money (received {{ format_currency(amount, currency, locale='en_GB') }} while expecting {{ format_currency(registrant.getTotal(), currency, locale='en_GB') }}.
Please, check with the registrant to see if there was some misunderstanding.
Regards.
|
Update django-model-utils from 3.0.0 to 3.1.1 | # Common requirements
django==2.0.*
django-braces==1.12.0
django-crispy-forms==1.7.0
django-redis==4.8.0
django-model-utils==3.0.0
django-extensions==1.9.8
django-webpack-loader==0.5.0
psycopg2==2.7.3.2
requests==2.18.4
urllib3==1.22
# Markdown & LaTeX
jinja2==2.10
MarkupSafe==1.0
pypandoc==1.4
markdown==2.6.10
# misc
django-anymail==1.2
bpython==0.16
redis==2.10.6
rollbar==0.13.17
# Compressor
django-compressor==2.2
rcssmin==1.0.6
rjsmin==1.0.12
# Auth
django-authtools==1.6.0
django-allauth==0.34.0
defusedxml==0.5.0
oauthlib==2.0.6
python3-openid==3.1.0
requests-oauthlib==0.8.0
| # Common requirements
django==2.0.*
django-braces==1.12.0
django-crispy-forms==1.7.0
django-redis==4.8.0
django-model-utils==3.1.1
django-extensions==1.9.8
django-webpack-loader==0.5.0
psycopg2==2.7.3.2
requests==2.18.4
urllib3==1.22
# Markdown & LaTeX
jinja2==2.10
MarkupSafe==1.0
pypandoc==1.4
markdown==2.6.10
# misc
django-anymail==1.2
bpython==0.16
redis==2.10.6
rollbar==0.13.17
# Compressor
django-compressor==2.2
rcssmin==1.0.6
rjsmin==1.0.12
# Auth
django-authtools==1.6.0
django-allauth==0.34.0
defusedxml==0.5.0
oauthlib==2.0.6
python3-openid==3.1.0
requests-oauthlib==0.8.0
|
Revert r170801, which breaks the mingw build. | set(MODULE TRUE)
set( LLVM_LINK_COMPONENTS support mc)
add_clang_library(PrintFunctionNames PrintFunctionNames.cpp)
add_dependencies(PrintFunctionNames
ClangAttrClasses
ClangAttrList
ClangCommentNodes
ClangDeclNodes
ClangDiagnosticCommon
ClangStmtNodes
)
target_link_libraries(PrintFunctionNames
clangAST
)
set_target_properties(PrintFunctionNames
PROPERTIES
LINKER_LANGUAGE CXX
PREFIX "")
| set(MODULE TRUE)
set( LLVM_LINK_COMPONENTS support mc)
add_clang_library(PrintFunctionNames PrintFunctionNames.cpp)
add_dependencies(PrintFunctionNames
ClangAttrClasses
ClangAttrList
ClangCommentNodes
ClangDeclNodes
ClangDiagnosticCommon
ClangStmtNodes
)
target_link_libraries(PrintFunctionNames
clangFrontend
clangAST
)
set_target_properties(PrintFunctionNames
PROPERTIES
LINKER_LANGUAGE CXX
PREFIX "")
|
Use more generic way to set-up include and lib paths for snippets. | if(BUILD_TESTING)
include_directories(${MITK_INCLUDE_DIRS} ${ITK_INCLUDE_DIRS} ${VTK_INCLUDE_DIRS})
link_directories(${MITK_LINK_DIRECTORIES})
mitkFunctionCompileSnippets("${CMAKE_CURRENT_SOURCE_DIR}" ${MITK_LIBRARIES})
endif()
| if(BUILD_TESTING)
MITK_USE_MODULE(Mitk)
include_directories(${ALL_INCLUDE_DIRECTORIES})
link_directories(${ALL_LIBRARY_DIRS})
mitkFunctionCompileSnippets("${CMAKE_CURRENT_SOURCE_DIR}" ${ALL_LIBRARIES})
endif()
|
Fix the build issue in fdb_functional_test | add_executable(fdb_functional_test
fdb_functional_test.cc
${GETTIMEOFDAY_VS})
target_link_libraries(fdb_functional_test forestdb)
add_executable(fdb_extended_test
fdb_extended_test.cc
${ROOT_UTILS}/time_utils.cc
${GETTIMEOFDAY_VS})
target_link_libraries(fdb_extended_test forestdb)
# add test target
add_test(fdb_functional_test fdb_functional_test)
add_test(fdb_extended_test fdb_extended_test)
ADD_CUSTOM_TARGET(functional_tests
COMMAND ctest
)
| add_executable(fdb_functional_test
fdb_functional_test.cc
${ROOT_UTILS}/time_utils.cc
${GETTIMEOFDAY_VS})
target_link_libraries(fdb_functional_test forestdb)
add_executable(fdb_extended_test
fdb_extended_test.cc
${ROOT_UTILS}/time_utils.cc
${GETTIMEOFDAY_VS})
target_link_libraries(fdb_extended_test forestdb)
# add test target
add_test(fdb_functional_test fdb_functional_test)
add_test(fdb_extended_test fdb_extended_test)
ADD_CUSTOM_TARGET(functional_tests
COMMAND ctest
)
|
Update mypy from 0.550 to 0.560 | # Testing and CI requirements
-r common.txt
factory_boy==2.9.2
Faker==0.8.7
mock==2.0.0
pytest==3.3.1
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.8.0
# Linting
flake8==3.5.0
flake8-docstrings==1.1.0
flake8-tidy-imports==1.1.0
mypy==0.550
pycodestyle==2.3.1
pytest-flake8==0.9.1
# Coverage
coverage==4.4.2
codecov==2.0.10
pytest-cov==2.5.1
# Utils
dj-inmemorystorage==1.4.1 | # Testing and CI requirements
-r common.txt
factory_boy==2.9.2
Faker==0.8.7
mock==2.0.0
pytest==3.3.1
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.8.0
# Linting
flake8==3.5.0
flake8-docstrings==1.1.0
flake8-tidy-imports==1.1.0
mypy==0.560
pycodestyle==2.3.1
pytest-flake8==0.9.1
# Coverage
coverage==4.4.2
codecov==2.0.10
pytest-cov==2.5.1
# Utils
dj-inmemorystorage==1.4.1 |
Update Material Tea Timer to 1.2 (12) | Categories:Time
License:GPLv3
Web Site:https://github.com/ligi/MaterialTeaTimer/blob/HEAD/README.md
Source Code:https://github.com/ligi/MaterialTeaTimer
Issue Tracker:https://github.com/ligi/MaterialTeaTimer/issues
Auto Name:Material Tea Timer
Summary:Time your tea with style
Description:
Material design themed tea timer.
.
Repo Type:git
Repo:https://github.com/ligi/MaterialTeaTimer
Build:1.0,1
commit=1.0
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.1
Current Version Code:11
| Categories:Time
License:GPLv3
Web Site:https://github.com/ligi/MaterialTeaTimer/blob/HEAD/README.md
Source Code:https://github.com/ligi/MaterialTeaTimer
Issue Tracker:https://github.com/ligi/MaterialTeaTimer/issues
Auto Name:Material Tea Timer
Summary:Time your tea with style
Description:
Material design themed tea timer.
.
Repo Type:git
Repo:https://github.com/ligi/MaterialTeaTimer
Build:1.0,1
commit=1.0
subdir=app
gradle=yes
Build:1.2,12
commit=1.2
subdir=android
gradle=prodNoFirebase
prebuild=sed -i -e '/withFirebaseCompile/d' build.gradle
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.2
Current Version Code:12
|
Remove retired nodes and a link | // https://bitsharestalk.org/index.php/topic,23715.0.html
"seed01.liondani.com:1776", // liondani (GERMANY)
"209.105.239.13:1776", // sahkan (USA)
"45.35.12.22:1776", // sahkan (USA)
"bts.lafona.net:1776", // lafona (France)
"bts-seed1.abit-more.com:62015", // abit (China)
"node.blckchnd.com:4243", // blckchnd (Germany)
"seed.roelandp.nl:1776", // roelandp (Canada)
"seed04.bts-nodes.net:1776", // Thom (Australia)
"seed05.bts-nodes.net:1776", // Thom (USA)
"seed06.bts-nodes.net:1776", // Thom (USA)
"seed07.bts-nodes.net:1776", // Thom (Singapore)
"seed.bts.bangzi.info:55501", // Bangzi (Germany)
"seeds.bitshares.eu:1776", // pc (http://seeds.quisquis.de/bitshares.html)
| // https://bitsharestalk.org/index.php/topic,23715.0.html
"seed01.liondani.com:1776", // liondani (GERMANY)
"209.105.239.13:1776", // sahkan (USA)
"45.35.12.22:1776", // sahkan (USA)
"bts.lafona.net:1776", // lafona (France)
"bts-seed1.abit-more.com:62015", // abit (China)
"node.blckchnd.com:4243", // blckchnd (Germany)
"seed.roelandp.nl:1776", // roelandp (Canada)
"seed.bts.bangzi.info:55501", // Bangzi (Germany)
"seeds.bitshares.eu:1776", // pc
|
Bump pytest from 5.1.3 to 5.2.0 | pytest==5.1.3
pytest-cov==2.7.1
coverage==4.5.4
coveralls==1.8.2
pycodestyle==2.5.0 | pytest==5.2.0
pytest-cov==2.7.1
coverage==4.5.4
coveralls==1.8.2
pycodestyle==2.5.0 |
Add python-memcached to the requirements. | # Requirements to deploy this code.
akismet == 0.2.0
Django >= 1.2, < 1.3
django-registration == 0.7
docutils >= 0.6, < 0.7
FeedParser >= 4.1, < 5.0
Jinja2 >= 2.4, < 2.5
psycopg2 >= 2.2, < 2.3
Sphinx >= 0.6, < 0.7
Unipath >= 0.2, < 0.3
http://bitbucket.org/ubernostrum/django-contact-form/get/tip.bz2
| # Requirements to deploy this code.
akismet == 0.2.0
Django >= 1.2, < 1.3
django-registration == 0.7
docutils >= 0.6, < 0.7
FeedParser >= 4.1, < 5.0
Jinja2 >= 2.4, < 2.5
psycopg2 >= 2.2, < 2.3
python-memcached >= 1.45, < 2.0
Sphinx >= 0.6, < 0.7
Unipath >= 0.2, < 0.3
http://bitbucket.org/ubernostrum/django-contact-form/get/tip.bz2
|
Update pytest-cov from 2.6.1 to 2.7.1 | -r requirements.txt
check-manifest==0.38
pyroma==2.4
pytest-mock==1.10.4
pytest==4.4.1
tox==3.9.0
flake8==3.7.7
twine==1.13.0
coverage==4.5.3
pytest-cov==2.6.1
Sphinx==2.0.1
sphinx-autobuild==0.7.1
redis==3.2.1
Cython==0.29.7
happybase==1.1.0 | -r requirements.txt
check-manifest==0.38
pyroma==2.4
pytest-mock==1.10.4
pytest==4.4.1
tox==3.9.0
flake8==3.7.7
twine==1.13.0
coverage==4.5.3
pytest-cov==2.7.1
Sphinx==2.0.1
sphinx-autobuild==0.7.1
redis==3.2.1
Cython==0.29.7
happybase==1.1.0 |
Update sphinx from 1.6.4 to 1.6.5 | # Runtime requirements
--requirement requirements.txt
# Testing
pytest==3.2.3
pytest-cov==2.5.1
# Documentation
Sphinx==1.6.4
| # Runtime requirements
--requirement requirements.txt
# Testing
pytest==3.2.3
pytest-cov==2.5.1
# Documentation
Sphinx==1.6.5
|
Update pytest-mock from 1.10.1 to 1.10.2 | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==4.3.1
factory-boy==2.11.1
pytest-mock==1.10.1
webtest==2.0.33
pytest-cov==2.6.1
# Lint and code style
flake8==3.7.7
flake8-docstrings==1.3.0
flake8-quotes==1.0.0
pep8-naming==0.8.2
| # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==4.3.1
factory-boy==2.11.1
pytest-mock==1.10.2
webtest==2.0.33
pytest-cov==2.6.1
# Lint and code style
flake8==3.7.7
flake8-docstrings==1.3.0
flake8-quotes==1.0.0
pep8-naming==0.8.2
|
Update sphinx from 1.7.2 to 1.7.3 | sphinx==1.7.2
alagitpull==0.0.20
releases==1.4.1
sphinxcontrib-napoleon==0.6.1
| sphinx==1.7.3
alagitpull==0.0.20
releases==1.4.1
sphinxcontrib-napoleon==0.6.1
|
Update pytest from 5.0.1 to 5.3.1 | bumpversion==0.5.3
coverage==4.5.4
flake8==3.7.8
pytest==5.0.1
pytz==2019.2
Sphinx==2.1.2
tox==3.13.2
| bumpversion==0.5.3
coverage==4.5.4
flake8==3.7.8
pytest==5.3.1
pytz==2019.2
Sphinx==2.1.2
tox==3.13.2
|
Update tox from 2.3.1 to 2.5.0 | argparse==1.4.0
bumpversion==0.5.3
coverage==4.2
cryptography==1.6
flake8==3.2.1
flask==0.11.1
mock==2.0.0
pip==9.0.1
plumbum==1.6.2
pre-commit==0.9.3
pytest==3.0.4
PyYAML==3.12
Sphinx==1.4.9
tox==2.3.1
watchdog==0.8.3
wheel==0.29.0
| argparse==1.4.0
bumpversion==0.5.3
coverage==4.2
cryptography==1.6
flake8==3.2.1
flask==0.11.1
mock==2.0.0
pip==9.0.1
plumbum==1.6.2
pre-commit==0.9.3
pytest==3.0.4
PyYAML==3.12
Sphinx==1.4.9
tox==2.5.0
watchdog==0.8.3
wheel==0.29.0
|
Update sphinx from 1.7.7 to 1.7.8 | pip==18.0
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.2.1
coverage==4.5.1
Sphinx==1.7.7
cryptography==2.3.1
PyYAML==4.2b4
pytest==3.7.3
pyaudio==0.2.11
| pip==18.0
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.2.1
coverage==4.5.1
Sphinx==1.7.8
cryptography==2.3.1
PyYAML==4.2b4
pytest==3.7.3
pyaudio==0.2.11
|
Add FreeMarker syntax highlighting (*.ftl) | 13xforever.language-x86-64-assembly
caleb531.sca-for-vscode
cssho.vscode-svgviewer
dbaeumer.vscode-eslint
EditorConfig.EditorConfig
HookyQR.beautify
idleberg.applescript
jeremyljackson.vs-docblock
jock.svg
kevinglasson.cornflakes-linter
luggage66.AWK
mathematic.vscode-latex
mattn.Lisp
mrmlnc.vscode-apache
ms-vscode-remote.remote-ssh-edit
patbenatar.advanced-new-file
rashwell.tcl
rebornix.prolog
SirTobi.pegjs-language
stkb.rewrap
timonwong.shellcheck
tommasov.hosts
v4run.transpose
vincaslt.highlight-matching-tag
waderyan.gitblame
XadillaX.viml
| 13xforever.language-x86-64-assembly
caleb531.sca-for-vscode
cssho.vscode-svgviewer
dbaeumer.vscode-eslint
dcortes92.FreeMarker
EditorConfig.EditorConfig
HookyQR.beautify
idleberg.applescript
jeremyljackson.vs-docblock
jock.svg
kevinglasson.cornflakes-linter
luggage66.AWK
mathematic.vscode-latex
mattn.Lisp
mrmlnc.vscode-apache
ms-vscode-remote.remote-ssh-edit
patbenatar.advanced-new-file
rashwell.tcl
rebornix.prolog
SirTobi.pegjs-language
stkb.rewrap
timonwong.shellcheck
tommasov.hosts
v4run.transpose
vincaslt.highlight-matching-tag
waderyan.gitblame
XadillaX.viml
|
Update to latest Django security release | Django==1.5.2
Pillow==2.1.0
South==0.8.2
bleach==1.2.2
defusedxml==0.4.1
django-classy-tags==0.4
dj-database-url==0.2.2
django-floppyforms==1.1
django-password-reset==0.5
django-push==0.6
django-ratelimit-backend==0.6
django-redis-cache==0.10.0
django-rq-dashboard==0.2
django-sekizai==0.7
djangorestframework==2.3.8
envdir==0.4.1
feedparser==5.1.3
hiredis==0.1.1
html5lib==0.95
httplib2==0.8
lxml==3.2.3
more_itertools==2.2
oauth2==1.5.211
opml==0.5
procname==0.3
psycopg2==2.5.1
python-dateutil==2.1
python-magic==0.4.3
pytz==2013b
rache==0.3.1
raven==3.4.1
redis==2.8.0
requests==1.2.3
rq==0.3.11
six==1.3.0
times==0.6.2
| Django==1.5.4
Pillow==2.1.0
South==0.8.2
bleach==1.2.2
defusedxml==0.4.1
django-classy-tags==0.4
dj-database-url==0.2.2
django-floppyforms==1.1
django-password-reset==0.5
django-push==0.6
django-ratelimit-backend==0.6
django-redis-cache==0.10.0
django-rq-dashboard==0.2
django-sekizai==0.7
djangorestframework==2.3.8
envdir==0.4.1
feedparser==5.1.3
hiredis==0.1.1
html5lib==0.95
httplib2==0.8
lxml==3.2.3
more_itertools==2.2
oauth2==1.5.211
opml==0.5
procname==0.3
psycopg2==2.5.1
python-dateutil==2.1
python-magic==0.4.3
pytz==2013d
rache==0.3.1
raven==3.4.1
redis==2.8.0
requests==1.2.3
rq==0.3.11
six==1.4.1
times==0.6.2
|
Bump pytest from 4.6.1 to 4.6.2 | # Minimum Django and REST framework version
Django>=1.11.14,<2.0
djangorestframework>=3.6,<3.10
marshmallow>=2.15.3,<3.0
# Test requirements
pytest-django==3.5.0
pytest==4.6.1
pytest-cov==2.7.1
flake8==3.7.7
# MkDocs for documentation
mkdocs==1.0.4
| # Minimum Django and REST framework version
Django>=1.11.14,<2.0
djangorestframework>=3.6,<3.10
marshmallow>=2.15.3,<3.0
# Test requirements
pytest-django==3.5.0
pytest==4.6.2
pytest-cov==2.7.1
flake8==3.7.7
# MkDocs for documentation
mkdocs==1.0.4
|
Update autobahn from 19.3.3 to 19.5.1 | asn1crypto==0.24.0
attrs==19.1.0
autobahn==19.3.3
Automat==0.7.0
cffi==1.12.3
constantly==15.1.0
coverage==4.5.3
coveralls==1.7.0
cryptography==2.6.1
hyperlink==19.0.0
idna==2.8
incremental==17.5.0
nose==1.3.7
pyasn1==0.4.5
pyasn1-modules==0.2.5
pycparser==2.19
pytest==4.5.0
pyOpenSSL==19.0.0
pytest-cov==2.7.1
service-identity==18.1.0
six==1.12.0
Sphinx==2.0.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-napoleon==0.7
sphinxcontrib-websupport==1.1.0
txaio==18.8.1
zope.interface==4.6.0
| asn1crypto==0.24.0
attrs==19.1.0
autobahn==19.5.1
Automat==0.7.0
cffi==1.12.3
constantly==15.1.0
coverage==4.5.3
coveralls==1.7.0
cryptography==2.6.1
hyperlink==19.0.0
idna==2.8
incremental==17.5.0
nose==1.3.7
pyasn1==0.4.5
pyasn1-modules==0.2.5
pycparser==2.19
pytest==4.5.0
pyOpenSSL==19.0.0
pytest-cov==2.7.1
service-identity==18.1.0
six==1.12.0
Sphinx==2.0.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-napoleon==0.7
sphinxcontrib-websupport==1.1.0
txaio==18.8.1
zope.interface==4.6.0
|
Upgrade dependency requests to ==2.16.3 | arrow==0.10.0
beautifulsoup4==4.6.0
blessed==1.14.2
Django==1.11
django-picklefield==0.3.2
django-q==0.8.0
fake-useragent==0.1.7
future==0.16.0
psycopg2==2.7.1
python-dateutil==2.6.0
requests==2.16.2
six==1.10.0
uWSGI==2.0.15
wcwidth==0.1.7
| arrow==0.10.0
beautifulsoup4==4.6.0
blessed==1.14.2
Django==1.11
django-picklefield==0.3.2
django-q==0.8.0
fake-useragent==0.1.7
future==0.16.0
psycopg2==2.7.1
python-dateutil==2.6.0
requests==2.16.3
six==1.10.0
uWSGI==2.0.15
wcwidth==0.1.7
|
Update autobahn from 17.7.1 to 17.9.1 | asn1crypto==0.22.0
attrs==17.2.0
autobahn==17.7.1
Automat==0.6.0
cffi==1.10.0
constantly==15.1.0
coverage==4.4.1
coveralls==1.1
cryptography==2.0.3
hyperlink==17.2.1
idna==2.6
incremental==17.5.0
nose==1.3.7
pyasn1==0.2.3
pyasn1-modules==0.0.11
pycparser==2.17
pyOpenSSL==17.0.0
pytest==3.2.1
pytest-cov==2.5.1
service-identity==17.0.0
six==1.10.0
Sphinx==1.6.3
sphinx-rtd-theme==0.2.4
sphinxcontrib-napoleon==0.6.1
sphinxcontrib-websupport==1.0.1
txaio==2.8.1
zope.interface==4.4.2
| asn1crypto==0.22.0
attrs==17.2.0
autobahn==17.9.1
Automat==0.6.0
cffi==1.10.0
constantly==15.1.0
coverage==4.4.1
coveralls==1.1
cryptography==2.0.3
hyperlink==17.2.1
idna==2.6
incremental==17.5.0
nose==1.3.7
pyasn1==0.2.3
pyasn1-modules==0.0.11
pycparser==2.17
pyOpenSSL==17.0.0
pytest==3.2.1
pytest-cov==2.5.1
service-identity==17.0.0
six==1.10.0
Sphinx==1.6.3
sphinx-rtd-theme==0.2.4
sphinxcontrib-napoleon==0.6.1
sphinxcontrib-websupport==1.0.1
txaio==2.8.1
zope.interface==4.4.2
|
Update ufolib from 2.0.0 to 2.1.0 | fonttools==3.13.1
ufoLib==2.0.0
defcon==0.3.2
cu2qu==1.1.1
compreffor==0.4.4
| fonttools==3.13.1
ufoLib==2.1.0
defcon==0.3.2
cu2qu==1.1.1
compreffor==0.4.4
|
Upgrade dependency requests to ==2.17.0 | BeautifulSoup==3.2.1
args==0.1.0
clint==0.5.1
gnureadline==6.3.3
pyglance>=0.3.1
requests==2.16.5
wsgiref==0.1.2
| BeautifulSoup==3.2.1
args==0.1.0
clint==0.5.1
gnureadline==6.3.3
pyglance>=0.3.1
requests==2.17.0
wsgiref==0.1.2
|
Update ADB Manager to 1.0.8 (21) | Categories:Development
License:Apache2
Web Site:
Source Code:https://github.com/ilijamt/android-adbm
Issue Tracker:https://github.com/ilijamt/android-adbm/issues
Auto Name:ADB Manager
Summary:Manage Android Debug Bridge
Description:
* Easy control and access details from notification bar
* Auto connect on saved WiFi networks
* Auto start on boot, you can select if you want to or not from the preferences screen
* Automatically switch between USB and NETWORK when you disconnect/connect from/to WiFi
* Configurable service management
* Different color coded icons depending on the state of the ADB
* Keep screen on while the service is running
* Wake the screen when new package is installed
* You can toggle the ADB state by touching the image in the notification bar
[https://raw.github.com/ilijamt/android-adbm/master/changelog.md Changelog]
'''Requires root'''
.
Requires Root:Yes
Repo Type:git
Repo:https://github.com/ilijamt/android-adbm.git
Build:1.0.1,16
commit=1.0.1
init=rm build.xml
Build:1.0.5,18
commit=1.0.5
init=rm build.xml
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.0.8
Current Version Code:21
| Categories:Development
License:Apache2
Web Site:
Source Code:https://github.com/ilijamt/android-adbm
Issue Tracker:https://github.com/ilijamt/android-adbm/issues
Auto Name:ADB Manager
Summary:Manage Android Debug Bridge
Description:
* Easy control and access details from notification bar
* Auto connect on saved WiFi networks
* Auto start on boot, you can select if you want to or not from the preferences screen
* Automatically switch between USB and NETWORK when you disconnect/connect from/to WiFi
* Configurable service management
* Different color coded icons depending on the state of the ADB
* Keep screen on while the service is running
* Wake the screen when new package is installed
* You can toggle the ADB state by touching the image in the notification bar
[https://raw.github.com/ilijamt/android-adbm/master/changelog.md Changelog]
'''Requires root'''
.
Requires Root:Yes
Repo Type:git
Repo:https://github.com/ilijamt/android-adbm.git
Build:1.0.1,16
commit=1.0.1
init=rm build.xml
Build:1.0.5,18
commit=1.0.5
init=rm build.xml
Build:1.0.8,21
commit=1.0.8
init=rm build.xml
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.0.8
Current Version Code:21
|
Add temp file to track diff status | ================================================================================
This file records the status of the ongoing diff of 6.0.x against trunk. The
purpose of the diff is to ensure that:
- all the changes to 6.0.x have also been made to trunk
- all appropriate changes from trunk are ported to 6.0.x
- the trunk change log is complete
As the diff progresses, all of the differences between 6.0.x and trunk will be
one of the following:
- merged into trunk/6.0.x as appropriate to eliminate the difference
- proposed for merge into 6.0.x
- added to the trunk change log
================================================================================
TODO
====
/bin
/conf
/java
/native
/res
/test
/webapps
Note that larger directory structures, like java, will be broken down into
smaller, more manageable chunks.
In progress
===========
/ - markt
Complete
========
None
Issues
======
None | |
Set autoname of J Puzzle | Categories:Games
License:MIT
Web Site:http://fir.im/jigsaw
Source Code:https://github.com/richardchien/jigsaw-android
Issue Tracker:https://github.com/richardchien/jigsaw-android/issues
Auto Name:J 拼图
Summary:Play a jigsaw puzzle game
Description:
Assemble puzzle pieces to an image.
.
Repo Type:git
Repo:https://github.com/richardchien/jigsaw-android
Build:1.0.0,2
commit=f5bd7e164b65a4484575fad2bfb1519a0372b77c
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0.0
Current Version Code:2
| Categories:Games
License:MIT
Web Site:http://fir.im/jigsaw
Source Code:https://github.com/richardchien/jigsaw-android
Issue Tracker:https://github.com/richardchien/jigsaw-android/issues
Auto Name:J Puzzle
Summary:Play a jigsaw puzzle game
Description:
Assemble puzzle pieces to an image.
.
Repo Type:git
Repo:https://github.com/richardchien/jigsaw-android
Build:1.0.0,2
commit=f5bd7e164b65a4484575fad2bfb1519a0372b77c
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0.0
Current Version Code:2
|
Update codecov from 2.0.10 to 2.0.14 | # Testing and CI requirements
-r common.txt
factory_boy==2.9.2
Faker==0.8.10
mock==2.0.0
pytest==3.3.1
pytest-django==3.1.2
pytest-mock==1.6.3
pytest-stepwise==0.4
pytest-xdist==1.21.0
python-magic==0.4.13
selenium==3.8.1
# Linting
flake8==3.5.0
flake8-docstrings==1.1.0
flake8-tidy-imports==1.1.0
mypy==0.560
pycodestyle==2.3.1
pytest-flake8==0.9.1
# Coverage
coverage==4.4.2
codecov==2.0.10
pytest-cov==2.5.1
# Utils
dj-inmemorystorage==1.4.1 | # Testing and CI requirements
-r common.txt
factory_boy==2.9.2
Faker==0.8.10
mock==2.0.0
pytest==3.3.1
pytest-django==3.1.2
pytest-mock==1.6.3
pytest-stepwise==0.4
pytest-xdist==1.21.0
python-magic==0.4.13
selenium==3.8.1
# Linting
flake8==3.5.0
flake8-docstrings==1.1.0
flake8-tidy-imports==1.1.0
mypy==0.560
pycodestyle==2.3.1
pytest-flake8==0.9.1
# Coverage
coverage==4.4.2
codecov==2.0.14
pytest-cov==2.5.1
# Utils
dj-inmemorystorage==1.4.1 |
Add question into question list | 1) attr, attr_reader, attr_writer, attr_acessor ( difference "attr :a" vs "attr :a, true" обьявит только один геттер, вместе с true - два метода )
| 1) attr, attr_reader, attr_writer, attr_acessor ( difference "attr :a" vs "attr :a, true" обьявит только один геттер, вместе с true - два метода )
2) Шаблоны проектирования ( паттерны ) - эффективные способы решения характерных задач проектирования, в часности проектирования компьютерных програм. Паттерн не является законченным образцом проекта , который может быть прямо преобразован в код, скорее это описание или образец для того как решить задачу, таким образом что бы это можно было использовать в различных ситуациях. |
Update Hangman to 0.3.1-alpha (4) | Categories:Games
License:MIT
Web Site:https://github.com/darthjoey91/Hangman-Android/blob/HEAD/README.md
Source Code:https://github.com/darthjoey91/Hangman-Android
Issue Tracker:https://github.com/darthjoey91/Hangman-Android/issues
Auto Name:Hangman
Summary:English language Hangman game
Description:
A Hangman game that uses 40000 English words.
To Play:
* Pressing the gallows resets the game.
* Pressing the blanks submits a letter.
* Wrong letters appear to the right.
* Only single characters are allowed to be submitted.
.
Repo Type:git
Repo:https://github.com/darthjoey91/Hangman-Android.git
Build:1.0,1
disable=this is not 1.0
commit=v0.1-alpha
subdir=app
gradle=yes
prebuild=sed -i -e '/repo1/d' -e '/repo1/amavenCentral()' build.gradle ../build.gradle
Build:0.2-alpha,2
commit=v0.2-alpha
subdir=app
gradle=yes
Build:0.3-alpha,3
commit=v0.3-alpha
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.3-alpha
Current Version Code:3
| Categories:Games
License:MIT
Web Site:https://github.com/darthjoey91/Hangman-Android/blob/HEAD/README.md
Source Code:https://github.com/darthjoey91/Hangman-Android
Issue Tracker:https://github.com/darthjoey91/Hangman-Android/issues
Auto Name:Hangman
Summary:English language Hangman game
Description:
A Hangman game that uses 40000 English words.
To Play:
* Pressing the gallows resets the game.
* Pressing the blanks submits a letter.
* Wrong letters appear to the right.
* Only single characters are allowed to be submitted.
.
Repo Type:git
Repo:https://github.com/darthjoey91/Hangman-Android.git
Build:1.0,1
disable=this is not 1.0
commit=v0.1-alpha
subdir=app
gradle=yes
prebuild=sed -i -e '/repo1/d' -e '/repo1/amavenCentral()' build.gradle ../build.gradle
Build:0.2-alpha,2
commit=v0.2-alpha
subdir=app
gradle=yes
Build:0.3-alpha,3
commit=v0.3-alpha
subdir=app
gradle=yes
Build:0.3.1-alpha,4
commit=v0.3.1-alpha
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.3.1-alpha
Current Version Code:4
|
Update copyright notice to 2017 | Copyright (c) 2014-2016 Xavier Dutreilh
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, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
| Copyright (c) 2014-2017 Xavier Dutreilh
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, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
|
Remove unneeded dependency from lib/Target/X86/Utils/ to lib/IR (aka Core). | ;===- ./lib/Target/X86/Utils/LLVMBuild.txt ---------------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
; This file is distributed under the University of Illinois Open Source
; License. See LICENSE.TXT for details.
;
;===------------------------------------------------------------------------===;
;
; This is an LLVMBuild description file for the components in this subdirectory.
;
; For more information on the LLVMBuild system, please see:
;
; http://llvm.org/docs/LLVMBuild.html
;
;===------------------------------------------------------------------------===;
[component_0]
type = Library
name = X86Utils
parent = X86
required_libraries = Core Support
add_to_library_groups = X86
| ;===- ./lib/Target/X86/Utils/LLVMBuild.txt ---------------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
; This file is distributed under the University of Illinois Open Source
; License. See LICENSE.TXT for details.
;
;===------------------------------------------------------------------------===;
;
; This is an LLVMBuild description file for the components in this subdirectory.
;
; For more information on the LLVMBuild system, please see:
;
; http://llvm.org/docs/LLVMBuild.html
;
;===------------------------------------------------------------------------===;
[component_0]
type = Library
name = X86Utils
parent = X86
required_libraries = Support
add_to_library_groups = X86
|
Add CPack module to CMake | cmake_minimum_required(VERSION 3.0)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug)
endif()
set(CMAKE_CXX_FLAGS "-Wall -Wextra")
set(CMAKE_CXX_FLAGS_DEBUG "-g")
set(CMAKE_CXX_FLAGS_RELEASE "-O2")
set(CMAKE_CXX_STANDARD "14")
set(EXE_NAME "app" CACHE STRING "Executable Name, passed by argument to cmake")
aux_source_directory("src/" SRC_LIST)
project(${EXE_NAME})
add_executable(${EXE_NAME} ${SRC_LIST})
# Link your libraries here.
| cmake_minimum_required(VERSION 3.0)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug)
endif()
set(CMAKE_CXX_FLAGS "-Wall -Wextra")
set(CMAKE_CXX_FLAGS_DEBUG "-g")
set(CMAKE_CXX_FLAGS_RELEASE "-O2")
set(CMAKE_CXX_STANDARD "14")
set(EXE_NAME "app" CACHE STRING "Executable Name, passed by argument to cmake")
aux_source_directory("src/" SRC_LIST)
project(${EXE_NAME})
add_executable(${EXE_NAME} ${SRC_LIST})
## Link your libraries here.
## CPack Packager
# set(CPACK_GENERATOR "DEB")
# set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Borderliner")
# include(CPack)
|
Fix INCLUDE search path for module/samson.h | SET(MODULE_NAME passive_location)
cmake_minimum_required(VERSION 2.6)
SET (SOURCES
${CMAKE_CURRENT_BINARY_DIR}/Module.cpp
)
# Take all .cpp file in the compilation
FILE(GLOB ADDITIONAL_SOURCES ${PROJECT_SOURCE_DIR}/*.cpp)
# Install headers to be used by other modules
FILE( GLOB HEADERS samson/modules/${MODULE_NAME}/*.h )
# Include directory pointing to current dir and /usr/local/include
include_directories("${PROJECT_SOURCE_DIR}")
include_directories("/usr/local/include/")
include_directories("/opt/local/include/")
include_directories("/opt/mongodb/mongo-cxx-driver-v2.0")
link_directories("/opt/mongodb/mongo-cxx-driver-v2.0")
link_directories("/opt/local/lib")
MESSAGE( "----------------------------------------------------------------------------")
MESSAGE( "Creating module ${MODULE_NAME}" )
MESSAGE( "----------------------------------------------------------------------------")
find_package(Boost COMPONENTS system filesystem REQUIRED)
ADD_LIBRARY(${MODULE_NAME} MODULE ${SOURCES} ${ADDITIONAL_SOURCES} )
target_link_libraries(${MODULE_NAME} -lboost_thread-mt -lboost_filesystem-mt -lboost_system-mt -lmongoclient)
INSTALL(TARGETS ${MODULE_NAME} DESTINATION /opt/samson/modules)
INSTALL(FILES ${HEADERS} DESTINATION include/samson/modules/${MODULE_NAME})
#ENABLE_TESTING()
#ADD_SUBDIRECTORY(testing) # Test module and ctest stuff
| SET(MODULE_NAME passive_location)
cmake_minimum_required(VERSION 2.6)
SET (SOURCES
${CMAKE_CURRENT_BINARY_DIR}/Module.cpp
)
# Take all .cpp file in the compilation
FILE(GLOB ADDITIONAL_SOURCES ${PROJECT_SOURCE_DIR}/*.cpp)
# Install headers to be used by other modules
FILE( GLOB HEADERS samson/modules/${MODULE_NAME}/*.h )
# Include directory pointing to current dir and /usr/local/include
include_directories("${PROJECT_SOURCE_DIR}")
include_directories("${PROJECT_SOURCE_DIR}/../../libs")
include_directories("/usr/local/include/")
include_directories("/opt/local/include/")
include_directories("/opt/mongodb/mongo-cxx-driver-v2.0")
link_directories("/opt/mongodb/mongo-cxx-driver-v2.0")
link_directories("/opt/local/lib")
MESSAGE( "----------------------------------------------------------------------------")
MESSAGE( "Creating module ${MODULE_NAME}" )
MESSAGE( "----------------------------------------------------------------------------")
find_package(Boost COMPONENTS system filesystem REQUIRED)
ADD_LIBRARY(${MODULE_NAME} MODULE ${SOURCES} ${ADDITIONAL_SOURCES} )
target_link_libraries(${MODULE_NAME} -lboost_thread-mt -lboost_filesystem-mt -lboost_system-mt -lmongoclient)
INSTALL(TARGETS ${MODULE_NAME} DESTINATION /opt/samson/modules)
INSTALL(FILES ${HEADERS} DESTINATION include/samson/modules/${MODULE_NAME})
#ENABLE_TESTING()
#ADD_SUBDIRECTORY(testing) # Test module and ctest stuff
|
Update CV of IPv6Config to 4.0 (9) | Categories:System
License:GPLv3
Web Site:http://www.mayrhofer.eu.org/android-ipv6config
Source Code:https://gitorious.org/android-ipv6config/android-ipv6config
Issue Tracker:
Auto Name:IPv6Config
Summary:IPv6 Configuration Tool
Description:
Provides the ability to configure some of the IPv6 kernel settings. Most
importantly, it allows to automatically enable the "Privacy Extensions for
Stateless Address Autoconfiguration in IPv6" as specified in IETF RFC4941
and implemented by the standard Linux kernel.
.
Requires Root:Yes
Repo Type:git
Repo:https://git.gitorious.org/android-ipv6config/android-ipv6config.git
Build:3.0,8
commit=e687686
rm=donate,ant.properties
Maintainer Notes:
ant.properties is a symlink to outside the source tree
.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:3.0
Current Version Code:8
| Categories:System
License:GPLv3
Web Site:http://www.mayrhofer.eu.org/android-ipv6config
Source Code:https://gitorious.org/android-ipv6config/android-ipv6config
Issue Tracker:
Auto Name:IPv6Config
Summary:IPv6 Configuration Tool
Description:
Provides the ability to configure some of the IPv6 kernel settings. Most
importantly, it allows to automatically enable the "Privacy Extensions for
Stateless Address Autoconfiguration in IPv6" as specified in IETF RFC4941
and implemented by the standard Linux kernel.
.
Requires Root:Yes
Repo Type:git
Repo:https://git.gitorious.org/android-ipv6config/android-ipv6config.git
Build:3.0,8
commit=e687686
rm=donate,ant.properties
Maintainer Notes:
ant.properties is a symlink to outside the source tree
.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:4.0
Current Version Code:9
|
Update sphinxcontrib-spelling from 4.2.0 to 4.2.1 | autoflake==1.2
check-manifest==0.37
codecov==2.0.15 # Upload coverage data
doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
dulwich==0.19.11
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==1.0.0 # Require single quotes
flake8==3.7.7 # Lint
isort==4.3.16 # Lint imports
mypy-mypyc==0.670 # Type checking
pip_check_reqs==2.0.3
pydocstyle==3.0.0 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
pygithub==1.43.5
Pygments==2.3.1
pylint==2.3.1 # Lint
pyroma==2.4 # Packaging best practices checker
pytest-cov==2.6.1 # Measure code coverage
pytest==4.3.1 # Test runners
PyYAML==5.1
Sphinx==1.8.5
sphinx-autodoc-typehints==1.6.0
sphinxcontrib-spelling==4.2.0
twine==1.13.0
versioneer==0.18
vulture==1.0
VWS-Python-Mock==2018.12.1.0
yapf==0.26.0 # Automatic formatting for Python
| autoflake==1.2
check-manifest==0.37
codecov==2.0.15 # Upload coverage data
doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
dulwich==0.19.11
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==1.0.0 # Require single quotes
flake8==3.7.7 # Lint
isort==4.3.16 # Lint imports
mypy-mypyc==0.670 # Type checking
pip_check_reqs==2.0.3
pydocstyle==3.0.0 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
pygithub==1.43.5
Pygments==2.3.1
pylint==2.3.1 # Lint
pyroma==2.4 # Packaging best practices checker
pytest-cov==2.6.1 # Measure code coverage
pytest==4.3.1 # Test runners
PyYAML==5.1
Sphinx==1.8.5
sphinx-autodoc-typehints==1.6.0
sphinxcontrib-spelling==4.2.1
twine==1.13.0
versioneer==0.18
vulture==1.0
VWS-Python-Mock==2018.12.1.0
yapf==0.26.0 # Automatic formatting for Python
|
Update pytest from 3.8.1 to 3.8.2 | mypy==0.630
pytest==3.8.1
pytest-cov==2.6.0
pytest-asyncio==0.9.0
pytest-monkeytype==1.0.1
jedi==0.12.1
coverage==4.5.1
flake8==3.5.0
typed-ast==1.1.0
rope==0.11.0 | mypy==0.630
pytest==3.8.2
pytest-cov==2.6.0
pytest-asyncio==0.9.0
pytest-monkeytype==1.0.1
jedi==0.12.1
coverage==4.5.1
flake8==3.5.0
typed-ast==1.1.0
rope==0.11.0 |
Update pytest from 3.1.0 to 3.1.1 | pytest==3.1.0
pytest-selenium==1.10.0
Pillow==4.1.1
git+https://github.com/olymk2/pytest-inomaly.git
| pytest==3.1.1
pytest-selenium==1.10.0
Pillow==4.1.1
git+https://github.com/olymk2/pytest-inomaly.git
|
Update google-api-python-client from 1.7.8 to 1.7.9 | crispy-forms-bulma==1.1.4
Django==2.2.1
django-avatar==4.1.0
django-allauth==0.39.1
django-configurations==2.1
django-crispy-forms==1.7.2
django-intercom==0.1.2
django-polymorphic==2.0.3
django-sendgrid-v5==0.8.0
django-storages==1.7.1
djangorestframework==3.9.4
django-debug-toolbar==1.11
django-extensions==2.1.7
dj_database_url==0.5.0
google-api-python-client==1.7.8
google-cloud-storage==1.14.0
Pillow==5.4.1
pyjwt==1.7.1
psycopg2==2.7.7
raven==6.10.0
requests==2.21.0
sh==1.12.14
PyGithub==1.43.5
oauth2client==4.1.3
| crispy-forms-bulma==1.1.4
Django==2.2.1
django-avatar==4.1.0
django-allauth==0.39.1
django-configurations==2.1
django-crispy-forms==1.7.2
django-intercom==0.1.2
django-polymorphic==2.0.3
django-sendgrid-v5==0.8.0
django-storages==1.7.1
djangorestframework==3.9.4
django-debug-toolbar==1.11
django-extensions==2.1.7
dj_database_url==0.5.0
google-api-python-client==1.7.9
google-cloud-storage==1.14.0
Pillow==5.4.1
pyjwt==1.7.1
psycopg2==2.7.7
raven==6.10.0
requests==2.21.0
sh==1.12.14
PyGithub==1.43.5
oauth2client==4.1.3
|
Update Simple Litecoin Widget to 1.3 (22) | Categories:Money
License:MIT
Web Site:http://www.brentpanther.com
Source Code:https://github.com/hwki/SimpleBitcoinWidget
Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues
Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z
Auto Name:Simple Litecoin Widget
Summary:Show current Litecoin exchange prices
Description:
A clean and simple Litecoin widget to show the current price from different
exchanges.
.
Repo Type:git
Repo:https://github.com/hwki/SimpleBitcoinWidget.git
Build:1.0.7,8
commit=ltc-1.0.7
subdir=litecoin
gradle=yes
Build:1.0.8,9
commit=ltc-1.0.8
subdir=litecoin
gradle=yes
Build:1.1,10
commit=ltc-1.1
subdir=litecoin
gradle=yes
Build:1.1.1,11
commit=ltc-1.1.1
subdir=litecoin
gradle=yes
Build:1.1.2,12
commit=ltc-1.1.2
subdir=litecoin
gradle=yes
Build:1.2,20
commit=ltc-1.2
subdir=litecoin
gradle=yes
Auto Update Mode:Version ltc-%v
Update Check Mode:Tags
Current Version:1.2
Current Version Code:20
| Categories:Money
License:MIT
Web Site:http://www.brentpanther.com
Source Code:https://github.com/hwki/SimpleBitcoinWidget
Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues
Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z
Auto Name:Simple Litecoin Widget
Summary:Show current Litecoin exchange prices
Description:
A clean and simple Litecoin widget to show the current price from different
exchanges.
.
Repo Type:git
Repo:https://github.com/hwki/SimpleBitcoinWidget.git
Build:1.0.7,8
commit=ltc-1.0.7
subdir=litecoin
gradle=yes
Build:1.0.8,9
commit=ltc-1.0.8
subdir=litecoin
gradle=yes
Build:1.1,10
commit=ltc-1.1
subdir=litecoin
gradle=yes
Build:1.1.1,11
commit=ltc-1.1.1
subdir=litecoin
gradle=yes
Build:1.1.2,12
commit=ltc-1.1.2
subdir=litecoin
gradle=yes
Build:1.2,20
commit=ltc-1.2
subdir=litecoin
gradle=yes
Build:1.3,22
commit=ltc-1.3
subdir=litecoin
gradle=yes
Auto Update Mode:Version ltc-%v
Update Check Mode:Tags
Current Version:1.3
Current Version Code:22
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.