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 | pytest==3.0.7
pytest-cookies==0.2.0
pyaml==16.12.2
testinfra==1.6.2
tox==2.7.0
| pytest==3.1.0
pytest-cookies==0.2.0
pyaml==16.12.2
testinfra==1.6.2
tox==2.7.0
|
Update pytest from 3.2.3 to 3.2.5 | # basis
requests==2.18.4
envparse==0.2.0
# json validation (inspector)
jsonschema==2.6.0
# testing
pytest==3.2.3
betamax==0.8.0
# documentation
Sphinx==1.6.5
nbsphinx==0.2.17
# data science
jupyter==1.0.0
matplotlib==2.1.0
# integration
tox==2.9.1
# code style
flake8==3.5.0
pydocstyle==2.1.1
mypy==0.550
# to fix connection issues
PyOpenSSL==17.3.0; python_version <= '2.7'
# for package management (uploads)
twine==1.9.1
| # basis
requests==2.18.4
envparse==0.2.0
# json validation (inspector)
jsonschema==2.6.0
# testing
pytest==3.2.5
betamax==0.8.0
# documentation
Sphinx==1.6.5
nbsphinx==0.2.17
# data science
jupyter==1.0.0
matplotlib==2.1.0
# integration
tox==2.9.1
# code style
flake8==3.5.0
pydocstyle==2.1.1
mypy==0.550
# to fix connection issues
PyOpenSSL==17.3.0; python_version <= '2.7'
# for package management (uploads)
twine==1.9.1
|
Disable a test that's hanging on the purify bot. | # buganizer 1178136
ImporterTest.Firefox3Importer
# issue 2468
URLFetcherBadHTTPSTest.BadHTTPSTest
SafeBrowsingProtocolParsingTest.TestSubChunk
# testing to see if this gets rid of the leaks
IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout | # buganizer 1178136
ImporterTest.Firefox3Importer
# issue 2468
URLFetcherBadHTTPSTest.BadHTTPSTest
SafeBrowsingProtocolParsingTest.TestSubChunk
# testing to see if this gets rid of the leaks
IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout
# issue 7891
FindInPageControllerTest.FindInPageFrames
|
Create targets check-copyright and add-copyright. | cmake_minimum_required(VERSION 2.8.12)
project(shaderc)
enable_testing()
include(cmake/setup_build.cmake)
include(cmake/utils.cmake)
# Configure subdirectories.
# We depend on these for later projects, so they should come first.
add_subdirectory(third_party)
add_subdirectory(libshaderc_util)
add_subdirectory(libshaderc)
add_subdirectory(glslc)
| cmake_minimum_required(VERSION 2.8.12)
project(shaderc)
enable_testing()
include(cmake/setup_build.cmake)
include(cmake/utils.cmake)
add_custom_target(check-copyright
${PYTHON_EXE} ${CMAKE_CURRENT_SOURCE_DIR}/utils/add_copyright.py --check
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
add_custom_target(add-copyright
${PYTHON_EXE} ${CMAKE_CURRENT_SOURCE_DIR}/utils/add_copyright.py
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
# Configure subdirectories.
# We depend on these for later projects, so they should come first.
add_subdirectory(third_party)
add_subdirectory(libshaderc_util)
add_subdirectory(libshaderc)
add_subdirectory(glslc)
|
Fix builds by updating pyopenssl | simplejson
pyserial
pyyaml
coveralls
unittest2
# transifex requirements
polib
slumber
transifex-client
| simplejson
pyserial
pyopenssl>=16.2.0
pyyaml
coveralls
unittest2
# transifex requirements
polib
slumber
transifex-client
|
Update pytest-mock from 1.4.0 to 1.5.0 | aiohttp==1.1.5
motor==1.0
pytest==3.0.4
pytest-aiohttp==0.1.2
pytest-asyncio==0.5.0
pytest-catchlog==1.2.2
pytest-cov==2.4.0
pytest-flakes==1.0.1
pytest-mock==1.4.0
yarl==0.7.1
| aiohttp==1.1.5
motor==1.0
pytest==3.0.4
pytest-aiohttp==0.1.2
pytest-asyncio==0.5.0
pytest-catchlog==1.2.2
pytest-cov==2.4.0
pytest-flakes==1.0.1
pytest-mock==1.5.0
yarl==0.7.1
|
Update pytest from 6.2.2 to 6.2.3 | ansible-lint==4.3.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.3.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 python-dotenv package to 0.10.1 | # Core packages
python-dotenv==0.9.1 # Read environment variables from .env
Flask==1.0.2 # Web microframework
Flask-Assets==0.12 # Merge and minify CSS and JS assets
pyscss==1.3.5 # CSS minification
uWSGI==2.0.17.1 # Application server
syspath==1.1.0 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==4.8.0.110 # Website monitoring
rollbar==0.14.5 # rollbar.com error logging
| # Core packages
python-dotenv==0.10.1 # Read environment variables from .env
Flask==1.0.2 # Web microframework
Flask-Assets==0.12 # Merge and minify CSS and JS assets
pyscss==1.3.5 # CSS minification
uWSGI==2.0.17.1 # Application server
syspath==1.1.0 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==4.8.0.110 # Website monitoring
rollbar==0.14.5 # rollbar.com error logging
|
Update requests from 2.12.3 to 2.12.4 | feedparser==5.2.1
pocket-api==0.1.5
PyYAML==3.12
requests==2.12.3
| feedparser==5.2.1
pocket-api==0.1.5
PyYAML==3.12
requests==2.12.4
|
Update school_local_id for Bedford assessment export | <?xml version="1.0" encoding="UTF-8"?>
<!-- ************************************************* -->
<!-- XML DEFINITION FOR THE "Student Insight Assessment Export" -->
<!-- ************************************************* -->
<export table-id="tblStdAssess" header-row="true">
<field id="relAsmStdOid.stdIDState" header-source="constant" header-value="state_id" />
<field id="relAsmStdOid.stdIDLocal" header-source="constant" header-value="local_id" />
<field id="relAsmSklOid.sklSchoolID" header-source="constant" header-value="school_local_id" />
<field id="asmDate" header-source="constant" header-value="assessment_date" />
<field id="asmScaleScore" header-source="constant" header-value="assessment_scale_score" />
<field id="asmPerfLevel" header-source="constant" header-value="assessment_performance_level" />
<field id="asmRawScore" header-source="constant" header-value="assessment_growth" />
<field id="relAsmAsdOid.asdName" header-source="constant" header-value="assessment_name" />
<field id="relAsmAsdOid.asdSubject" header-source="constant" header-value="assessment_subject" />
<field id="relAsmAsdOid.asdName" header-source="constant" header-value="assessment_test" />
</export>
| <?xml version="1.0" encoding="UTF-8"?>
<!-- ************************************************* -->
<!-- XML DEFINITION FOR THE "Student Insight Assessment Export" -->
<!-- ************************************************* -->
<export table-id="tblStdAssess" header-row="true">
<field id="relAsmStdOid.stdIDState" header-source="constant" header-value="state_id" />
<field id="relAsmStdOid.stdIDLocal" header-source="constant" header-value="local_id" />
<field id="relAsmStdOid.relStdSklOid.sklSchoolID" header-source="constant" header-value="school_local_id" />
<field id="asmDate" header-source="constant" header-value="assessment_date" />
<field id="asmScaleScore" header-source="constant" header-value="assessment_scale_score" />
<field id="asmPerfLevel" header-source="constant" header-value="assessment_performance_level" />
<field id="asmRawScore" header-source="constant" header-value="assessment_growth" />
<field id="relAsmAsdOid.asdName" header-source="constant" header-value="assessment_name" />
<field id="relAsmAsdOid.asdSubject" header-source="constant" header-value="assessment_subject" />
<field id="relAsmAsdOid.asdName" header-source="constant" header-value="assessment_test" />
</export>
|
Update pytest-mock from 1.9.0 to 1.10.0 | -r requirements.txt
pytest==3.5.1
pytest-mock==1.9.0
pytest-cov==2.5.1
pytest-xdist==1.22.2
requests-mock==1.4.0
freezegun==0.3.10
flake8==3.5.0
flake8-print==3.1.0
| -r requirements.txt
pytest==3.5.1
pytest-mock==1.10.0
pytest-cov==2.5.1
pytest-xdist==1.22.2
requests-mock==1.4.0
freezegun==0.3.10
flake8==3.5.0
flake8-print==3.1.0
|
Bump pytest from 5.3.1 to 5.3.2 | # test runs requirements (versions we'll be testing against) - automatically updated by requires.io
pytest==5.3.1
pytest-cov==2.8.1
pytest-pyramid==0.3.1
coverage==5.0 # pytest-cov
pyramid==1.10.4
.[tests]
| # test runs requirements (versions we'll be testing against) - automatically updated by requires.io
pytest==5.3.2
pytest-cov==2.8.1
pytest-pyramid==0.3.1
coverage==5.0 # pytest-cov
pyramid==1.10.4
.[tests]
|
Add CudaTextureMapper to placement library. | cmake_minimum_required(VERSION 2.8.11)
project(placement)
include("${CMAKE_SOURCE_DIR}/add_dependencies.cmake")
set(SOURCES
summed_area_table.cu
)
cuda_add_library(placement-lib ${SOURCES})
| cmake_minimum_required(VERSION 2.8.11)
project(placement)
include("${CMAKE_SOURCE_DIR}/add_dependencies.cmake")
set(SOURCES
summed_area_table.cu
cuda_texture_mapper.cpp
)
cuda_add_library(placement-lib ${SOURCES})
|
Remove UTF-8 byte order mark (BOM). | User-agent: *
Disallow: /Admin/
Sitemap: http://www.teacherpouch.com/sitemap.xml | User-agent: *
Disallow: /Admin/
Sitemap: http://www.teacherpouch.com/sitemap.xml |
Update sphinx from 1.7.3 to 1.7.4 | # Local development dependencies go here
-r base.txt
Sphinx==1.7.3
coverage==4.5.1
django-extensions==2.0.7
django-test-plus==1.0.22
factory-boy==2.10.0
django-debug-toolbar==1.9.1
# pytest!
pytest-django==3.2.1
pytest-sugar==0.9.1
| # Local development dependencies go here
-r base.txt
Sphinx==1.7.4
coverage==4.5.1
django-extensions==2.0.7
django-test-plus==1.0.22
factory-boy==2.10.0
django-debug-toolbar==1.9.1
# pytest!
pytest-django==3.2.1
pytest-sugar==0.9.1
|
Update django from 1.11.5 to 1.11.7 | # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
# WSGI Handler
# ------------------------------------------------
gevent==1.2.2
gunicorn==19.7.1
# Static and Media Storage
# ------------------------------------------------
boto==2.48.0
django-storages-redux==1.3.3
Collectfast==0.5.2
# Mailgun Support
# ---------------
django-mailgun==0.9.1
# Redis
django-redis-cache==1.7.1
newrelic==2.96.0.80
django==1.11.5
| # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
# WSGI Handler
# ------------------------------------------------
gevent==1.2.2
gunicorn==19.7.1
# Static and Media Storage
# ------------------------------------------------
boto==2.48.0
django-storages-redux==1.3.3
Collectfast==0.5.2
# Mailgun Support
# ---------------
django-mailgun==0.9.1
# Redis
django-redis-cache==1.7.1
newrelic==2.96.0.80
django==1.11.7
|
Update MagiaDNI to 1.7 (8) | Categories:Multimedia
License:GPLv3+
Web Site:http://josep-portella.com/en/software/magia-dni
Source Code:http://git.savannah.gnu.org/cgit/magiadni.git
Issue Tracker:
Auto Name:MagiaDNI
Summary:OCR reader for Spanish id cards
Description:
Magia DNI uses the device's camera to read the OCR data on Spanish identity
cards, calculates its check digit and displays it. It is mostly of interest to
Spanish people; its purpose is to debunk an urban legend that says that the
check digit present on the OCR data represents the number of people who are
named exactly as the card's holder.
.
Repo Type:git
Repo:http://git.savannah.gnu.org/r/magiadni.git
Build:1.6,7
commit=v1.6
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.6
Current Version Code:7
| Categories:Multimedia
License:GPLv3+
Web Site:http://josep-portella.com/en/software/magia-dni
Source Code:http://git.savannah.gnu.org/cgit/magiadni.git
Issue Tracker:
Auto Name:MagiaDNI
Summary:OCR reader for Spanish id cards
Description:
Magia DNI uses the device's camera to read the OCR data on Spanish identity
cards, calculates its check digit and displays it. It is mostly of interest to
Spanish people; its purpose is to debunk an urban legend that says that the
check digit present on the OCR data represents the number of people who are
named exactly as the card's holder.
.
Repo Type:git
Repo:http://git.savannah.gnu.org/r/magiadni.git
Build:1.6,7
commit=v1.6
Build:1.7,8
commit=v1.7
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.7
Current Version Code:8
|
Update CV of Vector Pinball to 1.4.2 (14) | Categories:Games
License:GPLv3
Web Site:http://www.dozingcatsoftware.com
Source Code:https://github.com/dozingcat/Vector-Pinball
Issue Tracker:https://github.com/dozingcat/Vector-Pinball/issues
Auto Name:Vector Pinball
Summary:Pinball game
Description:
Vector Pinball is a pinball game.
.
Repo Type:git
Repo:https://github.com/dozingcat/Vector-Pinball.git
Build:1.1,4
commit=45b5218594320ffb4b37
Build:1.3,10
commit=1210949b1e373916d096
Build:1.3.1,11
commit=04ee044b27
target=android-10
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.4.1
Current Version Code:13
| Categories:Games
License:GPLv3
Web Site:http://www.dozingcatsoftware.com
Source Code:https://github.com/dozingcat/Vector-Pinball
Issue Tracker:https://github.com/dozingcat/Vector-Pinball/issues
Auto Name:Vector Pinball
Summary:Pinball game
Description:
Vector Pinball is a pinball game.
.
Repo Type:git
Repo:https://github.com/dozingcat/Vector-Pinball.git
Build:1.1,4
commit=45b5218594320ffb4b37
Build:1.3,10
commit=1210949b1e373916d096
Build:1.3.1,11
commit=04ee044b27
target=android-10
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.4.2
Current Version Code:14
|
Update argon2-cffi from 18.3.0 to 19.1.0 | pytz==2018.9 # https://github.com/stub42/pytz
python-slugify==2.0.1 # https://github.com/un33k/python-slugify
Pillow==5.4.1 # https://github.com/python-pillow/Pillow
argon2-cffi==18.3.0 # https://github.com/hynek/argon2_cffi
redis>=2.10.6, < 3 # pyup: < 3 # https://github.com/antirez/redis
# Django
# ------------------------------------------------------------------------------
django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils
django-allauth==0.38.0 # https://github.com/pennersr/django-allauth
django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms
django-redis==4.10.0 # https://github.com/niwinz/django-redis
django-markdownx==2.0.28 # https://github.com/neutronX/django-markdownx
# Django REST Framework
djangorestframework==3.9.1 # https://github.com/encode/django-rest-framework
coreapi==2.3.3 # https://github.com/core-api/python-client
| pytz==2018.9 # https://github.com/stub42/pytz
python-slugify==2.0.1 # https://github.com/un33k/python-slugify
Pillow==5.4.1 # https://github.com/python-pillow/Pillow
argon2-cffi==19.1.0 # https://github.com/hynek/argon2_cffi
redis>=2.10.6, < 3 # pyup: < 3 # https://github.com/antirez/redis
# Django
# ------------------------------------------------------------------------------
django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils
django-allauth==0.38.0 # https://github.com/pennersr/django-allauth
django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms
django-redis==4.10.0 # https://github.com/niwinz/django-redis
django-markdownx==2.0.28 # https://github.com/neutronX/django-markdownx
# Django REST Framework
djangorestframework==3.9.1 # https://github.com/encode/django-rest-framework
coreapi==2.3.3 # https://github.com/core-api/python-client
|
Add apps that support heroku addons | boto==2.9.6
django-bootstrap-pagination==0.1.10
django-braces==1.0.0
django-ckeditor==4.0.2
django-haystack==2.0.0
django-model-utils==1.3.1
django-ses==0.4.1
django-storages==1.1.8
django==1.5.1
docutils==0.10
logutils==0.3.3
pylibmc==1.2.3
shortuuid==0.3
sorl-thumbnail==11.12
south==0.7.6
whoosh==2.4.1
git+git://github.com/jamstooks/django-s3-folder-storage.git#egg=django_s3_folder_storage
git+https://bitbucket.org/raymondwanyoike/django-addthis.git#egg=django-addthis
git+https://bitbucket.org/raymondwanyoike/django-ganalytics.git#egg=django-ganalytics
git+https://bitbucket.org/raymondwanyoike/django-intensedebate.git#egg=django-intensedebate
| boto==2.9.6
django-bootstrap-pagination==0.1.10
django-braces==1.0.0
django-ckeditor==4.0.2
django-haystack==2.0.0
django-heroku-memcacheify==0.5
django-heroku-postgresify==0.3
django-heroku-sendgridify==0.1.1
django-model-utils==1.3.1
django-ses==0.4.1
django-storages==1.1.8
django==1.5.1
docutils==0.10
logutils==0.3.3
pylibmc==1.2.3
shortuuid==0.3
sorl-thumbnail==11.12
south==0.7.6
whoosh==2.4.1
git+git://github.com/jamstooks/django-s3-folder-storage.git#egg=django_s3_folder_storage
git+https://bitbucket.org/raymondwanyoike/django-addthis.git#egg=django-addthis
git+https://bitbucket.org/raymondwanyoike/django-ganalytics.git#egg=django-ganalytics
git+https://bitbucket.org/raymondwanyoike/django-intensedebate.git#egg=django-intensedebate
|
Downgrade lxml from 4.5.0 to 4.4.3 | certifi==2020.4.5.1
chardet==3.0.4
cnx-common==1.3.3
cnx-db==3.5.3
cnx-epub==0.21.1
cnx-query-grammar==0.2.2
cnx-transforms==1.2.0
hupper==1.10.2
idna==2.9
jinja2==2.11.2
lxml==4.5.0
markupsafe==1.1.1
parsimonious==0.8.1
pastedeploy==2.1.0
plaster-pastedeploy==0.7
plaster==1.0
psycopg2==2.8.5
pyramid-jinja2==2.8
pyramid==1.10.4
python-memcached==1.59
python-slugify==4.0.0
pytz==2019.3
requests==2.23.0
rhaptos.cnxmlutils==1.7.3
six==1.14.0
sqlalchemy==1.3.16
text-unidecode==1.3
translationstring==1.3
tzlocal==2.0.0
urllib3==1.25.9
venusian==1.2.0 # pyup: update no, venusion dropped support for python 2.7
waitress==1.4.3
webob==1.8.6
zope.deprecation==4.4.0
zope.interface==5.1.0
| certifi==2020.4.5.1
chardet==3.0.4
cnx-common==1.3.3
cnx-db==3.5.3
cnx-epub==0.21.1
cnx-query-grammar==0.2.2
cnx-transforms==1.2.0
hupper==1.10.2
idna==2.9
jinja2==2.11.2
lxml==4.4.3
markupsafe==1.1.1
parsimonious==0.8.1
pastedeploy==2.1.0
plaster-pastedeploy==0.7
plaster==1.0
psycopg2==2.8.5
pyramid-jinja2==2.8
pyramid==1.10.4
python-memcached==1.59
python-slugify==4.0.0
pytz==2019.3
requests==2.23.0
rhaptos.cnxmlutils==1.7.3
six==1.14.0
sqlalchemy==1.3.16
text-unidecode==1.3
translationstring==1.3
tzlocal==2.0.0
urllib3==1.25.9
venusian==1.2.0 # pyup: update no, venusion dropped support for python 2.7
waitress==1.4.3
webob==1.8.6
zope.deprecation==4.4.0
zope.interface==5.1.0
|
Update coverage from 4.4.2 to 4.5.1 | # Test dependencies go here.
-r base.txt
django-coverage-plugin==1.5.0
django-test-plus==1.0.21
coverage==4.4.2
flake8==3.5.0
factory-boy==2.9.2
# pytest
pytest-django==3.1.2
pytest-sugar==0.9.0
| # Test dependencies go here.
-r base.txt
django-coverage-plugin==1.5.0
django-test-plus==1.0.21
coverage==4.5.1
flake8==3.5.0
factory-boy==2.9.2
# pytest
pytest-django==3.1.2
pytest-sugar==0.9.0
|
Add an exact version check for docutils | -r requirements.txt
# For creating the documentation pages
sphinx
# Need the newest version
docutils
# For documenting Django applications
django-sphinx-autodoc
# For drawing ascii art diagrams
sphinxcontrib-aafig
| -r requirements.txt
# For creating the documentation pages
sphinx
# Need the newest version
docutils==0.13.1
# For documenting Django applications
django-sphinx-autodoc
# For drawing ascii art diagrams
sphinxcontrib-aafig
|
Bring back the "Made in Japan" |
Copyright (c) 2017-2017, John Mettraux, jmettraux+flor@gmail.com
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) 2017-2017, John Mettraux, jmettraux+flor@gmail.com
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.
Made in Japan
|
Update django-watson to 1.2.3, compatible with Django 1.10 | Django==1.10.1
Pillow==3.2.0
celery==3.1.23
# Static files
django-compressor==2.0
django-libsass==0.7
# Admin
-e git+https://github.com/unaizalakain/django-grappelli.git@7e08d650319ace7f000e6f2ff51c1c6a636a0158#egg=django-grappelli
django-admin-sortable2==0.6.3
# Fields
django-autoslug==1.9.3
django-ckeditor==5.0.3
# django-recurrence==1.3.0
-e git+https://github.com/django-recurrence/django-recurrence.git@71db87faef609c08a3af889d21556db0afce2721#egg=django-recurrence
sorl-thumbnail==12.4a1
django-colorful==1.2
# External APIs
boto==2.40.0
feedparser==5.2.1
# Archive
django-watson==1.2.1
django-filter==0.13.0
| Django==1.10.1
Pillow==3.2.0
celery==3.1.23
# Static files
django-compressor==2.0
django-libsass==0.7
# Admin
-e git+https://github.com/unaizalakain/django-grappelli.git@7e08d650319ace7f000e6f2ff51c1c6a636a0158#egg=django-grappelli
django-admin-sortable2==0.6.3
# Fields
django-autoslug==1.9.3
django-ckeditor==5.0.3
# django-recurrence==1.3.0
-e git+https://github.com/django-recurrence/django-recurrence.git@71db87faef609c08a3af889d21556db0afce2721#egg=django-recurrence
sorl-thumbnail==12.4a1
django-colorful==1.2
# External APIs
boto==2.40.0
feedparser==5.2.1
# Archive
django-watson==1.2.3
django-filter==0.13.0
|
Update django-atom from 0.15.0 to 0.15.3 | # Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
# Configuration
django-environ==0.4.4
# Forms
django-braces==1.11.0
django-crispy-forms==1.6.1
# Models
django-model-utils==3.0.0
django-atom==0.15.0
# Images
Pillow==4.2.1
# Python-MySQL Database Adapter
mysqlclient==1.3.10
# Unicode slugification
awesome-slugify==1.6.5
# Time zones support
pytz==2017.2
# Redis support
django-redis==4.8.0
redis>=2.10.5
# Your custom requirements go here
django-import-export==0.5.1
| # Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
# Configuration
django-environ==0.4.4
# Forms
django-braces==1.11.0
django-crispy-forms==1.6.1
# Models
django-model-utils==3.0.0
django-atom==0.15.3
# Images
Pillow==4.2.1
# Python-MySQL Database Adapter
mysqlclient==1.3.10
# Unicode slugification
awesome-slugify==1.6.5
# Time zones support
pytz==2017.2
# Redis support
django-redis==4.8.0
redis>=2.10.5
# Your custom requirements go here
django-import-export==0.5.1
|
Add feature description and arch support status file for 'arch-tick-broadcast' | #
# Feature name: arch-tick-broadcast
# Kconfig: ARCH_HAS_TICK_BROADCAST
# description: arch provides tick_broadcast()
#
-----------------------
| arch |status|
-----------------------
| alpha: | TODO |
| arc: | TODO |
| arm: | ok |
| arm64: | ok |
| avr32: | TODO |
| blackfin: | TODO |
| c6x: | TODO |
| cris: | TODO |
| frv: | TODO |
| h8300: | TODO |
| hexagon: | TODO |
| ia64: | TODO |
| m32r: | TODO |
| m68k: | TODO |
| metag: | TODO |
| microblaze: | TODO |
| mips: | ok |
| mn10300: | TODO |
| nios2: | TODO |
| openrisc: | TODO |
| parisc: | TODO |
| powerpc: | ok |
| s390: | TODO |
| score: | TODO |
| sh: | TODO |
| sparc: | TODO |
| tile: | TODO |
| um: | TODO |
| unicore32: | TODO |
| x86: | TODO |
| xtensa: | TODO |
-----------------------
| |
Install boto3 for accessing AWS | # Stemming Hausa words
hausastemmer
# Unit tests
nose
# Finding out which Readability version we're using
pip
# PostgreSQL
psycopg2
# Configuration file
pyyaml
# Date parsing
python-dateutil
# Extracting text from stories
readability-lxml==0.6.2
# Normalizing URLs
url_normalize
| # Read / write to Amazon S3
boto3
# Stemming Hausa words
hausastemmer
# Unit tests
nose
# Finding out which Readability version we're using
pip
# PostgreSQL
psycopg2
# Configuration file
pyyaml
# Date parsing
python-dateutil
# Extracting text from stories
readability-lxml==0.6.2
# Normalizing URLs
url_normalize
|
Update watchdog from 0.8.3 to 0.9.0 | redis==2.10.6
rq==0.12.0
watchdog==0.8.3
| redis==2.10.6
rq==0.12.0
watchdog==0.9.0
|
Fix build: add pytest version. | snakemake==5.10.0
pytest
pytest-cov
codacy-coverage
| snakemake==5.10.0
pytest>=4.6
pytest-cov
codacy-coverage
|
Update test baselines for release-0.9.0 bug fixes after merge | 0.ts line 12 col 4: error TS2094: The property 'toExponential' does not exist on value of type 'String'.
| 0.ts line 6 col 4: error TS2094: The property 'x' does not exist on value of type 'Number'.
0.ts line 6 col 4: error TS2094: The property 'x' does not exist on value of type 'Number'.
0.ts line 8 col 4: error TS2094: The property 'x' does not exist on value of type 'Number'.
0.ts line 8 col 4: error TS2094: The property 'x' does not exist on value of type 'Number'.
0.ts line 12 col 4: error TS2094: The property 'toExponential' does not exist on value of type 'String'.
|
Upgrade PyCrypto to to 2.6.1 | Paste==1.7.5.1
argparse==1.2.1
beautifulsoup4==4.3.2
distribute==0.6.34
psutil==1.1.1
pycrypto==2.6
python-bcrypt==0.3.2
python-gnupg==0.3.5
web.py==0.37
wsgiref==0.1.2
| Paste==1.7.5.1
argparse==1.2.1
beautifulsoup4==4.3.2
distribute==0.6.34
psutil==1.1.1
pycrypto==2.6.1
python-bcrypt==0.3.2
python-gnupg==0.3.5
web.py==0.37
wsgiref==0.1.2
|
Update flask from 1.0.2 to 1.0.3 | flask==1.0.2
healthcheck==1.3.3
six==1.12.0
| flask==1.0.3
healthcheck==1.3.3
six==1.12.0
|
Set autoname of GPS Share | Disabled:Google Maps shenanigans
AntiFeatures:NonFreeDep
Categories:Navigation
License:MIT
Web Site:https://bitbucket.org/kkinder/gpsshare
Source Code:https://bitbucket.org/kkinder/gpsshare/src
Issue Tracker:https://bitbucket.org/kkinder/gpsshare/issues
Auto Name:Acquiring location
Summary:Share your location
Description:
Share your location via any of the messaging apps you have installed.
N.B It isn't possible to view your position on a map because Google Maps is the only map source and
f-droid can't supply an API key to use it. If you need to use Google Maps install the developer's build
from the website.
.
Repo Type:hg
Repo:https://bitbucket.org/kkinder/gpsshare
Build Version:1.4.1,141,936cada
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.4.1
Current Version Code:141
| Disabled:Google Maps shenanigans
AntiFeatures:NonFreeDep
Categories:Navigation
License:MIT
Web Site:https://bitbucket.org/kkinder/gpsshare
Source Code:https://bitbucket.org/kkinder/gpsshare/src
Issue Tracker:https://bitbucket.org/kkinder/gpsshare/issues
Auto Name:GPS Share
Summary:Share your location
Description:
Share your location via any of the messaging apps you have installed.
N.B It isn't possible to view your position on a map because Google Maps is the only map source and
f-droid can't supply an API key to use it. If you need to use Google Maps install the developer's build
from the website.
.
Repo Type:hg
Repo:https://bitbucket.org/kkinder/gpsshare
Build:1.4.1,141
commit=936cada
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.4.1
Current Version Code:141
|
Add Frederik Gladhorn to contributors list | Contributors
------------
A. Jesse Jiryu Davis
Alejandro Gómez
Alexander Bayandin
Alexander Shorin
Alexander Travov
Alexey Popravka
Andrew Svetlov
Andrei Ursulenko
Andrej Antonov
Anton Kasyanov
Arthur Darcet
Ben Bader
Brian C. Lane
Dima Veselov
Dimitar Dimitrov
Erich Healy
Eugene Chernyshov
Georges Dubus
Greg Holt
Junjie Tao
Kay Zheng
Kirill Klenov
Ludovic Gasc
Lukasz Marcin Dobrzanski
Martin Richard
Moss Collum
Mikhail Lukyanchenko
Nicolas Braem
Olaf Conradi
Paul Colomiets
Philipp A.
Raúl Cumplido
Robert Lu
Sebastian Hanula
Simon Kennedy
Stephen Granade
Vaibhav Sagar
Vitaly Haritonsky
W. Trevor King
Yannick Koechlin
| Contributors
------------
A. Jesse Jiryu Davis
Alejandro Gómez
Alexander Bayandin
Alexander Shorin
Alexander Travov
Alexey Popravka
Andrew Svetlov
Andrei Ursulenko
Andrej Antonov
Anton Kasyanov
Arthur Darcet
Ben Bader
Brian C. Lane
Dima Veselov
Dimitar Dimitrov
Erich Healy
Eugene Chernyshov
Frederik Gladhorn
Georges Dubus
Greg Holt
Junjie Tao
Kay Zheng
Kirill Klenov
Ludovic Gasc
Lukasz Marcin Dobrzanski
Martin Richard
Moss Collum
Mikhail Lukyanchenko
Nicolas Braem
Olaf Conradi
Paul Colomiets
Philipp A.
Raúl Cumplido
Robert Lu
Sebastian Hanula
Simon Kennedy
Stephen Granade
Vaibhav Sagar
Vitaly Haritonsky
W. Trevor King
Yannick Koechlin
|
Upgrade dependency botocore to ==1.4.20 | -e .
base58==0.2.2
boto3==1.3.1 # via zappa
botocore==1.4.19 # via boto3, zappa
Django==1.9.6
docutils==0.12 # via botocore, zappa
filechunkio==1.6 # via zappa
flake8==2.5.4
futures==3.0.5 # via zappa
isort==4.2.5
jmespath==0.9.0 # via boto3, botocore, zappa
lambda-packages==0.5.0 # via zappa
mccabe==0.4.0 # via flake8
nose==1.3.7 # via zappa
pep257==0.7.0
pep8-naming==0.3.3
pep8==1.7.0 # via flake8
placebo==0.8.1 # via zappa
pyflakes==1.2.3 # via flake8
python-dateutil==2.5.3 # via botocore, zappa
requests==2.10.0 # via zappa
six==1.10.0 # via python-dateutil, zappa
tqdm==4.7.0 # via zappa
wheel==0.29.0 # via zappa
wsgi-request-logger==0.4.5 # via zappa
zappa==0.17.6
| -e .
base58==0.2.2
boto3==1.3.1 # via zappa
botocore==1.4.20 # via boto3, zappa
Django==1.9.6
docutils==0.12 # via botocore, zappa
filechunkio==1.6 # via zappa
flake8==2.5.4
futures==3.0.5 # via zappa
isort==4.2.5
jmespath==0.9.0 # via boto3, botocore, zappa
lambda-packages==0.5.0 # via zappa
mccabe==0.4.0 # via flake8
nose==1.3.7 # via zappa
pep257==0.7.0
pep8-naming==0.3.3
pep8==1.7.0 # via flake8
placebo==0.8.1 # via zappa
pyflakes==1.2.3 # via flake8
python-dateutil==2.5.3 # via botocore, zappa
requests==2.10.0 # via zappa
six==1.10.0 # via python-dateutil, zappa
tqdm==4.7.0 # via zappa
wheel==0.29.0 # via zappa
wsgi-request-logger==0.4.5 # via zappa
zappa==0.17.6
|
Update wheel from 0.37.0 to 0.37.1 | -e .[all]
bumpversion==0.6.0
flake8==4.0.1
isort==5.9.3
moto==2.3.0
pytest-cov==3.0.0
pytest==6.2.5
wheel==0.37.0
| -e .[all]
bumpversion==0.6.0
flake8==4.0.1
isort==5.9.3
moto==2.3.0
pytest-cov==3.0.0
pytest==6.2.5
wheel==0.37.1
|
Update dependency eventlet to v0.30.1 | docker==4.4.1
eventlet==0.30.0
falcon==2.0.0
falcon-cors==1.1.7
gunicorn==20.0.4
| docker==4.4.1
eventlet==0.30.1
falcon==2.0.0
falcon-cors==1.1.7
gunicorn==20.0.4
|
Fix hwloc for Mac OS X |
add_subdirectory("pthread")
add_subdirectory("basic")
add_subdirectory("topology")
set(POCL_DEVICES_LINK_LIST ${HWLOC_LIBRARIES})
set(POCL_DEVICES_OBJS "$<TARGET_OBJECTS:pocl-devices>"
"$<TARGET_OBJECTS:pocl-devices-pthread>"
"$<TARGET_OBJECTS:pocl-devices-basic>"
"$<TARGET_OBJECTS:pocl-devices-topology>")
if(ENABLE_TCE)
add_subdirectory("tce")
list(APPEND POCL_DEVICES_LINK_LIST ${TCE_LIBS})
endif()
if(ENABLE_SPU)
add_subdirectory("cellspu")
list(APPEND POCL_DEVICES_LINK_LIST "spe2")
endif()
add_library("pocl-devices" OBJECT
devices.h devices.c
bufalloc.c dev_image.h
common.h common.c
bufalloc.h cpuinfo.c cpuinfo.h)
set(POCL_DEVICES_LINK_LIST ${POCL_DEVICES_LINK_LIST} PARENT_SCOPE)
set(POCL_DEVICES_OBJS ${POCL_DEVICES_OBJS} PARENT_SCOPE)
|
add_subdirectory("pthread")
add_subdirectory("basic")
add_subdirectory("topology")
set(POCL_DEVICES_LINK_LIST ${HWLOC_LDFLAGS})
set(POCL_DEVICES_OBJS "$<TARGET_OBJECTS:pocl-devices>"
"$<TARGET_OBJECTS:pocl-devices-pthread>"
"$<TARGET_OBJECTS:pocl-devices-basic>"
"$<TARGET_OBJECTS:pocl-devices-topology>")
if(ENABLE_TCE)
add_subdirectory("tce")
list(APPEND POCL_DEVICES_LINK_LIST ${TCE_LIBS})
endif()
if(ENABLE_SPU)
add_subdirectory("cellspu")
list(APPEND POCL_DEVICES_LINK_LIST "spe2")
endif()
add_library("pocl-devices" OBJECT
devices.h devices.c
bufalloc.c dev_image.h
common.h common.c
bufalloc.h cpuinfo.c cpuinfo.h)
set(POCL_DEVICES_LINK_LIST ${POCL_DEVICES_LINK_LIST} PARENT_SCOPE)
set(POCL_DEVICES_OBJS ${POCL_DEVICES_OBJS} PARENT_SCOPE)
|
Add CancelConnect() and IsConnected() methods | BlueZ D-Bus Input API description
*********************************
Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
Input hierarchy
===============
Service org.bluez
Interface org.bluez.Input
Object path /{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
Methods void Connect()
Connect to the input device.
Possible errors: org.bluez.Error.AlreadyConnected
org.bluez.Error.ConnectionAttemptFailed
void Disconnect()
Disconnect from the input device.
Possible errors: org.bluez.Error.Failed
Signals void Connected()
void Disconnected()
| BlueZ D-Bus Input API description
*********************************
Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
Input hierarchy
===============
Service org.bluez
Interface org.bluez.Input
Object path /{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
Methods void Connect()
Connect to the input device.
Possible errors: org.bluez.Error.AlreadyConnected
org.bluez.Error.ConnectionAttemptFailed
void CancelConnect()
Abort connection attempt in case of errors or
timeouts in the client.
Possible errors: org.bluez.Error.Failed
void Disconnect()
Disconnect from the input device.
Possible errors: org.bluez.Error.Failed
bool IsConnected()
Returns the connection status.
Signals void Connected()
void Disconnected()
|
Update coveralls from 1.3.0 to 1.5.1 | appdirs==1.4.3
certifi==2018.4.16
chardet==3.0.4
coverage==4.5.1
coveralls==1.3.0
Django==2.0.6
docopt==0.6.2
idna==2.7
packaging==17.1
pyparsing==2.2.0
pytz==2018.4
requests==2.19.1
six==1.11.0
urllib3==1.22
| appdirs==1.4.3
certifi==2018.4.16
chardet==3.0.4
coverage==4.5.1
coveralls==1.5.1
Django==2.0.6
docopt==0.6.2
idna==2.7
packaging==17.1
pyparsing==2.2.0
pytz==2018.4
requests==2.19.1
six==1.11.0
urllib3==1.22
|
Update alagitpull from 0.0.4 to 0.0.5 | -r ./base.txt
sphinx==1.5.6
alagitpull==0.0.4
releases==1.3.1 # updated from 1.2.1
| -r ./base.txt
sphinx==1.5.6
alagitpull==0.0.5
releases==1.3.1 # updated from 1.2.1
|
Update pyyaml from 3.11 to 3.12 | 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
| 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.12
|
Bump isort from 5.0.9 to 5.1.3 | check-manifest==0.42
coverage==5.2
flake8==3.8.3
isort==5.0.9
mock==4.0.2
nose==1.3.7
pymemcache==3.2.0
readme-renderer==26.0
| check-manifest==0.42
coverage==5.2
flake8==3.8.3
isort==5.1.3
mock==4.0.2
nose==1.3.7
pymemcache==3.2.0
readme-renderer==26.0
|
Update dependency plotly to v4.4.1 | # Installation
numpy
plotly==4.2.0
pynumpress==0.0.5
regex
ms_deisotope==0.0.9
dash==1.5.1
| # Installation
numpy
plotly==4.4.1
pynumpress==0.0.5
regex
ms_deisotope==0.0.9
dash==1.5.1
|
Update arrow from 0.14.2 to 0.14.4 | flask==1.0.3
xmind2testlink==2.0.8
arrow==0.14.2 | flask==1.0.3
xmind2testlink==2.0.8
arrow==0.14.4 |
Fix CMake for X-RAY tests | include_directories(..)
add_custom_target(XRayUnitTests)
set_target_properties(XRayUnitTests PROPERTIES FOLDER "XRay unittests")
set(XRAY_UNITTEST_CFLAGS
${XRAY_CFLAGS}
${COMPILER_RT_UNITTEST_CFLAGS}
${COMPILER_RT_GTEST_CFLAGS}
-I${COMPILER_RT_SOURCE_DIR}/include
-I${COMPILER_RT_SOURCE_DIR}/lib/xray
-I${COMPILER_RT_SOURCE_DIR}/lib)
set(XRAY_TEST_ARCH ${XRAY_SUPPORTED_ARCH})
macro(add_xray_unittest testname)
cmake_parse_arguments(TEST "" "" "SOURCES;HEADERS" ${ARGN})
if(UNIX AND NOT APPLE)
foreach(arch ${XRAY_TEST_ARCH})
set(TEST_OBJECTS)
generate_compiler_rt_tests(TEST_OBJECTS
XRayUnitTests "${testname}-${arch}-Test" "${arch}"
SOURCES ${TEST_SOURCES} ${COMPILER_RT_GTEST_SOURCE}
DEPS gtest xray
CFLAGS ${XRAY_UNITTEST_CFLAGS}
LINK_FLAGS -fxray-instrument
${TARGET_LINK_FLAGS}
-lstdc++ -lm ${CMAKE_THREAD_LIBS_INIT}
-lpthread
-ldl -lrt)
endforeach()
endif()
endmacro()
if(COMPILER_RT_CAN_EXECUTE_TESTS)
add_subdirectory(unit)
endif()
| include_directories(..)
add_custom_target(XRayUnitTests)
set_target_properties(XRayUnitTests PROPERTIES FOLDER "XRay unittests")
set(XRAY_UNITTEST_CFLAGS
${XRAY_CFLAGS}
${COMPILER_RT_UNITTEST_CFLAGS}
${COMPILER_RT_GTEST_CFLAGS}
-I${COMPILER_RT_SOURCE_DIR}/include
-I${COMPILER_RT_SOURCE_DIR}/lib/xray
-I${COMPILER_RT_SOURCE_DIR}/lib)
set(XRAY_TEST_ARCH ${XRAY_SUPPORTED_ARCH})
macro(add_xray_unittest testname)
cmake_parse_arguments(TEST "" "" "SOURCES;HEADERS" ${ARGN})
if(UNIX AND NOT APPLE)
foreach(arch ${XRAY_TEST_ARCH})
set(TEST_OBJECTS)
generate_compiler_rt_tests(TEST_OBJECTS
XRayUnitTests "${testname}-${arch}-Test" "${arch}"
SOURCES ${TEST_SOURCES} ${COMPILER_RT_GTEST_SOURCE}
DEPS gtest xray llvm-xray
CFLAGS ${XRAY_UNITTEST_CFLAGS}
LINK_FLAGS -fxray-instrument
${TARGET_LINK_FLAGS}
-lstdc++ -lm ${CMAKE_THREAD_LIBS_INIT}
-lpthread
-ldl -lrt)
set_target_properties(XRayUnitTests PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
endforeach()
endif()
endmacro()
if(COMPILER_RT_CAN_EXECUTE_TESTS)
add_subdirectory(unit)
endif()
|
Update alembic requirement to 0.6.0 version | pbr>=0.5.21,<1.0
WebOb>=1.2.3,<1.3
kombu>=2.4.8
iso8601>=0.1.4
argparse
SQLAlchemy>=0.7.8,<0.8
sqlalchemy-migrate>=0.7.2
alembic>=0.4.1
netaddr
pymongo>=2.4
eventlet>=0.13.0
anyjson>=0.3.3
Flask>=0.10,<1.0
pecan>=0.2.0
stevedore>=0.10
msgpack-python
python-glanceclient>=0.9.0
python-novaclient>=2.12.0
python-keystoneclient>=0.3.2
python-ceilometerclient>=1.0.3
python-swiftclient>=1.5
lxml>=2.3
requests>=1.1
six<1.4.0
WSME>=0.5b2
PyYAML>=3.1.0
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
oslo.config>=1.2.0a3
happybase>=0.4
| pbr>=0.5.21,<1.0
WebOb>=1.2.3,<1.3
kombu>=2.4.8
iso8601>=0.1.4
argparse
SQLAlchemy>=0.7.8,<0.8
sqlalchemy-migrate>=0.7.2
alembic>=0.6.0
netaddr
pymongo>=2.4
eventlet>=0.13.0
anyjson>=0.3.3
Flask>=0.10,<1.0
pecan>=0.2.0
stevedore>=0.10
msgpack-python
python-glanceclient>=0.9.0
python-novaclient>=2.12.0
python-keystoneclient>=0.3.2
python-ceilometerclient>=1.0.3
python-swiftclient>=1.5
lxml>=2.3
requests>=1.1
six<1.4.0
WSME>=0.5b2
PyYAML>=3.1.0
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
oslo.config>=1.2.0a3
happybase>=0.4
|
Add pyinotify to improve dev server code reloading | # Packages required for local development
-r test.txt
-r docs.txt
django-debug-toolbar==1.7
# i18n
transifex-client==0.12.2
edx-i18n-tools==0.4.4
# Visual Studio Code Debugger
ptvsd==3.0
| # Packages required for local development
-r test.txt
-r docs.txt
django-debug-toolbar==1.7
# i18n
transifex-client==0.12.2
edx-i18n-tools==0.4.4
# Visual Studio Code Debugger
ptvsd==3.0
# For devserver code reloading
pyinotify==0.9.6
|
Update Bimba to 1.1.1 (5) | Categories:Navigation
License:MIT
Web Site:https://adamsprogs.ml/w/programmes/bimba
Source Code:https://github.com/apiote/Bimba
Issue Tracker:https://github.com/apiote/Bimba/issues
Auto Name:Bimba
Summary:First Free-Software Poznań Wandering Guide
Description:
With this app You can check the public transport timetable in Poznań
agglomeration (run by ZTM Poznań), and thanks to the Virtual Monitor You can see
when exactly a bus or tram will arrive.
More features to come (with roadmap available
[https://github.com/apiote/Bimba/blob/master/README.md#roadmap there])
.
Repo Type:git
Repo:https://github.com/apiote/Bimba
Build:1.0.2,3
commit=v1.0.2
subdir=app
gradle=yes
Build:1.1.0,4
commit=v1.1.0
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.1.0
Current Version Code:4
| Categories:Navigation
License:MIT
Web Site:https://adamsprogs.ml/w/programmes/bimba
Source Code:https://github.com/apiote/Bimba
Issue Tracker:https://github.com/apiote/Bimba/issues
Auto Name:Bimba
Summary:First Free-Software Poznań Wandering Guide
Description:
With this app You can check the public transport timetable in Poznań
agglomeration (run by ZTM Poznań), and thanks to the Virtual Monitor You can see
when exactly a bus or tram will arrive.
More features to come (with roadmap available
[https://github.com/apiote/Bimba/blob/master/README.md#roadmap there])
.
Repo Type:git
Repo:https://github.com/apiote/Bimba
Build:1.0.2,3
commit=v1.0.2
subdir=app
gradle=yes
Build:1.1.0,4
commit=v1.1.0
subdir=app
gradle=yes
Build:1.1.1,5
commit=v1.1.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.1.1
Current Version Code:5
|
Update faker from 0.8.1 to 0.8.3 | coverage==4.4.1
dj-database-url==0.4.2
Django==1.11.5
django-cors-middleware==1.3.1
django-crispy-forms==1.6.1
django-filter==1.0.4
django-guardian==1.4.9
django-model-utils==3.0.0
djangorestframework==3.6.4
djoser==0.7.0
djangorestframework-jwt==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.1
PyJWT==1.5.2
pytz==2017.2
requests==2.18.4
requests-mock==1.3.0
six==1.10.0
whitenoise==3.3.0
faker==0.8.1
celery==4.1.0
django-celery-results==1.0.1
coveralls==1.1
honcho==1.0.1
| coverage==4.4.1
dj-database-url==0.4.2
Django==1.11.5
django-cors-middleware==1.3.1
django-crispy-forms==1.6.1
django-filter==1.0.4
django-guardian==1.4.9
django-model-utils==3.0.0
djangorestframework==3.6.4
djoser==0.7.0
djangorestframework-jwt==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.1
PyJWT==1.5.2
pytz==2017.2
requests==2.18.4
requests-mock==1.3.0
six==1.10.0
whitenoise==3.3.0
faker==0.8.3
celery==4.1.0
django-celery-results==1.0.1
coveralls==1.1
honcho==1.0.1
|
Update pycryptodome from 3.8.2 to 3.9.1 | graphenelib==1.2.0
bitshares==0.4.0
autobahn>=0.14
pycryptodome==3.8.2
appdirs==1.4.3 | graphenelib==1.2.0
bitshares==0.4.0
autobahn>=0.14
pycryptodome==3.9.1
appdirs==1.4.3 |
Bump sphinxcontrib-spelling from 5.0.0 to 5.1.0 | -r doc.txt
sphinxcontrib-spelling==5.0.0; platform_system!="Windows" # We only use it in Travis CI
| -r doc.txt
sphinxcontrib-spelling==5.1.0; platform_system!="Windows" # We only use it in Travis CI
|
Remove dependency on virtualenv. Setuptools' tests don't require it except pytest-virtualenv, which declares it. | importlib; python_version<"2.7"
mock
pytest-flake8
pytest-virtualenv>=1.2.7
pytest>=3.0.2
virtualenv
| importlib; python_version<"2.7"
mock
pytest-flake8
pytest-virtualenv>=1.2.7
pytest>=3.0.2
|
Exclude PipelineIntegrationTest.SeekWhilePlaying for tsan TBR=acolwell@chromium.org BUG=109875 TEST= | # This test fails reliably in tsan bots after r119048, exclude it for
# now. See http://crbug.com/109875
PipelineIntegrationTest.SeekWhilePlaying
| |
Add comment regarding CBuilderX 1.0 Update 1 | Feb 27, 2003 - Xerces C and Borland C++ Compiler v 5.5.1
========================================================
- changes for Xerces C 2.2.0
How to build dll with Win95 support (tasm32 required, so only for BCB5):
make -f Xerces-all.mak -DWITHASM=Y
Aug 23, 2002 - Xerces C and Borland C++ Compiler v 5.5.1
========================================================
Before build:
MakeBuildDirs.bat
How to build dll (without deprecated DOM API) and tests:
make -f Xerces-all.mak
How to build dll (with deprecated DOM API, approx. 300k larger) and tests:
make -f Xerces-all.mak -DWITHDEPRDOM=Y
Vitaly Prapirny (marl@mebius.net)
| Feb 27, 2003 - Xerces C and Borland C++ Compiler v 5.5.1
========================================================
- changes for Xerces C 2.2.0
How to build dll with Win95 support (tasm32 required, so only for BCB5):
make -f Xerces-all.mak -DWITHASM=Y
Aug 23, 2002 - Xerces C and Borland C++ Compiler v 5.5.1
========================================================
Before build:
MakeBuildDirs.bat
How to build dll (without deprecated DOM API) and tests:
make -f Xerces-all.mak
How to build dll (with deprecated DOM API, approx. 300k larger) and tests:
make -f Xerces-all.mak -DWITHDEPRDOM=Y
Vitaly Prapirny (marl@mebius.net)
Sep 30, 2004 - Xerces C and Borland C++ Compiler v 5.6.2 (CBuilderX 1.0 Update 1)
========================================================
The Update 1 for CBuilderX 1.0 renames the make.exe found in the bin directory
to bmake.exe, and adds make.exe (from GNU). To be able to compile Xerces
rename bmake.exe back to make.exe
|
Update psycopg2-binary from 2.7.6.1 to 2.7.7 | -e git://github.com/dubirajara/django-tagulous#egg=django_tagulous
dj-config-url==0.1.1
dj-database-url==0.5.0
django-crispy-forms==1.7.2
django-recaptcha==2.0.1
django-registration-redux==2.5
Django==2.1.5
djangorestframework==3.9.1
gunicorn==19.9.0
psycopg2-binary==2.7.6.1
python-decouple==3.1
social-auth-app-django==3.1.0
whitenoise==4.1.2 | -e git://github.com/dubirajara/django-tagulous#egg=django_tagulous
dj-config-url==0.1.1
dj-database-url==0.5.0
django-crispy-forms==1.7.2
django-recaptcha==2.0.1
django-registration-redux==2.5
Django==2.1.5
djangorestframework==3.9.1
gunicorn==19.9.0
psycopg2-binary==2.7.7
python-decouple==3.1
social-auth-app-django==3.1.0
whitenoise==4.1.2 |
Add 'repo' instead of file | FreeCodeCamp - Bonfire Algorithms (Personal Solutions)
———————————————————————————————————————————————————————————
The purpose of this file is to showcase many of my solutions to the beginner, intermediate and advanced JavaScript algorithms provided by the FreeCodeCamp self-paced, self-learning environment.
Much time has been spent to figure out how to tackle each algorithm. Many methods I used include pseudo-code, RSAP (Read-Search-Ask-Post), and a bit of pair programming.
Note: See bonfire.js for better viewing purposes. | FreeCodeCamp - Bonfire Algorithms (Personal Solutions)
———————————————————————————————————————————————————————————
The purpose of this repo is to showcase many of my solutions to the beginner, intermediate and advanced JavaScript algorithms provided by the FreeCodeCamp self-paced, self-learning environment.
Much time has been spent to figure out how to tackle each algorithm. Many methods I used include pseudo-code, RSAP (Read-Search-Ask-Post), and a bit of pair programming.
Note: See bonfire.js for better viewing purposes. |
Update kombu from 4.6.7 to 5.0.2 | celery==5.0.5
vine==5.0.0
kombu==4.6.7
billiard==3.6.2.0
| celery==5.0.5
vine==5.0.0
kombu==5.0.2
billiard==3.6.2.0
|
Update hacking version in test requirements | # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.8.0,<0.9
coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
Babel>=1.3
MySQL-python
oslotest>=1.1.0 # Apache-2.0
psycopg2
python-ironicclient>=0.2.1
python-subunit>=0.0.18
testrepository>=0.0.18
testtools>=0.9.34
# Doc requirements
sphinx>=1.1.2,!=1.2.0,<1.3
sphinxcontrib-pecanwsme>=0.8
oslosphinx>=2.2.0 # Apache-2.0
| # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.9.2,<0.10
coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
Babel>=1.3
MySQL-python
oslotest>=1.1.0 # Apache-2.0
psycopg2
python-ironicclient>=0.2.1
python-subunit>=0.0.18
testrepository>=0.0.18
testtools>=0.9.34
# Doc requirements
sphinx>=1.1.2,!=1.2.0,<1.3
sphinxcontrib-pecanwsme>=0.8
oslosphinx>=2.2.0 # Apache-2.0
|
Update uharfbuzz from 0.24.1 to 0.26.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.8.1; platform_python_implementation != "PyPy"
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.24.1
| # 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.8.1; platform_python_implementation != "PyPy"
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.26.0
|
Use upstream version of `finder_colors`. | -e git+https://github.com/mrmachine/finder_colors.git@xattr-import#egg=finder_colors
-e .
| -e git+https://github.com/danthedeckie/finder_colors.git#egg=finder_colors
-e .
|
Upgrade discord.py library version to 0.16.7 | aiohttp==1.0.5
async-timeout==1.1.0
chardet==2.3.0
discord.py==0.13.0
multidict==2.1.2
requests==2.11.1
websockets==3.2
| aiohttp==1.0.5
async-timeout==1.1.0
chardet==2.3.0
discord.py==0.16.7
multidict==2.1.2
requests==2.11.1
websockets==3.2
|
Update required versions of scipy and scikit-learn | git+https://github.com/datasciencebr/serenata-toolbox.git#egg=serenata-toolbox
geopy>=1.11.0
pycpfcnpj==1.0.2
scikit-learn>=0.17
scipy>=0.18
| git+https://github.com/datasciencebr/serenata-toolbox.git#egg=serenata-toolbox
geopy>=1.11.0
pycpfcnpj==1.0.2
scikit-learn==0.18.1
scipy==0.19.0
|
Update SexyTopo to 1.0.9 (9) | Categories:Science & Education
License:GPLv3
Web Site:
Source Code:https://github.com/richsmith/sexytopo
Issue Tracker:https://github.com/richsmith/sexytopo/issues
Auto Name:SexyTopo
Summary:Assist in cave surveying
Description:
Assists in cave surveying. It interfaces with an automated measuring device (the
Disto-X) and builds up an accurate model of the cave. It also provides a
sketching environment for the cave surveyor to fill out the details.
.
Repo Type:git
Repo:https://github.com/richsmith/sexytopo
Build:1.0.6,7
commit=5b9c649d540ce9a3d2bac102128d58cb2bf9303b
gradle=yes
Build:1.0.7,8
commit=810d4cce76ab3273daea2f8e03794a7aab61a9c5
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0.9
Current Version Code:9
| Categories:Science & Education
License:GPLv3
Web Site:
Source Code:https://github.com/richsmith/sexytopo
Issue Tracker:https://github.com/richsmith/sexytopo/issues
Auto Name:SexyTopo
Summary:Assist in cave surveying
Description:
Assists in cave surveying. It interfaces with an automated measuring device (the
Disto-X) and builds up an accurate model of the cave. It also provides a
sketching environment for the cave surveyor to fill out the details.
.
Repo Type:git
Repo:https://github.com/richsmith/sexytopo
Build:1.0.6,7
commit=5b9c649d540ce9a3d2bac102128d58cb2bf9303b
gradle=yes
Build:1.0.7,8
commit=810d4cce76ab3273daea2f8e03794a7aab61a9c5
gradle=yes
Build:1.0.9,9
commit=8558d16594decd7ee0df59313f96444503b8ff32
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0.9
Current Version Code:9
|
Update CV of MiMangaNu to 1.03 (3) | Categories:Reading
License:MIT
Web Site:
Source Code:https://github.com/raulhaag/MiMangaNu
Issue Tracker:https://github.com/raulhaag/MiMangaNu/issues
Auto Name:MiMangaNu
Summary:Manga reader
Description:
Read and organize mangas.
.
Repo Type:git
Repo:https://github.com/raulhaag/MiMangaNu
Build:1.0,1
commit=e59f73b592cb24127c8dcb5e0780a9ec61425780
subdir=MiMangaNu
srclibs=1:appcompat@v7
prebuild=sed -i -e '/ImageViewZoom/d' project.properties && \
echo "android.library.reference.2=../ImageViewTouchLibrary" >> project.properties
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:1
| Categories:Reading
License:MIT
Web Site:
Source Code:https://github.com/raulhaag/MiMangaNu
Issue Tracker:https://github.com/raulhaag/MiMangaNu/issues
Auto Name:MiMangaNu
Summary:Manga reader
Description:
Read and organize mangas.
.
Repo Type:git
Repo:https://github.com/raulhaag/MiMangaNu
Build:1.0,1
commit=e59f73b592cb24127c8dcb5e0780a9ec61425780
subdir=MiMangaNu
srclibs=1:appcompat@v7
prebuild=sed -i -e '/ImageViewZoom/d' project.properties && \
echo "android.library.reference.2=../ImageViewTouchLibrary" >> project.properties
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.03
Current Version Code:3
|
Fix typo in the sample queries for the `attvars` example | ________________________________________________________________________
This file is part of Logtalk <https://logtalk.org/>
Copyright 1998-2018 Paulo Moura <pmoura@logtalk.org>
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.
________________________________________________________________________
% start by loading the example and the required library files:
| ?- logtalk_load(attvarsp(loader)).
...
% simple finite, typed, domain reasoner:
| ?- domain(atom)::domain(X, [a,b]), X = c.
false.
| ?- domain(integer)::domain(X, [1,2]), domain(integer)::domain(X, [1,3]).
X = 1.
| ?- domain(integer)::domain(X, [1,2,3]), domain(integer)::domain(X, [1,3]).
domain(X, [1, 3]).
| ________________________________________________________________________
This file is part of Logtalk <https://logtalk.org/>
Copyright 1998-2018 Paulo Moura <pmoura@logtalk.org>
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.
________________________________________________________________________
% start by loading the example and the required library files:
| ?- logtalk_load(attvars(loader)).
...
% simple finite, typed, domain reasoner:
| ?- domain(atom)::domain(X, [a,b]), X = c.
false.
| ?- domain(integer)::domain(X, [1,2]), domain(integer)::domain(X, [1,3]).
X = 1.
| ?- domain(integer)::domain(X, [1,2,3]), domain(integer)::domain(X, [1,3]).
domain(X, [1, 3]).
|
Bump django from 1.8.7 to 1.11.29 in /000000-stack/web | Django==1.8.7
dj-database-url==0.3.0
dj-static==0.0.6
django-rq==0.6.1
httplib2==0.8
xlwt==0.7.5
psycopg2==2.7.3.2
python-dateutil==2.2
pytz==2012d
raven==5.23.0
redis==2.10.5
rq==0.3.13
static==0.4
nose==1.3.3
pre-commit==0.3.2
networkx==1.9.1
Jinja2==2.8
jsonfield==1.0.3
hypothesis==1.18.1
hypothesis-datetime==1.5.0
django-ipware==1.1.3
unicodecsv==0.14.1
objgraph==3.0.0
oauth2client==3.0.0
enum34==1.1.2
django-extensions==1.6.1
cryptography==1.2.3
| Django==1.11.29
dj-database-url==0.3.0
dj-static==0.0.6
django-rq==0.6.1
httplib2==0.8
xlwt==0.7.5
psycopg2==2.7.3.2
python-dateutil==2.2
pytz==2012d
raven==5.23.0
redis==2.10.5
rq==0.3.13
static==0.4
nose==1.3.3
pre-commit==0.3.2
networkx==1.9.1
Jinja2==2.8
jsonfield==1.0.3
hypothesis==1.18.1
hypothesis-datetime==1.5.0
django-ipware==1.1.3
unicodecsv==0.14.1
objgraph==3.0.0
oauth2client==3.0.0
enum34==1.1.2
django-extensions==1.6.1
cryptography==1.2.3
|
Update flake8 package to 4.0.1 | # Testing
coverage==6.3.1 # Test coverage
flake8==3.9.2 # Python linting
mypy==0.910 # Static typing
| # Testing
coverage==6.3.1 # Test coverage
flake8==4.0.1 # Python linting
mypy==0.910 # Static typing
|
Update django from 3.2.8 to 3.2.9 | Django==3.2.8
six==1.16.0
sqlparse==0.4.2
# Whitenoise: Staticfile hosting
whitenoise==5.3.0
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.5.1
django-taggit-helpers==0.1.4
# Django REST Framework
djangorestframework==3.12.4
requests==2.26.0
markdown==3.3.4
git+https://github.com/tom-henderson/django-common | Django==3.2.9
six==1.16.0
sqlparse==0.4.2
# Whitenoise: Staticfile hosting
whitenoise==5.3.0
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.5.1
django-taggit-helpers==0.1.4
# Django REST Framework
djangorestframework==3.12.4
requests==2.26.0
markdown==3.3.4
git+https://github.com/tom-henderson/django-common |
Update flake8 from 3.3.0 to 3.4.1 | # Dependencies related to testing nsize-web
-r base.txt
# Fixtures
#factory-boy==2.8.1
# Test Runner
#django-nose==1.4.4
#nose-progressive==1.5.1
# Code Coverage
coverage==4.4.1
# Style Enforcement
flake8==3.3.0
fakeredis==0.8.2
| # Dependencies related to testing nsize-web
-r base.txt
# Fixtures
#factory-boy==2.8.1
# Test Runner
#django-nose==1.4.4
#nose-progressive==1.5.1
# Code Coverage
coverage==4.4.1
# Style Enforcement
flake8==3.4.1
fakeredis==0.8.2
|
Update six from 1.15.0 to 1.16.0 | numpy==1.20.2
matplotlib==3.4.1
scipy==1.6.3
six==1.15.0
coverage==5.5
nose==1.3.7
| numpy==1.20.2
matplotlib==3.4.1
scipy==1.6.3
six==1.16.0
coverage==5.5
nose==1.3.7
|
Make flake8 a requirement, remove ipython | Django==1.5.2
Jinja2==2.7.1
Markdown==2.3.1
MarkupSafe==0.18
Pygments==1.6
Sphinx==1.2b1
dj-static==0.0.5
django-filter==0.7
django-social-auth==0.7.25
djangorestframework==2.3.7
docutils==0.11
httplib2==0.8
ipython==1.0.0
mock==1.0.1
oauth2==1.5.211
psycopg2==2.5.1
pyjade==2.0.2
pymongo==2.5.2
python-openid==2.2.5
static==0.4
wsgiref==0.1.2
| Django==1.5.2
Jinja2==2.7.1
Markdown==2.3.1
MarkupSafe==0.18
Pygments==1.6
Sphinx==1.2b1
dj-static==0.0.5
django-filter==0.7
django-social-auth==0.7.25
djangorestframework==2.3.7
docutils==0.11
flake8
httplib2==0.8
mock==1.0.1
oauth2==1.5.211
psycopg2==2.5.1
pyjade==2.0.2
pymongo==2.5.2
python-openid==2.2.5
static==0.4
wsgiref==0.1.2
|
Update pytest from 3.0.4 to 3.0.7 | argparse==1.4.0
cssutils==1.0.1
defusedxml==0.4.1
fastchardet==0.2.0
mock==2.0.0
natsort==5.0.1
pytest==3.0.4
rdflib==3.4.0
requests==2.12.1
simplejson==3.10.0
spidermonkey==52.0a2.post1 | argparse==1.4.0
cssutils==1.0.1
defusedxml==0.4.1
fastchardet==0.2.0
mock==2.0.0
natsort==5.0.1
pytest==3.0.7
rdflib==3.4.0
requests==2.12.1
simplejson==3.10.0
spidermonkey==52.0a2.post1 |
Update pytest from 3.6.0 to 3.6.1 | docker==3.3.0
molecule==2.14.0
pytest==3.6.0
python-vagrant==0.5.15
tox==3.0.0
| docker==3.3.0
molecule==2.14.0
pytest==3.6.1
python-vagrant==0.5.15
tox==3.0.0
|
Add pylev module for fuzzy string matching | Flask==0.9
GeoAlchemy==0.7.1
Jinja2==2.6
PyYAML==3.10
SQLAlchemy==0.8.0
Werkzeug==0.8.3
argparse==1.2.1
distribute==0.6.31
nltk==2.0.4
numpy==1.7.1
psycopg2==2.4.6
requests==1.2.0
wsgiref==0.1.2
| Flask==0.9
GeoAlchemy==0.7.1
Jinja2==2.6
PyYAML==3.10
SQLAlchemy==0.8.0
Werkzeug==0.8.3
argparse==1.2.1
distribute==0.6.31
nltk==2.0.4
numpy==1.7.1
psycopg2==2.4.6
pylev==1.2.0
requests==1.2.0
wsgiref==0.1.2
|
Update botocore from 1.8.34 to 1.8.36 | Django==2.0.1
dj_database_url==0.4.2
pytz==2017.3
python_box==3.1.1
six==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.2
python-decouple==3.1
raven==6.5.0
#Amazon S3 Stuff
boto3==1.5.20
Collectfast==0.6.0
botocore==1.8.34
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
jmespath==0.9.3
python-dateutil==2.6.1
s3transfer==0.1.12
six==1.11.0
| Django==2.0.1
dj_database_url==0.4.2
pytz==2017.3
python_box==3.1.1
six==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.2
python-decouple==3.1
raven==6.5.0
#Amazon S3 Stuff
boto3==1.5.20
Collectfast==0.6.0
botocore==1.8.36
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
jmespath==0.9.3
python-dateutil==2.6.1
s3transfer==0.1.12
six==1.11.0
|
Update boto3 from 1.9.3 to 1.9.30 | boto3==1.9.3
botocore==1.12.3
Collectfast==0.6.2
dj_database_url==0.5.0
django-debug-toolbar==1.10.1
django-ordered-model==3.0.0
django-s3-folder-storage==0.5
django-storages==1.7.1
Django==2.1.2
docutils==0.14
gunicorn==19.8.1
jmespath==0.9.3
pillow==5.3.0
psycopg2-binary==2.7.5
python-dateutil==2.7.3
python-decouple==3.1
python_box==3.2.1
pytz==2018.5
raven==6.9.0
s3transfer==0.1.13
six==1.11.0
six==1.11.0
sqlparse==0.2.4
| boto3==1.9.30
botocore==1.12.3
Collectfast==0.6.2
dj_database_url==0.5.0
django-debug-toolbar==1.10.1
django-ordered-model==3.0.0
django-s3-folder-storage==0.5
django-storages==1.7.1
Django==2.1.2
docutils==0.14
gunicorn==19.8.1
jmespath==0.9.3
pillow==5.3.0
psycopg2-binary==2.7.5
python-dateutil==2.7.3
python-decouple==3.1
python_box==3.2.1
pytz==2018.5
raven==6.9.0
s3transfer==0.1.13
six==1.11.0
six==1.11.0
sqlparse==0.2.4
|
Update python-markdown to wikipendium-hosted fork | django==1.7.3
django-registration-redux==1.1
git+git://github.com/sigvef/Python-Markdown.git#egg=markdown
git+git://github.com/wikipendium/python-markdown-mathjax.git#egg=markdown_mathjax
git+git://github.com/stianjensen/mdx_outline.git
fabric==1.8.0
pytz==2013d
boto==2.9.9
newrelic==2.4.0.4
django-mailgun==0.2.2
django-compressor==1.4
git+git://github.com/stianjensen/django-dumpdb.git
flake8==2.3.0
| django==1.7.3
django-registration-redux==1.1
git+git://github.com/wikipendium/Python-Markdown.git@5e9e809#egg=markdown
git+git://github.com/wikipendium/python-markdown-mathjax.git#egg=markdown_mathjax
git+git://github.com/stianjensen/mdx_outline.git
fabric==1.8.0
pytz==2013d
boto==2.9.9
newrelic==2.4.0.4
django-mailgun==0.2.2
django-compressor==1.4
git+git://github.com/stianjensen/django-dumpdb.git
flake8==2.3.0
|
Update flake8 from 3.2.0 to 3.2.1 | flake8==3.2.0
docutils==0.12
pytest==3.0.4
pytest-aiohttp==0.1.2
pytest-cov==2.4.0
pytest-sugar==0.7.1
pytest-mock==1.4.0
sphinx==1.4.8
aiohttp==1.1.5
yarl==0.7.1
multidict==2.1.2
-e .
| flake8==3.2.1
docutils==0.12
pytest==3.0.4
pytest-aiohttp==0.1.2
pytest-cov==2.4.0
pytest-sugar==0.7.1
pytest-mock==1.4.0
sphinx==1.4.8
aiohttp==1.1.5
yarl==0.7.1
multidict==2.1.2
-e .
|
Update psycopg2 from 2.7.4 to 2.7.5 | # Those dependencies are needed for the test_migrations.sh script
PyMySQL==0.8.1
psycopg2==2.7.4
| # Those dependencies are needed for the test_migrations.sh script
PyMySQL==0.8.1
psycopg2==2.7.5
|
Update Xposed Downloader to 0.2.4 (7) | Categories:Internet
License:GPLv3
Web Site:
Source Code:https://github.com/daktak/xposed_downloader
Issue Tracker:https://github.com/daktak/xposed_downloader/issues
Bitcoin:16VEzu37BePgR3o9hAciZkGK2VCAQFE28r
Auto Name:Xposed Downloader
Summary:Download Xposed Framework zip
Description:
App to auto download Xposed Framework zip files from xda
.
Repo Type:git
Repo:https://github.com/daktak/xposed_downloader
Build:0.1,1
commit=v0.1
subdir=app
gradle=yes
Build:0.1.1,2
commit=v0.1.1
subdir=app
gradle=yes
Build:0.2,3
commit=v0.2
subdir=app
gradle=yes
Build:0.2.1,4
commit=v0.2.1
subdir=app
gradle=yes
Build:0.2.2,5
commit=v0.2.2
subdir=app
gradle=yes
Build:0.2.3,6
commit=v0.2.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.2.3
Current Version Code:6
| Categories:Internet
License:GPLv3
Web Site:
Source Code:https://github.com/daktak/xposed_downloader
Issue Tracker:https://github.com/daktak/xposed_downloader/issues
Bitcoin:16VEzu37BePgR3o9hAciZkGK2VCAQFE28r
Auto Name:Xposed Downloader
Summary:Download Xposed Framework zip
Description:
App to auto download Xposed Framework zip files from xda
.
Repo Type:git
Repo:https://github.com/daktak/xposed_downloader
Build:0.1,1
commit=v0.1
subdir=app
gradle=yes
Build:0.1.1,2
commit=v0.1.1
subdir=app
gradle=yes
Build:0.2,3
commit=v0.2
subdir=app
gradle=yes
Build:0.2.1,4
commit=v0.2.1
subdir=app
gradle=yes
Build:0.2.2,5
commit=v0.2.2
subdir=app
gradle=yes
Build:0.2.3,6
commit=v0.2.3
subdir=app
gradle=yes
Build:0.2.4,7
commit=v0.2.4
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.2.4
Current Version Code:7
|
Use the right version of taskthread | # Requirements
argparse
logutils
pyodbc
taskthread
# Documentation
sphinx
# Testing
coverage
mock
pep8==1.2
unittest2
| # Requirements
argparse
logutils
pyodbc
taskthread>=1.2
# Documentation
sphinx
# Testing
coverage
mock
pep8==1.2
unittest2
|
Update flake8 from 3.7.5 to 3.7.6 | setuptools>=17.1
pytest==4.2.1
pytest-cov==2.6.1
flake8==3.7.5
| setuptools>=17.1
pytest==4.2.1
pytest-cov==2.6.1
flake8==3.7.6
|
Update GfxTablet to 1.4 (5) | Categories:Multimedia
License:MIT
Web Site:https://rfc2822.github.io/GfxTablet/
Source Code:https://github.com/rfc2822/GfxTablet
Issue Tracker:https://github.com/rfc2822/GfxTablet/issues
Donate:https://rfc2822.github.io/GfxTablet/#donate
Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
Auto Name:GfxTablet
Summary:Use touchscreen as graphics tablet
Description:
GfxTablet makes it possible to use your device (especially tablets) like a
graphics tablet, sending touch data (including pressure!) to any compatible
(e.g. GNU/Linux) computer. Requires running the uinput driver on your PC (see
website for details).
.
Repo Type:git
Repo:https://github.com/rfc2822/GfxTablet.git
Build:1.1,2
commit=android-app-1.1
subdir=app-android
Build:1.2,3
commit=android-app-1.2
subdir=app-android
Build:1.3,4
commit=android-app-1.3
subdir=app-android/app
gradle=yes
Auto Update Mode:Version android-app-%v
Update Check Mode:Tags
Current Version:1.3
Current Version Code:4
| Categories:Multimedia
License:MIT
Web Site:https://rfc2822.github.io/GfxTablet/
Source Code:https://github.com/rfc2822/GfxTablet
Issue Tracker:https://github.com/rfc2822/GfxTablet/issues
Donate:https://rfc2822.github.io/GfxTablet/#donate
Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
Auto Name:GfxTablet
Summary:Use touchscreen as graphics tablet
Description:
GfxTablet makes it possible to use your device (especially tablets) like a
graphics tablet, sending touch data (including pressure!) to any compatible
(e.g. GNU/Linux) computer. Requires running the uinput driver on your PC (see
website for details).
.
Repo Type:git
Repo:https://github.com/rfc2822/GfxTablet.git
Build:1.1,2
commit=android-app-1.1
subdir=app-android
Build:1.2,3
commit=android-app-1.2
subdir=app-android
Build:1.3,4
commit=android-app-1.3
subdir=app-android/app
gradle=yes
Build:1.4,5
commit=android-app-1.4
subdir=app-android/app
gradle=yes
Auto Update Mode:Version android-app-%v
Update Check Mode:Tags
Current Version:1.4
Current Version Code:5
|
Add new idea about a tapestry-wro4j module | Ideas and TODOs:
Compile CoffeeScript for modules with --bare (no top-level function wrapper), as module is always just
define([..], function() { ... });
Replace default.css with Twitter Bootstrap + Tapestry extensions.
Include a new Java module that supports writing an exception log file on error.
Merge PageCatalog and ServiceStatus into a Dashboard page
- make it extensible
Add way to have services self describe (for dashboard and/or exception report).
Add way for services to expose simple actions to the Dashboard (i.e., tie a UI button to a callback).
JavaScriptWrapper (.jsw) may not be needed after all, due to ShimModule.
| Ideas and TODOs:
Compile CoffeeScript for modules with --bare (no top-level function wrapper), as module is always just
define([..], function() { ... });
Replace default.css with Twitter Bootstrap + Tapestry extensions.
Include a new Java module that supports writing an exception log file on error.
New module to replace tapestry-yuicompressor that is based on WRO4J.
Merge PageCatalog and ServiceStatus into a Dashboard page
- make it extensible
Add way to have services self describe (for dashboard and/or exception report).
Add way for services to expose simple actions to the Dashboard (i.e., tie a UI button to a callback).
JavaScriptWrapper (.jsw) may not be needed after all, due to ShimModule.
|
Update django-storages-redux from 1.3.2 to 1.3.3 | # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
Django==1.11.2
# WSGI Handler
# ------------------------------------------------
gevent==1.2.2
gunicorn==19.7.1
# Static and Media Storage
# ------------------------------------------------
boto==2.47.0
django-storages-redux==1.3.2
Collectfast==0.4.1
# Mailgun Support
# ---------------
django-mailgun==0.9.1
raven==5.27.0
| # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
Django==1.11.2
# WSGI Handler
# ------------------------------------------------
gevent==1.2.2
gunicorn==19.7.1
# Static and Media Storage
# ------------------------------------------------
boto==2.47.0
django-storages-redux==1.3.3
Collectfast==0.4.1
# Mailgun Support
# ---------------
django-mailgun==0.9.1
raven==5.27.0
|
Update gevent from 1.1.2 to 1.2.1 | # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
# WSGI Handler
# ------------------------------------------------
gevent==1.1.2
gunicorn==19.6.0
# Static and Media Storage
# ------------------------------------------------
boto==2.42.0
django-storages-redux==1.3.2
Collectfast==0.4.1
# Mailgun Support
# ---------------
django-mailgun==0.9.1
raven==5.27.0
| # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
# WSGI Handler
# ------------------------------------------------
gevent==1.2.1
gunicorn==19.6.0
# Static and Media Storage
# ------------------------------------------------
boto==2.42.0
django-storages-redux==1.3.2
Collectfast==0.4.1
# Mailgun Support
# ---------------
django-mailgun==0.9.1
raven==5.27.0
|
Update django from 2.2.17 to 2.2.18 | bleach==3.3.0
Django==2.2.17 # pyup: <2.3
django-allauth==0.44.0
django-autoslug==1.9.8
django-background-tasks==1.2.5
django-ckeditor==6.0.0
django-enumfield==2.0.2
django-filter==2.4.0
django-multiselectfield==0.1.12
django-widget-tweaks==1.4.8
djangorestframework==3.12.2
easy-thumbnails==2.7.1
html5lib==1.1
jsonfield==3.1.0
psycopg2-binary==2.8.6
python-dateutil==2.8.1
python-magic==0.4.20
rules==2.2
XlsxWriter==1.3.7
| bleach==3.3.0
Django==2.2.18 # pyup: <2.3
django-allauth==0.44.0
django-autoslug==1.9.8
django-background-tasks==1.2.5
django-ckeditor==6.0.0
django-enumfield==2.0.2
django-filter==2.4.0
django-multiselectfield==0.1.12
django-widget-tweaks==1.4.8
djangorestframework==3.12.2
easy-thumbnails==2.7.1
html5lib==1.1
jsonfield==3.1.0
psycopg2-binary==2.8.6
python-dateutil==2.8.1
python-magic==0.4.20
rules==2.2
XlsxWriter==1.3.7
|
Update pytest from 6.2.4 to 6.2.5 | -r requirements.txt
isort==5.9.3
pytest==6.2.4
pytest-env==0.6.2
pytest-mock==3.6.1
pytest-xdist==2.2.1
beautifulsoup4==4.9.3
freezegun==1.1.0
flake8==3.9.2
flake8-bugbear==21.4.3
flake8-print==4.0.0
requests-mock==1.9.3
# used for creating manifest file locally
jinja2-cli[yaml]==0.7.0
| -r requirements.txt
isort==5.9.3
pytest==6.2.5
pytest-env==0.6.2
pytest-mock==3.6.1
pytest-xdist==2.2.1
beautifulsoup4==4.9.3
freezegun==1.1.0
flake8==3.9.2
flake8-bugbear==21.4.3
flake8-print==4.0.0
requests-mock==1.9.3
# used for creating manifest file locally
jinja2-cli[yaml]==0.7.0
|
Fix building frei0r module in KDE Craft | add_library(mltfrei0r MODULE
factory.c
filter_cairoblend_mode.c
filter_frei0r.c
frei0r_helper.c
producer_frei0r.c
transition_frei0r.c
)
target_compile_options(mltfrei0r PRIVATE ${MLT_COMPILE_OPTIONS})
if(APPLE AND RELOCATABLE)
target_compile_definitions(mltfrei0r PRIVATE RELOCATABLE)
endif()
target_link_libraries(mltfrei0r PRIVATE mlt m ${CMAKE_DL_LIBS})
set_target_properties(mltfrei0r PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${MLT_MODULE_OUTPUT_DIRECTORY}")
install(TARGETS mltfrei0r LIBRARY DESTINATION ${MLT_INSTALL_MODULE_DIR})
install(FILES
filter_cairoblend_mode.yml
resolution_scale.yml
param_name_map.yaml
blacklist.txt not_thread_safe.txt
DESTINATION ${MLT_INSTALL_DATA_DIR}/frei0r
)
| add_library(mltfrei0r MODULE
factory.c
filter_cairoblend_mode.c
filter_frei0r.c
frei0r_helper.c
producer_frei0r.c
transition_frei0r.c
)
target_compile_options(mltfrei0r PRIVATE ${MLT_COMPILE_OPTIONS})
target_include_directories(mltfrei0r PRIVATE ${FREI0R_INCLUDE_DIRS})
if(APPLE AND RELOCATABLE)
target_compile_definitions(mltfrei0r PRIVATE RELOCATABLE)
endif()
target_link_libraries(mltfrei0r PRIVATE mlt m ${CMAKE_DL_LIBS})
set_target_properties(mltfrei0r PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${MLT_MODULE_OUTPUT_DIRECTORY}")
install(TARGETS mltfrei0r LIBRARY DESTINATION ${MLT_INSTALL_MODULE_DIR})
install(FILES
filter_cairoblend_mode.yml
resolution_scale.yml
param_name_map.yaml
blacklist.txt not_thread_safe.txt
DESTINATION ${MLT_INSTALL_DATA_DIR}/frei0r
)
|
Update whitenoise from 3.2.2 to 3.2.3 | # Bleeding edge Django
django==1.10.4
# Configuration
django-environ==0.4.1
whitenoise==3.2.2
# Forms
django-braces==1.10.0
django-crispy-forms==1.6.1
django-floppyforms==1.7.0
# Models
django-model-utils==2.6
# Images
Pillow==4.0.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.30.0
# Python-PostgreSQL Database Adapter
psycopg2==2.6.2
# Unicode slugification
awesome-slugify==1.6.5
django-autoslug==1.9.3
# Time zones support
pytz==2016.10
# Redis support
django-redis==4.7.0
redis>=2.10.0
# Celery
celery==4.0.2
# Your custom requirements go here
# haystack and elasticsearch
django-haystack==2.5.1
elasticsearch==5.0.1
# grpc
grpcio==1.0.4
grpcio-tools==1.0.4
| # Bleeding edge Django
django==1.10.4
# Configuration
django-environ==0.4.1
whitenoise==3.2.3
# Forms
django-braces==1.10.0
django-crispy-forms==1.6.1
django-floppyforms==1.7.0
# Models
django-model-utils==2.6
# Images
Pillow==4.0.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.30.0
# Python-PostgreSQL Database Adapter
psycopg2==2.6.2
# Unicode slugification
awesome-slugify==1.6.5
django-autoslug==1.9.3
# Time zones support
pytz==2016.10
# Redis support
django-redis==4.7.0
redis>=2.10.0
# Celery
celery==4.0.2
# Your custom requirements go here
# haystack and elasticsearch
django-haystack==2.5.1
elasticsearch==5.0.1
# grpc
grpcio==1.0.4
grpcio-tools==1.0.4
|
Update sqlalchemy from 1.2.17 to 1.2.18 | sqlalchemy==1.2.17
appdirs==1.4.3
unihan-etl==0.10.1
| sqlalchemy==1.2.18
appdirs==1.4.3
unihan-etl==0.10.1
|
Update django-autofixture from 0.11.0 to 0.12.1 | # Local development dependencies go here
-r base.txt
Sphinx==1.4.1
django-extensions==1.6.1
Werkzeug==0.11.9
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.4
django-autofixture==0.11.0
| # Local development dependencies go here
-r base.txt
Sphinx==1.4.1
django-extensions==1.6.1
Werkzeug==0.11.9
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.4
django-autofixture==0.12.1
|
Update pytest-django from 3.4.5 to 3.4.7 | # Local development dependencies go here
-r test.txt
black==18.9b0
pre-commit==1.14.3
Sphinx==1.8.4
django-extensions==2.1.5
Werkzeug==0.14.1
django-debug-toolbar==1.11
# improved REPL
ipdb==0.11
pytest-django==3.4.5
# pytest-sugar==0.9.2
| # Local development dependencies go here
-r test.txt
black==18.9b0
pre-commit==1.14.3
Sphinx==1.8.4
django-extensions==2.1.5
Werkzeug==0.14.1
django-debug-toolbar==1.11
# improved REPL
ipdb==0.11
pytest-django==3.4.7
# pytest-sugar==0.9.2
|
Update pytest-cov from 2.4.0 to 2.5.1 | # Local development dependencies go here
-r base.txt
coverage==4.2
django-coverage-plugin==1.3.1
Sphinx==1.4.8
django-extensions==1.7.4
Werkzeug==0.11.11
django-test-plus==1.0.16
factory_boy==2.7.0
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.6
# improved REPL
ipdb==0.10.1
# pytest!
pytest-django==3.0.0
pytest-sugar==0.7.1
gevent==1.1.2
# Enables better email testing
maildump==0.5.4
# Own stuff
pytest-cov==2.4.0
codecov==2.0.5
| # Local development dependencies go here
-r base.txt
coverage==4.2
django-coverage-plugin==1.3.1
Sphinx==1.4.8
django-extensions==1.7.4
Werkzeug==0.11.11
django-test-plus==1.0.16
factory_boy==2.7.0
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.6
# improved REPL
ipdb==0.10.1
# pytest!
pytest-django==3.0.0
pytest-sugar==0.7.1
gevent==1.1.2
# Enables better email testing
maildump==0.5.4
# Own stuff
pytest-cov==2.5.1
codecov==2.0.5
|
Update pytest from 3.5.0 to 3.5.1 | fxapom==1.10.2
PyPOM==2.0.0
pytest==3.5.0
pytest-selenium==1.12.0
pytest-xdist==1.22.2
selenium==3.11.0 | fxapom==1.10.2
PyPOM==2.0.0
pytest==3.5.1
pytest-selenium==1.12.0
pytest-xdist==1.22.2
selenium==3.11.0 |
Update vent from 0.4.6 to 0.4.8 | elasticsearch==6.1.1
pika>=0.11.0
vent==0.4.6
| elasticsearch==6.1.1
pika>=0.11.0
vent==0.4.8
|
Update CV of Pi Locker to 5.0.3 (10) | Categories:Office
License:GPLv2
Web Site:http://forum.xda-developers.com/showthread.php?p=53218143
Source Code:https://github.com/Pi-Developers/Pi-Locker
Issue Tracker:https://github.com/Pi-Developers/Pi-Locker/issues
Auto Name:Pi Locker
Summary:Lockscreen
Description:
A smart and clean lockscreen replacement with unlocking gestures. It
features lightweight design for usage even with low-RAM devices, PIN
and password security, changeable colors and texts and the ability to
hide/unhide the status bar.
.
Repo Type:git
Repo:https://github.com/Pi-Developers/Pi-Locker
Build:3.0,3
commit=17ef7d58cee1fe9776a790371fe9ebfa93c6d7ce
extlibs=android/android-support-v4.jar
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:3.0
Current Version Code:3
| Categories:Office
License:GPLv2
Web Site:http://forum.xda-developers.com/showthread.php?p=53218143
Source Code:https://github.com/Pi-Developers/Pi-Locker
Issue Tracker:https://github.com/Pi-Developers/Pi-Locker/issues
Auto Name:Pi Locker
Summary:Lockscreen
Description:
A smart and clean lockscreen replacement with unlocking gestures. It
features lightweight design for usage even with low-RAM devices, PIN
and password security, changeable colors and texts and the ability to
hide/unhide the status bar.
.
Repo Type:git
Repo:https://github.com/Pi-Developers/Pi-Locker
Build:3.0,3
commit=17ef7d58cee1fe9776a790371fe9ebfa93c6d7ce
extlibs=android/android-support-v4.jar
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:5.0.3
Current Version Code:10
|
Test for list_table directive. Workswel, except for widths. | .. list-table:: Frozen Delights!
:widths: 15 10 30
:header-rows: 1
* - Treat
- Quantity
- Description
* - Albatross
- 2.99
- On a stick!
* - Crunchy Frog
- 1.49
- If we took the bones out, it wouldn't be
crunchy, now would it?
* - Gannet Ripple
- 1.99
- On a stick!
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.