Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add a blacklist entry for std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_inplace(). | # Standard library types.
type:std::*
# The stdext namespace contains Microsoft standard library extensions.
type:stdext::*
# Types with a uuid attribute, i.e. COM types.
type:attr:uuid
# STL allocators (T *allocator<T *>::allocate(size_type, const void*)).
# The type signature mandates a cast from uninitialized void* to T*.
# size_type can either be unsigned int (j) or unsigned long (m).
fun:*8allocateEjPKv
fun:*8allocateEmPKv
# std::get_temporary_buffer, likewise (libstdc++, libc++).
fun:_ZSt20get_temporary_buffer*
fun:_ZNSt3__120get_temporary_buffer*
# STL address-of magic (libstdc++, libc++).
fun:*__addressof*
fun:_ZNSt3__19addressof*
# Windows C++ stdlib headers that contain bad unrelated casts.
src:*xmemory0
src:*xstddef
| # Standard library types.
type:std::*
# The stdext namespace contains Microsoft standard library extensions.
type:stdext::*
# Types with a uuid attribute, i.e. COM types.
type:attr:uuid
# STL allocators (T *allocator<T *>::allocate(size_type, const void*)).
# The type signature mandates a cast from uninitialized void* to T*.
# size_type can either be unsigned int (j) or unsigned long (m).
fun:*8allocateEjPKv
fun:*8allocateEmPKv
# std::get_temporary_buffer, likewise (libstdc++, libc++).
fun:_ZSt20get_temporary_buffer*
fun:_ZNSt3__120get_temporary_buffer*
# STL address-of magic (libstdc++, libc++).
fun:*__addressof*
fun:_ZNSt3__19addressof*
# Windows C++ stdlib headers that contain bad unrelated casts.
src:*xmemory0
src:*xstddef
# std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_inplace() (libstdc++).
# This ctor is used by std::make_shared and needs to cast to uninitialized T*
# in order to call std::allocator_traits<T>::construct.
fun:_ZNSt23_Sp_counted_ptr_inplace*
|
Update dependency pytype to v2020.4.22 | -r requirements.txt
bitstring
codecov
concurrencytest
deb_pkg_tools
exabgp==4.2.6
importlab>=0.3.1
netifaces
packaging
pylint
pytest-cov
pytype==2020.4.1
requests
scapy==2.4.3
| -r requirements.txt
bitstring
codecov
concurrencytest
deb_pkg_tools
exabgp==4.2.6
importlab>=0.3.1
netifaces
packaging
pylint
pytest-cov
pytype==2020.4.22
requests
scapy==2.4.3
|
Update django-mailbox from 4.5.3 to 4.5.4 | # Bleeding edge Django
# django==1.8.3
# Configuration
django-environ==0.4.0
django-secure==1.0.1
# Forms
django-braces==1.9.0
django-crispy-forms==1.6.0
django-floppyforms==1.6.2
# Models
django-model-utils==2.5
# Images
Pillow==3.3.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.25.2
# For the persistence stores
mysqlclient==1.3.7
# Unicode slugification
unicode-slugify==0.1.3
django-autoslug==1.9.3
# Time zones support
pytz==2016.6.1
# Your custom requirements go here
django-filter==0.13.0
django-autocomplete-light==2.2.10 # rq.filter: <3
https://github.com/ad-m/django-atom/archive/v0.11.0.zip
django-formtools==1.0
django-mptt==0.8.5
https://github.com/ad-m/django-autofixture/archive/master.zip
jsonfield==1.0.3
django-guardian==1.4.4
claw==1.3.0
django-mailbox==4.5.3
https://github.com/ad-m/django-teryt-tree/archive/master.zip
| # Bleeding edge Django
# django==1.8.3
# Configuration
django-environ==0.4.0
django-secure==1.0.1
# Forms
django-braces==1.9.0
django-crispy-forms==1.6.0
django-floppyforms==1.6.2
# Models
django-model-utils==2.5
# Images
Pillow==3.3.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.25.2
# For the persistence stores
mysqlclient==1.3.7
# Unicode slugification
unicode-slugify==0.1.3
django-autoslug==1.9.3
# Time zones support
pytz==2016.6.1
# Your custom requirements go here
django-filter==0.13.0
django-autocomplete-light==2.2.10 # rq.filter: <3
https://github.com/ad-m/django-atom/archive/v0.11.0.zip
django-formtools==1.0
django-mptt==0.8.5
https://github.com/ad-m/django-autofixture/archive/master.zip
jsonfield==1.0.3
django-guardian==1.4.4
claw==1.3.0
django-mailbox==4.5.4
https://github.com/ad-m/django-teryt-tree/archive/master.zip
|
Update Morango ref to the latest, more Android-friendly master commit | django-filter==0.13.0
django-js-reverse==0.7.3
six==1.10.0
djangorestframework==3.3.3
django==1.9.7
colorlog==2.6.0
docopt==0.6.2
django-mptt==0.8.5
djangorestframework-csv==1.4.1
tqdm==4.8.3 # progress bars
requests==2.10.0
https://github.com/cherrypy/cherrypy/archive/v6.2.0.zip#egg=cherrypy
https://github.com/learningequality/barbequeue/archive/e4f32.zip#egg=barbequeue
porter2stemmer==1.0
unicodecsv==0.14.1
metafone==0.5
le-utils==0.0.9rc14
kolibri_exercise_perseus_plugin==0.6.12
jsonfield==2.0.1
https://github.com/learningequality/morango/archive/5132d16623ee05ba19a4be106af0c1f83eb5e74d.zip#egg=morango
requests-toolbelt==0.7.1
clint==0.5.1
tzlocal==1.4
python-dateutil==2.6.0
| django-filter==0.13.0
django-js-reverse==0.7.3
six==1.10.0
djangorestframework==3.3.3
django==1.9.7
colorlog==2.6.0
docopt==0.6.2
django-mptt==0.8.5
djangorestframework-csv==1.4.1
tqdm==4.8.3 # progress bars
requests==2.10.0
https://github.com/cherrypy/cherrypy/archive/v6.2.0.zip#egg=cherrypy
https://github.com/learningequality/barbequeue/archive/e4f32.zip#egg=barbequeue
porter2stemmer==1.0
unicodecsv==0.14.1
metafone==0.5
le-utils==0.0.9rc14
kolibri_exercise_perseus_plugin==0.6.12
jsonfield==2.0.1
https://github.com/learningequality/morango/archive/ef260d263c92a4d3689e9ae742e25b57b52656e2.zip#egg=morango
requests-toolbelt==0.7.1
clint==0.5.1
tzlocal==1.4
python-dateutil==2.6.0
|
Update pytest-mock from 1.12.1 to 1.13.0 | -r requirements.txt
check-manifest==0.40
pyroma==2.6
pytest==5.3.1
pytest-mock==1.12.1
tox==3.14.2
flake8==3.7.9
twine==3.1.1
coverage==4.5.4
pytest-cov==2.8.1
Sphinx==2.2.2
sphinx-autobuild==0.7.1
redis==3.3.11
Cython==0.29.14
happybase==1.2.0 | -r requirements.txt
check-manifest==0.40
pyroma==2.6
pytest==5.3.1
pytest-mock==1.13.0
tox==3.14.2
flake8==3.7.9
twine==3.1.1
coverage==4.5.4
pytest-cov==2.8.1
Sphinx==2.2.2
sphinx-autobuild==0.7.1
redis==3.3.11
Cython==0.29.14
happybase==1.2.0 |
Upgrade dependency python-semantic-release to ==3.10.1 | # Use ./pip.sh to get this into the right spot
nose==1.3.7
nosegae==0.5.10
nose-exclude==0.5.0
coverage==4.4
mock==2.0.0
python-semantic-release==3.10.0
setuptools-git-version==1.0.3
docutils==0.8
pypandoc==1.3.3
nose-randomly==1.2.5
| # Use ./pip.sh to get this into the right spot
nose==1.3.7
nosegae==0.5.10
nose-exclude==0.5.0
coverage==4.4
mock==2.0.0
python-semantic-release==3.10.1
setuptools-git-version==1.0.3
docutils==0.8
pypandoc==1.3.3
nose-randomly==1.2.5
|
Update pytest-mock from 1.7.0 to 1.7.1 | -r requirements.txt
pytest==3.4.1
pytest-mock==1.7.0
sphinx==1.7.1 | -r requirements.txt
pytest==3.4.1
pytest-mock==1.7.1
sphinx==1.7.1 |
Update aiohttp from 1.3.2 to 1.3.3 | aioconsole==0.1.2
aiohttp==1.3.2
docutils==0.13.1
flake8==3.3.0
ipdb==0.10.2
pytest-cov==2.4.0
pytest-sugar==0.8.0
pytest==3.0.6
terminaltables==3.1.0
uvloop==0.8.0
| aioconsole==0.1.2
aiohttp==1.3.3
docutils==0.13.1
flake8==3.3.0
ipdb==0.10.2
pytest-cov==2.4.0
pytest-sugar==0.8.0
pytest==3.0.6
terminaltables==3.1.0
uvloop==0.8.0
|
Update tox from 2.9.1 to 3.0.0 | -r base.txt
flake8==3.5.0
pre-commit==1.8.2
tox==2.9.1
django-debug-panel==0.8.3
django-debug-toolbar==1.9.1
sphinx-autobuild
django-rest-swagger==2.1.2
| -r base.txt
flake8==3.5.0
pre-commit==1.8.2
tox==3.0.0
django-debug-panel==0.8.3
django-debug-toolbar==1.9.1
sphinx-autobuild
django-rest-swagger==2.1.2
|
Update tox requirement from ~=3.18.0 to ~=3.18.1 | -e .[aiohttp,requests]
-r docs.txt
-r test.txt
wheel~=0.34.2
twine~=3.2.0
isort==5.3.0
tox~=3.18.0
flake8==3.8.3
black~=19.10b0
| -e .[aiohttp,requests]
-r docs.txt
-r test.txt
wheel~=0.34.2
twine~=3.2.0
isort==5.3.0
tox~=3.18.1
flake8==3.8.3
black~=19.10b0
|
Update pytest from 6.1.1 to 6.1.2 | -r base.txt
factory-boy==3.1.0
Faker==4.14.2
flake8==3.8.4
freezegun==1.0.0
isort==5.6.4
pytest==6.1.1
pytest-cov==2.10.1
pytest-django==4.1.0
pytest-factoryboy==2.0.3
| -r base.txt
factory-boy==3.1.0
Faker==4.14.2
flake8==3.8.4
freezegun==1.0.0
isort==5.6.4
pytest==6.1.2
pytest-cov==2.10.1
pytest-django==4.1.0
pytest-factoryboy==2.0.3
|
Update sphinx from 1.7.4 to 1.7.5 | pip==10.0.1
wheel==0.31.1
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.6.0
pytest-runner==4.2
| pip==10.0.1
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.0.0
coverage==4.5.1
Sphinx==1.7.5
cryptography==2.2.2
PyYAML==3.12
pytest==3.6.0
pytest-runner==4.2
|
Update stevedore from 1.27.1 to 1.28.0 | sphinx-rtd-theme==0.2.4
backports-abc==0.5
click==6.7
configparser==3.5.0
flake8==3.5.0
future==0.16.0
Keras>=2.0.0
matplotlib==2.1.0
mock==2.0.0
numpy==1.13.3
pandas==0.21.0
pandocfilters==1.4.2
pathlib2==2.3.0
pbr==3.1.1
pexpect==4.3.0
Pillow==4.3.0
protobuf==3.5.0
Pygments==2.2.0
python-dateutil==2.6.1
PyYAML==3.12
pyzmq==16.0.3
scipy==1.0.0
seaborn==0.8.1
Sphinx==1.6.5
stevedore==1.27.1
tornado==4.5.2
h5py==2.7.1
recommonmark==0.4.0
pytest-flake8==0.9
tensorflow # pyup: ignore
| sphinx-rtd-theme==0.2.4
backports-abc==0.5
click==6.7
configparser==3.5.0
flake8==3.5.0
future==0.16.0
Keras>=2.0.0
matplotlib==2.1.0
mock==2.0.0
numpy==1.13.3
pandas==0.21.0
pandocfilters==1.4.2
pathlib2==2.3.0
pbr==3.1.1
pexpect==4.3.0
Pillow==4.3.0
protobuf==3.5.0
Pygments==2.2.0
python-dateutil==2.6.1
PyYAML==3.12
pyzmq==16.0.3
scipy==1.0.0
seaborn==0.8.1
Sphinx==1.6.5
stevedore==1.28.0
tornado==4.5.2
h5py==2.7.1
recommonmark==0.4.0
pytest-flake8==0.9
tensorflow # pyup: ignore
|
Update coverage from 4.2 to 4.3 | bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.2
Sphinx==1.5.1
pytest==3.0.5
httpretty==0.8.14
| bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.3
Sphinx==1.5.1
pytest==3.0.5
httpretty==0.8.14
|
Update python-engineio from 3.2.3 to 3.3.0 | # General
flask==1.0.2
requests==2.21.0
beautifulsoup4==4.7.1
eventlet==0.24.1
gunicorn==19.9.0
# Python 2/3 Compatibility
six==1.12.0
# CSS/JS Assets
flask_assets==0.12
yuicompressor==2.4.8
# Sockets
flask_socketio==3.1.2
python-engineio==3.2.3
python-socketio==3.1.1
# Celery
celery==4.2.1
redis==2.10.6
# Octave interaction
scipy==1.2.0
numpy==1.16.0
octave-kernel==0.28.4
ipython==5.4.1 # pyup: ignore
# Octave packages
sympy==1.3
# Database
SQLAlchemy==1.2.16
Flask-SQLAlchemy==2.3.2
# App management
Flask-Migrate==2.3.1
Flask-Script==2.0.6
# Forms
flask_wtf==0.14.2
| # General
flask==1.0.2
requests==2.21.0
beautifulsoup4==4.7.1
eventlet==0.24.1
gunicorn==19.9.0
# Python 2/3 Compatibility
six==1.12.0
# CSS/JS Assets
flask_assets==0.12
yuicompressor==2.4.8
# Sockets
flask_socketio==3.1.2
python-engineio==3.3.0
python-socketio==3.1.1
# Celery
celery==4.2.1
redis==2.10.6
# Octave interaction
scipy==1.2.0
numpy==1.16.0
octave-kernel==0.28.4
ipython==5.4.1 # pyup: ignore
# Octave packages
sympy==1.3
# Database
SQLAlchemy==1.2.16
Flask-SQLAlchemy==2.3.2
# App management
Flask-Migrate==2.3.1
Flask-Script==2.0.6
# Forms
flask_wtf==0.14.2
|
Update requests from 2.16.3 to 2.16.5 | 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.4.1
Sphinx==1.6.1
cryptography==1.8.2
PyYAML==3.12
pytest==3.1.0
requests==2.16.3
| 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.4.1
Sphinx==1.6.1
cryptography==1.8.2
PyYAML==3.12
pytest==3.1.0
requests==2.16.5
|
Update pip from 10.0.0 to 10.0.1 | pip==10.0.0
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.2
cryptography==2.2.2
PyYAML==3.12
pytest==3.5.0
pytz==2018.4
| 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.2
cryptography==2.2.2
PyYAML==3.12
pytest==3.5.0
pytz==2018.4
|
Update test requirements to reference an official release of the moto AWS mocks library. Previously a specific commit was referenced for needed updates to support boto3. The official release incorporates those needed fixes to moto as well as other necessary fixes. | -r requirements.txt
factory-boy==2.6.0
mock==1.0.1
pytest==2.7.0
pytest-cov==1.8.1
git+https://github.com/spulec/moto.git@35478f3a4414c03e68abd179d44f3ba3a80d5767#egg=moto
-e .
| -r requirements.txt
factory-boy==2.6.0
mock==1.0.1
pytest==2.7.0
pytest-cov==1.8.1
git+https://github.com/spulec/moto.git@0.4.23#egg=moto
-e .
|
Modify -mod flag (go build) |
find_program(GO_COMPILER go)
if(NOT GO_COMPILER)
message(FATAL_ERROR "go compiler not found")
else()
message("found go compiler: ${GO_COMPILER}")
endif()
add_custom_target(
cvmfs-snapshotter ALL
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/cvmfs-snapshotter
)
add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/cvmfs-snapshotter
COMMAND ${GO_COMPILER} build -mod=vendor -o ${CMAKE_CURRENT_BINARY_DIR}/cvmfs-snapshotter
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/*
COMMENT "Build containerd snapshotter using the Go Compiler"
)
install (
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/cvmfs-snapshotter
DESTINATION "${CMAKE_INSTALL_PREFIX}/bin"
)
|
find_program(GO_COMPILER go)
if(NOT GO_COMPILER)
message(FATAL_ERROR "go compiler not found")
else()
message("found go compiler: ${GO_COMPILER}")
endif()
add_custom_target(
cvmfs-snapshotter ALL
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/cvmfs-snapshotter
)
add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/cvmfs-snapshotter
COMMAND ${GO_COMPILER} build -mod vendor -o ${CMAKE_CURRENT_BINARY_DIR}/cvmfs-snapshotter
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/*
COMMENT "Build containerd snapshotter using the Go Compiler"
)
install (
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/cvmfs-snapshotter
DESTINATION "${CMAKE_INSTALL_PREFIX}/bin"
)
|
Update license to name USC group | Copyright (c) 2011 ZURB, http://www.zurb.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) 2011 Utah Software Craftsmanship group, http://utahsc.org
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
Remove a test expectation failure line now that we have a good baseline from upstream. | // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
BUG47259 WIN : http/tests/local/blob/send-data-blob.html = TEXT
// I need to do a build on a Hardy box in order to get the baselines to agree.
LINUX BUG_AGL : platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html = IMAGE TEXT
// Quick disabling so I can roll DEPS. dataset isn't implemented so two of these need one bug and domList just needs a chrome specific baseline.
BUG_LEVIN : fast/dom/dataset-xhtml.xhtml = TEXT
BUG_LEVIN : fast/dom/dataset.html = TEXT
BUG_LEVIN : fast/dom/domListEnumeration.html = TEXT
// This is a temporary addition until I do the next roll which should fix it.
BUG_LEVIN MAC : html5lib/runner.html = TEXT
BUG48139 LINUX : fast/js/comparison-operators-less.html = CRASH PASS
BUG48144 LINUX : fast/js/activation-object-function-lifetime.html = CRASH PASS
| // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
BUG47259 WIN : http/tests/local/blob/send-data-blob.html = TEXT
// I need to do a build on a Hardy box in order to get the baselines to agree.
LINUX BUG_AGL : platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html = IMAGE TEXT
// Quick disabling so I can roll DEPS. dataset isn't implemented so two of these need one bug and domList just needs a chrome specific baseline.
BUG_LEVIN : fast/dom/dataset-xhtml.xhtml = TEXT
BUG_LEVIN : fast/dom/dataset.html = TEXT
BUG_LEVIN : fast/dom/domListEnumeration.html = TEXT
BUG48139 LINUX : fast/js/comparison-operators-less.html = CRASH PASS
BUG48144 LINUX : fast/js/activation-object-function-lifetime.html = CRASH PASS
|
Update OpenLauncher to alpha1-patch3 (4) | Categories:System
License:Apache-2.0
Web Site:https://github.com/BennyKok/OpenLauncher/blob/HEAD/README.md
Source Code:https://github.com/BennyKok/OpenLauncher
Issue Tracker:https://github.com/BennyKok/OpenLauncher/issues
Auto Name:OpenLauncher
Summary:Launch applications and manage homescreen
Description:
Launcher that aims to be a powerful and community driven project.
.
Repo Type:git
Repo:https://github.com/BennyKok/OpenLauncher
Build:alpha1-patch1,2
commit=32d793ccac3380f022feb9019ee63dc381ff6bf2
subdir=launcher
gradle=yes
Build:alpha1-patch2,3
commit=c66363c5ed14974d9e416b99ff7106899850ebfc
subdir=launcher
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:alpha1-patch3
Current Version Code:4
| Categories:System
License:Apache-2.0
Web Site:https://github.com/BennyKok/OpenLauncher/blob/HEAD/README.md
Source Code:https://github.com/BennyKok/OpenLauncher
Issue Tracker:https://github.com/BennyKok/OpenLauncher/issues
Auto Name:OpenLauncher
Summary:Launch applications and manage homescreen
Description:
Launcher that aims to be a powerful and community driven project.
.
Repo Type:git
Repo:https://github.com/BennyKok/OpenLauncher
Build:alpha1-patch1,2
commit=32d793ccac3380f022feb9019ee63dc381ff6bf2
subdir=launcher
gradle=yes
Build:alpha1-patch2,3
commit=c66363c5ed14974d9e416b99ff7106899850ebfc
subdir=launcher
gradle=yes
Build:alpha1-patch3,4
commit=13324fc4b9f2133cc6271eb78bb52c0ce781f3e5
subdir=launcher
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:alpha1-patch3
Current Version Code:4
|
Fix a little bug when installing QJson | set(cmakeFiles FindQJSON.cmake)
install(FILES ${cmakeFiles} DESTINATION ${CMAKE_MODULES_INSTALL_DIR})
| set(cmakeFiles FindQJSON.cmake)
install(FILES ${cmakeFiles} DESTINATION ${CMAKE_INSTALL_PREFIX}/cmake/modules)
|
Build gtk4 backend by default | option('gtk3',
description: 'Whether to build GTK 3 widget library',
type: 'boolean',
value: true)
option('gtk4',
description: 'Whether to build GTK 4 widget library',
type: 'boolean',
value: false)
option('introspection',
description: 'Whether to build introspection files',
type: 'boolean',
value: true)
option('gtk_doc',
description: 'Whether to build the API reference',
type: 'boolean',
value: false)
option('shared_lib',
description: 'Whether to build a shared library',
type: 'boolean',
value: true)
option('examples',
description : 'Whether to build example programs',
type: 'boolean',
value: true)
| option('gtk3',
description: 'Whether to build GTK 3 widget library',
type: 'boolean',
value: true)
option('gtk4',
description: 'Whether to build GTK 4 widget library',
type: 'boolean',
value: true)
option('introspection',
description: 'Whether to build introspection files',
type: 'boolean',
value: true)
option('gtk_doc',
description: 'Whether to build the API reference',
type: 'boolean',
value: false)
option('shared_lib',
description: 'Whether to build a shared library',
type: 'boolean',
value: true)
option('examples',
description : 'Whether to build example programs',
type: 'boolean',
value: true)
|
Add Berlin PWM controller DT binding | Berlin PWM controller
Required properties:
- compatible: should be "marvell,berlin-pwm"
- reg: physical base address and length of the controller's registers
- clocks: phandle to the input clock
- #pwm-cells: should be 3. See pwm.txt in this directory for a description of
the cells format.
Example:
pwm: pwm@f7f20000 {
compatible = "marvell,berlin-pwm";
reg = <0xf7f20000 0x40>;
clocks = <&chip_clk CLKID_CFG>;
#pwm-cells = <3>;
}
| |
Fix activation link on registration emails | You (or someone pretending to be you) have asked to register an account at
{{ site.name }}. If this wasn't you, please ignore this email
and your address will be removed from our records.
To activate this account, please click the following link within the next
{{ expiration_days }} days:
http://{{site.domain}}/accounts/activate/{{ activation_key }}
Sincerely,
{{ site.name }} Management
| You (or someone pretending to be you) have asked to register an account at
{{ site.name }}. If this wasn't you, please ignore this email
and your address will be removed from our records.
To activate this account, please click the following link within the next
{{ expiration_days }} days:
{# http://{{site.domain}}/accounts/activate/{{ activation_key }} #}
http://{{site.domain}}{% url registration_activate activation_key %}
Sincerely,
{{ site.name }} Management
|
Update Simple Bitcoin Widget to 2.5 (21) | Categories:Office
License:MIT
Web Site:https://github.com/hwki/SimpleBitcoinWidget
Source Code:https://github.com/hwki/SimpleBitcoinWidget
Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues
Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z
Auto Name:Simple Bitcoin Widget
Summary:Show current bitcoin exchange prices
Description:
A clean and simple bitcoin widget to show the current price from different
exchanges.
.
Repo Type:git
Repo:https://github.com/hwki/SimpleBitcoinWidget.git
Build:2.2,18
commit=48863e9294902f4
target=android-19
Build:2.3,19
commit=2.3
target=android-19
Build:2.4,20
commit=2.4
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.5
Current Version Code:21
| Categories:Office
License:MIT
Web Site:https://github.com/hwki/SimpleBitcoinWidget
Source Code:https://github.com/hwki/SimpleBitcoinWidget
Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues
Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z
Auto Name:Simple Bitcoin Widget
Summary:Show current bitcoin exchange prices
Description:
A clean and simple bitcoin widget to show the current price from different
exchanges.
.
Repo Type:git
Repo:https://github.com/hwki/SimpleBitcoinWidget.git
Build:2.2,18
commit=48863e9294902f4
target=android-19
Build:2.3,19
commit=2.3
target=android-19
Build:2.4,20
commit=2.4
Build:2.5,21
commit=2.5
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.5
Current Version Code:21
|
Test the associativity of and/or. | ======
symbol
======
:foo
---
(program (symbol))
================
scope resolution
================
Foo::bar
---
(program (scope_resolution_expression (identifier) (identifier)))
============
subscripting
============
foo[bar]
---
(program (subscript_expression (identifier) (identifier)))
===============
vacuous literal
===============
()
---
(program)
===================
yield without value
===================
yield
---
(program (yield))
=====
yield
=====
yield foo
---
(program (yield (identifier)))
===
not
===
not foo
---
(program (not (identifier)))
===
and
===
foo and bar
---
(program (and (identifier) (identifier)))
===
or
===
foo or bar
---
(program (or (identifier) (identifier)))
========
defined?
========
defined? foo
---
(program (defined (identifier)))
| ======
symbol
======
:foo
---
(program (symbol))
================
scope resolution
================
Foo::bar
---
(program (scope_resolution_expression (identifier) (identifier)))
============
subscripting
============
foo[bar]
---
(program (subscript_expression (identifier) (identifier)))
===============
vacuous literal
===============
()
---
(program)
===================
yield without value
===================
yield
---
(program (yield))
=====
yield
=====
yield foo
---
(program (yield (identifier)))
===
not
===
not foo
---
(program (not (identifier)))
===
and
===
foo and bar
---
(program (and (identifier) (identifier)))
===
or
===
foo or bar
---
(program (or (identifier) (identifier)))
====================
and or associativity
====================
a or b and c
---
(program (and (or (identifier) (identifier)) (identifier)))
========
defined?
========
defined? foo
---
(program (defined (identifier)))
|
Fix template test results on python2.6 | templated_var_loaded
{
"bool": true,
"multi_part": "1Foo",
"number": 5,
"string_num": "5"
}
| templated_var_loaded
{
"bool": true,
"multi_part": "1Foo",
"null_type": null,
"number": 5,
"string_num": "5"
}
|
Update CV of Hashr to 1.2 (12) | Categories:Office
License:GPLv3+
Web Site:https://github.com/kodejak/Hashr/blob/HEAD/README.md
Source Code:https://github.com/kodejak/Hashr
Issue Tracker:https://github.com/kodejak/Hashr/issues
Auto Name:Hashr
Summary:Calculate and compare checksum hashes
Description:
Generate checksums from texts or files, compare it to other checksums
and show if they match or not. Following checksums are supported:
* MD5
* SHA-1
* SHA-256
Currently a file manager must be present at the device to choose files
for generating checksums.
.
Repo Type:git
Repo:https://github.com/kodejak/Hashr
Build:1.1,11
commit=80da887e622595d80f37342c3974e6c8cc1008e2
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.1
Current Version Code:11
| Categories:Office
License:GPLv3+
Web Site:https://github.com/kodejak/Hashr/blob/HEAD/README.md
Source Code:https://github.com/kodejak/Hashr
Issue Tracker:https://github.com/kodejak/Hashr/issues
Auto Name:Hashr
Summary:Calculate and compare checksum hashes
Description:
Generate checksums from texts or files, compare it to other checksums
and show if they match or not. Following checksums are supported:
* MD5
* SHA-1
* SHA-256
Currently a file manager must be present at the device to choose files
for generating checksums.
.
Repo Type:git
Repo:https://github.com/kodejak/Hashr
Build:1.1,11
commit=80da887e622595d80f37342c3974e6c8cc1008e2
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.2
Current Version Code:12
|
Add curl to bindep requirements | # This file facilitates OpenStack-CI package installation
# before the execution of any tests.
#
# See the following for details:
# - http://docs.openstack.org/infra/bindep/
# - https://github.com/openstack-infra/bindep
#
# Even if the role does not make use of this facility, it
# is better to have this file empty, otherwise OpenStack-CI
# will fall back to installing its default packages which
# will potentially be detrimental to the tests executed.
| # This file facilitates OpenStack-CI package installation
# before the execution of any tests.
#
# See the following for details:
# - http://docs.openstack.org/infra/bindep/
# - https://github.com/openstack-infra/bindep
#
# Even if the role does not make use of this facility, it
# is better to have this file empty, otherwise OpenStack-CI
# will fall back to installing its default packages which
# will potentially be detrimental to the tests executed.
# OpenStack-CI's Jenkins needs curl
# TODO(odyssey4me) remove this once https://review.openstack.org/288634 has merged
# and the disk images are rebuilt and redeployed.
curl
|
Update varsnap package to 0.8.2 | # Core packages
python-dotenv==0.10.3 # Read environment variables from .env
Flask==1.1.1 # Web microframework
Flask-Assets==0.12 # Merge and minify CSS and JS assets
pyscss==1.3.5 # CSS minification
uWSGI==2.0.18 # Application server
syspath==1.1.0 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
markdown2==2.3.8 # Markdown formatting
Pygments==2.4.2 # Syntax highlighting support
pytz==2019.2 # Timezone support
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==5.0.2.126 # Website monitoring
rollbar==0.14.7 # rollbar.com error logging
varsnap==0.8.1 # Test discovery
| # Core packages
python-dotenv==0.10.3 # Read environment variables from .env
Flask==1.1.1 # Web microframework
Flask-Assets==0.12 # Merge and minify CSS and JS assets
pyscss==1.3.5 # CSS minification
uWSGI==2.0.18 # Application server
syspath==1.1.0 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
markdown2==2.3.8 # Markdown formatting
Pygments==2.4.2 # Syntax highlighting support
pytz==2019.2 # Timezone support
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==5.0.2.126 # Website monitoring
rollbar==0.14.7 # rollbar.com error logging
varsnap==0.8.2 # Test discovery
|
Update google-api-python-client from 2.31.0 to 2.33.0 | beautifulsoup4==4.10.0
bcrypt==3.2.0
croniter==1.1.0
Cython==0.29.25
feedparser==6.0.8
furl==2.1.3
google-api-python-client==2.31.0
isodate==0.6.0
jq==1.2.1
jsonpath-ng==1.5.3
lxml==4.6.4
Pillow==8.4.0
parsedatetime==2.6
psutil==5.8.0
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.7.0
regex==2021.11.10
requests==2.26.0
ruamel.yaml==0.17.17
Twisted[tls]==21.7.0
| beautifulsoup4==4.10.0
bcrypt==3.2.0
croniter==1.1.0
Cython==0.29.25
feedparser==6.0.8
furl==2.1.3
google-api-python-client==2.33.0
isodate==0.6.0
jq==1.2.1
jsonpath-ng==1.5.3
lxml==4.6.4
Pillow==8.4.0
parsedatetime==2.6
psutil==5.8.0
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.7.0
regex==2021.11.10
requests==2.26.0
ruamel.yaml==0.17.17
Twisted[tls]==21.7.0
|
Update typing from 3.6.6 to 3.7.4 | six==1.12.0
typing==3.6.6;python_version == '2.7'
enum34==1.1.6;python_version < '3.4'
| six==1.12.0
typing==3.7.4;python_version == '2.7'
enum34==1.1.6;python_version < '3.4'
|
Update tox from 3.21.2 to 3.21.3 | ansible-lint==4.3.0
docker==4.4.1
flake8==3.8.4
molecule==3.0.8
pytest==6.2.2
testinfra==6.0.0
tox==3.21.2
| ansible-lint==4.3.0
docker==4.4.1
flake8==3.8.4
molecule==3.0.8
pytest==6.2.2
testinfra==6.0.0
tox==3.21.3
|
Update apscheduler from 3.5.0 to 3.5.1 | APScheduler==3.5.0
boto==2.48.0
cached-property==1.3.1
click==6.7
Flask-Sockets==0.2.1
Flask==0.12.2
future==0.16.0
gevent==1.2.2
greenlet==0.4.12
gunicorn==19.7.1
localconfig==0.4.2
pexpect==4.3.1
psycopg2==2.7.3.2
redis==2.10.6
requests==2.18.4
rq==0.9.2
selenium==3.8.1
SQLAlchemy==1.1.15
sqlalchemy-postgres-copy==0.5.0
ua-parser==0.7.3
user-agents==1.1.0
psutil==5.4.2
flask-crossdomain==0.1 | APScheduler==3.5.1
boto==2.48.0
cached-property==1.3.1
click==6.7
Flask-Sockets==0.2.1
Flask==0.12.2
future==0.16.0
gevent==1.2.2
greenlet==0.4.12
gunicorn==19.7.1
localconfig==0.4.2
pexpect==4.3.1
psycopg2==2.7.3.2
redis==2.10.6
requests==2.18.4
rq==0.9.2
selenium==3.8.1
SQLAlchemy==1.1.15
sqlalchemy-postgres-copy==0.5.0
ua-parser==0.7.3
user-agents==1.1.0
psutil==5.4.2
flask-crossdomain==0.1 |
Update dacite from 1.2.1 to 1.3.0 | slackclient==2.5.0
dill==0.3.1.1
apscheduler==3.6.3
blinker-alt==1.5
clint==0.5.1
dataclasses==0.7 ; python_version<'3.7'
dacite==1.2.1
requests==2.23.0 | slackclient==2.5.0
dill==0.3.1.1
apscheduler==3.6.3
blinker-alt==1.5
clint==0.5.1
dataclasses==0.7 ; python_version<'3.7'
dacite==1.3.0
requests==2.23.0 |
Update CV of Learnforandroid to 1.962 (1962) | Categories:Science & Education
License:GPLv3
Web Site:
Source Code:https://github.com/jhmgbl/learnforandroidfrag
Issue Tracker:https://github.com/jhmgbl/learnforandroidfrag/issues
Changelog:https://github.com/jhmgbl/learnforandroidfrag/releases
Auto Name:Learnforandroid
Summary:Learn vocabulary via flash cards
Description:
Enter and learn vocabulary. This is also suited for flash cards. The file format
is compatible with the Windows program learnforall. On long press your favorite
dictionary or Google Translate is shown. After a vocabulary has been shown the
user can press "view" and decide if he has known it or not (he can select
"right" or "wrong"). Long touch in settings shows a help screen.
.
Repo Type:git
Repo:https://github.com/jhmgbl/learnforandroidfragAS
Build:1.957,1957
disable=missing :library, jar
commit=v1.957
subdir=learnforAndroidFrag
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.957
Current Version Code:1957
| Categories:Science & Education
License:GPLv3
Web Site:
Source Code:https://github.com/jhmgbl/learnforandroidfrag
Issue Tracker:https://github.com/jhmgbl/learnforandroidfrag/issues
Changelog:https://github.com/jhmgbl/learnforandroidfrag/releases
Auto Name:Learnforandroid
Summary:Learn vocabulary via flash cards
Description:
Enter and learn vocabulary. This is also suited for flash cards. The file format
is compatible with the Windows program learnforall. On long press your favorite
dictionary or Google Translate is shown. After a vocabulary has been shown the
user can press "view" and decide if he has known it or not (he can select
"right" or "wrong"). Long touch in settings shows a help screen.
.
Repo Type:git
Repo:https://github.com/jhmgbl/learnforandroidfragAS
Build:1.957,1957
disable=missing :library, jar
commit=v1.957
subdir=learnforAndroidFrag
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.962
Current Version Code:1962
|
Update vxaat from 0.5.5 to 0.5.6 | junebug==0.1.40
vxyowsup==0.1.8
yowsup2==2.5.2
vumi-msisdn-normalize-middleware==0.1.4
vxaat==0.5.5
| junebug==0.1.40
vxyowsup==0.1.8
yowsup2==2.5.2
vumi-msisdn-normalize-middleware==0.1.4
vxaat==0.5.6
|
Update botocore from 1.7.47 to 1.7.48 | boto3==1.4.7
botocore==1.7.47
certifi==2017.11.5
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.11.7
django-grappelli==2.10.1
django-haystack==2.6.1
django-linkcheck==1.5
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
elasticsearch==5.5.1
futures==3.1.1
gunicorn==19.7.1
idna==2.6
jmespath==0.9.3
MySQL-python==1.2.5
newrelic==2.96.0.80
psycopg2==2.7.3.2
python-dateutil==2.6.1
python-ptrace==0.9.3
pyuploadcare==2.2.1
requests==2.18.4
rollbar==0.13.17
s3transfer==0.1.11
simplejson==3.12.0
six==1.11.0
static3==0.7.0
urllib3==1.22
Whoosh==2.7.4
| boto3==1.4.7
botocore==1.7.48
certifi==2017.11.5
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.11.7
django-grappelli==2.10.1
django-haystack==2.6.1
django-linkcheck==1.5
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
elasticsearch==5.5.1
futures==3.1.1
gunicorn==19.7.1
idna==2.6
jmespath==0.9.3
MySQL-python==1.2.5
newrelic==2.96.0.80
psycopg2==2.7.3.2
python-dateutil==2.6.1
python-ptrace==0.9.3
pyuploadcare==2.2.1
requests==2.18.4
rollbar==0.13.17
s3transfer==0.1.11
simplejson==3.12.0
six==1.11.0
static3==0.7.0
urllib3==1.22
Whoosh==2.7.4
|
Upgrade dependency requests to ==2.14.0 | arrow==0.10.0
beautifulsoup4==4.6.0
blessed==1.14.2
Django==1.11
django-picklefield==0.3.2
django-q==0.8.0
fake-useragent==0.1.7
future==0.16.0
psycopg2==2.7.1
python-dateutil==2.6.0
requests==2.13.0
six==1.10.0
uWSGI==2.0.15
wcwidth==0.1.7
| arrow==0.10.0
beautifulsoup4==4.6.0
blessed==1.14.2
Django==1.11
django-picklefield==0.3.2
django-q==0.8.0
fake-useragent==0.1.7
future==0.16.0
psycopg2==2.7.1
python-dateutil==2.6.0
requests==2.14.0
six==1.10.0
uWSGI==2.0.15
wcwidth==0.1.7
|
Update mkdocs-material from v5.3.3 to v5.4.0 | mkdocs==1.1.2
mkdocs-material==5.3.3
pygments==2.6.1
pymdown-extensions==7.1.0
| mkdocs==1.1.2
mkdocs-material==5.4.0
pygments==2.6.1
pymdown-extensions==7.1.0
|
Update molecule from 2.10.0 to 2.12.1 | molecule==2.10.0
pytest==3.4.2
python-vagrant==0.5.15
testinfra==1.11.1
tox==2.9.1
| molecule==2.12.1
pytest==3.4.2
python-vagrant==0.5.15
testinfra==1.11.1
tox==2.9.1
|
Update django-extensions from 1.9.0 to 1.9.1 | # Local development dependencies go here
-r base.txt
Sphinx==1.6.3
coverage==4.4.1
django-extensions==1.9.0
django-test-plus==1.0.18
factory-boy==2.9.2
django-debug-toolbar==1.8
# pytest!
pytest-django==3.1.2
pytest-sugar==0.9.0
| # Local development dependencies go here
-r base.txt
Sphinx==1.6.3
coverage==4.4.1
django-extensions==1.9.1
django-test-plus==1.0.18
factory-boy==2.9.2
django-debug-toolbar==1.8
# pytest!
pytest-django==3.1.2
pytest-sugar==0.9.0
|
Update lazy-object-proxy from 1.2.2 to 1.3.1 | astroid==1.5.3
backports.functools-lru-cache==1.4
cffi==1.11.2
configparser==3.5.0
isort==4.2.15
lazy-object-proxy==1.2.2
mccabe==0.5.3
pycparser==2.17
pylint==1.6.4
six==1.10.0
wrapt==1.10.8
| astroid==1.5.3
backports.functools-lru-cache==1.4
cffi==1.11.2
configparser==3.5.0
isort==4.2.15
lazy-object-proxy==1.3.1
mccabe==0.5.3
pycparser==2.17
pylint==1.6.4
six==1.10.0
wrapt==1.10.8
|
Update lxml from 4.5.0 to 4.5.1 | certifi==2020.4.5.1
chardet==3.0.4
click==7.1.2
Flask==1.1.2
fritzconnection==0.8.4
idna==2.9
itsdangerous==1.1.0
Jinja2==2.11.2
lxml==4.5.0
MarkupSafe==1.1.1
requests==2.23.0
urllib3==1.25.9
Werkzeug==1.0.1
| certifi==2020.4.5.1
chardet==3.0.4
click==7.1.2
Flask==1.1.2
fritzconnection==0.8.4
idna==2.9
itsdangerous==1.1.0
Jinja2==2.11.2
lxml==4.5.1
MarkupSafe==1.1.1
requests==2.23.0
urllib3==1.25.9
Werkzeug==1.0.1
|
Update coverage from 4.0 to 4.0.3 | flask==0.10.1
six==1.10.0
mock==1.3.0
coverage==4.0 | flask==0.10.1
six==1.10.0
mock==1.3.0
coverage==4.0.3 |
Update docker from 3.5.1 to 4.2.2 | docker==3.5.1
molecule==2.19.0
pymongo==3.7.2
pytest==4.0.1
python-vagrant==0.5.15
tox==3.5.3
| docker==4.2.2
molecule==2.19.0
pymongo==3.7.2
pytest==4.0.1
python-vagrant==0.5.15
tox==3.5.3
|
Add PyAstronomy which are used for updating exoEU DB | gunicorn==19.7.1
backports-abc==0.5
bkcharts==0.2
bokeh==0.12.10
certifi==2017.7.27.1
chardet==3.0.4
click==6.7
Flask==0.12.2
idna==2.6
itsdangerous==0.24
Jinja2==2.9.6
MarkupSafe==1.0
numpy==1.13.3
python-dateutil==2.6.1
PyYAML==3.12
requests==2.18.4
singledispatch==3.4.0.3
six==1.11.0
tornado==4.5.2
urllib3==1.22
Werkzeug==0.12.2
pandas==0.21.0
scipy==1.0.0
astropy==2.0.2
matplotlib==2.0.2
mpld3==0.3
tables===3.4.2
apscheduler==3.4.0
| gunicorn==19.7.1
backports-abc==0.5
bkcharts==0.2
bokeh==0.12.10
certifi==2017.7.27.1
chardet==3.0.4
click==6.7
Flask==0.12.2
idna==2.6
itsdangerous==0.24
Jinja2==2.9.6
MarkupSafe==1.0
numpy==1.13.3
python-dateutil==2.6.1
PyYAML==3.12
requests==2.18.4
singledispatch==3.4.0.3
six==1.11.0
tornado==4.5.2
urllib3==1.22
Werkzeug==0.12.2
pandas==0.21.0
scipy==1.0.0
astropy==2.0.2
matplotlib==2.0.2
mpld3==0.3
tables===3.4.2
apscheduler==3.4.0
PyAstronomy==0.11.1
|
Upgrade dependency Django to ==1.11.4 | coreapi==2.3.1
Django==1.11.3
django-rest-swagger==2.1.2
django-taggit==0.22.1
django-taggit-serializer==0.1.5
django-webpack-loader==0.5.0
djangorestframework==3.6.3
djangorestframework-jwt==1.11.0
freezegun==0.3.9
itypes==1.1.0
openapi-codec==1.3.2
psycopg2==2.7.3
PyJWT==1.5.2
python-dateutil==2.6.1
requests==2.18.2
simplejson==3.11.1
six==1.10.0
uritemplate==3.0.0
uwsgi==2.0.15
| coreapi==2.3.1
Django==1.11.4
django-rest-swagger==2.1.2
django-taggit==0.22.1
django-taggit-serializer==0.1.5
django-webpack-loader==0.5.0
djangorestframework==3.6.3
djangorestframework-jwt==1.11.0
freezegun==0.3.9
itypes==1.1.0
openapi-codec==1.3.2
psycopg2==2.7.3
PyJWT==1.5.2
python-dateutil==2.6.1
requests==2.18.2
simplejson==3.11.1
six==1.10.0
uritemplate==3.0.0
uwsgi==2.0.15
|
Update ipython from 5.2.0 to 5.2.2 | msgpack-python>=0.4.2
pep8>=1.5.6
pyflakes>=0.8.1
pyzmq>=14.2.0
wheel>=0.23.0
ipython==5.2.0
ipdb==0.10.2
sphinx==1.5.2
sphinxcontrib-spelling==2.3.0
readthedocs-sphinx-ext==0.5.4
-e .
| msgpack-python>=0.4.2
pep8>=1.5.6
pyflakes>=0.8.1
pyzmq>=14.2.0
wheel>=0.23.0
ipython==5.2.2
ipdb==0.10.2
sphinx==1.5.2
sphinxcontrib-spelling==2.3.0
readthedocs-sphinx-ext==0.5.4
-e .
|
Bump pytz from 2018.9 to 2022.2.1 | lxml==4.9.1
python-dateutil==2.8.2
pytz==2018.9
six==1.12.0
flake8==5.0.4
| lxml==4.9.1
python-dateutil==2.8.2
pytz==2022.2.1
six==1.12.0
flake8==5.0.4
|
Update cryptography dependency from v0.9.3 to v1.0.1 | lxml >= 3.4.4, < 3.5
defusedxml >= 0.4.1, < 0.5
eight >= 0.3.0, < 0.4
cryptography >= 0.9.3, < 0.10
pyOpenSSL >= 0.15.1
certifi >= 14.05.14
enum34 >= 1.0.4
| lxml >= 3.4.4, < 3.5
defusedxml >= 0.4.1, < 0.5
eight >= 0.3.0, < 0.4
cryptography >= 1.0.1, < 1.1
pyOpenSSL >= 0.15.1
certifi >= 14.05.14
enum34 >= 1.0.4
|
Update CV of Tinc to 0.9.8 (9) | Categories:Internet
License:GPLv3+
Web Site:http://tinc_gui.poirsouille.org
Source Code:https://github.com/Vilbrekin/tinc_gui
Issue Tracker:https://github.com/Vilbrekin/tinc_gui/issues
Auto Name:Tinc
Summary:Port of Tinc VPN
Description:
Tinc GUI for Android is a (slightly modified) cross-compiled version of tincd,
associated with a basic GUI for daemon management.
Root is not needed, even if highly recommended for correct tinc daemon usage.
.
Repo Type:git
Repo:https://github.com/Vilbrekin/tinc_gui.git
Build:0.9.7-arm,8
commit=ad35972299ad697a0770e7b8d9cb5b3778415a7f
submodules=yes
forceversion=yes
rm=res/raw/tincd
build=make -C src_tinc/ install
Maintainer Notes:
Uses armeabi binary in res/raw/, so no native-code appears and fdroid can't
filter by architecture. This is why -arm is appended, to at least let people
running x86 or MIPS know that it won't work for them yet.
.
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.9.7
Current Version Code:8
| Categories:Internet
License:GPLv3+
Web Site:http://tinc_gui.poirsouille.org
Source Code:https://github.com/Vilbrekin/tinc_gui
Issue Tracker:https://github.com/Vilbrekin/tinc_gui/issues
Auto Name:Tinc
Summary:Port of Tinc VPN
Description:
Tinc GUI for Android is a (slightly modified) cross-compiled version of tincd,
associated with a basic GUI for daemon management.
Root is not needed, even if highly recommended for correct tinc daemon usage.
.
Repo Type:git
Repo:https://github.com/Vilbrekin/tinc_gui.git
Build:0.9.7-arm,8
commit=ad35972299ad697a0770e7b8d9cb5b3778415a7f
submodules=yes
forceversion=yes
rm=res/raw/tincd
build=make -C src_tinc/ install
Maintainer Notes:
Uses armeabi binary in res/raw/, so no native-code appears and fdroid can't
filter by architecture. This is why -arm is appended, to at least let people
running x86 or MIPS know that it won't work for them yet.
.
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.9.8
Current Version Code:9
|
Add document with command to make release package | gimp -i --batch-interpreter="python-fu-eval" -b 'import sys; import os; plugin_dirpath = os.path.join(gimp.directory, "plug-ins - Export Layers"); sys.path.append(plugin_dirpath); sys.path.append(os.path.join(plugin_dirpath, "export_layers")); sys.path.append(os.path.join(plugin_dirpath, "pygimplib")); resources_dirpath = os.path.join(plugin_dirpath, "resources"); sys.path.append(resources_dirpath); releases_dirpath = os.path.join(resources_dirpath, "releases"); sys.path.append(releases_dirpath); import make_package; os.chdir(resources_dirpath); make_package.main(); pdb.gimp_quit(0)'
| |
Support parsing all upper-case and all lower-case text | Joda-Time version 1.6
---------------------
Joda-Time is a date and time handling library that seeks to replace the JDK
Date and Calendar classes.
This is the sixth full release of Joda-Time.
This release focuses on new features, but also include some bug fixes.
We recommend JDK 1.4 or later, and have performed no testing on earlier JDKs.
Joda-Time is licensed under the business-friendly Apache License Version 2.
This is the same license as all of Apache, plus other open source projects such as Spring.
The intent is to make the code available to the Java community with the minimum
of restrictions. If the license causes you problems please contact the mailing list.
* Please also check out our related projects *
* http://joda-time.sourceforge.net/related.html *
Enhancements since 1.5
----------------------
Compatibility with 1.5
----------------------
Binary compatible - Yes
Source compatible - Yes
Serialization compatible - Yes
Data compatible - Yes, except
- DateTimeZone data updated to version 2007i
Semantic compatible - Yes
Deprecations since 1.5
----------------------
Bug fixes since 1.5
-------------------
- Parsing (regression)
Support parsing all upper-case and all lower-case text
Feedback
--------
All feedback is welcomed via the joda-interest mailing list.
The Joda team
http://joda-time.sourceforge.net
| Joda-Time version 1.6
---------------------
Joda-Time is a date and time handling library that seeks to replace the JDK
Date and Calendar classes.
This is the sixth full release of Joda-Time.
This release focuses on new features, but also include some bug fixes.
We recommend JDK 1.4 or later, and have performed no testing on earlier JDKs.
Joda-Time is licensed under the business-friendly Apache License Version 2.
This is the same license as all of Apache, plus other open source projects such as Spring.
The intent is to make the code available to the Java community with the minimum
of restrictions. If the license causes you problems please contact the mailing list.
* Please also check out our related projects *
* http://joda-time.sourceforge.net/related.html *
Enhancements since 1.5
----------------------
Compatibility with 1.5
----------------------
Binary compatible - Yes
Source compatible - Yes
Serialization compatible - Yes
Data compatible - Yes, except
- DateTimeZone data updated to version 2007i
Semantic compatible - Yes
Deprecations since 1.5
----------------------
Bug fixes since 1.5
-------------------
- Parsing (regression) [1839440]
Support parsing all upper-case and all lower-case text
Feedback
--------
All feedback is welcomed via the joda-interest mailing list.
The Joda team
http://joda-time.sourceforge.net
|
Add an explanation of the module system license (allowed usage). | The license of the original "Native" module system released by TaleWorlds is
unknown, but it remains their property. The "3 clause BSD" license in
LICENSE.txt applies to changes from that base for the "Persistent World"
module by Steven Schwartfeger (Vornne).
Basically, you can use the module system for your project as long as the
license is kept and credit is given to Persistent World as the base, but the
name "Persistent World" or close derivatives is not used without permission
to name or promote your project, to deceive people into thinking that yours is
an official version.
Using the same module directory name as an official release on a dedicated
server would only be permitted for minor bug fixes and enhancements that seem
certain not to cause compatibility problems with the corresponding official
module. Server hosters using a module tweaked from an official release should
assist in fixing related bugs reported while playing on that server, whether
by fixing the scripts, revealing the changed parts, or reverting the changes.
| |
Disable MimeTypeTests in the test_shell_test purify run - Generates a crazy IPR failure in WinSockInit | # the BMP tests are currently too slow under Purify
BMP*
| # the BMP tests are currently too slow under Purify
BMP*
# IPR in WinsockInit. See bug 10012
MimeTypeTests*
|
Update sphinx from 1.6.4 to 1.6.5 | # Local development dependencies go here
-r base.txt
Sphinx==1.6.4
coverage==4.4.1
django-extensions==1.9.6
django-test-plus==1.0.18
factory-boy==2.9.2
django-debug-toolbar==1.8
# pytest!
pytest-django==3.1.2
pytest-sugar==0.9.0
| # Local development dependencies go here
-r base.txt
Sphinx==1.6.5
coverage==4.4.1
django-extensions==1.9.6
django-test-plus==1.0.18
factory-boy==2.9.2
django-debug-toolbar==1.8
# pytest!
pytest-django==3.1.2
pytest-sugar==0.9.0
|
Add compat header includes for broker. | include_directories(${mosquitto_SOURCE_DIR} ${mosquitto_SOURCE_DIR}/src
${mosquitto_SOURCE_DIR}/lib)
add_executable(mosquitto
bridge.c
conf.c
context.c
database.c
logging.c
../lib/memory_mosq.c ../lib/memory_mosq.h
mosquitto.c
mqtt3.h
net.c
../lib/net_mosq.c ../lib/net_mosq.h
persist.c
raw_send.c raw_send_client.c raw_send_server.c
read_handle.c read_handle_client.c read_handle_server.c
subs.c
util.c
../lib/util_mosq.c ../lib/util_mosq.h)
option(USE_LIBWRAP
"Include tcp-wrappers support?" OFF)
option(INC_DB_UPGRADE
"Include database upgrade support? (recommended)" ON)
option(INC_MEMTRACK
"Include memory tracking support?" ON)
add_definitions (-DWITH_BROKER -DWITH_BRIDGE)
target_link_libraries(mosquitto sqlite3)
set_target_properties(mosquitto PROPERTIES
VERSION ${VERSION})
install(TARGETS mosquitto RUNTIME DESTINATION ${BINDEST} LIBRARY DESTINATION ${LIBDEST})
if (UNIX)
install(CODE "EXEC_PROGRAM(/sbin/ldconfig)")
endif (UNIX)
| include_directories(${mosquitto_SOURCE_DIR} ${mosquitto_SOURCE_DIR}/src
${mosquitto_SOURCE_DIR}/lib
${STDBOOL_H_PATH} ${STDINT_H_PATH})
add_executable(mosquitto
bridge.c
conf.c
context.c
database.c
logging.c
../lib/memory_mosq.c ../lib/memory_mosq.h
mosquitto.c
mqtt3.h
net.c
../lib/net_mosq.c ../lib/net_mosq.h
persist.c
raw_send.c raw_send_client.c raw_send_server.c
read_handle.c read_handle_client.c read_handle_server.c
subs.c
util.c
../lib/util_mosq.c ../lib/util_mosq.h)
option(USE_LIBWRAP
"Include tcp-wrappers support?" OFF)
option(INC_DB_UPGRADE
"Include database upgrade support? (recommended)" ON)
option(INC_MEMTRACK
"Include memory tracking support?" ON)
add_definitions (-DWITH_BROKER -DWITH_BRIDGE)
target_link_libraries(mosquitto sqlite3)
set_target_properties(mosquitto PROPERTIES
VERSION ${VERSION})
install(TARGETS mosquitto RUNTIME DESTINATION ${BINDEST} LIBRARY DESTINATION ${LIBDEST})
if (UNIX)
install(CODE "EXEC_PROGRAM(/sbin/ldconfig)")
endif (UNIX)
|
Remove Qt dependency from the wienerindex plugin | find_package(Qt4 4.6 COMPONENTS QtCore REQUIRED)
set(QT_DONT_USE_QTGUI TRUE)
include(${QT_USE_FILE})
find_package(Boost REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
set(SOURCES
wienerindexdescriptor.cpp
wienerindexplugin.cpp
)
add_chemkit_plugin(wienerindex ${SOURCES})
target_link_libraries(wienerindex chemkit ${QT_LIBRARIES})
| find_package(Boost REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
set(SOURCES
wienerindexdescriptor.cpp
wienerindexplugin.cpp
)
add_chemkit_plugin(wienerindex ${SOURCES})
target_link_libraries(wienerindex chemkit)
|
Update cmake uninstall script location to play better with inclusion in super-project. | project("Pangolin")
set(PANGOLIN_VERSION_MAJOR 0)
set(PANGOLIN_VERSION_MINOR 1)
cmake_minimum_required(VERSION 2.6)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/CMakeModules/")
option(BUILD_EXAMPLES "Build Examples" ON)
option(BUILD_SHARED_LIBS "Build Shared Library" ON)
# Overide with cmake -DCMAKE_BUILD_TYPE=Debug {dir}
if( NOT CMAKE_BUILD_TYPE )
message("Build type not set (defaults to release)")
message("-DCMAKE_BUILD_TYPE=Debug for debug")
set( CMAKE_BUILD_TYPE Release )
endif()
# Platform configuration vars
include(SetPlatformVars)
string(TOLOWER ${PROJECT_NAME} LIBRARY_NAME)
# make an uninstall target
configure_file(
"${CMAKE_SOURCE_DIR}/cmake_uninstall.cmake.in"
"${CMAKE_SOURCE_DIR}/cmake_uninstall.cmake"
IMMEDIATE @ONLY
)
add_custom_target(uninstall
"${CMAKE_COMMAND}" -P "${CMAKE_SOURCE_DIR}/cmake_uninstall.cmake")
add_subdirectory("src")
if(BUILD_EXAMPLES)
set(PANGOLIN_EXAMPLE 1)
add_subdirectory(examples)
endif()
| project("Pangolin")
set(PANGOLIN_VERSION_MAJOR 0)
set(PANGOLIN_VERSION_MINOR 1)
cmake_minimum_required(VERSION 2.6)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/CMakeModules/")
option(BUILD_EXAMPLES "Build Examples" ON)
option(BUILD_SHARED_LIBS "Build Shared Library" ON)
# Overide with cmake -DCMAKE_BUILD_TYPE=Debug {dir}
if( NOT CMAKE_BUILD_TYPE )
message("Build type not set (defaults to release)")
message("-DCMAKE_BUILD_TYPE=Debug for debug")
set( CMAKE_BUILD_TYPE Release )
endif()
# Platform configuration vars
include(SetPlatformVars)
string(TOLOWER ${PROJECT_NAME} LIBRARY_NAME)
# make an uninstall target
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
IMMEDIATE @ONLY
)
add_custom_target(uninstall
"${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
add_subdirectory("src")
if(BUILD_EXAMPLES)
set(PANGOLIN_EXAMPLE 1)
add_subdirectory(examples)
endif()
|
Update CV of Chess to 8.6.2 (121) | Categories:Games
License:MIT
Web Site:http://www.jwtc.nl
Source Code:https://github.com/jcarolus/android-chess
Issue Tracker:https://github.com/jcarolus/android-chess/issues
Auto Name:Chess
Summary:Chess program and FICS client
Description:
Play chess against your Android or online (FICS). Featuring 2000 practice
positions, 500 puzzles, UCI engine support, Chess 960 and more. It's also
possible to set up a position on the board, save and edit games, navigate
through history and import/export via e-mail or clipboard.
.
Repo Type:git
Repo:https://github.com/jcarolus/android-chess.git
Build:8.4.3,115
commit=1.0.1
rm=libs/armeabi/libchess-jni.so,native/project/jni/chess,native/project/jni/gmon.out,native/project/jni/db-5.bin,assets/db.bin
prebuild=mv native/project/jni ./ && \
sed -i -e 's/android:minSdkVersion="4"/android:minSdkVersion="8"/g' AndroidManifest.xml
buildjni=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:8.4.3
Current Version Code:115
| Categories:Games
License:MIT
Web Site:http://www.jwtc.nl
Source Code:https://github.com/jcarolus/android-chess
Issue Tracker:https://github.com/jcarolus/android-chess/issues
Auto Name:Chess
Summary:Chess program and FICS client
Description:
Play chess against your Android or online (FICS). Featuring 2000 practice
positions, 500 puzzles, UCI engine support, Chess 960 and more. It's also
possible to set up a position on the board, save and edit games, navigate
through history and import/export via e-mail or clipboard.
.
Repo Type:git
Repo:https://github.com/jcarolus/android-chess.git
Build:8.4.3,115
commit=1.0.1
rm=libs/armeabi/libchess-jni.so,native/project/jni/chess,native/project/jni/gmon.out,native/project/jni/db-5.bin,assets/db.bin
prebuild=mv native/project/jni ./ && \
sed -i -e 's/android:minSdkVersion="4"/android:minSdkVersion="8"/g' AndroidManifest.xml
buildjni=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:8.6.2
Current Version Code:121
|
Fix a mispelling and change back to gcc for the compiler | # Top level
cmake_minimum_required(VERSION 2.6)
project(cWavelet)
# Build environment
set(CMAKE_C_FLAGS "-std=c99 -Wall -Wextra -pendantic")
set(CMAKE_C_FLAGS_DEBUG "-O0 -ggdb")
set(CMAKE_C_FLAGS_RELEASE "-Os")
set(CMAKE_C_COMPILER clang)
# Set paths
add_subdirectory(src)
add_subdirectory(tests)
# Testing
enable_testing()
| # Top level
cmake_minimum_required(VERSION 2.6)
project(cWavelet)
# Build environment
set(CMAKE_C_FLAGS "-std=c99 -Wall -Wextra -pedantic")
set(CMAKE_C_FLAGS_DEBUG "-O0 -ggdb")
set(CMAKE_C_FLAGS_RELEASE "-Os")
set(CMAKE_C_COMPILER gcc)
# Set paths
add_subdirectory(src)
add_subdirectory(tests)
# Testing
enable_testing()
|
Move current model over to dev branch, and remove mpi from linked libs on trunk. | INCLUDE_DIRECTORIES(${ROSS_SOURCE_DIR})
SET(olsr_srcs
coding-error.h
coding-error.c
prop-loss.h
prop-loss.c
mobility.h
mobility.c
olsr.c
olsr.h
)
SET(olsr_test
coding-error.h
coding-error.c
prop-loss.h
prop-loss.c
olsr-tests.c
)
ADD_EXECUTABLE(olsr ${olsr_srcs})
# ADD_EXECUTABLE(olsr-tests ${olsr_test})
TARGET_LINK_LIBRARIES(olsr ROSS m mpi)
| INCLUDE_DIRECTORIES(${ROSS_SOURCE_DIR})
SET(olsr_srcs
coding-error.h
coding-error.c
prop-loss.h
prop-loss.c
mobility.h
mobility.c
olsr.c
olsr.h
)
SET(olsr_test
coding-error.h
coding-error.c
prop-loss.h
prop-loss.c
olsr-tests.c
)
ADD_EXECUTABLE(olsr ${olsr_srcs})
# ADD_EXECUTABLE(olsr-tests ${olsr_test})
TARGET_LINK_LIBRARIES(olsr ROSS m)
|
Update pyyaml from 3.13 to 5.1 | pysingleton==0.2.1
colorful==0.4.4
docopt==0.6.2
ipython==5.3.0
tag-expressions>=1.0.0
lxml==4.3.2
parse_type==0.4.2
coverage==4.5.3
PyYAML==3.13
humanize==0.5.1
| pysingleton==0.2.1
colorful==0.4.4
docopt==0.6.2
ipython==5.3.0
tag-expressions>=1.0.0
lxml==4.3.2
parse_type==0.4.2
coverage==4.5.3
PyYAML==5.1
humanize==0.5.1
|
Update all dependencies but django | Django==1.11.2
boto3==1.4.4
dj-database-url==0.4.2
django-stdimage==2.4.1
django-storages==1.5.2
gunicorn==19.7.1
mock==2.0.0
psycopg2==2.7.1
pytest==3.1.2
whitenoise==3.3.0
| Django==1.11.2
boto3==1.5.8
dj-database-url==0.4.2
django-stdimage==3.0.0
django-storages==1.6.5
gunicorn==19.7.1
mock==2.0.0
psycopg2==2.7.3.2
pytest==3.3.1
whitenoise==3.3.1
|
Update rollbar package to 0.13.9 | Flask==0.11.1
django-dotenv==1.4.1 # Read environment variables from .env
django-getenv==1.3.1 # Get environment variables
newrelic==2.74.0.54
flask-sitemap
markdown2==2.3.2
Pygments==2.1.3
# Error tracking
blinker==1.4
rollbar==0.13.8
pytz==2016.7
# Testing
flake8==3.2.1 # Python linting
codeclimate-test-reporter==0.2.0 # Test coverage
| Flask==0.11.1
django-dotenv==1.4.1 # Read environment variables from .env
django-getenv==1.3.1 # Get environment variables
newrelic==2.74.0.54
flask-sitemap
markdown2==2.3.2
Pygments==2.1.3
# Error tracking
blinker==1.4
rollbar==0.13.9
pytz==2016.7
# Testing
flake8==3.2.1 # Python linting
codeclimate-test-reporter==0.2.0 # Test coverage
|
Update mypy from 0.550 to 0.560 | # basis
requests==2.18.4
envparse==0.2.0
# json validation (inspector)
jsonschema==2.6.0
# testing
pytest==3.3.1
betamax==0.8.0
# documentation
Sphinx==1.6.5
nbsphinx==0.2.18
# 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.5.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.3.1
betamax==0.8.0
# documentation
Sphinx==1.6.5
nbsphinx==0.2.18
# 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.560
# to fix connection issues
PyOpenSSL==17.5.0; python_version <= '2.7'
# for package management (uploads)
twine==1.9.1
|
Use a more recent version of trac-github. | Trac == 0.12.2
Pygments == 1.4
dnspython == 1.8.0
psycopg2 == 2.2.2
docutils == 0.7
# Trac plugins
svn+http://trac-hacks.org/svn/batchmodifyplugin/0.12/trunk@9250
svn+http://svn.edgewall.com/repos/trac/plugins/0.12/spam-filter-captcha@10597
svn+http://trac-hacks.org/svn/xmlrpcplugin/trunk@9250
TracWatchlistPlugin==1.0
-e git://github.com/hvr/trac-git-plugin.git@722342ef03639415d7a1dc0230239d34cb97d988#egg=TracGit-dev
-e git://github.com/aaugustin/trac-github.git@1f0f91d1c723d50d1fae06963634e183de31be39#egg=GitHubPlugin
./DjangoPlugin
| Trac == 0.12.2
Pygments == 1.4
dnspython == 1.8.0
psycopg2 == 2.2.2
docutils == 0.7
# Trac plugins
svn+http://trac-hacks.org/svn/batchmodifyplugin/0.12/trunk@9250
svn+http://svn.edgewall.com/repos/trac/plugins/0.12/spam-filter-captcha@10597
svn+http://trac-hacks.org/svn/xmlrpcplugin/trunk@9250
TracWatchlistPlugin==1.0
-e git://github.com/hvr/trac-git-plugin.git@722342ef03639415d7a1dc0230239d34cb97d988#egg=TracGit-dev
-e git://github.com/aaugustin/trac-github.git@6fac892fa939f1139692b45c2a50a5122b995c79#egg=GitHubPlugin
./DjangoPlugin
|
Add symbol definition for Win. | # Define test target and current test dir
set(TEST_TARGET testAnalysisPluginExample)
set(TEST_DIR ${CMAKE_CURRENT_BINARY_DIR})
# Copy dependencies from ExampleLuxoMuscle into the run directory.
set(EXAMPLE_DIR
"${OpenSim_SOURCE_DIR}/OpenSim/Examples/Plugins/AnalysisPluginExample")
set(TEST_FILES_DIR "${EXAMPLE_DIR}/TestPlugin")
file(GLOB TEST_FILES
${TEST_FILES_DIR}/*.obj
${TEST_FILES_DIR}/*.osim
${TEST_FILES_DIR}/*.xml
${TEST_FILES_DIR}/*.sto
${TEST_FILES_DIR}/*.mot
*.obj *.osim *.xml *.sto *.mot)
#
# Copy example files to run dir
#
foreach(dataFile ${TEST_FILES})
file(COPY ${dataFile} DESTINATION ${TEST_DIR})
endforeach(dataFile)
set(TEST_EXAMPLE_DIR
"${OpenSim_SOURCE_DIR}/OpenSim/Tests/AnalysisPluginExample")
# Add test.
file(GLOB SOURCE_FILES ${EXAMPLE_DIR}/*.cpp
${EXAMPLE_DIR}/*.h)
add_library(${TEST_TARGET} SHARED ${SOURCE_FILES})
target_link_libraries(${TEST_TARGET} osimTools)
add_test(NAME ${TEST_TARGET}
COMMAND opensim-cmd -L $<TARGET_FILE:${TEST_TARGET}> run-tool
subject01_Setup_AnalysisPluginTemplate.xml)
| # Define test target and current test dir
set(TEST_TARGET testAnalysisPluginExample)
set(TEST_DIR ${CMAKE_CURRENT_BINARY_DIR})
# Copy dependencies from ExampleLuxoMuscle into the run directory.
set(EXAMPLE_DIR
"${OpenSim_SOURCE_DIR}/OpenSim/Examples/Plugins/AnalysisPluginExample")
set(TEST_FILES_DIR "${EXAMPLE_DIR}/TestPlugin")
file(GLOB TEST_FILES
${TEST_FILES_DIR}/*.obj
${TEST_FILES_DIR}/*.osim
${TEST_FILES_DIR}/*.xml
${TEST_FILES_DIR}/*.sto
${TEST_FILES_DIR}/*.mot
*.obj *.osim *.xml *.sto *.mot)
#
# Copy example files to run dir
#
foreach(dataFile ${TEST_FILES})
file(COPY ${dataFile} DESTINATION ${TEST_DIR})
endforeach(dataFile)
set(TEST_EXAMPLE_DIR
"${OpenSim_SOURCE_DIR}/OpenSim/Tests/AnalysisPluginExample")
# Add test.
file(GLOB SOURCE_FILES ${EXAMPLE_DIR}/*.cpp
${EXAMPLE_DIR}/*.h)
add_library(${TEST_TARGET} SHARED ${SOURCE_FILES})
target_link_libraries(${TEST_TARGET} osimTools)
set_target_properties(${TEST_TARGET} PROPERTIES
DEFINE_SYMBOL OSIMPLUGIN_EXPORTS)
add_test(NAME ${TEST_TARGET}
COMMAND opensim-cmd -L $<TARGET_FILE:${TEST_TARGET}> run-tool
subject01_Setup_AnalysisPluginTemplate.xml)
|
Update packaging from 16.8 to 17.1 | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --no-annotate --output-file requirements.txt requirements.in
#
asn1crypto==0.24.0
attrs==17.4.0
automat==0.6.0
cffi==1.11.5; platform_python_implementation != 'PyPy'
constantly==15.1.0
cryptography==2.1.4
enum34==1.1.6
idna==2.6
incremental==17.5.0
ipaddress==1.0.19
lxml==4.1.1
packaging==16.8
pyasn1-modules==0.2.1
pyasn1==0.4.2
pycparser==2.18; platform_python_implementation != 'PyPy'
pyopenssl==17.5.0
pyparsing==2.2.0
service-identity==17.0.0
six==1.11.0
twisted[tls]==17.9.0
zope.interface==4.4.3
| #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --no-annotate --output-file requirements.txt requirements.in
#
asn1crypto==0.24.0
attrs==17.4.0
automat==0.6.0
cffi==1.11.5; platform_python_implementation != 'PyPy'
constantly==15.1.0
cryptography==2.1.4
enum34==1.1.6
idna==2.6
incremental==17.5.0
ipaddress==1.0.19
lxml==4.1.1
packaging==17.1
pyasn1-modules==0.2.1
pyasn1==0.4.2
pycparser==2.18; platform_python_implementation != 'PyPy'
pyopenssl==17.5.0
pyparsing==2.2.0
service-identity==17.0.0
six==1.11.0
twisted[tls]==17.9.0
zope.interface==4.4.3
|
Update pillow from 7.1.2 to 7.2.0 | beautifulsoup4==4.9.1
bcrypt==3.1.7
croniter==0.3.34
Cython==0.29.20
feedparser==5.2.1
git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2
google-api-python-client==1.9.3
isodate==0.6.0
jsonpath-ng==1.5.1
lxml==4.5.1
numpy==1.19.0
Pillow==7.1.2
parsedatetime==2.6
psutil==5.7.0
pyhedrals==0.2.0
python-dateutil==2.8.1
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.6
requests==2.24.0
ruamel.yaml==0.16.10
Twisted[tls]==20.3.0
| beautifulsoup4==4.9.1
bcrypt==3.1.7
croniter==0.3.34
Cython==0.29.20
feedparser==5.2.1
git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2
google-api-python-client==1.9.3
isodate==0.6.0
jsonpath-ng==1.5.1
lxml==4.5.1
numpy==1.19.0
Pillow==7.2.0
parsedatetime==2.6
psutil==5.7.0
pyhedrals==0.2.0
python-dateutil==2.8.1
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.6
requests==2.24.0
ruamel.yaml==0.16.10
Twisted[tls]==20.3.0
|
Update scdl from 1.6.5 to 1.6.6 | python-telegram-bot==6.1.0
boltons==17.1.0
plumbum==1.6.3
#transliterate==1.9
scdl==1.6.5
bandcamp-downloader==0.0.8.post6
youtube-dl==2017.7.15
pydub==0.19.0
mutagen==1.38
patool==1.12
pyshorteners==0.6.1
Celery==4.0.2
| python-telegram-bot==6.1.0
boltons==17.1.0
plumbum==1.6.3
#transliterate==1.9
scdl==1.6.6
bandcamp-downloader==0.0.8.post6
youtube-dl==2017.7.15
pydub==0.19.0
mutagen==1.38
patool==1.12
pyshorteners==0.6.1
Celery==4.0.2
|
Add django_compressor, please read pypi.python.org/pypi/django_compressor | Django==1.5.1
distribute==0.6.34
django-bootstrap-toolkit==2.12.0
django-dajax==0.9.2
django-dajaxice==0.5.5
django-disqus==0.4.1
django-endless-pagination==2.0
django-redis==3.2
psycopg2==2.5
redis==2.7.5
wsgiref==0.1.2
| Django==1.5.1
distribute==0.6.34
django-appconf==0.6
django-bootstrap-toolkit==2.12.0
django-compressor==1.3
django-dajax==0.9.2
django-dajaxice==0.5.5
django-disqus==0.4.1
django-endless-pagination==2.0
django-redis==3.2
psycopg2==2.5
redis==2.7.5
six==1.3.0
wsgiref==0.1.2
|
Bump click from 7.1.1 to 7.1.2 | aniso8601==8.0.0
appdirs==1.4.3
certifi==2020.4.5.1
chardet==3.0.4
click==7.1.1
configparser==5.0.0
Flask==1.1.2
Flask-JWT==0.3.2
flask-restplus==0.13.0
Flask-SQLAlchemy==2.4.1
idna==2.9
itsdangerous==1.1.0
Jinja2==2.11.2
jsonschema==3.2.0
MarkupSafe==1.1.1
mysqlclient==1.4.6
passlib==1.7.2
PyJWT==1.7.1
python-dateutil==2.8.1
pytz==2019.3
requests==2.23.0
six==1.14.0
SQLAlchemy==1.3.16
Werkzeug==1.0.1
urllib3==1.25.9
| aniso8601==8.0.0
appdirs==1.4.3
certifi==2020.4.5.1
chardet==3.0.4
click==7.1.2
configparser==5.0.0
Flask==1.1.2
Flask-JWT==0.3.2
flask-restplus==0.13.0
Flask-SQLAlchemy==2.4.1
idna==2.9
itsdangerous==1.1.0
Jinja2==2.11.2
jsonschema==3.2.0
MarkupSafe==1.1.1
mysqlclient==1.4.6
passlib==1.7.2
PyJWT==1.7.1
python-dateutil==2.8.1
pytz==2019.3
requests==2.23.0
six==1.14.0
SQLAlchemy==1.3.16
Werkzeug==1.0.1
urllib3==1.25.9
|
Update pandas from 0.25.3 to 1.0.0 | gunicorn==20.0.4
backports-abc==0.5
bkcharts==0.2
bokeh==1.4.0
certifi==2019.11.28
chardet==3.0.4
click==7.0
Flask==1.1.1
idna==2.8
itsdangerous==1.1.0
Jinja2>=2.10.1
MarkupSafe==1.1.1
numpy==1.18.1
python-dateutil==2.8.1
pyyaml>=4.2b1
requests>=2.20.0
singledispatch==3.4.0.3
six==1.14.0
tornado==6.0.3
urllib3>=1.24.2
Werkzeug==0.16.1
pandas==0.25.3
scipy==1.3.1
astropy==3.2.3
matplotlib==3.1.1
git+https://github.com/mpld3/mpld3@master
tables==3.6.1
apscheduler==3.6.1
PyAstronomy==0.13.0
airbrake==2.1.2
| gunicorn==20.0.4
backports-abc==0.5
bkcharts==0.2
bokeh==1.4.0
certifi==2019.11.28
chardet==3.0.4
click==7.0
Flask==1.1.1
idna==2.8
itsdangerous==1.1.0
Jinja2>=2.10.1
MarkupSafe==1.1.1
numpy==1.18.1
python-dateutil==2.8.1
pyyaml>=4.2b1
requests>=2.20.0
singledispatch==3.4.0.3
six==1.14.0
tornado==6.0.3
urllib3>=1.24.2
Werkzeug==0.16.1
pandas==1.0.0
scipy==1.3.1
astropy==3.2.3
matplotlib==3.1.1
git+https://github.com/mpld3/mpld3@master
tables==3.6.1
apscheduler==3.6.1
PyAstronomy==0.13.0
airbrake==2.1.2
|
Update CV of OverFlow to 1.0.2 (3) | Categories:Phone & SMS
License:GPLv3+
Web Site:https://github.com/MrDoomy/OverFlow/blob/HEAD/README.md
Source Code:https://github.com/MrDoomy/OverFlow
Issue Tracker:https://github.com/MrDoomy/OverFlow/issues
Auto Name:OverFlow
Summary:Send SMS in bulk
Description:
Send SMS in bulk. Features include:
* Retrive mobile phone numbers of contacts
* Send messages
* Choose the number of messages to send
* Be notified of the number of messages sent
.
Repo Type:git
Repo:https://github.com/MrDoomy/OverFlow
Build:1.0,1
commit=2d201b3a5d14eb3b9797816384d491817a5733da
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:1
| Categories:Phone & SMS
License:GPLv3+
Web Site:https://github.com/MrDoomy/OverFlow/blob/HEAD/README.md
Source Code:https://github.com/MrDoomy/OverFlow
Issue Tracker:https://github.com/MrDoomy/OverFlow/issues
Auto Name:OverFlow
Summary:Send SMS in bulk
Description:
Send SMS in bulk. Features include:
* Retrive mobile phone numbers of contacts
* Send messages
* Choose the number of messages to send
* Be notified of the number of messages sent
.
Repo Type:git
Repo:https://github.com/MrDoomy/OverFlow
Build:1.0,1
commit=2d201b3a5d14eb3b9797816384d491817a5733da
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0.2
Current Version Code:3
|
Remove direct dependency for BeautifulSoup, update South | xmlrpclib==1.0.1
xmpppy
dnspython
beautifulsoup
fabric
Django==1.4
MySQL-python
Celery==2.5.3
django-celery==2.5.5
-e hg+http://bitbucket.org/schinckel/django-jsonfield#egg=django-jsonfield
South==0.7.3
django-redis-cache
IPy==0.75
sentry==4.0.15
raven==1.7.3
nexus
gargoyle==0.8.0
-e hg+https://bitbucket.org/jespern/django-piston@7c90898072ce#egg=django_piston
-e hg+https://bitbucket.org/ubernostrum/django-registration@27bccd108cde#egg=django-registration
| xmlrpclib==1.0.1
xmpppy
dnspython
fabric
Django==1.4
MySQL-python
Celery==2.5.3
django-celery==2.5.5
-e hg+http://bitbucket.org/schinckel/django-jsonfield#egg=django-jsonfield
South==0.7.4
django-redis-cache
IPy==0.75
sentry==4.0.15
raven==1.7.3
nexus
gargoyle==0.8.0
-e hg+https://bitbucket.org/jespern/django-piston@7c90898072ce#egg=django_piston
-e hg+https://bitbucket.org/ubernostrum/django-registration@27bccd108cde#egg=django-registration
|
Bump pytest from 5.3.4 to 5.3.5 | hypothesis==4.54.0
mypy==0.761
mypy-extensions==0.4.3
pylint==2.4.4
PyQt5==5.14.1
pytest==5.3.4
| hypothesis==4.54.0
mypy==0.761
mypy-extensions==0.4.3
pylint==2.4.4
PyQt5==5.14.1
pytest==5.3.5
|
Update sphinx from 1.4.9 to 1.5 | 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.5.0
sphinx==1.4.9
aiohttp==1.1.6
yarl==0.8.1
multidict==2.1.4
-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.5.0
sphinx==1.5
aiohttp==1.1.6
yarl==0.8.1
multidict==2.1.4
-e .
|
Update psycopg2 from 2.7.4 to 2.7.5 | Flask==1.0.2
Flask-SQLAlchemy==2.3.2
Flask-Assets==0.12
Flask-Mail==0.9.1
Flask-WTF==0.14.2
Flask-RQ==0.2
git+https://github.com/hasgeek/baseframe
git+https://github.com/hasgeek/coaster
git+https://github.com/hasgeek/flask-lastuser
jsmin==2.2.2
pytz==2018.4
psycopg2==2.7.4
wtforms_json==0.3.3
rq==0.11.0
html2text==2018.1.9
premailer==3.2.0
python-dateutil==2.7.3
Flask-Admin==1.5.1
Flask-Migrate==2.1.1
| Flask==1.0.2
Flask-SQLAlchemy==2.3.2
Flask-Assets==0.12
Flask-Mail==0.9.1
Flask-WTF==0.14.2
Flask-RQ==0.2
git+https://github.com/hasgeek/baseframe
git+https://github.com/hasgeek/coaster
git+https://github.com/hasgeek/flask-lastuser
jsmin==2.2.2
pytz==2018.4
psycopg2==2.7.5
wtforms_json==0.3.3
rq==0.11.0
html2text==2018.1.9
premailer==3.2.0
python-dateutil==2.7.3
Flask-Admin==1.5.1
Flask-Migrate==2.1.1
|
Make sure no one overrides Django version in production | wheel==0.23.0
django
six==1.8.0
simplejson==3.6.5
pytz==2014.10
| wheel==0.23.0
django==1.4.16
six==1.8.0
simplejson==3.6.5
pytz==2014.10
|
Update yarl from 0.12.0 to 0.13.0 | flake8==3.4.1
docutils==0.14
pytest==3.2.2
pytest-aiohttp==0.1.3
pytest-cov==2.5.1
pytest-sugar==0.9.0
pytest-mock==1.6.3
sphinx==1.6.4
aiohttp==2.2.5
yarl==0.12.0
multidict==3.2.0
-e .
| flake8==3.4.1
docutils==0.14
pytest==3.2.2
pytest-aiohttp==0.1.3
pytest-cov==2.5.1
pytest-sugar==0.9.0
pytest-mock==1.6.3
sphinx==1.6.4
aiohttp==2.2.5
yarl==0.13.0
multidict==3.2.0
-e .
|
Update pytest from 3.7.2 to 3.7.3 | bcrypt==3.1.4
coverage==4.5.1
cryptography==2.3
motor==2.0.0
pymongo==3.7.1
pytest==3.7.2
pytest-cov==2.5.1
tornado==5.1 | bcrypt==3.1.4
coverage==4.5.1
cryptography==2.3
motor==2.0.0
pymongo==3.7.1
pytest==3.7.3
pytest-cov==2.5.1
tornado==5.1 |
Upgrade dependency raven to ==6.1.0 | appdirs==1.4.3
contextlib2==0.5.5
Django==1.11.1
django-appconf==1.0.2
django-cacheops==3.2
django-compressor==2.1.1
django-debug-toolbar==1.8
django-imagekit==4.0.1
django-querycount==0.6.0
freezegun==0.3.9
funcy==1.7.5
olefile==0.44
packaging==16.8
pilkit==2.0
Pillow==4.1.1
psycopg2==2.7.1
pyparsing==2.2.0
python-dateutil==2.6.0
pytz==2017.2
raven==6.0.0
rcssmin==1.0.6
redis==2.10.5
rjsmin==1.0.12
six==1.10.0
sqlparse==0.2.3
uWSGI==2.0.15
| appdirs==1.4.3
contextlib2==0.5.5
Django==1.11.1
django-appconf==1.0.2
django-cacheops==3.2
django-compressor==2.1.1
django-debug-toolbar==1.8
django-imagekit==4.0.1
django-querycount==0.6.0
freezegun==0.3.9
funcy==1.7.5
olefile==0.44
packaging==16.8
pilkit==2.0
Pillow==4.1.1
psycopg2==2.7.1
pyparsing==2.2.0
python-dateutil==2.6.0
pytz==2017.2
raven==6.1.0
rcssmin==1.0.6
redis==2.10.5
rjsmin==1.0.12
six==1.10.0
sqlparse==0.2.3
uWSGI==2.0.15
|
Update pytest from 3.3.1 to 3.3.2 | molecule==2.6.0
pytest==3.3.1
python-vagrant==0.5.15
testinfra==1.10.1
tox==2.9.1
| molecule==2.6.0
pytest==3.3.2
python-vagrant==0.5.15
testinfra==1.10.1
tox==2.9.1
|
Update tox from 3.7.0 to 3.8.4 | -e .
coverage==4.5.3
mypy==0.670
prospector==1.1.6.2
pytest==4.4.0
pytest-cov==2.6.1
pytest-django==3.4.8
sphinx_rtd_theme==0.4.3
tox==3.7.0
| -e .
coverage==4.5.3
mypy==0.670
prospector==1.1.6.2
pytest==4.4.0
pytest-cov==2.6.1
pytest-django==3.4.8
sphinx_rtd_theme==0.4.3
tox==3.8.4
|
Update Diaspora Native WebApp to 1.4 (6) | Categories:Internet
License:GPLv3
Web Site:https://github.com/martinchodev/Diaspora-Native-WebApp/blob/HEAD/README.md
Source Code:https://github.com/martinchodev/Diaspora-Native-WebApp
Issue Tracker:https://github.com/martinchodev/Diaspora-Native-WebApp/issues
Changelog:https://trello.com/b/8z6gzo05/diaspora-native-webapp
Donate:http://martinv.tip.me
Auto Name:Diaspora Native WebApp
Summary:Diaspora client
Description:
Client for the Diaspora social network.
.
Repo Type:git
Repo:https://github.com/martinchodev/Diaspora-Native-WebApp
Build:1.0,2
commit=v1.0
subdir=app
gradle=yes
Build:1.1,3
commit=v1.1
subdir=app
gradle=yes
Build:1.2,4
commit=v1.2
subdir=app
gradle=yes
Build:1.3,5
commit=v1.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.3
Current Version Code:5
| Categories:Internet
License:GPLv3
Web Site:https://github.com/martinchodev/Diaspora-Native-WebApp/blob/HEAD/README.md
Source Code:https://github.com/martinchodev/Diaspora-Native-WebApp
Issue Tracker:https://github.com/martinchodev/Diaspora-Native-WebApp/issues
Changelog:https://trello.com/b/8z6gzo05/diaspora-native-webapp
Donate:http://martinv.tip.me
Auto Name:Diaspora Native WebApp
Summary:Diaspora client
Description:
Client for the Diaspora social network.
.
Repo Type:git
Repo:https://github.com/martinchodev/Diaspora-Native-WebApp
Build:1.0,2
commit=v1.0
subdir=app
gradle=yes
Build:1.1,3
commit=v1.1
subdir=app
gradle=yes
Build:1.2,4
commit=v1.2
subdir=app
gradle=yes
Build:1.3,5
commit=v1.3
subdir=app
gradle=yes
Build:1.4,6
commit=v1.4
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.4
Current Version Code:6
|
Update wcwidth from 0.1.7 to 0.2.5 | Flask==1.1.2
Flask-Admin==1.5.6
Flask-SQLAlchemy==2.4.4
SQLAlchemy==1.3.19
WTForms==2.3.3
coverage==5.3
pytest==6.1.1
Flask-Cors==3.0.9
pytest-cov==2.10.1
pytest-flask==1.0.0
six==1.15.0
wcwidth==0.1.7
Werkzeug==1.0.1
WTForms==2.3.3
zipp==0.5.1
| Flask==1.1.2
Flask-Admin==1.5.6
Flask-SQLAlchemy==2.4.4
SQLAlchemy==1.3.19
WTForms==2.3.3
coverage==5.3
pytest==6.1.1
Flask-Cors==3.0.9
pytest-cov==2.10.1
pytest-flask==1.0.0
six==1.15.0
wcwidth==0.2.5
Werkzeug==1.0.1
WTForms==2.3.3
zipp==0.5.1
|
Drop flatpages-tinymce because it is already in as a git requirement | Django>=1.6.0,<1.7.0
South==1.0.2
Werkzeug==0.9.6
boto==2.35.2
dj-database-url==0.3.0
django-admin-tools==0.5.2
django-envelope==1.0
django-extensions==1.4.9
django-flatblocks==0.9
django-flatpages-tinymce==0.1.1
django-forms-bootstrap==2.0.3.post1
django-grappelli==2.5.6
django-gravatar2==1.1.4
django-honeypot==0.4.0
django-ical==1.3
django-pgsql-interval-field==0.9.3
django-nocaptcha-recaptcha==0.0.18
django-social-auth==0.7.28
dj-static==0.0.6
django-storages==1.1.8
django-tinymce==1.5.3
djangorestframework==3.0.3
feedparser==5.1.3
gunicorn==19.1.1
httplib2==0.9
oauth2==1.5.211
psycopg2==2.5.4
python-openid==2.2.5
requests==2.5.1
six==1.9.0
wsgiref==0.1.2
-e git+https://github.com/squarepegsys/django-flatpages-tinymce.git#egg=flatpages_tinymce
| Django>=1.6.0,<1.7.0
South==1.0.2
Werkzeug==0.9.6
boto==2.35.2
dj-database-url==0.3.0
django-admin-tools==0.5.2
django-envelope==1.0
django-extensions==1.4.9
django-flatblocks==0.9
django-forms-bootstrap==2.0.3.post1
django-grappelli==2.5.6
django-gravatar2==1.1.4
django-honeypot==0.4.0
django-ical==1.3
django-pgsql-interval-field==0.9.3
django-nocaptcha-recaptcha==0.0.18
django-social-auth==0.7.28
dj-static==0.0.6
django-storages==1.1.8
django-tinymce==1.5.3
djangorestframework==3.0.3
feedparser==5.1.3
gunicorn==19.1.1
httplib2==0.9
oauth2==1.5.211
psycopg2==2.5.4
python-openid==2.2.5
requests==2.5.1
six==1.9.0
wsgiref==0.1.2
-e git+https://github.com/squarepegsys/django-flatpages-tinymce.git#egg=flatpages_tinymce
|
Update scipy from 1.7.3 to 1.8.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.7.3; platform_python_implementation != "PyPy"
munkres==1.1.4; platform_python_implementation == "PyPy"
zopfli==0.1.9
fs==2.4.14
skia-pathops==0.7.2; platform_python_implementation != "PyPy"
# this is only required to run Tests/cu2qu/{ufo,cli}_test.py
ufoLib2==0.13.0
pyobjc==8.1; 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.1.9
fs==2.4.14
skia-pathops==0.7.2; platform_python_implementation != "PyPy"
# this is only required to run Tests/cu2qu/{ufo,cli}_test.py
ufoLib2==0.13.0
pyobjc==8.1; sys_platform == "darwin"
freetype-py==2.3.0
uharfbuzz==0.24.1
|
Use plain requirement.ext instead of pip editable mode | # Please update requirements in setup.py
--editable=.
| six>=1.8.0
Flask>=0.10
Pillow>=2.3.0
pylibmc>=1.4.0
boto>=2.35.0
Click>=3.0.0
|
Update django from 2.0rc1 to 2.0 | Django==2.0rc1
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.3.0
#Amazon S3 Stuff
boto3==1.4.8
botocore==1.8.4
Collectfast==0.5.2
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
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.3.0
#Amazon S3 Stuff
boto3==1.4.8
botocore==1.8.4
Collectfast==0.5.2
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 VocableTrainer Alpha to 0.2.1 (4) | Categories:Science & Education
License:Apache-2.0
Web Site:
Source Code:https://github.com/0xpr03/VocableTrainer-Android
Issue Tracker:https://github.com/0xpr03/VocableTrainer-Android/issues
Auto Name:VocableTrainer Alpha
Summary:Learn vocables of foreign languages
Description:
Based on a Java [https://github.com/0xpr03/VocableTrainer VocableTrainer], this
allows you to create multiple lists and start a training session over a subset
of these.
.
Repo Type:git
Repo:https://github.com/0xpr03/VocableTrainer-Android
Build:1.0,1
commit=140dd8c4631825dece9732a8fe457b844aa6176c
subdir=app
gradle=yes
prebuild=sed -i -e '/constraint-layout/s/1.0.0-alpha7/1.0.2/' build.gradle
Build:0.1,2
commit=bb67656c5a255a9c6075a261a224b3bc9ce3429a
subdir=app
gradle=yes
Build:0.2,3
commit=0.2
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.2
Current Version Code:3
| Categories:Science & Education
License:Apache-2.0
Web Site:
Source Code:https://github.com/0xpr03/VocableTrainer-Android
Issue Tracker:https://github.com/0xpr03/VocableTrainer-Android/issues
Auto Name:VocableTrainer Alpha
Summary:Learn vocables of foreign languages
Description:
Based on a Java [https://github.com/0xpr03/VocableTrainer VocableTrainer], this
allows you to create multiple lists and start a training session over a subset
of these.
.
Repo Type:git
Repo:https://github.com/0xpr03/VocableTrainer-Android
Build:1.0,1
commit=140dd8c4631825dece9732a8fe457b844aa6176c
subdir=app
gradle=yes
prebuild=sed -i -e '/constraint-layout/s/1.0.0-alpha7/1.0.2/' build.gradle
Build:0.1,2
commit=bb67656c5a255a9c6075a261a224b3bc9ce3429a
subdir=app
gradle=yes
Build:0.2,3
commit=0.2
subdir=app
gradle=yes
Build:0.2.1,4
commit=0.2.1
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.2.1
Current Version Code:4
|
Bump lxml from 4.5.2 to 4.6.2 | argparse==1.2.1
libarchive-c==2.9
lxml==4.5.2
psycopg2-binary==2.8.4
six==1.10.0
| argparse==1.2.1
libarchive-c==2.9
lxml==4.6.2
psycopg2-binary==2.8.4
six==1.10.0
|
Update flask-migrate from 2.2.0 to 2.2.1 | cffi==1.11.5
celery==3.1.26.post2 # pyup: <4
docopt==0.6.2
Flask-Bcrypt==0.7.1
Flask-Marshmallow==0.8.0
Flask-Migrate==2.2.0
Flask-SQLAlchemy==2.3.2
Flask==1.0.2
click-datetime==0.2
eventlet==0.23.0
gunicorn==19.7.1
iso8601==0.1.12
jsonschema==2.6.0
marshmallow-sqlalchemy==0.14.0
marshmallow==2.15.3
psycopg2-binary==2.7.4
PyJWT==1.6.4
SQLAlchemy==1.2.8
notifications-python-client==4.8.2
# PaaS
awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@27.0.0#egg=notifications-utils==27.0.0
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
| cffi==1.11.5
celery==3.1.26.post2 # pyup: <4
docopt==0.6.2
Flask-Bcrypt==0.7.1
Flask-Marshmallow==0.8.0
Flask-Migrate==2.2.1
Flask-SQLAlchemy==2.3.2
Flask==1.0.2
click-datetime==0.2
eventlet==0.23.0
gunicorn==19.7.1
iso8601==0.1.12
jsonschema==2.6.0
marshmallow-sqlalchemy==0.14.0
marshmallow==2.15.3
psycopg2-binary==2.7.4
PyJWT==1.6.4
SQLAlchemy==1.2.8
notifications-python-client==4.8.2
# PaaS
awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@27.0.0#egg=notifications-utils==27.0.0
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
|
Update flake8 from 3.8.3 to 3.8.4 | ansible-lint==4.3.0
docker==4.3.1
flake8==3.8.3
molecule==3.0.8
pytest==6.1.0
testinfra==5.3.1
tox==3.20.0
| ansible-lint==4.3.0
docker==4.3.1
flake8==3.8.4
molecule==3.0.8
pytest==6.1.0
testinfra==5.3.1
tox==3.20.0
|
Use psycopg2-binary to avoid warning | Django==1.11.11
psycopg2==2.7.4
python3-memcached==1.51
represent-boundaries==0.9.2
-e git+https://github.com/opennorth/represent-reps.git#egg=represent-representatives
-e git+https://github.com/opennorth/represent-postcodes.git#egg=represent-postcodes
# Server
eventlet==0.20.1
gunicorn==19.6.0
| Django==1.11.11
psycopg2-binary==2.7.4
python3-memcached==1.51
represent-boundaries==0.9.2
-e git+https://github.com/opennorth/represent-reps.git#egg=represent-representatives
-e git+https://github.com/opennorth/represent-postcodes.git#egg=represent-postcodes
# Server
eventlet==0.20.1
gunicorn==19.6.0
|
Update urllib3 from 1.23 to 1.24 | -i https://pypi.org/simple/
blinker==1.4
certifi==2018.10.15
chardet==3.0.4
dj-database-url==0.5.0
django-bmemcached==0.2.3
django-meta==1.4.1
django-recaptcha==1.4.0
django==2.1.2
djangorestframework==3.9.0
feedparser==5.2.1
gunicorn==19.9.0
idna==2.7
psycopg2-binary==2.7.5
python-binary-memcached==0.28.0
python-twitch-client==0.6.0
pytz==2018.5
requests==2.20.0
simplejson==3.16.0
six==1.11.0
ts3==1.0.11
typing==3.6.6
uhashring==1.1
urllib3==1.23
whitenoise==4.1
| -i https://pypi.org/simple/
blinker==1.4
certifi==2018.10.15
chardet==3.0.4
dj-database-url==0.5.0
django-bmemcached==0.2.3
django-meta==1.4.1
django-recaptcha==1.4.0
django==2.1.2
djangorestframework==3.9.0
feedparser==5.2.1
gunicorn==19.9.0
idna==2.7
psycopg2-binary==2.7.5
python-binary-memcached==0.28.0
python-twitch-client==0.6.0
pytz==2018.5
requests==2.20.0
simplejson==3.16.0
six==1.11.0
ts3==1.0.11
typing==3.6.6
uhashring==1.1
urllib3==1.24
whitenoise==4.1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.