Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update pytest from 3.0.7 to 3.1.0 | -e .
coverage==4.4.1
isort==4.2.5
py==1.4.33
pytest==3.0.7
pytest-django==3.1.2
tox==2.7.0
| -e .
coverage==4.4.1
isort==4.2.5
py==1.4.33
pytest==3.1.0
pytest-django==3.1.2
tox==2.7.0
|
Update pytest-mock from 1.10.3 to 1.10.4 | -r requirements.txt
freezegun==0.3.11
pytest==4.4.1
pytest-mock==1.10.3
sphinx==1.8.5
| -r requirements.txt
freezegun==0.3.11
pytest==4.4.1
pytest-mock==1.10.4
sphinx==1.8.5
|
Update coverage from 5.2 to 5.3 | black==19.10b0; python_version > '3.5'
bump2version==1.0.0
codecov==2.1.8
coverage==5.2
flake8==3.8.3
pyupgrade==2.7.0; python_version > '3.5'
tox==3.17.1
twine==3.2.0; python_version > '3.5'
| black==19.10b0; python_version > '3.5'
bump2version==1.0.0
codecov==2.1.8
coverage==5.3
flake8==3.8.3
pyupgrade==2.7.0; python_version > '3.5'
tox==3.17.1
twine==3.2.0; python_version > '3.5'
|
Update pytest from 3.7.2 to 3.7.3 | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==3.7.2
factory-boy==2.11.1
pytest-mock==1.10.0
webtest==2.0.30
pytest-cov==2.5.1
# Lint and code style
flake8==3.5.0
flake8-docstrings==1.3.0
flake8-quotes==1.0.0
pep8-naming==0.7.0
| # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==3.7.3
factory-boy==2.11.1
pytest-mock==1.10.0
webtest==2.0.30
pytest-cov==2.5.1
# Lint and code style
flake8==3.5.0
flake8-docstrings==1.3.0
flake8-quotes==1.0.0
pep8-naming==0.7.0
|
Update bandit from 1.6.1 to 1.6.2 | # ulid/requirements/dev.txt
#
# Requirements for using developing package.
-r base.txt
bumpversion==0.5.3
mypy==0.711
pylint==1.7.5; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore
pylint==2.3.1; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.4'
safety==1.8.5
bandit==1.6.1
isort==4.2.15; (python_version > '3.0' and python_version < '3.4') # pyup: ignore
isort==4.3.21; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.4'
| # ulid/requirements/dev.txt
#
# Requirements for using developing package.
-r base.txt
bumpversion==0.5.3
mypy==0.711
pylint==1.7.5; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore
pylint==2.3.1; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.4'
safety==1.8.5
bandit==1.6.2
isort==4.2.15; (python_version > '3.0' and python_version < '3.4') # pyup: ignore
isort==4.3.21; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.4'
|
Bump urllib3 from 1.24.3 to 1.26.5 | certifi==2019.11.28
chardet==3.0.4
click==6.7
cssselect==0.9.1
cssutils==1.0.1
Flask==1.0.2
Flask-Cors==3.0.6
Flask-Limiter==0.9.1
Flask-SQLAlchemy==2.3.2
gunicorn==19.5.0
idna==2.7
iniherit==0.3.9
itsdangerous==0.24
Jinja2==2.10.1
limits==1.1
lxml==3.5.0
MarkupSafe==0.23
premailer==2.9.6
psycopg2==2.7.5
pydns==2.3.6
requests==2.20.0
six==1.10.0
SQLAlchemy==1.3.0
text-unidecode==1.3
urllib3==1.24.3
validate-email==1.3
Werkzeug==0.15.3
yoyo-migrations==6.1.0
| certifi==2019.11.28
chardet==3.0.4
click==6.7
cssselect==0.9.1
cssutils==1.0.1
Flask==1.0.2
Flask-Cors==3.0.6
Flask-Limiter==0.9.1
Flask-SQLAlchemy==2.3.2
gunicorn==19.5.0
idna==2.7
iniherit==0.3.9
itsdangerous==0.24
Jinja2==2.10.1
limits==1.1
lxml==3.5.0
MarkupSafe==0.23
premailer==2.9.6
psycopg2==2.7.5
pydns==2.3.6
requests==2.20.0
six==1.10.0
SQLAlchemy==1.3.0
text-unidecode==1.3
urllib3==1.26.5
validate-email==1.3
Werkzeug==0.15.3
yoyo-migrations==6.1.0
|
Update flake8 from 3.0.3 to 3.0.4 | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.3
tox==2.3.1
coverage==4.2
Sphinx==1.4.5
cryptography==1.4
PyYAML==3.11
pytest==2.9.2
| pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.3.1
coverage==4.2
Sphinx==1.4.5
cryptography==1.4
PyYAML==3.11
pytest==2.9.2
|
Update numpy from 1.13.2 to 1.13.3 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.2
coverage==4.4.1
Sphinx==1.6.4
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.2
pytest-cov==2.5.1
coveralls==1.2.0
pytest-runner==2.12.1
numpy==1.13.2
pandas==0.20.3
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.2
coverage==4.4.1
Sphinx==1.6.4
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.2
pytest-cov==2.5.1
coveralls==1.2.0
pytest-runner==2.12.1
numpy==1.13.3
pandas==0.20.3
|
Update pip from 8.1.2 to 9.0.1 | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.3.1
coverage==4.2
Sphinx==1.4.9
cryptography==1.4
PyYAML==3.12
pytest==3.0.4
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.3.1
coverage==4.2
Sphinx==1.4.9
cryptography==1.4
PyYAML==3.12
pytest==3.0.4
|
Update pytest-runner from 2.12.1 to 3.0 | pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.4.1
tox==2.9.1
coverage==4.4.1
Sphinx==1.6.4
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.3
pytest-mock==1.6.3
pytest-runner==2.12.1
six==1.11.0
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.4.1
tox==2.9.1
coverage==4.4.1
Sphinx==1.6.4
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.3
pytest-mock==1.6.3
pytest-runner==3.0
six==1.11.0
|
Update wheel from 0.31.1 to 0.32.2 | pip==18.0
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.9.0
flake8==3.5.0
tox==3.1.1
coverage==4.5.1
Sphinx==1.8.1
cryptography==2.3.1
PyYAML==4.1
pytest==3.8.1
pytest-cov==2.6.0
coveralls==1.5.1
pytest-runner==4.2
numpy==1.15.2
pandas==0.23.4 | pip==18.0
bumpversion==0.5.3
wheel==0.32.2
watchdog==0.9.0
flake8==3.5.0
tox==3.1.1
coverage==4.5.1
Sphinx==1.8.1
cryptography==2.3.1
PyYAML==4.1
pytest==3.8.1
pytest-cov==2.6.0
coveralls==1.5.1
pytest-runner==4.2
numpy==1.15.2
pandas==0.23.4 |
Update the link to the tool docs | DICOM for VTK
Copyright (c) 2012-2016, David Gobbi
All rights reserved.
See Copyright.txt for more details.
This package contains a set of classes for managing DICOM
files and metadata from within VTK, and some utility programs
for interrogating and converting DICOM files.
Note that if you download the zip file from github, all of the
files will have unix-style line endings. Windows users should
therefore clone the respository with git, instead of downloading
the zip file, otherwise they might have difficulty viewing and
compiling the source code.
The source should compile on Windows, OS X, and Linux. CMake is
required to build the source. Detailed build instructions are
given on the last page of the pdf file listed below.
More information can be found at the following website:
http://dgobbi.github.io/vtk-dicom/
http://dgobbi.github.io/vtk-dicom/doc/api/
http://dgobbi.github.io/vtk-dicom/doc/tools/
http://dgobbi.github.io/vtk-dicom/doc/vtk-dicom.pdf
A software quality dashboard is provided, with nightly builds on
Linux (gcc 4.6) and Windows (Visual Studio 2010):
http://my.cdash.org/index.php?project=vtk-dicom
| DICOM for VTK
Copyright (c) 2012-2016, David Gobbi
All rights reserved.
See Copyright.txt for more details.
This package contains a set of classes for managing DICOM
files and metadata from within VTK, and some utility programs
for interrogating and converting DICOM files.
Note that if you download the zip file from github, all of the
files will have unix-style line endings. Windows users should
therefore clone the respository with git, instead of downloading
the zip file, otherwise they might have difficulty viewing and
compiling the source code.
The source should compile on Windows, OS X, and Linux. CMake is
required to build the source. Detailed build instructions are
given on the last page of the pdf file listed below.
More information can be found at the following website:
http://dgobbi.github.io/vtk-dicom/
http://dgobbi.github.io/vtk-dicom/doc/api/
http://dgobbi.github.io/vtk-dicom/doc/vtk-dicom.pdf
http://github.com/dgobbi/vtk-dicom/wiki/Command-Line-Tools
A software quality dashboard is provided, with nightly builds on
Linux (gcc 4.6) and Windows (Visual Studio 2010):
http://my.cdash.org/index.php?project=vtk-dicom
|
Update rollbar package to 0.13.0 | Flask==0.10.1
django-dotenv==1.4.1 # Read environment variables from .env
django-getenv==1.3.1 # Get environment variables
newrelic
# Error tracking
blinker==1.4
rollbar==0.12.1
| Flask==0.10.1
django-dotenv==1.4.1 # Read environment variables from .env
django-getenv==1.3.1 # Get environment variables
newrelic
# Error tracking
blinker==1.4
rollbar==0.13.0
|
Upgrade molo.core from 5.19.0 to 5.21.0 | molo.core==5.19.0
molo.profiles==5.1.0
molo.commenting==5.1.0
molo.yourwords==5.0.1
molo.servicedirectory==2.1.4
molo.polls==5.0.1
molo.surveys==5.4.0
molo.pwa
mote-prk==0.2.1
celery<4.0
Unidecode==0.04.16
gunicorn
psycopg2
django-modelcluster>=2.0,<3.0
django_compressor==2.0
django-mptt==0.8.5
django-google-analytics-app==2.1.6
django-storages
boto
| molo.core==5.21.0
molo.profiles==5.1.0
molo.commenting==5.1.0
molo.yourwords==5.0.1
molo.servicedirectory==2.1.4
molo.polls==5.0.1
molo.surveys==5.4.0
molo.pwa
mote-prk==0.2.1
celery<4.0
Unidecode==0.04.16
gunicorn
psycopg2
django-modelcluster>=2.0,<3.0
django_compressor==2.0
django-mptt==0.8.5
django-google-analytics-app==2.1.6
django-storages
boto
|
Use explicit version for upgrade | Flask==0.10.1
Flask-Cors==1.9.0
gevent==1.0.1
uWSGI==2.0.7
python-etcd==0.3.3
future==0.15.0
PyYAML==3.11
boto==2.34.0
pymongo==3.0.3
flower==0.7.2
Jinja2==2.7.3
requests[security]==2.7.0
urllib3==1.11
https://github.com/sukrit007/celery/archive/3.1.tar.gz
https://github.com/totem/flask-hyperschema/archive/master.tar.gz
https://github.com/totem/totem-encrypt/archive/master.tar.gz
https://github.com/dlitz/pycrypto/archive/v2.7a1.tar.gz
| Flask==0.10.1
Flask-Cors==1.9.0
gevent==1.0.1
uWSGI==2.0.7
python-etcd==0.3.3
future==0.15.0
PyYAML==3.11
boto==2.34.0
pymongo==3.0.3
flower==0.7.2
Jinja2==2.7.3
requests[security]==2.7.0
urllib3==1.11
https://github.com/sukrit007/celery/archive/3.1.tar.gz
https://github.com/totem/flask-hyperschema/archive/v0.1.1.tar.gz
https://github.com/totem/totem-encrypt/archive/master.tar.gz
https://github.com/dlitz/pycrypto/archive/v2.7a1.tar.gz
|
Enable DnsMasterTest.*, URLFetcher*Test.*, HttpBridgeTest.* under ThreadSanitizer on Mac OS | # Former aspacem warnings on Valgrind.
# Tsan still tends to hang on these tests unexpectedly on Mac OS.
# (see https://bugs.kde.org/show_bug.cgi?id=192634 and
# http://code.google.com/p/data-race-test/issues/detail?id=11)
DnsMasterTest.*
URLFetcher*Test.*
HttpBridgeTest.*
# http://crbug.com/26214
ExtensionTest.InitFromValueInvalid
# http://crbug.com/38503
TabRestoreServiceTest.DontPersistPostData
| # http://crbug.com/26214
ExtensionTest.InitFromValueInvalid
# http://crbug.com/38503
TabRestoreServiceTest.DontPersistPostData
|
Use latest formal release of calaccess_raw | Django==1.9.7
django-calaccess-raw-data==1.3.0rc1
django-dotenv==1.4.1
psycopg2==2.6.1
boto3==1.3.1
-e git+https://github.com/syapse/django-storages.git@boto3-new#egg=django-storages
django-bakery==0.8.7
six
Fabric
flake8
coveralls
| Django==1.9.7
django-calaccess-raw-data==1.3.0
django-dotenv==1.4.1
psycopg2==2.6.1
boto3==1.3.1
-e git+https://github.com/syapse/django-storages.git@boto3-new#egg=django-storages
django-bakery==0.8.7
six
Fabric
flake8
coveralls
|
Update depot_tools prod win git to 2.15.1.2 | # CIPD manifest for Windows tools.
#
# We must install anything that we want included on PATH to a different
# subdirectory than Git, as Git's msys bash strips its root directory
# from PATH, hence the subdirs.
#
# If any paths or package layouts change, updates will be required in
# "win_tools.bat" and "win_tools.py" templates.
#
# "win_tools.bat" has a hard requirement that the Python package contains the
# string "cpython" and ends with the CIPD tag "version:VERSION". It uses this
# to extract VERSION.
$VerifiedPlatform windows-386 windows-amd64
@Subdir python
infra/python/cpython/windows-386 version:2.7.6
@Subdir git
infra/git/${platform} version:2.15.0.chromium12
| # CIPD manifest for Windows tools.
#
# We must install anything that we want included on PATH to a different
# subdirectory than Git, as Git's msys bash strips its root directory
# from PATH, hence the subdirs.
#
# If any paths or package layouts change, updates will be required in
# "win_tools.bat" and "win_tools.py" templates.
#
# "win_tools.bat" has a hard requirement that the Python package contains the
# string "cpython" and ends with the CIPD tag "version:VERSION". It uses this
# to extract VERSION.
$VerifiedPlatform windows-386 windows-amd64
@Subdir python
infra/python/cpython/windows-386 version:2.7.6
@Subdir git
infra/git/windows-${arch} version:2.15.1.2.chromium12
|
Update sphinx_autodoc_typehints from 1.6.0 to 1.7.0 | # Required by Read the Docs.
sphinx==2.1.2
sphinx_autodoc_typehints==1.6.0 | # Required by Read the Docs.
sphinx==2.1.2
sphinx_autodoc_typehints==1.7.0 |
Update django-fsm from 2.4.0 to 2.5.0 | #
# This file is autogenerated by pip-compile
# Make changes in requirements.in, then run this to update:
#
# pip-compile requirements.in
#
beautifulsoup4==4.5.3 # via webtest
django-filter==1.0.1 # via django-viewflow
django-fsm==2.4.0 # via django-viewflow
django-viewflow==0.10.1
django-webtest==1.8.0 # via django-viewflow
Django==1.10.6 # via django-viewflow
mock==2.0.0 # via django-viewflow
pbr==2.0.0 # via mock
singledispatch==3.4.0.3 # via django-viewflow
six==1.10.0 # via mock, singledispatch, webtest
waitress==1.0.2 # via webtest
WebOb==1.7.1 # via webtest
webtest==2.0.25 # via django-viewflow, django-webtest
| #
# This file is autogenerated by pip-compile
# Make changes in requirements.in, then run this to update:
#
# pip-compile requirements.in
#
beautifulsoup4==4.5.3 # via webtest
django-filter==1.0.1 # via django-viewflow
django-fsm==2.5.0 # via django-viewflow
django-viewflow==0.10.1
django-webtest==1.8.0 # via django-viewflow
Django==1.10.6 # via django-viewflow
mock==2.0.0 # via django-viewflow
pbr==2.0.0 # via mock
singledispatch==3.4.0.3 # via django-viewflow
six==1.10.0 # via mock, singledispatch, webtest
waitress==1.0.2 # via webtest
WebOb==1.7.1 # via webtest
webtest==2.0.25 # via django-viewflow, django-webtest
|
Update django from 1.11.4 to 1.11.5 | sphinx==1.6.3
sphinx-rtd-theme==0.2.4
Django==1.11.4
-e .
| sphinx==1.6.3
sphinx-rtd-theme==0.2.4
Django==1.11.5
-e .
|
Add some German street types | allee|a|al
autobahn
bach
bad
bahnhof|bhf|bf
boulevard|bd
brücke|br|brucke|bruecke
buhl|buehl
chaussee|ch
damm|d
forsthaus|fh
gasse|g
graben|gr
großser|grosser
große|grosse|gr|g
großes|grosses
heiligen
hof|h
kamp|k
obere|ob
oberer|ob
oberes
pfad
platz|pl
quelle|qu
rundwanderweg|rww
straße|str|strasse
untere|u
unterer
unteres
weg|w | allee|a|al
autobahn
bach
bad
bahnhof|bhf|bf
boulevard|bd
brücke|br|brucke|bruecke
buhl|buehl
chaussee|ch
damm|d
forsthaus|fh
gasse|g
graben|gr
großser|grosser
große|grosse|gr|g
großes|grosses
heiligen
hof|h
kamp|k
obere|ob
oberer|ob
oberes
pfad
platz|pl
quelle|qu
rundwanderweg|rww
steg
straße|str|strasse
ufer
untere|u
unterer
unteres
weg|w |
Document describing framework exception and error handling and heirarcy. | BioInterchange Exception and Error handling.
All BioInterchange errors come under two main categories:
1. InputFormatError
2. ImplementationError
Each of these classes is handled differently within the BioInterchange framework.
InputFormatErrors are those that could be raised at any time (during runtime), and that the user could then be exposed to. Examples include errors relating to missing files, or incorrect file formats. These Errors are rescued at the highest level in our program, and adjusted such that a user friendly error message is displayed without a stacktrace (backtrace). This helps to keep our system more user-friendly. However, this means that we strongly advise that when such an error is raised, that it comes with a user friendly error message, and is as specific as possible.
ImplementationErrors are those that could only be thrown during program implementation and extension. For example, a method is passed something it isn't expecting or can't handle (e.g., a writer is passed an invalid model). These errors are not caught by the main program, instead left to execute in the normal fashion including stacktrace to enable program debugging by a developer.
ImplementationErrors have three sub-categories. They are split into errors being raised from either the Reader (ImplementationReaderError), the Model (ImplementationModelError), or the Writer (ImplementationWriterError). Please use the ImplementationError sub-class consistent with where the error is being raised. This helps provide an easy way to see which stage in program execution an error has occurred.
| |
Update Audio Recorder to 1.5.1 (130) | Categories:Multimedia
License:GPL-3.0
Web Site:https://gitlab.com/axet/android-audio-recorder
Source Code:https://gitlab.com/axet/android-audio-recorder/tree/HEAD
Issue Tracker:https://gitlab.com/axet/android-audio-recorder/issues
Auto Name:Audio Recorder
Summary:Record audio files
Description:
Audio recorder with custom recording folder, nice recording volume indicator,
recording notification, recording lock screen activity.
.
Repo Type:git
Repo:https://gitlab.com/axet/android-audio-recorder.git
Build:1.4.19,121
disable=non-free
commit=audiorecorder-1.4.19
subdir=app
gradle=yes
Build:1.4.26,128
commit=audiorecorder-1.4.26
subdir=app
gradle=yes
Auto Update Mode:Version audiorecorder-%v
Update Check Mode:Tags
Current Version:1.4.26
Current Version Code:128
| Categories:Multimedia
License:GPL-3.0
Web Site:https://gitlab.com/axet/android-audio-recorder
Source Code:https://gitlab.com/axet/android-audio-recorder/tree/HEAD
Issue Tracker:https://gitlab.com/axet/android-audio-recorder/issues
Auto Name:Audio Recorder
Summary:Record audio files
Description:
Audio recorder with custom recording folder, nice recording volume indicator,
recording notification, recording lock screen activity.
.
Repo Type:git
Repo:https://gitlab.com/axet/android-audio-recorder.git
Build:1.4.19,121
disable=non-free
commit=audiorecorder-1.4.19
subdir=app
gradle=yes
Build:1.4.26,128
commit=audiorecorder-1.4.26
subdir=app
gradle=yes
Build:1.5.1,130
commit=audiorecorder-1.5.1
subdir=app
gradle=yes
Auto Update Mode:Version audiorecorder-%v
Update Check Mode:Tags
Current Version:1.5.1
Current Version Code:130
|
Add matplotlib to optional req. | pillow==2.5.3
mock==1.0.1
sympy==0.7.6 | pillow==2.5.3
mock==1.0.1
sympy==0.7.6
matplotlib>=1.4.3
|
Update xxhash from 1.4.2 to 1.4.3 | flake8==3.7.9
pytest==5.3.5
pytest-cov==2.8.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.2.1
xxhash==1.4.2
python-snappy==0.5.4
# pypiwin32==219
cython==0.29.13
| flake8==3.7.9
pytest==5.3.5
pytest-cov==2.8.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.2.1
xxhash==1.4.3
python-snappy==0.5.4
# pypiwin32==219
cython==0.29.13
|
Update LinConnect to 2.21 (221) | Categories:System
License:GPLv3
Web Site:
Source Code:https://github.com/hauckwill/linconnect-client
Issue Tracker:https://github.com/hauckwill/linconnect-client/issues
Auto Name:LinConnect
Summary:Mirror notifications to desktop
Description:
Install the server on the desktop: see the source code page.
* Extremely simple setup
* Integrated with Linux desktop icon theme
* Uses LibNotify and Python for compatibility
Encryption isn't yet supported.
Status: Alpha
.
Repo Type:git
Repo:https://github.com/hauckwill/linconnect-client.git
Build:2.13,7
commit=0d2e7bd73564b6
subdir=LinConnectClient
srclibs=1:Changelog-cketti@v1.2.0
target=android-19
Build:2.20,220
commit=66e3aa62
subdir=LinConnectClient
srclibs=1:Changelog-cketti@v1.2.0
target=android-19
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.20
Current Version Code:220
| Categories:System
License:GPLv3
Web Site:
Source Code:https://github.com/hauckwill/linconnect-client
Issue Tracker:https://github.com/hauckwill/linconnect-client/issues
Auto Name:LinConnect
Summary:Mirror notifications to desktop
Description:
Install the server on the desktop: see the source code page.
* Extremely simple setup
* Integrated with Linux desktop icon theme
* Uses LibNotify and Python for compatibility
Encryption isn't yet supported.
Status: Alpha
.
Repo Type:git
Repo:https://github.com/hauckwill/linconnect-client.git
Build:2.13,7
commit=0d2e7bd73564b6
subdir=LinConnectClient
srclibs=1:Changelog-cketti@v1.2.0
target=android-19
Build:2.20,220
commit=66e3aa62
subdir=LinConnectClient
srclibs=1:Changelog-cketti@v1.2.0
target=android-19
Build:2.21,221
commit=04deb2f350e522e527a595b537bf63b17cb77559
subdir=LinConnectClient
srclibs=1:Changelog-cketti@v1.2.2
target=android-21
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.21
Current Version Code:221
|
Update CV of SlimSocial for Facebook to 3.6.2 (43) | AntiFeatures:NonFreeNet
Categories:Internet
License:GPL-2.0+
Web Site:http://forum.xda-developers.com/android/apps-games/app-slimfacebook-1mb-0-permissions-t3254174
Source Code:https://github.com/rignaneseleo/SlimSocial-for-Facebook
Issue Tracker:https://github.com/rignaneseleo/SlimSocial-for-Facebook/issues
Changelog:https://github.com/rignaneseleo/SlimSocial-for-Facebook/blob/HEAD/Changelog.txt
Auto Name:SlimSocial for Facebook
Summary:Browse Facebook
Description:
Wrapper around Facebook's mobile website and APIs.
.
Repo Type:git
Repo:https://github.com/rignaneseleo/SlimSocial-for-Facebook
Build:3.5.6,40
commit=346a23d2ad0d0aa50bdf495b63a01ff0b01d7d86
subdir=SlimFacebook/app
gradle=yes
Maintainer Notes:
There are multiple commits saying "v3.5.6", one of them is actualy tagged as
v3.6.0... looks like upstream is up to some version madness. Dont use tags for
now.
.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:3.5.6
Current Version Code:40
| AntiFeatures:NonFreeNet
Categories:Internet
License:GPL-2.0+
Web Site:http://forum.xda-developers.com/android/apps-games/app-slimfacebook-1mb-0-permissions-t3254174
Source Code:https://github.com/rignaneseleo/SlimSocial-for-Facebook
Issue Tracker:https://github.com/rignaneseleo/SlimSocial-for-Facebook/issues
Changelog:https://github.com/rignaneseleo/SlimSocial-for-Facebook/blob/HEAD/Changelog.txt
Auto Name:SlimSocial for Facebook
Summary:Browse Facebook
Description:
Wrapper around Facebook's mobile website and APIs.
.
Repo Type:git
Repo:https://github.com/rignaneseleo/SlimSocial-for-Facebook
Build:3.5.6,40
commit=346a23d2ad0d0aa50bdf495b63a01ff0b01d7d86
subdir=SlimFacebook/app
gradle=yes
Maintainer Notes:
There are multiple commits saying "v3.5.6", one of them is actualy tagged as
v3.6.0... looks like upstream is up to some version madness. Dont use tags for
now.
.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:3.6.2
Current Version Code:43
|
Include initial brainstorm in /src. | This is just a brainstorm on a possible Django class structure. This will change.
---
requirements
identify an environment
ranking (coordinate):
2: xl huge
1: l big
0: m normal (neutral, average, human-sized)
-1: s small
-2: xs tiny
ranking (definite):
1: full
.5: half
0: zero
defaults:
context: human
scale: 0
length: 1m
angle: 0rad
weight: 1g
location: 90°N, 0°W, sea level
color: #000
timestamp: 100000-01-01 00:00:00.0000
language: common
- system
- page
• name
• description
• content
• created
• modified
• tag(s)
- erfcore
- domain (model)
- span
• boundaried coverage: defined from without
- set
• quantitative set: defined from within
- item
• name
• description
• scale
• distance from reference point
• sentience (!)
• entropy
• purpose(s)
• subject(s)
• type(s)
• time(s)
• location(s)
• characteristic(s)
• image(s)
• plan(s)
- relation(s), (ranked)
• is caused by
• is type of
• is part of
• is child of
• is attracted to
• is controlled by
- time (domain)
- period (span)
- moment (item)
• timestamp
• relation
- space (domain)
• region (span)
- place (item)
• latitude
• longitude
• altitude
- matter (domain)
• collection (set)
- body (item)
• approximation
• height
• width
• length
• weight
• direction
• velocity
• acceleration
- relation(s)
• is owned by
- life (matter)
• habitat (span)
• group (set)
- lifeform
• species
• ki
- flora (life)
• garden (set)
• plant (item)
- fauna (life)
• animal
• gender
- relation(s)
• is kin to
• is friend to
• is mate of
- humanity (fauna)
• organization (group)
• tribe (group)
- person
• memory(s)
- relation(s)
| |
Add txt for Steph Skype meeting Aug 30 | - Priority 2: Play with JUST section 4
- Priority 1: Use different Vmax and Km for cyt c red
- Priority 3: Update Latex
- Priority 4: Hn/Hp --> (Hn - Hp)/Htot --> (Hn-Hp)/Hn (Hp --> Htot - Hn)
- Won't be (Hn-Hp) --> Causes oxygen to grow since y(2) can be > 0 when Hp > Hn
- Priority 5: Try initial cyt c red levels = 0.00001, Maybe add a constant or coefficient to
reducing cyt c red in dy(1)
- After model is working, Try Hn instead of Hn/Hp
- Email Steph if need anything on Monday, Aug 31
- Consider: Changing Complex IV equation if not working
Steph travel: Sep 4 - 11, Maybe free on 11; following week busy, back to Winnipeg on 19
- Busy Sep 21, busy moving Sep 25, Oct 2 - 5, Approx after thanksgiving | |
Update MAPS.ME to 5.1.8_r2 (51802) | Categories:Navigation
License:Apache2
Web Site:http://maps.me
Source Code:https://github.com/relan/omim
Issue Tracker:https://github.com/relan/omim/issues
Auto Name:MAPS.ME
Summary:Fast, detailed and completely offline maps
Description:
Offline maps using OpenStreetMap data with routing and walking directions.
Features:
* Bookmarks of places. Create and import/export from other maps for easy access anytime. KML/KMZ files are supported.
* Offline search. Locate everything you need on the maps and use it as a travel guide!
* Location-sharing. Let your friends and family know where you are! Send a pin of any place on the map via email or SMS.
* Auto-follow mode. When enabled, the map automatically orients itself to the direction you are moving.
This is an unofficial fork without proprietary dependencies and user tracking.
.
Repo Type:git
Repo:https://github.com/relan/omim
Build:5.1.8_r1,51801
commit=v5.1.8_r1
subdir=android
gradle=yes
scanignore=data/*.bin
scandelete=3party,iphone,data/shaders_compiler
buildjni=no
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:5.1.8_r1
Current Version Code:51801
| Categories:Navigation
License:Apache2
Web Site:http://maps.me
Source Code:https://github.com/relan/omim
Issue Tracker:https://github.com/relan/omim/issues
Auto Name:MAPS.ME
Summary:Fast, detailed and completely offline maps
Description:
Offline maps using OpenStreetMap data with routing and walking directions.
Features:
* Bookmarks of places. Create and import/export from other maps for easy access anytime. KML/KMZ files are supported.
* Offline search. Locate everything you need on the maps and use it as a travel guide!
* Location-sharing. Let your friends and family know where you are! Send a pin of any place on the map via email or SMS.
* Auto-follow mode. When enabled, the map automatically orients itself to the direction you are moving.
This is an unofficial fork without proprietary dependencies and user tracking.
.
Repo Type:git
Repo:https://github.com/relan/omim
Build:5.1.8_r1,51801
commit=v5.1.8_r1
subdir=android
gradle=yes
scanignore=data/*.bin
scandelete=3party,iphone,data/shaders_compiler
buildjni=no
Build:5.1.8_r2,51802
commit=v5.1.8_r2
subdir=android
gradle=yes
scanignore=data/*.bin
scandelete=3party,iphone,data/shaders_compiler
buildjni=no
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:5.1.8_r2
Current Version Code:51802
|
Update - ter ago 7 21:57:41 -03 2018 | [ABOUT]
This file is encrypted using GPG in Linux.
Encrypt:
$ gpg2 --encrypt --sign --armor --recipient <e-mail> <file.zip>
Decrypt:
$ gpg2 --output <file.zip> --decrypt <encrypted.asc>
[CONTENT]
* Domain config.
* Address for CV. | [ABOUT]
This file is encrypted using GPG (GnuPG) in Linux.
Encrypt:
$ gpg2 --encrypt --sign --armor --recipient <e-mail> <file.zip>
Decrypt:
$ gpg2 --output <file.zip> --decrypt <encrypted.asc>
[CONTENT]
* Domain config.
* Address for CV.
[DESCRIPTION CERTIFICATE]
Impressão digital: 3BB26A48BC21BB5A8B31BD5F2C07ABF9BB9A75EE |
Update dependency google-api-python-client to v2.8.0 | cachetools==4.2.2
certifi==2021.5.30
chardet==4.0.0
coverage==5.5
google-api-core==1.29.0
google-api-python-client==2.7.0
google-auth==1.30.1
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.4.4
googleapis-common-protos==1.53.0
httplib2==0.19.1
idna==2.10
oauth2client==4.1.3
oauthlib==3.1.1
protobuf==3.17.2
pyasn1==0.4.8
pyasn1-modules==0.2.8
python-slugify==5.0.2
pytube3==9.6.4
pytz==2021.1
requests==2.25.1
requests-oauthlib==1.3.0
rsa==4.7.2
sitemap-python==0.2.0
six==1.16.0
text-unidecode==1.3
typing-extensions==3.10.0.0
uritemplate==3.0.1
urllib3==1.26.5
| cachetools==4.2.2
certifi==2021.5.30
chardet==4.0.0
coverage==5.5
google-api-core==1.29.0
google-api-python-client==2.8.0
google-auth==1.30.1
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.4.4
googleapis-common-protos==1.53.0
httplib2==0.19.1
idna==2.10
oauth2client==4.1.3
oauthlib==3.1.1
protobuf==3.17.2
pyasn1==0.4.8
pyasn1-modules==0.2.8
python-slugify==5.0.2
pytube3==9.6.4
pytz==2021.1
requests==2.25.1
requests-oauthlib==1.3.0
rsa==4.7.2
sitemap-python==0.2.0
six==1.16.0
text-unidecode==1.3
typing-extensions==3.10.0.0
uritemplate==3.0.1
urllib3==1.26.5
|
Update dependency urllib3 to v1.26.9 | cachetools==4.2.4
certifi==2021.10.8
chardet==4.0.0
coverage==6.2
google-api-core==2.7.1
google-api-python-client==2.41.0
google-auth==2.6.0
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.5.1
googleapis-common-protos==1.55.0
httplib2==0.20.4
idna==3.3
oauth2client==4.1.3
oauthlib==3.2.0
packaging==21.3
protobuf==3.19.4
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing==2.4.7
python-slugify==5.0.2
pytube==11.0.2
pytz==2021.3
requests==2.27.1
requests-oauthlib==1.3.1
rsa==4.8
sitemap-python==0.2.0
six==1.16.0
text-unidecode==1.3
typing-extensions==3.10.0.2
uritemplate==4.1.1
urllib3==1.26.8
| cachetools==4.2.4
certifi==2021.10.8
chardet==4.0.0
coverage==6.2
google-api-core==2.7.1
google-api-python-client==2.41.0
google-auth==2.6.0
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.5.1
googleapis-common-protos==1.55.0
httplib2==0.20.4
idna==3.3
oauth2client==4.1.3
oauthlib==3.2.0
packaging==21.3
protobuf==3.19.4
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing==2.4.7
python-slugify==5.0.2
pytube==11.0.2
pytz==2021.3
requests==2.27.1
requests-oauthlib==1.3.1
rsa==4.8
sitemap-python==0.2.0
six==1.16.0
text-unidecode==1.3
typing-extensions==3.10.0.2
uritemplate==4.1.1
urllib3==1.26.9
|
Add skeleton for libwar2: extract data from war2 data files | include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../include)
link_directories(${CMAKE_CURRENT_BINARY_DIR}/../libpud)
add_executable(ppm_cmp ppm.c ppm_cmp.c)
add_executable(tiles tiles.c ppm.c)
add_executable(tiler tiler.c)
add_executable(defaults_gen defaults_gen.c)
add_executable(tilemap tilemap.c ppm.c)
target_link_libraries(tiles ${LIBPUD_LIBRARIES})
target_link_libraries(tiler ${LIBPUD_LIBRARIES})
target_link_libraries(defaults_gen ${LIBPUD_LIBRARIES})
target_link_libraries(tilemap ${LIBPUD_LIBRARIES})
| include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../include)
link_directories(${CMAKE_CURRENT_BINARY_DIR}/../libpud)
link_directories(${CMAKE_CURRENT_BINARY_DIR}/../libwar2)
add_definitions(-Wall)
add_definitions(-std=c99)
add_executable(ppm_cmp ppm.c ppm_cmp.c)
add_executable(tiles tiles.c ppm.c)
add_executable(tiler tiler.c)
add_executable(defaults_gen defaults_gen.c)
add_executable(tilemap tilemap.c ppm.c)
target_link_libraries(tiles ${LIBPUD_LIBRARIES})
target_link_libraries(tiler ${LIBPUD_LIBRARIES})
target_link_libraries(defaults_gen ${LIBPUD_LIBRARIES})
target_link_libraries(tilemap ${LIBPUD_LIBRARIES})
|
Fix security vulnerability detected in ansible >= 2.7.0, < 2.7.12 | ansible==2.7.10
cffi==1.7.0
cryptography==1.4
enum34==1.1.6
idna==2.1
ipaddress==1.0.16
Jinja2==2.10.1
MarkupSafe==0.23
paramiko==2.0.9
pyasn1==0.1.9
pycparser==2.14
pycrypto==2.6.1
PyYAML>4.2b1
six==1.10.0
| ansible==2.7.12
cffi==1.7.0
cryptography==1.4
enum34==1.1.6
idna==2.1
ipaddress==1.0.16
Jinja2==2.10.1
MarkupSafe==0.23
paramiko==2.0.9
pyasn1==0.1.9
pycparser==2.14
pycrypto==2.6.1
PyYAML>4.2b1
six==1.10.0
|
Move log file to temporary directory | [Experiment Configuration]
experiment = Bartlett1932
[HIT Configuration]
title = War of the Ghosts
description = Judge the color of a series of words.
amt_keywords = Perception, Psychology
lifetime = 24
us_only = true
approve_requirement = 95
contact_email_on_error = youremail@gmail.com
ad_group = Default psiTurk Stroop Example
psiturk_keywords = stroop
organization_name = New Great University
browser_exclude_rule = MSIE, mobile, tablet
[Database Parameters]
database_url = sqlite:///bartlett1932.db
table_name = psiturk
[Server Parameters]
host = 0.0.0.0
port = 22362
cutoff_time = 30
logfile = server.log
loglevel = 0
debug = true
login_username = examplename
login_pw = examplepassword
threads = 1
[Task Parameters]
experiment_code_version = 1.0
num_conds = 1
num_counters = 1
[Shell Parameters]
launch_in_sandbox_mode = true
| [Experiment Configuration]
experiment = Bartlett1932
[HIT Configuration]
title = War of the Ghosts
description = Judge the color of a series of words.
amt_keywords = Perception, Psychology
lifetime = 24
us_only = true
approve_requirement = 95
contact_email_on_error = youremail@gmail.com
ad_group = Default psiTurk Stroop Example
psiturk_keywords = stroop
organization_name = New Great University
browser_exclude_rule = MSIE, mobile, tablet
[Database Parameters]
database_url = sqlite:///bartlett1932.db
table_name = psiturk
[Server Parameters]
host = 0.0.0.0
port = 22362
cutoff_time = 30
logfile = tmp/server.log
loglevel = 0
debug = true
login_username = examplename
login_pw = examplepassword
threads = 1
[Task Parameters]
experiment_code_version = 1.0
num_conds = 1
num_counters = 1
[Shell Parameters]
launch_in_sandbox_mode = true
|
Update site editing readme to show how to preview properly. | Here's how to edit and publish the website. Note
that this assumes you have a working implementation
of Java and Ant installed.
1) Edit the docs in xdocs/
2) Type "ant" in the root (site/)
3) Look at the changes in the docs/ directory using
a web browser.
4) Repeat steps 1-3 until happness and joy achieved.
5) Commit all changes, both docs/ and xdocs/
svn commit
6) ssh to minotaur
7) cd /www/incubator.apache.org/harmony
8) execute
`cat UPDATE`
to update the just-committed docs out of SVN
9) Verify that all went as planned by browsing the live
site
http://incubator.apache.org/harmony/
and look for the changes you made.
| Here's how to edit and publish the website. Note
that this assumes you have a working implementation
of Java and Ant installed.
1) **Temporarily** update the link to the CSS so you can
preview the site in a local browser:
1) Go to line 266 in file xdocs/stylesheets/site.vsl
2) Edit the path to site.css. Specify an absolute path.
e.g. from
<link rel="Stylesheet" type="text/css" href="/harmony/site.css"/>
to
<link rel="Stylesheet" type="text/css" href="/home/fred/site/docs/site.css"/>
2) Edit the docs in xdocs/
3) Type "ant" in the root (site/)
4) Look at the changes in the docs/ directory using
a web browser.
5) Repeat steps 2-4 until happiness and joy achieved.
6) Revert the temporary CSS changes made in step (1) above.
7) Commit all changes, both docs/ and xdocs/
svn commit
8) ssh to minotaur
9) cd /www/incubator.apache.org/harmony
10) execute
`cat UPDATE`
to update the just-committed docs out of SVN
11) Verify that all went as planned by browsing the live
site
http://incubator.apache.org/harmony/
and look for the changes you made. Note that it may take up
to an hour after step (10) is complete before the changes are
reflected on the live website.
|
Update CV of Attendance Viewer to 2.2 (7) | Categories:Science & Education,Office
License:MIT
Web Site:
Source Code:https://github.com/mavidser/attendance-viewer
Issue Tracker:https://github.com/mavidser/attendance-viewer/issues
Auto Name:Attendance Viewer
Summary:Attendance tracker for Indian colleges
Description:
Students of JUET and JIIT-128 can view class attendance. It visualizes
the attendance in a streamlined manner, along with additional details
for each subject, providing details about the subject. You can also set
a threshold attendance which helps you in maintaining the attendance.
.
Repo Type:git
Repo:https://github.com/mavidser/attendance-viewer
Build:2.1.1,6
commit=2c9586d2d3601ef02e42c2817fff9b4c1c474952
srclibs=1:ActionBarSherlock@4.4.0
extlibs=android/android-support-v4.jar
prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
rm=out,libs,gen,gradle,libraries,build.gradle,settings.gradle,gradlew,gradlew.bat,.idea
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.1.1
Current Version Code:6
| Categories:Science & Education,Office
License:MIT
Web Site:
Source Code:https://github.com/mavidser/attendance-viewer
Issue Tracker:https://github.com/mavidser/attendance-viewer/issues
Auto Name:Attendance Viewer
Summary:Attendance tracker for Indian colleges
Description:
Students of JUET and JIIT-128 can view class attendance. It visualizes
the attendance in a streamlined manner, along with additional details
for each subject, providing details about the subject. You can also set
a threshold attendance which helps you in maintaining the attendance.
.
Repo Type:git
Repo:https://github.com/mavidser/attendance-viewer
Build:2.1.1,6
commit=2c9586d2d3601ef02e42c2817fff9b4c1c474952
srclibs=1:ActionBarSherlock@4.4.0
rm=out,libs,gen,gradle,libraries,build.gradle,settings.gradle,gradlew,gradlew.bat,.idea
extlibs=android/android-support-v4.jar
prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.2
Current Version Code:7
|
Update Tachiyomi to 0.1.4 (5) | Categories:Multimedia,Reading
License:Apache2
Web Site:
Source Code:https://github.com/inorichi/tachiyomi
Issue Tracker:https://github.com/inorichi/tachiyomi/issues
Auto Name:Tachiyomi
Summary:Manga reader
Description:
Keep in mind it's still a beta, so expect it to crash sometimes.
Current features:
* Online and offline reading
* Configurable reader with multiple viewers and settings
* MyAnimeList support
* Resume from the next unread chapter
* Chapter filtering
* Schedule searching for updates
* Categories to organize your library
.
Repo Type:git
Repo:https://github.com/inorichi/tachiyomi.git
Build:0.1.2,3
commit=v0.1.2
subdir=app
gradle=yes
Build:0.1.3,4
commit=v0.1.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.1.3
Current Version Code:4
| Categories:Multimedia,Reading
License:Apache2
Web Site:
Source Code:https://github.com/inorichi/tachiyomi
Issue Tracker:https://github.com/inorichi/tachiyomi/issues
Auto Name:Tachiyomi
Summary:Manga reader
Description:
Keep in mind it's still a beta, so expect it to crash sometimes.
Current features:
* Online and offline reading
* Configurable reader with multiple viewers and settings
* MyAnimeList support
* Resume from the next unread chapter
* Chapter filtering
* Schedule searching for updates
* Categories to organize your library
.
Repo Type:git
Repo:https://github.com/inorichi/tachiyomi.git
Build:0.1.2,3
commit=v0.1.2
subdir=app
gradle=yes
Build:0.1.3,4
commit=v0.1.3
subdir=app
gradle=yes
Build:0.1.4,5
commit=v0.1.4
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.1.4
Current Version Code:5
|
Update Easy Dice to 1.6 (4) | Categories:Games
License:GPLv3+
Web Site:http://pejici.net/~slobo/projects/easydice.html
Source Code:https://github.com/pejic/EasyDice
Issue Tracker:https://github.com/pejic/EasyDice/issues
Auto Name:Easy Dice
Summary:RPG dice roller
Description:
Easy Dice is an rpg dice rolling app with the following features:
* Variety of die types: D4, D6, D8, D10, D10x10, D12, D20
* Choose which dice to roll together. For example a D4 with two D8.
* Re-rolling of dice. Tap dice to select which ones will roll and which ones will stay.
* Adding up. Sums all the die face values.
.
Repo Type:git
Repo:https://github.com/pejic/EasyDice-AndroidAssets.git
Build:1.5,3
commit=d4f7fb7501ac8df8b23726905b7f0d6aabfbea6b
subdir=androidsrc
Auto Update Mode:None
Update Check Mode:RepoManifest/android-assets
Current Version:1.6
Current Version Code:4
| Categories:Games
License:GPLv3+
Web Site:http://pejici.net/~slobo/projects/easydice.html
Source Code:https://github.com/pejic/EasyDice
Issue Tracker:https://github.com/pejic/EasyDice/issues
Auto Name:Easy Dice
Summary:RPG dice roller
Description:
Easy Dice is an rpg dice rolling app with the following features:
* Variety of die types: D4, D6, D8, D10, D10x10, D12, D20
* Choose which dice to roll together. For example a D4 with two D8.
* Re-rolling of dice. Tap dice to select which ones will roll and which ones will stay.
* Adding up. Sums all the die face values.
.
Repo Type:git
Repo:https://github.com/pejic/EasyDice-AndroidAssets.git
Build:1.5,3
commit=d4f7fb7501ac8df8b23726905b7f0d6aabfbea6b
subdir=androidsrc
Build:1.6,4
commit=af97a88bf69
subdir=androidsrc
Maintainer Notes:
The repo used is a copy of the real repo (https://github.com/pejic/EasyDice.git)
but with the assets pre-rendered. Unfortunately this copy repo doesn't contain
Tags, while the main one does.
We could think about using the main repo and rendering the assets ourselves
(requires blender) or asking the dev to use tags on the other repo.
.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.6
Current Version Code:4
|
Update sphinx_rtd_theme from 0.5.0 to 0.5.1 | sphinx==3.4.1
sphinxcontrib-napoleon==0.7
mock==4.0.3
sphinx_rtd_theme==0.5.0
| sphinx==3.4.1
sphinxcontrib-napoleon==0.7
mock==4.0.3
sphinx_rtd_theme==0.5.1
|
Add libssl to fix pep8 | # This is a cross-platform list tracking distribution packages needed for install and tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
maven
openjdk-8-jdk
| # This is a cross-platform list tracking distribution packages needed for install and tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
maven
openjdk-8-jdk
libssl-dev [platform:dpkg]
|
Exclude several DOMStorageTest tests on TSan, where they fail flakily | # Don't run FLAKY ui tests under TSan - they tend to hang the ui test runner
*FLAKY_*
# These tests hang under ThreadSanitizer on x64 bot,
# see http://crbug.com/28115
TabRestoreUITest.*
# These tests fail due to timeouts under TSan, http://crbug.com/32529
ChromeMainTest.SecondLaunch
ChromeMainTest.ReuseBrowserInstanceWhenOpeningFile
ResourceDispatcherTest.CrossSiteOnunloadCookie
ResourceDispatcherTest.CrossSiteNavigationErrorPage
NewTabUITest.NTPHasThumbnails
UnloadTest.CrossSiteInfiniteUnloadSync
# ErrorPageTest hang flakily, see http://crbug.com/46643
ErrorPageTest.DNSError_Basic
ErrorPageTest.DNSError_GoBack1
ErrorPageTest.DNSError_GoBack2
# Tests timing out, see http://crbug.com/92717
NewTabUIProcessPerTabTest.NavBeforeNTPCommits
NewTabUITest.ChromeHangInNTP
| # Don't run FLAKY ui tests under TSan - they tend to hang the ui test runner
*FLAKY_*
# These tests hang under ThreadSanitizer on x64 bot,
# see http://crbug.com/28115
TabRestoreUITest.*
# These tests fail due to timeouts under TSan, http://crbug.com/32529
ChromeMainTest.SecondLaunch
ChromeMainTest.ReuseBrowserInstanceWhenOpeningFile
ResourceDispatcherTest.CrossSiteOnunloadCookie
ResourceDispatcherTest.CrossSiteNavigationErrorPage
NewTabUITest.NTPHasThumbnails
UnloadTest.CrossSiteInfiniteUnloadSync
# ErrorPageTest hang flakily, see http://crbug.com/46643
ErrorPageTest.DNSError_Basic
ErrorPageTest.DNSError_GoBack1
ErrorPageTest.DNSError_GoBack2
# Tests timing out, see http://crbug.com/92717
NewTabUIProcessPerTabTest.NavBeforeNTPCommits
NewTabUITest.ChromeHangInNTP
# Fail flakily only under TSan, see http://crbug.com/103020
DOMStorageTest.LocalStorageLayoutTests
DOMStorageTest.RootLayoutTests
DOMStorageTest.SessionStorageLayoutTests
|
Update pytest from 5.1.3 to 5.2.0 | -r requirements.txt
pytest==5.1.3
pytest-mock==1.10.4
pytest-cov==2.7.1
pytest-xdist==1.29.0
requests-mock==1.7.0
freezegun==0.3.12
flake8==3.7.8
flake8-print==3.1.0
| -r requirements.txt
pytest==5.2.0
pytest-mock==1.10.4
pytest-cov==2.7.1
pytest-xdist==1.29.0
requests-mock==1.7.0
freezegun==0.3.12
flake8==3.7.8
flake8-print==3.1.0
|
Update pytest from 3.2.0 to 3.2.1 | pip==9.0.1
mock==2.0.0
pytest==3.2.0
click==6.7
seaborn==0.8
matplotlib==2.0.2
Pillow==4.2.1
scipy==0.19.1
h5py==2.7.0
flake8==3.4.1
configparser==3.5.0
PyYAML==3.12
Mako==1.0.7 | pip==9.0.1
mock==2.0.0
pytest==3.2.1
click==6.7
seaborn==0.8
matplotlib==2.0.2
Pillow==4.2.1
scipy==0.19.1
h5py==2.7.0
flake8==3.4.1
configparser==3.5.0
PyYAML==3.12
Mako==1.0.7 |
Use 'c++0x' instead of 'gnu++11' | cmake_minimum_required (VERSION 2.6)
project (SOUNDEX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
set(INCLUDE_DIRS
${PROJECT_SOURCE_DIR}/include
)
add_subdirectory(src)
# Sources
add_subdirectory(gtest)
add_subdirectory(test)
| cmake_minimum_required (VERSION 2.6)
project (SOUNDEX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
set(INCLUDE_DIRS
${PROJECT_SOURCE_DIR}/include
)
add_subdirectory(src)
# Sources
add_subdirectory(gtest)
add_subdirectory(test)
|
Move to Django 1.2 release | -e svn+http://code.djangoproject.com/svn/django/trunk/
-e git+git://github.com/simplegeo/python-oauth2.git#egg=oath2
-e git+git://github.com/rackspace/python-cloudfiles.git@1.7.0#egg=python-cloudfiles
django-cumulus
tweepy
simplejson
pil
pytz
iso8601
| Django==1.2
-e git+git://github.com/simplegeo/python-oauth2.git#egg=oath2
-e git+git://github.com/rackspace/python-cloudfiles.git@1.7.0#egg=python-cloudfiles
django-cumulus
tweepy
simplejson
pil
pytz
iso8601
|
Update mkdocs packages for website | mkdocs==1.1.2
mkdocs-material==5.2.2
pygments==2.5.2
pymdown-extensions==7.1.0
| mkdocs==1.1.2
mkdocs-material==5.3.0
pygments==2.6.1
pymdown-extensions==7.1.0
|
Upgrade dependency pytest-runner to ==2.10 | pyaml==15.8.2
pytest-runner==2.9
pytest==2.9.2
pytest-cov==2.2.1
semantic_version==2.5.0
requests==2.10.0
| pyaml==15.8.2
pytest-runner==2.10
pytest==2.9.2
pytest-cov==2.2.1
semantic_version==2.5.0
requests==2.10.0
|
Update fonttools from 3.13.1 to 3.16.0 | fonttools==3.13.1
defcon==0.3.4
MutatorMath==2.0.4
| fonttools==3.16.0
defcon==0.3.4
MutatorMath==2.0.4
|
Update cffsubr from 0.2.9 to 0.2.9.post1 | fonttools[lxml,ufo]==4.28.2
defcon==0.9.0
cu2qu==1.6.7.post1
compreffor==0.5.1
booleanOperations==0.9.0
cffsubr==0.2.9
skia-pathops==0.7.1
# alternative UFO implementation
ufoLib2==0.12.1
| fonttools[lxml,ufo]==4.28.2
defcon==0.9.0
cu2qu==1.6.7.post1
compreffor==0.5.1
booleanOperations==0.9.0
cffsubr==0.2.9.post1
skia-pathops==0.7.1
# alternative UFO implementation
ufoLib2==0.12.1
|
Update transaction from 1.4.3 to 2.2.1 | chameleon==3.3
coverage==4.5.1
docutils==0.14
mako==1.0.7
markupsafe==1.0
nose==1.3.7
passlib==1.7.1
pastedeploy==1.5.2
paster==0.8
pygments==2.2.0
pyramid==1.9.2
pyramid-chameleon==0.3
pyramid-debugtoolbar==4.4
pyramid-mako==1.0.2
pyramid-tm==2.2
repoze.lru==0.7
repoze.tm2==2.1
sqlalchemy==1.2.8
transaction==1.4.3
translationstring==1.1
venusian==1.0a8
waitress==0.8.8
webob==1.3.1
zope.deprecation==4.1.1
zope.interface==4.1.1
zope.sqlalchemy==0.7.4
boto==2.38.0
markerlib==0.4
sqlalchemy-searchable==0.5.0
sqlalchemy-utils==0.26.0
webhelpers==1.3.0
unidecode==0.04.16
recaptcha==1.0rc1
python-slugify==0.0.7
pastescript==1.7.5
Pillow==2.5.0
requests==2.3.0 | chameleon==3.3
coverage==4.5.1
docutils==0.14
mako==1.0.7
markupsafe==1.0
nose==1.3.7
passlib==1.7.1
pastedeploy==1.5.2
paster==0.8
pygments==2.2.0
pyramid==1.9.2
pyramid-chameleon==0.3
pyramid-debugtoolbar==4.4
pyramid-mako==1.0.2
pyramid-tm==2.2
repoze.lru==0.7
repoze.tm2==2.1
sqlalchemy==1.2.8
transaction==2.2.1
translationstring==1.1
venusian==1.0a8
waitress==0.8.8
webob==1.3.1
zope.deprecation==4.1.1
zope.interface==4.1.1
zope.sqlalchemy==0.7.4
boto==2.38.0
markerlib==0.4
sqlalchemy-searchable==0.5.0
sqlalchemy-utils==0.26.0
webhelpers==1.3.0
unidecode==0.04.16
recaptcha==1.0rc1
python-slugify==0.0.7
pastescript==1.7.5
Pillow==2.5.0
requests==2.3.0 |
Add the Black Python formatter. | ansible
aws-sam-cli
aws-shell
awscli
awslogs
bcrypt
boto
boto3
cryptography
dnspython
docker-compose
docker-py
flit
Glances
gunicorn
httpbin
httpie
identify
importlab
invoke
khal
khard
mycli
netaddr
parse
passlib
pgcli
pipenv
piprot
poetry
pre-commit
psycopg2
pur
pygments
pymongo
PyMySQL
pyopenssl
remarshal
requests
sh
template
todoman
tox
| ansible
aws-sam-cli
aws-shell
awscli
awslogs
bcrypt
black
boto
boto3
cryptography
dnspython
docker-compose
docker-py
flit
Glances
gunicorn
httpbin
httpie
identify
importlab
invoke
khal
khard
mycli
netaddr
parse
passlib
pgcli
pipenv
piprot
poetry
pre-commit
psycopg2
pur
pygments
pymongo
PyMySQL
pyopenssl
remarshal
requests
sh
template
todoman
tox
|
Bump black from 21.12b0 to 22.1.0 | bandit==1.7.2
black==21.12b0
flake8==4.0.1
isort==5.10.1
msgcheck==4.0.0
pydocstyle==6.1.1
| bandit==1.7.2
black==22.1.0
flake8==4.0.1
isort==5.10.1
msgcheck==4.0.0
pydocstyle==6.1.1
|
Update pytest from 3.2.0 to 3.2.1 | -r requirements.txt
pytest==3.2.0
pytest-instafail==0.3.0
pytest-timeout==1.2.0
pytest-xdist==1.19.0
requests==2.18.3
selenium==3.4.3
websocket-client==0.44.0
| -r requirements.txt
pytest==3.2.1
pytest-instafail==0.3.0
pytest-timeout==1.2.0
pytest-xdist==1.19.0
requests==2.18.3
selenium==3.4.3
websocket-client==0.44.0
|
Update setuptools from 38.1.0 to 38.2.4 | --requirement requirements.txt
# Documentation
Sphinx==1.6.5
sphinxcontrib-httpdomain==1.5.0
# Fix setuptools issues
setuptools==38.1.0
| --requirement requirements.txt
# Documentation
Sphinx==1.6.5
sphinxcontrib-httpdomain==1.5.0
# Fix setuptools issues
setuptools==38.2.4
|
Update faker from 8.10.2 to 8.12.1 | -r base.txt
factory-boy==3.2.0
Faker==8.10.2
flake8==3.9.2
freezegun==1.1.0
isort==5.9.2
pytest==6.2.4
pytest-cov==2.12.1
pytest-django==4.4.0
pytest-factoryboy==2.1.0
| -r base.txt
factory-boy==3.2.0
Faker==8.12.1
flake8==3.9.2
freezegun==1.1.0
isort==5.9.2
pytest==6.2.4
pytest-cov==2.12.1
pytest-django==4.4.0
pytest-factoryboy==2.1.0
|
Update pip from 8.1.2 to 9.0.1 | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
tox==2.3.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
pytest==2.9.2
pytest-mock==1.6.2
pytest-runner==2.11.1
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
tox==2.3.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
pytest==2.9.2
pytest-mock==1.6.2
pytest-runner==2.11.1
|
Update tox from 2.6.0 to 2.7.0 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.6.0
coverage==4.3.4
Sphinx==1.5.5
cryptography==1.8.1
PyYAML==3.12
pytest==3.0.7
numpy==1.12.1
scipy==0.19.0
scikit-learn==0.18.1
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.3.4
Sphinx==1.5.5
cryptography==1.8.1
PyYAML==3.12
pytest==3.0.7
numpy==1.12.1
scipy==0.19.0
scikit-learn==0.18.1
|
Update pyyaml from 5.1 to 5.1.2 | pip==19.3.1
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.9
tox==3.14.1
coverage==4.5.4
Sphinx==2.2.1
cryptography==2.8
PyYAML==5.1
| pip==19.3.1
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.9
tox==3.14.1
coverage==4.5.4
Sphinx==2.2.1
cryptography==2.8
PyYAML==5.1.2
|
Update numpy from 1.14.2 to 1.14.3 | pip==10.0.1
bumpversion==0.5.3
wheel==0.31.0
watchdog==0.8.3
flake8==3.5.0
tox==3.0.0
coverage==4.5.1
Sphinx==1.7.4
cryptography==2.2.2
PyYAML==3.12
pytest==3.5.1
pytest-cov==2.5.1
coveralls==1.3.0
pytest-runner==4.2
numpy==1.14.2
pandas==0.22.0
| pip==10.0.1
bumpversion==0.5.3
wheel==0.31.0
watchdog==0.8.3
flake8==3.5.0
tox==3.0.0
coverage==4.5.1
Sphinx==1.7.4
cryptography==2.2.2
PyYAML==3.12
pytest==3.5.1
pytest-cov==2.5.1
coveralls==1.3.0
pytest-runner==4.2
numpy==1.14.3
pandas==0.22.0
|
Update pygments from 2.1.3 to 2.2.0 | tox==2.5.0
pytest==3.0.5
pytest-cov==2.4.0
pytest-runner==2.10.1
pytest-flakes==1.0.1
pytest-pylint==0.6.0
flake8==3.2.1
selenium==3.0.2
docutils==0.13.1
pygments==2.1.3
-e .
| tox==2.5.0
pytest==3.0.5
pytest-cov==2.4.0
pytest-runner==2.10.1
pytest-flakes==1.0.1
pytest-pylint==0.6.0
flake8==3.2.1
selenium==3.0.2
docutils==0.13.1
pygments==2.2.0
-e .
|
Update pytest from 4.4.0 to 4.4.1 | -r requirements.txt
coverage==4.5.3
coveralls==1.7.0
cssselect==1.0.3
flake8==3.7.7
mock==2.0.0
pytest==4.4.0
pytest-cov==2.6.1
watchdog==0.9.0
git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.1.2#egg=digitalmarketplace-test-utils==2.1.2
| -r requirements.txt
coverage==4.5.3
coveralls==1.7.0
cssselect==1.0.3
flake8==3.7.7
mock==2.0.0
pytest==4.4.1
pytest-cov==2.6.1
watchdog==0.9.0
git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.1.2#egg=digitalmarketplace-test-utils==2.1.2
|
Update flake8 from 3.7.6 to 3.7.7 | -r common.txt
pip==19.0.3
bumpversion==0.5.3
wheel==0.33.1
watchdog==0.9.0
flake8==3.7.6
coverage==4.5.2
Sphinx==1.8.4
cryptography==2.5
| -r common.txt
pip==19.0.3
bumpversion==0.5.3
wheel==0.33.1
watchdog==0.9.0
flake8==3.7.7
coverage==4.5.2
Sphinx==1.8.4
cryptography==2.5
|
Update pytest from 7.0.1 to 7.1.0 | -r base.txt
django-debug-toolbar==3.2.4
factory-boy==3.2.1
Faker==13.3.2
flake8-docstrings==1.6.0
flake8==4.0.1
freezegun==1.2.0
isort==5.10.1
pytest-cov==3.0.0
pytest-django==4.5.2
pytest-factoryboy==2.1.0
pytest==7.0.1
| -r base.txt
django-debug-toolbar==3.2.4
factory-boy==3.2.1
Faker==13.3.2
flake8-docstrings==1.6.0
flake8==4.0.1
freezegun==1.2.0
isort==5.10.1
pytest-cov==3.0.0
pytest-django==4.5.2
pytest-factoryboy==2.1.0
pytest==7.1.0
|
Update alagitpull from 0.0.12 to 0.0.13 | sphinx==1.6.3
alagitpull==0.0.12
releases==1.3.1
| sphinx==1.6.3
alagitpull==0.0.13
releases==1.3.1
|
Update cryptography from 1.7 to 2.0.3 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==1.7
PyYAML==3.11
pytest==2.9.2
pytest-mock==1.6.2
pytest-runner==2.11.1
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.0.3
PyYAML==3.11
pytest==2.9.2
pytest-mock==1.6.2
pytest-runner==2.11.1
|
Update pytest from 4.1.1 to 4.2.0 | bumpversion==0.5.3
coverage==4.5.2
flake8==3.7.1
pytest==4.1.1
pytz==2018.9
Sphinx==1.8.3
tox==3.7.0
| bumpversion==0.5.3
coverage==4.5.2
flake8==3.7.1
pytest==4.2.0
pytz==2018.9
Sphinx==1.8.3
tox==3.7.0
|
Add some text to spinning gif | <% extends 'base.html' %>
<% subskin 'head' %>
<script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#results").load("testing?runtests=1");
});
</script>
<% subskin 'content' | markdown %>
Helma NG includes a unit testing framework and tests for many of its core modules.
The results of these tests are displayed below.
<div id="results"><img src="/static/loading.gif" width="16" height="16" alt="loading test results" /></div> | <% extends 'base.html' %>
<% subskin 'head' %>
<script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#results").load("testing?runtests=1");
});
</script>
<% subskin 'content' | markdown %>
Helma NG includes a unit testing framework and tests for many of its core modules.
The results of these tests are displayed below.
<div id="results">
<img src="/static/loading.gif" width="16" height="16" alt="loading test results"
style="vertical-align: middle; margin: 2px;" />
Loading Results
</div> |
Fix versions in links for now. Real versions should be injected here instead. | The Neo4j Manual v{revnumber}
=============================
:neo4j-version: {revnumber}
:neo4j-index-version: 1.2-1.2
:neo4j-shell-version: snapshot
include::introduction/introduction.txt[]
:leveloffset: 0
[[reference-documentation]]
Reference Documentation
=======================
////
[partintro]
////
:leveloffset: 1
include::installation-deployment/index.txt[]
:leveloffset: 1
include::configuration-performance/index.txt[]
:leveloffset: 1
include::transactions/transactions.txt[]
:leveloffset: 1
include::server/index.txt[]
:leveloffset: 1
include::ha/index.txt[]
:leveloffset: 1
include::operations/index.txt[]
:leveloffset: 0
[[tools]]
Tools
=====
////
[partintro]
////
:leveloffset: 1
include::tools/index.txt[]
:leveloffset: 0
[[troubleshooting]]
Troubleshooting
================
////
[partintro]
////
:leveloffset: 1
include::troubleshooting/index.txt[]
:leveloffset: 0
:numbered!:
include::manpages.txt[]
////
:leveloffset: 0
include::glossary.txt[]
////
| The Neo4j Manual v{revnumber}
=============================
:neo4j-version: {revnumber}
:neo4j-index-version: snapshot
:neo4j-shell-version: snapshot
include::introduction/introduction.txt[]
:leveloffset: 0
[[reference-documentation]]
Reference Documentation
=======================
////
[partintro]
////
:leveloffset: 1
include::installation-deployment/index.txt[]
:leveloffset: 1
include::configuration-performance/index.txt[]
:leveloffset: 1
include::transactions/transactions.txt[]
:leveloffset: 1
include::server/index.txt[]
:leveloffset: 1
include::ha/index.txt[]
:leveloffset: 1
include::operations/index.txt[]
:leveloffset: 0
[[tools]]
Tools
=====
////
[partintro]
////
:leveloffset: 1
include::tools/index.txt[]
:leveloffset: 0
[[troubleshooting]]
Troubleshooting
================
////
[partintro]
////
:leveloffset: 1
include::troubleshooting/index.txt[]
:leveloffset: 0
:numbered!:
include::manpages.txt[]
////
:leveloffset: 0
include::glossary.txt[]
////
|
Use openfisca version that includes PCH | openfisca_web_api[paster]==2.0.1
openfisca_france==4.1.15
git+https://github.com/sgmap/openfisca-paris.git@5bd3dc249fdd0b364732edc8d45b79602631b111#egg=openfisca-paris
| openfisca_web_api[paster]==2.0.1
openfisca_france==4.1.18
git+https://github.com/sgmap/openfisca-paris.git@5bd3dc249fdd0b364732edc8d45b79602631b111#egg=openfisca-paris
|
Update AdGuard Content Blocker to 2.2.1 (21002201) | AntiFeatures:NonFreeAdd
Categories:Internet
License:GPL-3.0-or-later
Web Site:https://github.com/AdguardTeam/ContentBlocker
Source Code:https://github.com/AdguardTeam/ContentBlocker
Issue Tracker:https://github.com/AdguardTeam/ContentBlocker/issues
Auto Name:AdGuard Content Blocker
Summary:Block advertisements
Description:
AdGuard Content Blocker is an app that blocks ads on mobile devices operated by
Android in browsers that support content blocking technology. As of today, there
are only two such browsers: Yandex Browser and Samsung Internet browser.
The app does not require root access.
.
Repo Type:git
Repo:https://github.com/AdguardTeam/ContentBlocker.git
Build:2.1.3,21002103
commit=v2.1.3
subdir=adguard_cb
gradle=samsung_api21
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:2.1.3
Current Version Code:21002103
| AntiFeatures:NonFreeAdd
Categories:Internet
License:GPL-3.0-or-later
Web Site:https://github.com/AdguardTeam/ContentBlocker
Source Code:https://github.com/AdguardTeam/ContentBlocker
Issue Tracker:https://github.com/AdguardTeam/ContentBlocker/issues
Auto Name:AdGuard Content Blocker
Summary:Block advertisements
Description:
AdGuard Content Blocker is an app that blocks ads on mobile devices operated by
Android in browsers that support content blocking technology. As of today, there
are only two such browsers: Yandex Browser and Samsung Internet browser.
The app does not require root access.
.
Repo Type:git
Repo:https://github.com/AdguardTeam/ContentBlocker.git
Build:2.1.3,21002103
commit=v2.1.3
subdir=adguard_cb
gradle=samsung_api21
Build:2.2.1,21002201
commit=v2.2.1
subdir=adguard_cb
gradle=samsung_api21
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:2.2.1
Current Version Code:21002201
|
Add old db schema file | PK: Primary Key
FK: Foreign Key
ZF: Zero Fill (unsigned)
| User
==================================
bigint PK ZF | ID
varchar(255) | Email
varchar(100) | Name
varchar(100) | Password
| Status (Static table)
==================================
tinyint PK ZF | ID
varchar(25) | EnumValueName
----------- Values ----------------
1 | Normal
2 | Pinned
3 | Archived
4 | Deleted
| Color
==================================
tinyint PK ZF | ID
varchar(25) | EnumValueName
varchar(50) | Description
int ZF | ColorARGB
| Note
==================================
bigint PK ZF | ID
tinyint FK ZF | StatusID
varchar(100) | Title
text | Description (Markdown)
datetime | CreatedDateTime
datetime | EditedDateTime
bigint FK ZF | CreatedByUserID
bigint FK ZF | EditedByUserID
tinyint ZF | ColorID
| Snippet
==================================
bigint PK ZF | ID
int FK ZF | LanguageID
varchar(100) | Title
text | Code
| Image
==================================
bigint PK ZF | ID
varchar(255) | Path
varchar(255) | Filename
varchar(250) | Description
| Language
==================================
int PK ZF | ID
varchar(50) | Name
varchar(10) | Extension
varchar(50) | Icon
| Label
==================================
bigint PK ZF | ID
varchar(20) | Title
carchar(250) | Description
| NoteLabel
==================================
bigint FK ZF | NoteID
bigint FK ZF | LabelID
| NoteSnippet
==================================
bigint FK ZF | NoteID
bigint FK ZF | SnippetID
| NoteImage
==================================
bigint FK ZF | NoteID
bigint FK ZF | SnippetID
| |
Disable example compilation on Android | cmake_minimum_required (VERSION 3.2.0 FATAL_ERROR)
if (ANDROID_NDK)
# TODO: why do we need 3.6.0?
cmake_minimum_required (VERSION 3.6.0 FATAL_ERROR)
# TODO: shouldn't this file be somewhere in the NDK??
set (CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/src/test/pegtl/android.toolchain.cmake")
set (ANDROID_ABI "x86" CACHE STRING "")
set (ANDROID_TOOLCHAIN "clang" CACHE STRING "")
set (ANDROID_NATIVE_API_LEVEL "android-16" CACHE STRING "")
endif ()
# set project and version
if (ANDROID_NDK)
project (PEGTL VERSION 2.0.0)
else ()
project (PEGTL VERSION 2.0.0 LANGUAGES CXX)
endif ()
# set C++ language standard
set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
# define a header-only library
add_library (PEGTL INTERFACE)
target_include_directories (PEGTL INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
)
# testing
enable_testing ()
add_subdirectory (src/test/pegtl)
# examples
if (NOT MSVC)
add_subdirectory (src/example/pegtl)
endif ()
# TODO: install
| cmake_minimum_required (VERSION 3.2.0 FATAL_ERROR)
if (ANDROID_NDK)
# TODO: why do we need 3.6.0?
cmake_minimum_required (VERSION 3.6.0 FATAL_ERROR)
# TODO: shouldn't this file be somewhere in the NDK??
set (CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/src/test/pegtl/android.toolchain.cmake")
set (ANDROID_ABI "x86" CACHE STRING "")
set (ANDROID_TOOLCHAIN "clang" CACHE STRING "")
set (ANDROID_NATIVE_API_LEVEL "android-16" CACHE STRING "")
endif ()
# set project and version
if (ANDROID_NDK)
project (PEGTL VERSION 2.0.0)
else ()
project (PEGTL VERSION 2.0.0 LANGUAGES CXX)
endif ()
# set C++ language standard
set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
# define a header-only library
add_library (PEGTL INTERFACE)
target_include_directories (PEGTL INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
)
# testing
enable_testing ()
add_subdirectory (src/test/pegtl)
# examples
if (NOT MSVC AND NOT ANDROID_NDK)
add_subdirectory (src/example/pegtl)
endif ()
# TODO: install
|
Update the required minimum cmake version | 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)
| cmake_minimum_required( VERSION 2.8.11)
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 numpy from 1.15.2 to 1.15.3 | mako==1.0.7
click==7.0
h5py==2.8.0
scipy==1.0.0
Pillow==5.3.0
numpy==1.15.2
| mako==1.0.7
click==7.0
h5py==2.8.0
scipy==1.0.0
Pillow==5.3.0
numpy==1.15.3
|
Update flask-sqlalchemy requirement for git submodule fix | Flask==0.10.1
-e git+https://github.com/varda/flask-sqlalchemy.git@record-ops-only-for-signalling-sessions#egg=Flask-SQLAlchemy
PyVCF==0.6.7
SQLAlchemy==0.9.3
celery==3.1.9
celery-with-redis==3.0
nose==1.3.0
psycopg2==2.5.3
py-bcrypt==0.4
Sphinx==1.2.2
numpy==1.8.0
pyfasta==0.5.1
sphinxcontrib-httpdomain==1.2.0
Cerberus==0.1.0
alembic==0.6.3
semantic-version==2.2.2
Flask-Testing==0.4.1
fixture==1.5
| Flask==0.10.1
-e git+https://github.com/varda/flask-sqlalchemy.git@varda#egg=Flask-SQLAlchemy
PyVCF==0.6.7
SQLAlchemy==0.9.3
celery==3.1.9
celery-with-redis==3.0
nose==1.3.0
psycopg2==2.5.3
py-bcrypt==0.4
Sphinx==1.2.2
numpy==1.8.0
pyfasta==0.5.1
sphinxcontrib-httpdomain==1.2.0
Cerberus==0.1.0
alembic==0.6.3
semantic-version==2.2.2
Flask-Testing==0.4.1
fixture==1.5
|
Update pytest from 3.8.1 to 3.8.2 | # Testing and deployment packages.
coverage==4.4.2
pytest==3.8.1
pytest-cov==2.6.0
freezegun==0.3.10
twine==1.12.1
wheel==0.32.0 | # Testing and deployment packages.
coverage==4.4.2
pytest==3.8.2
pytest-cov==2.6.0
freezegun==0.3.10
twine==1.12.1
wheel==0.32.0 |
Change mysql library from MySQL-python to mysqlclient. | raven==5.3.1
MySQL-python==1.2.5
retrying==1.3.3
| raven==5.3.1
mysqlclient==1.3.12
retrying==1.3.3
|
Upgrade dependency simplejson to ==3.11.1 | coreapi==2.3.1
Django==1.11.2
django-rest-swagger==2.1.2
django-webpack-loader==0.5.0
djangorestframework==3.6.3
djangorestframework-jwt==1.10.0
freezegun==0.3.9
itypes==1.1.0
openapi-codec==1.2.1
psycopg2==2.7.1
PyJWT==1.5.0
python-dateutil==2.6.0
requests==2.18.1
simplejson==3.10.0
six==1.10.0
uritemplate==3.0.0
uWSGI==2.0.15
| coreapi==2.3.1
Django==1.11.2
django-rest-swagger==2.1.2
django-webpack-loader==0.5.0
djangorestframework==3.6.3
djangorestframework-jwt==1.10.0
freezegun==0.3.9
itypes==1.1.0
openapi-codec==1.2.1
psycopg2==2.7.1
PyJWT==1.5.0
python-dateutil==2.6.0
requests==2.18.1
simplejson==3.11.1
six==1.10.0
uritemplate==3.0.0
uWSGI==2.0.15
|
Update numpy from 1.13.2 to 1.13.3 | tqdm==4.17.1
numpy==1.13.2
pandas==0.20.3
astropy==2.0.2
matplotlib==2.0.2
multiprocess==0.70.5
| tqdm==4.17.1
numpy==1.13.3
pandas==0.20.3
astropy==2.0.2
matplotlib==2.0.2
multiprocess==0.70.5
|
Update google-cloud-logging requirement from ~=2.6.0 to ~=2.7.0 | # Note that App Engine / Cloud Build's default pip cache is overly aggressive
# with GitHub dependency URLs like these. If I push a new commit to the branch
# in one of these URLs, Cloud Build still uses the old cached version.
# https://cloud.google.com/appengine/docs/standard/python3/specifying-dependencies
#
# Use this to bust that cache: gcloud -q beta app deploy --no-cache ...
git+https://github.com/dvska/gdata-python3.git#egg=gdata
app-server~=0.7.0; python_version>="3.8"
google-cloud-logging~=2.6.0
gunicorn~=20.1
mox3~=1.1
# this includes everything in setup.py's install_requires.
# https://caremad.io/posts/2013/07/setup-vs-requirement/#developing-reusable-things-or-how-not-to-repeat-yourself
.
| # Note that App Engine / Cloud Build's default pip cache is overly aggressive
# with GitHub dependency URLs like these. If I push a new commit to the branch
# in one of these URLs, Cloud Build still uses the old cached version.
# https://cloud.google.com/appengine/docs/standard/python3/specifying-dependencies
#
# Use this to bust that cache: gcloud -q beta app deploy --no-cache ...
git+https://github.com/dvska/gdata-python3.git#egg=gdata
app-server~=0.7.0; python_version>="3.8"
google-cloud-logging~=2.7.0
gunicorn~=20.1
mox3~=1.1
# this includes everything in setup.py's install_requires.
# https://caremad.io/posts/2013/07/setup-vs-requirement/#developing-reusable-things-or-how-not-to-repeat-yourself
.
|
Update docker from 4.4.1 to 4.4.2 | ansible-lint==4.3.7
docker==4.4.1
flake8==3.8.4
molecule==3.0.8
pytest==6.2.2
testinfra==6.0.0
tox==3.21.4
| ansible-lint==4.3.7
docker==4.4.2
flake8==3.8.4
molecule==3.0.8
pytest==6.2.2
testinfra==6.0.0
tox==3.21.4
|
Update matplotlib from 2.0.1 to 2.0.2 | pip==9.0.1
click==6.7
h5py==2.7.0
seaborn==0.7.1
matplotlib==2.0.1
Pillow==4.1.1
scipy==0.19.0
configparser==3.5.0
PyYAML==3.12
Mako==1.0.6 | pip==9.0.1
click==6.7
h5py==2.7.0
seaborn==0.7.1
matplotlib==2.0.2
Pillow==4.1.1
scipy==0.19.0
configparser==3.5.0
PyYAML==3.12
Mako==1.0.6 |
Update clldutils from 1.13.3 to 1.13.5 | pydplace==0.4
Django==1.11.3
django-appconf==1.0.2
django-bootstrap3==9.0.0
django-filter==1.0.4
djangorestframework==3.6.3
ete3==3.0.0b35
psycopg2==2.7.1
python-nexus==1.42
six==1.10.0
coverage==4.4.1
flake8==3.3.0
newick==0.8.0
clldutils==1.13.3
attrs==17.2.0
| pydplace==0.4
Django==1.11.3
django-appconf==1.0.2
django-bootstrap3==9.0.0
django-filter==1.0.4
djangorestframework==3.6.3
ete3==3.0.0b35
psycopg2==2.7.1
python-nexus==1.42
six==1.10.0
coverage==4.4.1
flake8==3.3.0
newick==0.8.0
clldutils==1.13.5
attrs==17.2.0
|
Update dj-database-url from 0.4.2 to 0.5.0 | # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
gunicorn==19.9.0
psycopg2==2.7.6.1
dj-database-url==0.4.2 | # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
gunicorn==19.9.0
psycopg2==2.7.6.1
dj-database-url==0.5.0 |
Change DrMemory exclusion to match changed test name. | # Too slow to run with Dr Memory on Windows.
ApmTest.EchoCancellationReportsCorrectDelays
ApmTest.FloatAndIntInterfacesGiveIdenticalResults
ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels
ApmTest.VerifyDebugDumpFloat
ApmTest.VerifyDebugDumpInt
CommonFormats/AudioProcessingTest*
TestScaler.PointScaleTest
TestScaler.BiLinearScaleTest
TestScaler.BoxScaleTest
TestVideoSenderWithVp8.*
VideoProcessingModuleTest.Denoising
VideoSendersTest.*
# https://code.google.com/p/webrtc/issues/detail?id=2323
MouseCursorShapeTest.MatchCursors
| # Too slow to run with Dr Memory on Windows.
ApmTest.EchoCancellationReportsCorrectDelays
ApmTest.FloatAndIntInterfacesGiveSimilarResults
ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels
ApmTest.VerifyDebugDumpFloat
ApmTest.VerifyDebugDumpInt
CommonFormats/AudioProcessingTest*
TestScaler.PointScaleTest
TestScaler.BiLinearScaleTest
TestScaler.BoxScaleTest
TestVideoSenderWithVp8.*
VideoProcessingModuleTest.Denoising
VideoSendersTest.*
# https://code.google.com/p/webrtc/issues/detail?id=2323
MouseCursorShapeTest.MatchCursors
|
Patch file for common question regarding 4.4.0 | --- Bucardo.pm 2010/09/02 14:08:46 1.1
+++ Bucardo.pm 2010/09/02 14:09:47
@@ -1832,6 +1832,9 @@
push @{$g->{binarypkey}} => 0;
}
+ ## Turn off the search path, to help the checks below match up
+ $srcdbh->do('SET LOCAL search_path = pg_catalog');
+
## Check the source columns, and save them
$sth = $sth{checkcols};
$sth->execute($g->{oid});
@@ -1878,6 +1881,8 @@
push @{$g->{binarycols}}, $colinfo->{$colname}{order};
}
+ $srcdbh->do('RESET search_path');
+
} ## end if reltype is table
## If a sequence, grab all info as a hash
@@ -1976,6 +1981,9 @@
## Store away our oid, as we may need it later to access bucardo_delta
$g->{targetoid}{$db} = $oid;
+ ## Turn off the search path, to help the checks below match up
+ $dbh->do('SET LOCAL search_path = pg_catalog');
+
## Grab column information about this table
$sth = $dbh->prepare($SQL{checkcols});
$sth->execute($oid);
@@ -1987,6 +1995,8 @@
$targetcolinfo->{$_}{realattnum} = $x++;
}
+ $dbh->do('RESET search_path');
+
my $t = "$g->{schemaname}.$g->{tablename}";
## We'll state no problems until we are proved wrong
| |
Include Ustun Ozgur in the authors file. | Primary author:
Mark Lavin
The following people who have contributed to django-selectable:
Michael Manfre
Luke Plant
Augusto Men
@dc
Colin Copeland
Sławomir Ehlert
Dan Poirier
Felipe Prenholato
David Ray
Rick Testore
Karen Tracey
Manuel Alvarez
Thanks for all of your work!
| Primary author:
Mark Lavin
The following people who have contributed to django-selectable:
Michael Manfre
Luke Plant
Augusto Men
@dc
Colin Copeland
Sławomir Ehlert
Dan Poirier
Felipe Prenholato
David Ray
Rick Testore
Karen Tracey
Manuel Alvarez
Ustun Ozgur
Thanks for all of your work!
|
Disable the FileUtilICU tests because they hang purify | # this test causes Purify to get completely confused, aborting the test and
# popping up 10 or more error dialogs
StatsTableTest.MultipleProcesses
# see bug 1151158
# causes purify to occasionally crash, possibly the same reason as 1110206 below
StatsTableTest.MultipleThreads
# this test takes a really long time to run in Purify
TimeTicks.Rollover
TimeTicks.WinRollover
# see bug 1110206
ConditionVariableTest.LargeFastTaskTest
# see bug 1150075
MessageLoopTest.Crasher*
# see bug 1195707
WMIUtilTest.*
# see issue 7412
ScopedTempDir.*
# see issue 7477
ObserverListThreadSafeTest.CrossThreadObserver
ObserverListThreadSafeTest.CrossThreadNotifications
# see bug 10031
SignatureVerifierTest.BasicTest
#See issue 24341, this test is hanging in purify.
FileUtilICUTest.ReplaceIllegalCharactersTest
| # this test causes Purify to get completely confused, aborting the test and
# popping up 10 or more error dialogs
StatsTableTest.MultipleProcesses
# see bug 1151158
# causes purify to occasionally crash, possibly the same reason as 1110206 below
StatsTableTest.MultipleThreads
# this test takes a really long time to run in Purify
TimeTicks.Rollover
TimeTicks.WinRollover
# see bug 1110206
ConditionVariableTest.LargeFastTaskTest
# see bug 1150075
MessageLoopTest.Crasher*
# see bug 1195707
WMIUtilTest.*
# see issue 7412
ScopedTempDir.*
# see issue 7477
ObserverListThreadSafeTest.CrossThreadObserver
ObserverListThreadSafeTest.CrossThreadNotifications
# see bug 10031
SignatureVerifierTest.BasicTest
# See issue 24341 / 25598, this test is hanging in purify.
FileUtilICUTest.*
|
Install urdf files for kinova_description | cmake_minimum_required(VERSION 2.8.3)
project(kinova_description)
find_package(catkin REQUIRED)
catkin_package()
install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
install(DIRECTORY meshes
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
FILES_MATCHING PATTERN "*.dae"
)
#install(DIRECTORY config DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
| cmake_minimum_required(VERSION 2.8.3)
project(kinova_description)
find_package(catkin REQUIRED)
catkin_package()
install(DIRECTORY launch urdf DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
install(DIRECTORY meshes
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
FILES_MATCHING PATTERN "*.dae"
)
#install(DIRECTORY config DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
|
Add intro to release notes | Announcement: scikit-image 0.X.0
================================
New Features
------------
Improvements
------------
API Changes
-----------
Deprecations
------------
| Announcement: scikit-image 0.X.0
================================
We're happy to announce the release of scikit-image v0.X.0!
scikit-image is an image processing toolbox for SciPy that includes algorithms
for segmentation, geometric transformations, color space manipulation,
analysis, filtering, morphology, feature detection, and more.
For more information, examples, and documentation, please visit our website:
http://scikit-image.org
New Features
------------
Improvements
------------
API Changes
-----------
Deprecations
------------
|
Update subproject requirements for next release | # The default branch, release tag, or commit to be cloned
__ceph_tag=master
__opsmgr_tag=master
__genesis_tag=release-1.0
| # The default branch, release tag, or commit to be cloned
__ceph_tag=branch-v2
__opsmgr_tag=branch-v2
__genesis_tag=release-1.1
|
Remove temporary test expectations from v8 push (changes are now upstream in webkit). | // 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.
// TODO(johnnyg): remove after upstream expectations are rolled
BUG_JOHNNYG WIN : fast/forms/input-file-directory-upload.html = TEXT
// TODO(ricow): remove chromium specific expectations for this in
// webkit repo.
BUG_RICOW : fast/dom/undetectable-document-all.html = TEXT
| // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
// TODO(johnnyg): remove after upstream expectations are rolled
BUG_JOHNNYG WIN : fast/forms/input-file-directory-upload.html = TEXT
|
Make the clang executable target depend on clang-cc | set(LLVM_NO_RTTI 1)
set( LLVM_USED_LIBS
clangDriver
clangBasic
)
set(LLVM_LINK_COMPONENTS system support bitreader bitwriter)
add_clang_executable(clang
driver.cpp
)
| set(LLVM_NO_RTTI 1)
set( LLVM_USED_LIBS
clangDriver
clangBasic
)
set(LLVM_LINK_COMPONENTS system support bitreader bitwriter)
add_clang_executable(clang
driver.cpp
)
add_dependencies(clang clang-cc)
|
Update cloudaux dependency to version 1.5.2 | six>=1.11.0
cloudaux==1.5.0
celery==4.2.0
celery[redis]==4.2.0
redis==2.10.6
Flask==0.12.2 # Need to upgrade this with Flask-SqlAlchemy.
Flask-Mail==0.9.1
Flask-Migrate==2.1.1
Flask-Principal==0.4.0
Flask-RESTful==0.3.6
Flask-SQLAlchemy==1.0 # Upgrade this for SM release 1.2.0
Flask-Script==0.6.3
Flask-Security>=3.0.0
Flask-WTF>=0.14.2
Jinja2>=2.10
SQLAlchemy==1.2.7
boto>=2.48.0
ipaddr==2.2.0
itsdangerous==0.24
psycopg2==2.7.4
bcrypt==3.1.4
gunicorn==19.7.1
cryptography>=1.8.1
dpath==1.4.2
pyyaml>=3.12
jira==1.0.14
policyuniverse>=1.1.0.1
joblib>=0.9.4
pyjwt>=1.01
netaddr
swag-client>=0.4.1
idna==2.6
marshmallow==2.15.0
flask-marshmallow==0.8.0
| six>=1.11.0
cloudaux==1.5.2
celery==4.2.0
celery[redis]==4.2.0
redis==2.10.6
Flask==0.12.2 # Need to upgrade this with Flask-SqlAlchemy.
Flask-Mail==0.9.1
Flask-Migrate==2.1.1
Flask-Principal==0.4.0
Flask-RESTful==0.3.6
Flask-SQLAlchemy==1.0 # Upgrade this for SM release 1.2.0
Flask-Script==0.6.3
Flask-Security>=3.0.0
Flask-WTF>=0.14.2
Jinja2>=2.10
SQLAlchemy==1.2.7
boto>=2.48.0
ipaddr==2.2.0
itsdangerous==0.24
psycopg2==2.7.4
bcrypt==3.1.4
gunicorn==19.7.1
cryptography>=1.8.1
dpath==1.4.2
pyyaml>=3.12
jira==1.0.14
policyuniverse>=1.1.0.1
joblib>=0.9.4
pyjwt>=1.01
netaddr
swag-client>=0.4.1
idna==2.6
marshmallow==2.15.0
flask-marshmallow==0.8.0
|
Update py from 1.4.33 to 1.4.34 | appdirs==1.4.3
args==0.1.0
beautifulsoup4==4.6.0
clint==0.5.1
colorama==0.3.9
ConfigArgParse==0.12.0
docutils==0.13.1
markdown2==2.3.4
packaging==16.8
pkginfo==1.4.1
py==1.4.33
Pygments==2.2.0
pyparsing==2.2.0
pytest==3.1.0
requests==2.14.2
requests-toolbelt==0.8.0
six==1.10.0
twine==1.9.0
| appdirs==1.4.3
args==0.1.0
beautifulsoup4==4.6.0
clint==0.5.1
colorama==0.3.9
ConfigArgParse==0.12.0
docutils==0.13.1
markdown2==2.3.4
packaging==16.8
pkginfo==1.4.1
py==1.4.34
Pygments==2.2.0
pyparsing==2.2.0
pytest==3.1.0
requests==2.14.2
requests-toolbelt==0.8.0
six==1.10.0
twine==1.9.0
|
Update django-environ from 0.4.4 to 0.4.5 | # These requirements are only necessary when developing on Oscar.
# development
Werkzeug==0.14.1
django-debug-toolbar==1.9.1
django-extensions==2.0.7
psycopg2==2.7.5
# Sandbox
Pillow==5.1.0
Whoosh==2.7.4
django-environ==0.4.4
django-redis==4.9.0
pysolr==3.7.0
redis==2.10.6
requests==2.19.1
uWSGI==2.0.17
whitenoise==3.3.1
# Linting
flake8==3.5.0
flake8-debugger==3.1.0
flake8-blind-except==0.1.1
isort==4.3.4
# Helpers
pyprof2calltree==1.4.3
ipdb==0.11
ipython==6.4.0
# Country data
pycountry==18.5.26
| # These requirements are only necessary when developing on Oscar.
# development
Werkzeug==0.14.1
django-debug-toolbar==1.9.1
django-extensions==2.0.7
psycopg2==2.7.5
# Sandbox
Pillow==5.1.0
Whoosh==2.7.4
django-environ==0.4.5
django-redis==4.9.0
pysolr==3.7.0
redis==2.10.6
requests==2.19.1
uWSGI==2.0.17
whitenoise==3.3.1
# Linting
flake8==3.5.0
flake8-debugger==3.1.0
flake8-blind-except==0.1.1
isort==4.3.4
# Helpers
pyprof2calltree==1.4.3
ipdb==0.11
ipython==6.4.0
# Country data
pycountry==18.5.26
|
Add "six" package as a requirement | # Typing support
typing; python_version<"3.5"
typing-extensions; python_version<"3.8"
mypy_extensions
# Prevent installation of Python < 3 package on Windows.
pip>=20.0; sys_platform=="win32" and python_version<="2.7"
# General dependencies
pyrsistent>=0.15.2
attrs>=19.1.0; python_version>"3.5"
attrs==19.1.0; python_version<="3.5"
wrapt>=1.11.2
| # Typing support
typing; python_version<"3.5"
typing-extensions; python_version<"3.8"
mypy_extensions
# Prevent installation of Python < 3 package on Windows.
pip>=20.0; sys_platform=="win32" and python_version<="2.7"
# General dependencies
pyrsistent>=0.15.2
six
attrs>=19.1.0; python_version>"3.5"
attrs==19.1.0; python_version<="3.5"
wrapt>=1.11.2
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.