Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update sphinx from 1.8.4 to 2.0.0 | sphinx==1.8.4
sphinx-rtd-theme==0.4.3
Django==2.1.7
-e .
| sphinx==2.0.0
sphinx-rtd-theme==0.4.3
Django==2.1.7
-e .
|
Update Nuntius to 1.0.1 (2) | Categories:Office
License:GPLv2+
Web Site:https://github.com/holylobster/nuntius-android/blob/HEAD/README.md
Source Code:https://github.com/holylobster/nuntius-android
Issue Tracker:https://github.com/holylobster/nuntius-android/issues
Auto Name:Nuntius
Summary:Push notifications to a desktop PC
Description:
Nuntius d... | Categories:Office
License:GPLv2+
Web Site:https://github.com/holylobster/nuntius-android/blob/HEAD/README.md
Source Code:https://github.com/holylobster/nuntius-android
Issue Tracker:https://github.com/holylobster/nuntius-android/issues
Auto Name:Nuntius
Summary:Push notifications to a desktop PC
Description:
Nuntius d... |
Fix the installation path of the user guide. | #
# Build the documentation
#
file(GLOB _manpages *.[0-9].txt)
add_custom_target(man
COMMAND
${CMAKE_CURRENT_SOURCE_DIR}/makeman.sh ${_manpages}
WORKING_DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}
)
add_custom_target(userguide
COMMAND
${CMAKE_CURRENT_SOURCE_DIR}/makeguide.sh csync.txt
WORKING_DIRECTORY
... | #
# Build the documentation
#
file(GLOB _manpages *.[0-9].txt)
add_custom_target(man
COMMAND
${CMAKE_CURRENT_SOURCE_DIR}/makeman.sh ${_manpages}
WORKING_DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}
)
add_custom_target(userguide
COMMAND
${CMAKE_CURRENT_SOURCE_DIR}/makeguide.sh csync.txt
WORKING_DIRECTORY
... |
Update changelog with merging of @SimonSarazin release/projecter branch. |
2015-03-02 Olivier Cortès <contact@oliviercortes.com>
* first official release, versioned “1.0”
* refreshed `README.md` with tested installation from scratch.
* updated `dataserver/*settings.py*` to reflect installation needs, with
some more new comments for newcomers to (hopefully) understand bet... |
2015-03-02 Olivier Cortès <contact@oliviercortes.com>
* first official release, versioned “1.0”
* refreshed `README.md` with tested installation from scratch.
* updated `dataserver/*settings.py*` to reflect installation needs, with
some more new comments for newcomers to (hopefully) understand bet... |
Add the missing 80x80 icon folder to the installed ones in the cmake file | install(DIRECTORY 16x16 DESTINATION ${SHARE_INSTALL_DIR}/icons/hicolor)
install(DIRECTORY 24x24 DESTINATION ${SHARE_INSTALL_DIR}/icons/hicolor)
install(DIRECTORY 32x32 DESTINATION ${SHARE_INSTALL_DIR}/icons/hicolor)
install(DIRECTORY 48x48 DESTINATION ${SHARE_INSTALL_DIR}/icons/hicolor)
install(DIRECTORY 64x64 DESTINAT... | install(DIRECTORY 16x16 DESTINATION ${SHARE_INSTALL_DIR}/icons/hicolor)
install(DIRECTORY 24x24 DESTINATION ${SHARE_INSTALL_DIR}/icons/hicolor)
install(DIRECTORY 32x32 DESTINATION ${SHARE_INSTALL_DIR}/icons/hicolor)
install(DIRECTORY 48x48 DESTINATION ${SHARE_INSTALL_DIR}/icons/hicolor)
install(DIRECTORY 64x64 DESTINAT... |
Update dependency sentry-sdk to v1.4.2 | # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
Django==3.1.5
gevent==21.8.0
gunicorn==20.1.0
sentry-sdk==1.4.1
# TODO: Move to /requirements/base.txt after fixing following bug:
# https://github.com/readthedocs/readthedocs-docker-imag... | # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
Django==3.1.5
gevent==21.8.0
gunicorn==20.1.0
sentry-sdk==1.4.2
# TODO: Move to /requirements/base.txt after fixing following bug:
# https://github.com/readthedocs/readthedocs-docker-imag... |
Add package to do MySQL requests from Python | # Import Base Requirements
-r _base.txt
# Local Specific Requirements
beautifulsoup4==4.6.0
flake8==3.2.1
pytest==3.0.7
codecov==2.0.9
pytest-cov==2.5.1
requests-mock==1.3.0
PyYAML==3.12
| # Import Base Requirements
-r _base.txt
# Local Specific Requirements
beautifulsoup4==4.6.0
flake8==3.2.1
pytest==3.0.7
codecov==2.0.9
pytest-cov==2.5.1
requests-mock==1.3.0
PyYAML==3.12
PyMySQL==0.7.11
|
Update rq from 0.11.0 to 0.12.0 | redis==2.10.6
rq==0.11.0
watchdog==0.8.3
| redis==2.10.6
rq==0.12.0
watchdog==0.8.3
|
Add six requirement from rpmbuild | ansicolors==1.0.2
pantsbuild.pants==1.0.1
pantsbuild.pants.contrib.node==1.1.0rc8
psycopg2==2.5.3
pymongo==2.8
requests==2.3.0
requests-futures==0.9.4
setuptools>=23,<24
twitter.common.collections==0.3.3
| ansicolors==1.0.2
pantsbuild.pants==1.0.1
pantsbuild.pants.contrib.node==1.1.0rc8
psycopg2==2.5.3
pymongo==2.8
requests==2.3.0
requests-futures==0.9.4
setuptools>=23,<24
six==1.10.0
twitter.common.collections==0.3.3
|
Remove unused code not run |
# Set up code generation
include(${SimpleITK_SOURCE_DIR}/CMake/generate_filter_source.cmake)
generate_filter_source()
add_subdirectory( src )
# Add custom command that will delete java files which need to be rebuilt when changes
# are made to BasicFilters
if( WRAP_JAVA )
add_custom_command(
TARGET SimpleITKBa... |
# Set up code generation
include(${SimpleITK_SOURCE_DIR}/CMake/generate_filter_source.cmake)
generate_filter_source()
add_subdirectory( src )
|
Update aiohttp from 3.3.0 to 3.3.2 | # {# This file is special: lines are made unique, stripped and sorted before the new requirements.txt file is created #}
# you will need to install these requirements with `pip install -r requirements.txt`
aiohttp==3.3.0
pytest==3.6.0
pytest-aiohttp==0.3.0
pytest-cov==2.5.1
# {% if template_engine.is_jinja %}
aiohttp... | # {# This file is special: lines are made unique, stripped and sorted before the new requirements.txt file is created #}
# you will need to install these requirements with `pip install -r requirements.txt`
aiohttp==3.3.2
pytest==3.6.0
pytest-aiohttp==0.3.0
pytest-cov==2.5.1
# {% if template_engine.is_jinja %}
aiohttp... |
Update mutatormath from 2.1.2 to 3.0.1 | fonttools[lxml,ufo,unicode]==4.21.1
cu2qu==1.6.7
glyphsLib==5.3.2
ufo2ft[pathops]==2.20.0
MutatorMath==2.1.2
fontMath==0.6.0
defcon[lxml]==0.7.2
booleanOperations==0.9.0
ufoLib2==0.8.0
attrs==20.2.0
cffsubr==0.2.7
| fonttools[lxml,ufo,unicode]==4.21.1
cu2qu==1.6.7
glyphsLib==5.3.2
ufo2ft[pathops]==2.20.0
MutatorMath==3.0.1
fontMath==0.6.0
defcon[lxml]==0.7.2
booleanOperations==0.9.0
ufoLib2==0.8.0
attrs==20.2.0
cffsubr==0.2.7
|
Update pytest from 3.1.1 to 3.1.2 | docker==2.3.0
molecule==1.25.0
pytest==3.1.1
python-vagrant==0.5.15
testinfra==1.6.3
tox==2.7.0 | docker==2.3.0
molecule==1.25.0
pytest==3.1.2
python-vagrant==0.5.15
testinfra==1.6.3
tox==2.7.0 |
Update Fabric dependencies (pycrypto, paramiko). | Django==1.5.3
Fabric==1.8.3
South==0.8.1
coverage==3.6
cssmin==0.1.4
django-pipeline==1.3.15
djangorestframework==2.3.12
futures==2.1.4
jsmin==2.0.3
mock==1.0.1
paramiko==1.11.0
pyScss==1.1.5
pycrypto==2.6
wsgiref==0.1.2
| Django==1.5.3
Fabric==1.8.3
South==0.8.1
coverage==3.6
cssmin==0.1.4
django-pipeline==1.3.15
djangorestframework==2.3.12
ecdsa==0.11
futures==2.1.4
jsmin==2.0.3
mock==1.0.1
paramiko==1.12.3
pyScss==1.1.5
pycrypto==2.6.1
wsgiref==0.1.2
|
Update sqlalchemy to fix security vulnerability [Skip Ci] | appdirs==1.4.3
asn1crypto==0.24.0
BeautifulSoup==3.2.1
certifi==2018.8.13
cffi==1.11.5
cryptography==2.3.1
csvkit==0.9.0
dbf==0.94.3
enum34==1.1.6
et-xmlfile==1.0.1
hashlib==20081119
idna==2.7
ipaddress==1.0.22
jdcal==1.3
ndg-httpsclient==0.5.1
numpy==1.11.0
openpyxl==2.4.7
packaging==16.8
pandas==0.18.1
pkg-resources=... | appdirs==1.4.3
asn1crypto==0.24.0
BeautifulSoup==3.2.1
certifi==2018.8.13
cffi==1.11.5
cryptography==2.3.1
csvkit==0.9.0
dbf==0.94.3
enum34==1.1.6
et-xmlfile==1.0.1
hashlib==20081119
idna==2.7
ipaddress==1.0.22
jdcal==1.3
ndg-httpsclient==0.5.1
numpy==1.11.0
openpyxl==2.4.7
packaging==16.8
pandas==0.18.1
pkg-resources=... |
Create human readable user guide | # friendly non-technical guide in progress.
Jmbo Generic User Guide
=======================
Initial configuration
---------------------
`jmbo-generic` requires initial configuration before it is ready to serve your site.
Sites
*****
Your web presence typically consists of a normal web site and a mobile site. Ther... | |
Update aioworkers from 0.13.0 to 0.14.3 | crontab==0.22.5
pyyaml>=4.2b1
aioworkers==0.13.0
| crontab==0.22.5
pyyaml>=4.2b1
aioworkers==0.14.3
|
Update python_http_client from 3.2.7 to 3.3.1 | # install all base requirements
-r requirements.txt
python_http_client==3.2.7
invoke==1.4.1
twine==3.2.0
# Tests
pytest==6.0.1
pytest-cov==2.10.0
codecov==2.1.8
python-coveralls==2.9.3
coveralls==2.1.1
mock==4.0.2
# Version update
PyGithub==1.51
bumpversion==0.6.0
| # install all base requirements
-r requirements.txt
python_http_client==3.3.1
invoke==1.4.1
twine==3.2.0
# Tests
pytest==6.0.1
pytest-cov==2.10.0
codecov==2.1.8
python-coveralls==2.9.3
coveralls==2.1.1
mock==4.0.2
# Version update
PyGithub==1.51
bumpversion==0.6.0
|
Remove Gevent and Gunicorn dependencies. | flask
Flask-Assets
flask-classy
Flask-Failsafe
progressbar2
rq
SQLAlchemy
sqlalchemy_utils
tornado
pycurl
pillow
phonenumbers
gunicorn
gevent
agnostic[postgres]
| flask
Flask-Assets
flask-classy
Flask-Failsafe
progressbar2
rq
SQLAlchemy
sqlalchemy_utils
tornado
pycurl
pillow
phonenumbers
agnostic[postgres]
|
Put user stylesheet / init script docs above themes. | intro.md
features.md
configuring.md
keymaps.md
themes.md
user-stylesheet.md
user-init-script.md
packages/intro.md
packages/installing.md
packages/markdown-preview.md
packages/wrap-guide.md
| intro.md
features.md
configuring.md
keymaps.md
user-stylesheet.md
user-init-script.md
themes.md
packages/intro.md
packages/installing.md
packages/markdown-preview.md
packages/wrap-guide.md
|
Fix build to name the lib properly | include_directories(${LIBGGPK_SOURCE_DIR}/include/ggpk)
add_library(libggpk Node.cpp Archive.cpp)
# libggpk must link with Qt4
target_link_libraries(libggpk ${QT_LIBRARIES})
| include_directories(${LIBGGPK_SOURCE_DIR}/include/ggpk)
add_library(libggpk Node.cpp Archive.cpp)
set_target_properties(libggpk PROPERTIES OUTPUT_NAME ggpk)
# libggpk must link with Qt4
target_link_libraries(libggpk ${QT_LIBRARIES})
|
Update Nextcloud Bookmarks to 1.5 (6) | Categories:Multimedia,Internet
License:MIT
Web Site:https://github.com/theScrabi/OCBookmarks
Source Code:https://github.com/theScrabi/OCBookmarks
Issue Tracker:https://github.com/theScrabi/OCBookmarks/issues
Changelog:https://github.com/theScrabi/OCBookmarks/releases
Auto Name:Nextcloud Bookmarks
Summary:A front end f... | Categories:Multimedia,Internet
License:MIT
Web Site:https://github.com/theScrabi/OCBookmarks
Source Code:https://github.com/theScrabi/OCBookmarks
Issue Tracker:https://github.com/theScrabi/OCBookmarks/issues
Changelog:https://github.com/theScrabi/OCBookmarks/releases
Auto Name:Nextcloud Bookmarks
Summary:A front end f... |
Add overview of folder contents. | recipes-binary - Binary only firmware recipes.
recipes-bsp - Anything with links to the RaspberryPi hardware configuration information.
recipes-core - Extensions to existing upstream core recipes.
recipes-devices - Device drivers/Init scripts.
recipes-graphics - XOrg Config and such.
rec... | |
Bump pytest from 6.2.1 to 6.2.2 | black==20.8b1
doc8==0.8.1
coveralls==3.0.0
flake8==3.8.4
flake8-commas==2.0.0
flake8-comprehensions==3.3.1
flake8-docstrings==1.5.0
flake8-isort==4.0.0
flake8-mutable==1.2.0
freezegun==1.1.0
isort==5.7.0
mypy==0.790
pydocstyle==5.1.1
pytest==6.2.1
pytest-cov==2.11.1
rope==0.18.0
setuptools==52.0.0
sphinx==3.4.3
sphinx-... | black==20.8b1
doc8==0.8.1
coveralls==3.0.0
flake8==3.8.4
flake8-commas==2.0.0
flake8-comprehensions==3.3.1
flake8-docstrings==1.5.0
flake8-isort==4.0.0
flake8-mutable==1.2.0
freezegun==1.1.0
isort==5.7.0
mypy==0.790
pydocstyle==5.1.1
pytest==6.2.2
pytest-cov==2.11.1
rope==0.18.0
setuptools==52.0.0
sphinx==3.4.3
sphinx-... |
Update py from 1.4.34 to 1.5.2 | -r requirements.txt
flake8==3.0.4
mccabe==0.6.1
py==1.4.34
pycodestyle==2.0.0
pyflakes==1.3.0
pytest==3.0.3
pytest-cov==2.5.1
| -r requirements.txt
flake8==3.0.4
mccabe==0.6.1
py==1.5.2
pycodestyle==2.0.0
pyflakes==1.3.0
pytest==3.0.3
pytest-cov==2.5.1
|
Mark page shells and ranking report as complete | [x] basic layout (layout.html, navbar, footer, bootstrap/ fontawesome)
[/] page shells (main, about, teams, awards, playoffs, pit display, playoff display, 404)
[ ] login system
[ ] event settings page (name, passwords)
[/] team list page
[x] team management via form
[x] team CSV import
[x] team list report
[x] basic s... | [x] basic layout (layout.html, navbar, footer, bootstrap/ fontawesome)
[x] page shells (main, about, teams, awards, playoffs, pit display, playoff display)
[ ] login system
[ ] event settings page (name, passwords)
[/] team list page
[x] team management via form
[x] team CSV import
[x] team list report
[x] basic score ... |
Update tox from 3.21.3 to 3.21.4 | ansible-lint==4.3.7
docker==4.4.1
flake8==3.8.4
molecule==3.0.8
pytest==6.2.2
testinfra==6.0.0
tox==3.21.3
| ansible-lint==4.3.7
docker==4.4.1
flake8==3.8.4
molecule==3.0.8
pytest==6.2.2
testinfra==6.0.0
tox==3.21.4
|
Bump black from 21.4b1 to 21.4b2 | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements/format.in
#
appdirs==1.4.4
# via black
black==21.4b1
# via -r requirements/format.in
click==7.1.2
# via black
isort==5.8.0
# via -r requirements/format.in
mypy-extensions==0.4.3
# via black
pathspec==0.8.... | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements/format.in
#
appdirs==1.4.4
# via black
black==21.4b2
# via -r requirements/format.in
click==7.1.2
# via black
isort==5.8.0
# via -r requirements/format.in
mypy-extensions==0.4.3
# via black
pathspec==0.8.... |
Update pep8 from 1.7.0 to 1.7.1 | # Runtime requirements
--requirement requirements.txt
# Postgresql database access
psycopg2==2.7.3.2
# Documentation
Sphinx==1.6.5
# Testing
pytest==3.2.3
pytest-cov==2.5.1
coveralls==1.2.0
# Linting
flake8==3.5.0
mccabe==0.6.1
pep8==1.7.0
pyflakes==1.6.0
| # Runtime requirements
--requirement requirements.txt
# Postgresql database access
psycopg2==2.7.3.2
# Documentation
Sphinx==1.6.5
# Testing
pytest==3.2.3
pytest-cov==2.5.1
coveralls==1.2.0
# Linting
flake8==3.5.0
mccabe==0.6.1
pep8==1.7.1
pyflakes==1.6.0
|
Update pexpect from 4.3.0 to 4.3.1 | 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.post1
Pygments==2.2.0
python-dateutil==2.6.1
PyYAML=... | 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.1
Pillow==4.3.0
protobuf==3.5.0.post1
Pygments==2.2.0
python-dateutil==2.6.1
PyYAML=... |
Update pandas from 0.20.2 to 0.20.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.3
cryptography==1.9
PyYAML==3.12
pytest==3.1.3
pytest-runner==2.11.1
sphinxcontrib-napoleon==0.6.1
numpy==1.13.1
pandas==0.20.2
matplotlib==2.0.2
jupyter==1.0.0
ipywidgets==7.0.0a8
opencv-contrib-python==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.3
cryptography==1.9
PyYAML==3.12
pytest==3.1.3
pytest-runner==2.11.1
sphinxcontrib-napoleon==0.6.1
numpy==1.13.1
pandas==0.20.3
matplotlib==2.0.2
jupyter==1.0.0
ipywidgets==7.0.0a8
opencv-contrib-python==3... |
Update coverage from 5.0.3 to 5.0.4 | pip==19.3.1
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.9
tox==3.14.5
coverage==5.0.3
Sphinx==2.3.1
cryptography==2.8
PyYAML==5.3
pytest==5.3.5
pytest-runner==5.2
vcrpy==2.1.1
twine==3.1.1
| pip==19.3.1
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.9
tox==3.14.5
coverage==5.0.4
Sphinx==2.3.1
cryptography==2.8
PyYAML==5.3
pytest==5.3.5
pytest-runner==5.2
vcrpy==2.1.1
twine==3.1.1
|
Update tox from 2.7.0 to 2.8.1 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
cryptography==1.9
PyYAML==3.12
nose==1.3.7
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.8.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==1.9
PyYAML==3.12
nose==1.3.7
|
Remove yamllint extra from ansible-lint | -r staging.txt
ansible==6.4.0
ansible-lint[yamllint]==6.7.0
coverage==6.4.4
factory_boy==3.2.1
flake8==5.0.4
ipython==8.5.0
rstcheck==5.0.0
sphinx==5.2.2
| -r staging.txt
ansible==6.4.0
ansible-lint==6.7.0
coverage==6.4.4
factory_boy==3.2.1
flake8==5.0.4
ipython==8.5.0
rstcheck==5.0.0
sphinx==5.2.2
|
Update check-manifest from 0.41 to 0.42 | -r requirements.txt
check-manifest==0.41
pyroma==2.6
pytest==5.4.1
pytest-mock==3.1.0
tox==3.15.0
flake8==3.7.9
twine==3.1.1
coverage==5.1
pytest-cov==2.8.1
Sphinx==3.0.3
sphinx-autobuild==0.7.1
sphinx-autodoc-typehints==1.10.3
redis==3.5.0
Cython==0.29.17
happybase==1.2.0 | -r requirements.txt
check-manifest==0.42
pyroma==2.6
pytest==5.4.1
pytest-mock==3.1.0
tox==3.15.0
flake8==3.7.9
twine==3.1.1
coverage==5.1
pytest-cov==2.8.1
Sphinx==3.0.3
sphinx-autobuild==0.7.1
sphinx-autodoc-typehints==1.10.3
redis==3.5.0
Cython==0.29.17
happybase==1.2.0 |
Drop NumPy version requirement from 1.8.0 to 1.4.1 | setuptools
Numpy>=1.8.0
Cython>=0.19
descartes==1.0.1
packaging
pytest
| setuptools
Numpy>=1.4.1
Cython>=0.19
descartes==1.0.1
packaging
pytest
|
Update dependency django-test-plus to v1.2.1 | # Local development dependencies go here
-r base.txt
Sphinx==1.8.5
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.11
django-extensions==2.1.9
django-autofixture==0.12.1
graphviz==0.9
factory-boy==2.11.1
django-coverage-plugin==1.6.0
django-test-plus==1.1.1
vcrpy==2.0.1
| # Local development dependencies go here
-r base.txt
Sphinx==1.8.5
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.11
django-extensions==2.1.9
django-autofixture==0.12.1
graphviz==0.9
factory-boy==2.11.1
django-coverage-plugin==1.6.0
django-test-plus==1.2.1
vcrpy==2.0.1
|
Update numpy from 1.18.3 to 1.18.4 | # required
cython==0.29.19
numpy==1.18.3
dask[array]==2.15.0
# optional
scipy==1.4.1
matplotlib==3.2.1
seaborn==0.10.1
pandas==1.0.3
scikit-learn==0.22.2.post1
h5py==2.10.0
numexpr==2.7.1
bcolz==1.2.1
zarr==2.3.2
hmmlearn==0.2.3
# install problems on windows, skip for now
# https://github.com/jmschrei/pomegranate/issue... | # required
cython==0.29.19
numpy==1.18.4
dask[array]==2.15.0
# optional
scipy==1.4.1
matplotlib==3.2.1
seaborn==0.10.1
pandas==1.0.3
scikit-learn==0.22.2.post1
h5py==2.10.0
numexpr==2.7.1
bcolz==1.2.1
zarr==2.3.2
hmmlearn==0.2.3
# install problems on windows, skip for now
# https://github.com/jmschrei/pomegranate/issue... |
Add PSTVZ to excluded list | # This file is used to indicate what symbols should not be included
# in the coarse file generation process. By default, this file contains
# known test symbols
#https://www.nasdaqtrader.com/TraderNews.aspx?id=ETU2013-6
ZJZZT
ZVZZT
ZWZZT
ZXYZ.A
ZXZZT
CBO
CBX
IBO
IGZ
ZBZX
ZTEST
#http://www.nasdaq.com/symb... | # This file is used to indicate what symbols should not be included
# in the coarse file generation process. By default, this file contains
# known test symbols
#https://www.nasdaqtrader.com/TraderNews.aspx?id=ETU2013-6
ZJZZT
ZVZZT
ZWZZT
ZXYZ.A
ZXZZT
CBO
CBX
IBO
IGZ
ZBZX
ZTEST
#http://www.nasdaq.com/symb... |
Remove incorrect line trying to build intel-mpx; that's in the intel subdir. | if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(darwin-debug)
add_subdirectory(debugserver)
endif()
add_subdirectory(argdumper)
add_subdirectory(driver)
add_subdirectory(lldb-mi)
if (LLDB_CAN_USE_LLDB_SERVER)
add_subdirectory(lldb-server)
endif()
add_subdirectory(intel-mpx)
add_subdirectory(repl/swift)
a... | if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(darwin-debug)
add_subdirectory(debugserver)
endif()
add_subdirectory(argdumper)
add_subdirectory(driver)
add_subdirectory(lldb-mi)
if (LLDB_CAN_USE_LLDB_SERVER)
add_subdirectory(lldb-server)
endif()
add_subdirectory(repl/swift)
add_subdirectory(intel-featur... |
Update CrocodileNote to 1.6 (16) | Categories:Office
License:GPLv3
Web Site:https://code.google.com/p/crocodilenote
Source Code:https://code.google.com/p/crocodilenote/source
Issue Tracker:https://code.google.com/p/crocodilenote/issues
Auto Name:CrocodileNote
Summary:Take notes and encrypt them
Description:
Take simple text notes. You can put them into... | Categories:Office
License:GPLv3
Web Site:https://code.google.com/p/crocodilenote
Source Code:https://code.google.com/p/crocodilenote/source
Issue Tracker:https://code.google.com/p/crocodilenote/issues
Auto Name:CrocodileNote
Summary:Take notes and encrypt them
Description:
Take simple text notes. You can put them into... |
Remove okhttp related proguard rules | # Proguard rules specific to the OkHttp extension.
# Options specified by https://github.com/square/okhttp/blob/master/README.md
-dontwarn okhttp3.**
-dontwarn okio.**
-dontwarn javax.annotation.**
-dontwarn org.conscrypt.**
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
| # Proguard rules specific to the OkHttp extension.
# Options specified by https://github.com/square/okhttp/blob/master/README.md
-dontwarn okio.**
-dontwarn javax.annotation.**
-dontwarn org.conscrypt.**
|
Update CV of RateBeer for Android to 1.6.1 (54) | Disabled:non-free, little chance we'll ever build it
Categories:Internet
License:GPLv3+
Web Site:http://www.ratebeer.com
Source Code:https://code.google.com/p/ratebeerforandroid/source
Issue Tracker:https://code.google.com/p/ratebeerforandroid/issues
Auto Name:RateBeer for Android
Summary:RateBeer.com client
Descripti... | Disabled:non-free, little chance we'll ever build it
Categories:Internet
License:GPLv3+
Web Site:http://www.ratebeer.com
Source Code:https://code.google.com/p/ratebeerforandroid/source
Issue Tracker:https://code.google.com/p/ratebeerforandroid/issues
Auto Name:RateBeer for Android
Summary:RateBeer.com client
Descripti... |
Update flake8 from 3.5.0 to 3.7.8 | -e .[all]
bumpversion==0.5.3
cov-core==1.15.0
flake8==3.5.0
isort==4.3.4
mock==2.0.0
moto==1.3.6
py==1.6.0
pytest-cov==2.6.0
pytest==3.8.2
wheel==0.32.1
| -e .[all]
bumpversion==0.5.3
cov-core==1.15.0
flake8==3.7.8
isort==4.3.4
mock==2.0.0
moto==1.3.6
py==1.6.0
pytest-cov==2.6.0
pytest==3.8.2
wheel==0.32.1
|
Update pytest from 3.6.1 to 3.6.2 | coverage==4.5.1
jedi==0.12.0
pylint==1.9.2
pytest==3.6.1
pytest-cov==2.5.1
sphinx==1.7.5
sphinx-rtd-theme==0.4.0
tox==3.0.0
rope==0.10.7
mypy==0.610; python_version >= '3.5'
pytest-asyncio==0.8.0; python_version >= '3.5' | coverage==4.5.1
jedi==0.12.0
pylint==1.9.2
pytest==3.6.2
pytest-cov==2.5.1
sphinx==1.7.5
sphinx-rtd-theme==0.4.0
tox==3.0.0
rope==0.10.7
mypy==0.610; python_version >= '3.5'
pytest-asyncio==0.8.0; python_version >= '3.5' |
Update pytest from 3.7.3 to 3.8.0 | attrs==18.1.0 # Modern attrs is required for pytest
autoflake==1.2
check-manifest==0.37
codecov==2.0.15 # Upload coverage data
dodgy==0.1.9 # Look for uploaded secrets
flake8==3.5.0 # Lint
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==1.0.0 # Require single quotes
freezegun==0.3.10 # Freeze ... | attrs==18.1.0 # Modern attrs is required for pytest
autoflake==1.2
check-manifest==0.37
codecov==2.0.15 # Upload coverage data
dodgy==0.1.9 # Look for uploaded secrets
flake8==3.5.0 # Lint
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==1.0.0 # Require single quotes
freezegun==0.3.10 # Freeze ... |
Update sphinx from 2.0.0 to 2.0.1 | docutils==0.14
git+https://github.com/tony/releases.git@future-releases-uri-config#egg=releases
sphinx==2.0.0
alagitpull==0.0.22
sphinxcontrib-napoleon==0.7
| docutils==0.14
git+https://github.com/tony/releases.git@future-releases-uri-config#egg=releases
sphinx==2.0.1
alagitpull==0.0.22
sphinxcontrib-napoleon==0.7
|
Disable broken tests on Windows | add_subdirectory(cgen_test)
add_subdirectory(monster_test)
add_subdirectory(monster_test_solo)
add_subdirectory(monster_test_prefix)
add_subdirectory(emit_test)
add_subdirectory(flatc_compat)
if (FLATCC_REFLECTION)
add_subdirectory(reflection_test)
endif()
add_subdirectory(load_test)
add_subdirectory(json_test)
| add_subdirectory(cgen_test)
add_subdirectory(monster_test)
add_subdirectory(monster_test_solo)
add_subdirectory(monster_test_prefix)
add_subdirectory(flatc_compat)
if (FLATCC_REFLECTION)
add_subdirectory(reflection_test)
endif()
add_subdirectory(load_test)
if (NOT MSVC)
# currently broken on Win32
add_subdi... |
Update pip from 8.1.2 to 19.3.1 | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
tox==2.3.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==5.1
| pip==19.3.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
tox==2.3.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==5.1
|
Update links in readme file | ITK: The Insight Toolkit for Segmentation and Registration
Links
-----
* Homepage: http://www.itk.org
* Download: http://www.itk.org/ITK/resources/software.html
* Mailing List: http://www.itk.org/mailman/listinfo/insight-users
* Book: http://www.itk.org/ITK/help/book.html
* Help: http://www.itk.org/ITK/help/help.htm... | ITK: The Insight Toolkit for Segmentation and Registration
Links
-----
* Homepage: http://www.itk.org
* Download: http://www.itk.org/ITK/resources/software.html
* Mailing List: http://www.itk.org/ITK/help/mailing.html
* Book: http://www.itk.org/ITK/help/book.html
* Help: http://www.itk.org/ITK/help/help.html
* Examp... |
Update pytest from 3.1.1 to 3.1.2 | alabaster==0.7.10
amqp==2.1.4
appdirs==1.4.3
babel==2.4.0
beautifulsoup4==4.6.0
billiard==3.5.0.2
celery==4.0.2
click==6.7
coverage==4.4.1
django-webtest==1.9.2
docutils==0.13.1
first==2.0.1
graphviz==0.7.1
imagesize==0.7.1
Jinja2==2.9.6
kombu==4.0.2
MarkupSafe==1.0
packaging==16.8
pip-tools==1.9.0
pluggy==0.4.0
py==1.... | alabaster==0.7.10
amqp==2.1.4
appdirs==1.4.3
babel==2.4.0
beautifulsoup4==4.6.0
billiard==3.5.0.2
celery==4.0.2
click==6.7
coverage==4.4.1
django-webtest==1.9.2
docutils==0.13.1
first==2.0.1
graphviz==0.7.1
imagesize==0.7.1
Jinja2==2.9.6
kombu==4.0.2
MarkupSafe==1.0
packaging==16.8
pip-tools==1.9.0
pluggy==0.4.0
py==1.... |
Update celery from 4.0.2 to 4.1.0 | alabaster==0.7.10
amqp==2.2.1
appdirs==1.4.3
babel==2.4.0
beautifulsoup4==4.6.0
billiard==3.5.0.3
celery==4.0.2
click==6.7
coverage==4.4.1
django-webtest==1.9.2
docutils==0.13.1
first==2.0.1
graphviz==0.8
imagesize==0.7.1
Jinja2==2.9.6
kombu==4.1.0
MarkupSafe==1.0
packaging==16.8
pip-tools==1.9.0
pluggy==0.4.0
py==1.4.... | alabaster==0.7.10
amqp==2.2.1
appdirs==1.4.3
babel==2.4.0
beautifulsoup4==4.6.0
billiard==3.5.0.3
celery==4.1.0
click==6.7
coverage==4.4.1
django-webtest==1.9.2
docutils==0.13.1
first==2.0.1
graphviz==0.8
imagesize==0.7.1
Jinja2==2.9.6
kombu==4.1.0
MarkupSafe==1.0
packaging==16.8
pip-tools==1.9.0
pluggy==0.4.0
py==1.4.... |
Add a workaround for stupid CMake behaviour | project(msgpuck)
cmake_minimum_required(VERSION 2.6)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0 -pg -Wall -Wextra")
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE RelWithDebugInfo CACHE STRING
"Build type, options are: Debug Release." FORCE)
endif()
... | project(msgpuck)
cmake_minimum_required(VERSION 2.6)
if(POLICY CMP0037)
cmake_policy(SET CMP0037 OLD) # don't blame custom target names
endif(POLICY CMP0037)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0 -pg -Wall -Wextra")
if(NOT CMAKE_BUILD_TYPE)
set(CMA... |
Update cryptography from 2.1.4 to 2.2 | pip==9.0.2
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.7.1
cryptography==2.1.4
PyYAML==3.12
pytest==3.4.2
pytest-cov==2.5.1
pytest-mock==1.7.1
pytest-pylint==0.9.0
requests-mock==1.4.0
spec==1.4.1
| pip==9.0.2
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.7.1
cryptography==2.2
PyYAML==3.12
pytest==3.4.2
pytest-cov==2.5.1
pytest-mock==1.7.1
pytest-pylint==0.9.0
requests-mock==1.4.0
spec==1.4.1
|
Update bumpversion from 0.5.3 to 0.6.0 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.1
coverage==4.4.1
Sphinx==1.6.3
sphinx-rtd-theme==0.2.4
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.1
pytest-cov==2.5.1
pytest-runner==2.12
codecov==2.0.9
matplotlib==2.0.2
| pip==9.0.1
bumpversion==0.6.0
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.1
coverage==4.4.1
Sphinx==1.6.3
sphinx-rtd-theme==0.2.4
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.1
pytest-cov==2.5.1
pytest-runner==2.12
codecov==2.0.9
matplotlib==2.0.2
|
Update hypothesis from 3.11.0 to 3.11.1 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.1
pytest==3.1.0
hypothesis==3.11.0
pony==0.7.1
sphinx_rtd_theme==0.2.4
| 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
pytest==3.1.0
hypothesis==3.11.1
pony==0.7.1
sphinx_rtd_theme==0.2.4
|
Update pip from 8.1.2 to 9.0.1 | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
tox==2.3.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
pytest==2.9.2
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
tox==2.3.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
pytest==2.9.2
|
Update cryptography from 1.2.2 to 1.2.3 | bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.5.4
tox==2.3.1
coverage==4.0.3
Sphinx==1.3.6
cryptography==1.2.2
PyYAML==3.11
requests-mock==0.7.0
setuptools==20.2.2
| bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.5.4
tox==2.3.1
coverage==4.0.3
Sphinx==1.3.6
cryptography==1.2.3
PyYAML==3.11
requests-mock==0.7.0
setuptools==20.2.2
|
Add MSPL license for project. | Microsoft Public License (MS-PL)
[OSI Approved License]
This license governs use of the accompanying software. If you use the software, you
accept this license. If you do not accept the license, do not use the software.
1. Definitions
The terms "reproduce," "reproduction," "derivative works," and "distribution" have t... | |
Update Terminightor to 0.9.2 (4) | Categories:Time
License:GPLv3+
Web Site:
Source Code:https://github.com/theScrabi/Terminightor
Issue Tracker:https://github.com/theScrabi/Terminightor/issues
Auto Name:Terminightor
Summary:Alarm clock based on NFC tags
Description:
A simple alarm clock with a spicy special: In order to put off an alarm, you
have to ho... | Categories:Time
License:GPLv3+
Web Site:
Source Code:https://github.com/theScrabi/Terminightor
Issue Tracker:https://github.com/theScrabi/Terminightor/issues
Auto Name:Terminightor
Summary:Alarm clock based on NFC tags
Description:
A simple alarm clock with a spicy special: In order to put off an alarm, you
have to ho... |
Bump art from 4.4 to 4.5 | psutil==5.6.7
requests==2.22.0
art==4.4
setuptools>=40.8.0
vulture>=1.0
bandit>=1.5.1
pydocstyle>=3.0.0
| psutil==5.6.7
requests==2.22.0
art==4.5
setuptools>=40.8.0
vulture>=1.0
bandit>=1.5.1
pydocstyle>=3.0.0
|
Update treeherder-client from 1.7.0 to 2.0.1 | beautifulsoup4==4.4.0
bugsy==0.4.1
click==4.1
Flask==0.10.1
gprof2dot==2015.2.3
gunicorn==19.3.0
httplib2==0.9.1
ijson==2.2
itsdangerous==0.24
Jinja2==2.7.3
keyring==5.4
lpthw.web==1.1
MarkupSafe==0.23
mozci==0.14.0
oauth2==1.5.211
progressbar==2.3
PyHawk-with-a-single-extra-commit==0.1.5
redis==2.10.3
requests==2.7.0
... | beautifulsoup4==4.4.0
bugsy==0.4.1
click==4.1
Flask==0.10.1
gprof2dot==2015.2.3
gunicorn==19.3.0
ijson==2.2
itsdangerous==0.24
Jinja2==2.7.3
keyring==5.4
lpthw.web==1.1
MarkupSafe==0.23
mozci==0.14.0
progressbar==2.3
PyHawk-with-a-single-extra-commit==0.1.5
redis==2.10.3
requests==2.7.0
rq==0.5.4
taskcluster==0.0.24
uW... |
Update pytest from 3.2.0 to 3.2.1 | docker==2.5.0
molecule==1.25.0
pytest==3.2.0
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.7.0
| docker==2.5.0
molecule==1.25.0
pytest==3.2.1
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.7.0
|
Update dependency google-auth to v1.21.0 | cachetools==4.1.1
certifi==2020.6.20
chardet==3.0.4
coverage==5.2.1
google-api-core==1.22.1
google-api-python-client==1.11.0
google-auth==1.20.1
google-auth-httplib2==0.0.4
google-auth-oauthlib==0.4.1
googleapis-common-protos==1.52.0
httplib2==0.18.1
idna==2.10
oauth2client==4.1.3
oauthlib==3.1.0
protobuf==3.13.0
pyasn... | cachetools==4.1.1
certifi==2020.6.20
chardet==3.0.4
coverage==5.2.1
google-api-core==1.22.1
google-api-python-client==1.11.0
google-auth==1.21.0
google-auth-httplib2==0.0.4
google-auth-oauthlib==0.4.1
googleapis-common-protos==1.52.0
httplib2==0.18.1
idna==2.10
oauth2client==4.1.3
oauthlib==3.1.0
protobuf==3.13.0
pyasn... |
Update flake8-isort from 2.2.1 to 2.2.2 | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==3.1.2
WebTest==2.0.27
factory-boy==2.8.1
# Lint and code style
flake8==3.3.0
flake8-blind-except==0.1.1
flake8-debugger==1.4.0
flake8-docstrings==1.1.0
flake8-isort==2.2.1
flake8-quotes==0.11.0
isort==4.2.15
pep8... | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==3.1.2
WebTest==2.0.27
factory-boy==2.8.1
# Lint and code style
flake8==3.3.0
flake8-blind-except==0.1.1
flake8-debugger==1.4.0
flake8-docstrings==1.1.0
flake8-isort==2.2.2
flake8-quotes==0.11.0
isort==4.2.15
pep8... |
Update wheel from 0.29.0 to 0.30.0 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.1
coverage==4.4.1
Sphinx==1.6.4
pytest==3.2.1
pytest-runner==2.12.1
faker==0.8.3
pandas==0.20.3
sphinxcontrib-napoleon==0.6.1
tqdm==4.15.0
pytest-benchmark==3.1.1
networkx==2.0
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.1
coverage==4.4.1
Sphinx==1.6.4
pytest==3.2.1
pytest-runner==2.12.1
faker==0.8.3
pandas==0.20.3
sphinxcontrib-napoleon==0.6.1
tqdm==4.15.0
pytest-benchmark==3.1.1
networkx==2.0
|
Update awscli and botocore in tandom with boto3 | click==8.0.4
Jinja2==3.0.3
PyYAML==5.4.1
awscli==1.22.62
requests==2.27.1
boto3==1.21.18
botocore==1.24.7
docopt==0.6.2
bcrypt==3.2.0
yq==2.13.0
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
| click==8.0.4
Jinja2==3.0.3
PyYAML==5.4.1
awscli==1.22.73
requests==2.27.1
boto3==1.21.18
botocore==1.24.18
docopt==0.6.2
bcrypt==3.2.0
yq==2.13.0
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
|
Update pip from 22.2.1 to 22.2.2 | wheel==0.37.1
watchdog==2.1.9
pip==22.2.1
flake8==5.0.3
Sphinx==5.1.1
tox==3.25.1
coverage==6.4.2
PyYAML==6.0
pytest==7.1.2
| wheel==0.37.1
watchdog==2.1.9
pip==22.2.2
flake8==5.0.3
Sphinx==5.1.1
tox==3.25.1
coverage==6.4.2
PyYAML==6.0
pytest==7.1.2
|
Update cryptography from 2.2.2 to 2.3 | pip==10.0.1
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.1.2
coverage==4.5.1
Sphinx==1.7.6
cryptography==2.2.2
PyYAML==3.13
pytest==3.6.3
pytest-runner==4.2
| pip==10.0.1
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.1.2
coverage==4.5.1
Sphinx==1.7.6
cryptography==2.3
PyYAML==3.13
pytest==3.6.3
pytest-runner==4.2
|
Add executable permission to tools. | file(GLOB BT_FILES *.bt)
file(GLOB TXT_FILES *.txt)
list(REMOVE_ITEM TXT_FILES ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt)
install(FILES ${BT_FILES} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/bpftrace/tools)
install(FILES ${TXT_FILES} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/bpftrace/tools/doc)
add_subdirectory(old)
| file(GLOB BT_FILES *.bt)
file(GLOB TXT_FILES *.txt)
list(REMOVE_ITEM TXT_FILES ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt)
install(PROGRAMS ${BT_FILES} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/bpftrace/tools)
install(FILES ${TXT_FILES} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/bpftrace/tools/doc)
add_subdirectory(old)
|
Update alagitpull from 0.0.11 to 0.0.12 | -r ./base.txt
sphinx==1.6.2
alagitpull==0.0.11
releases==1.3.1 # Updated from 1.2.0
| -r ./base.txt
sphinx==1.6.2
alagitpull==0.0.12
releases==1.3.1 # Updated from 1.2.0
|
Update sphinx from 1.5.3 to 1.5.5 | click==6.7
PyYAML==3.12
fs==0.5.5a1
pip==9.0.1
wheel==0.29.0
flake8==3.3.0
tox==2.6.0
coverage==4.3.4
pytest==3.0.7
pytest_cov==2.4.0
Sphinx==1.5.3
sphinx-rtd-theme==0.2.4
moto==0.4.31
pymongo==3.4.0
boto3==1.4.4
bumpversion==0.5.3
watchdog==0.8.3
cryptography==1.8.1
clatter==0.1.1
| click==6.7
PyYAML==3.12
fs==0.5.5a1
pip==9.0.1
wheel==0.29.0
flake8==3.3.0
tox==2.6.0
coverage==4.3.4
pytest==3.0.7
pytest_cov==2.4.0
Sphinx==1.5.5
sphinx-rtd-theme==0.2.4
moto==0.4.31
pymongo==3.4.0
boto3==1.4.4
bumpversion==0.5.3
watchdog==0.8.3
cryptography==1.8.1
clatter==0.1.1
|
Update pytest from 3.0.5 to 3.0.6 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.3.4
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.5
numpy==1.12.0
scipy==0.18.1
scikit-learn==0.18.1
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.3.4
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.6
numpy==1.12.0
scipy==0.18.1
scikit-learn==0.18.1
|
Update zope.interface from 4.4.3 to 4.5.0 | #
# 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==18.1.0
automat==0.6.0
cffi==1.11.5; platform_python_implementation != 'PyPy'
constantly==15.1.0
cryptography==2.2.2
enum34==1.1.6
idna==2.6
incremen... | #
# 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==18.1.0
automat==0.6.0
cffi==1.11.5; platform_python_implementation != 'PyPy'
constantly==15.1.0
cryptography==2.2.2
enum34==1.1.6
idna==2.6
incremen... |
Update pandas from 1.3.5 to 1.4.1 | numpy==1.22.2
pyyaml>=4.2b1
pandas==1.3.5
scipy==1.7.3
astropy==5.0
matplotlib==3.5.1
tables==3.7.0
| numpy==1.22.2
pyyaml>=4.2b1
pandas==1.4.1
scipy==1.7.3
astropy==5.0
matplotlib==3.5.1
tables==3.7.0
|
Update to Freeciv server svn r24951. | FCREV=24949
FCBRANCH=trunk
ORIGCAPSTR="+Freeciv.Devel-2.6-2014.May.22"
WEBCAPSTR="+Freeciv.Web.Devel-2.6-2014.May.22"
| FCREV=24951
FCBRANCH=trunk
ORIGCAPSTR="+Freeciv.Devel-2.6-2014.May.22"
WEBCAPSTR="+Freeciv.Web.Devel-2.6-2014.May.22"
|
Update TilelessMap to 0.1.4 (3) | Categories:Navigation
License:GPL-3.0
Author Name:Nicklas Avén
Author Email:nicklas.aven@jordogskog.no
Web Site:https://github.com/TilelessMap/TilelessMap
Source Code:https://github.com/TilelessMap/TilelessMap
Issue Tracker:https://github.com/TilelessMap/TilelessMap/issues
Auto Name:TilelessMap
Repo Type:git
Repo:htt... | Categories:Navigation
License:GPL-3.0
Author Name:Nicklas Avén
Author Email:nicklas.aven@jordogskog.no
Web Site:https://github.com/TilelessMap/TilelessMap
Source Code:https://github.com/TilelessMap/TilelessMap
Issue Tracker:https://github.com/TilelessMap/TilelessMap/issues
Auto Name:TilelessMap
Repo Type:git
Repo:htt... |
Update IPCam Demo to 1.8.0 (11) | Categories:Internet
License:MIT
Web Site:
Source Code:https://github.com/niqdev/ipcam-view
Issue Tracker:https://github.com/niqdev/ipcam-view/issues
Auto Name:IPCam Demo
Summary:MJPEG video streaming on Android
Description:
Demo app for the [https://github.com/niqdev/ipcam-view ipcam-view library] with
current feature... | Categories:Internet
License:MIT
Web Site:
Source Code:https://github.com/niqdev/ipcam-view
Issue Tracker:https://github.com/niqdev/ipcam-view/issues
Auto Name:IPCam Demo
Summary:MJPEG video streaming on Android
Description:
Demo app for the [https://github.com/niqdev/ipcam-view ipcam-view library] with
current feature... |
Update AudioMeter to 1.2 (3) | Categories:Multimedia
License:GPLv3+
Web Site:http://quaap.com/D/AudioMeter
Source Code:https://github.com/quaap/AudioMeter
Issue Tracker:https://github.com/quaap/AudioMeter/issues
Auto Name:AudioMeter
Summary:A simple VU-style audio meter
Description:
A simple VU-style audio meter. You can choose from several formul... | Categories:Multimedia
License:GPLv3+
Web Site:http://quaap.com/D/AudioMeter
Source Code:https://github.com/quaap/AudioMeter
Issue Tracker:https://github.com/quaap/AudioMeter/issues
Auto Name:AudioMeter
Summary:A simple VU-style audio meter
Description:
A simple VU-style audio meter. You can choose from several formul... |
Update pytest from 3.10.1 to 4.0.0 | -r requirements.txt
-e .
ipdb==0.10.1
pytest==3.10.1
pytest-sugar==0.9.2
| -r requirements.txt
-e .
ipdb==0.10.1
pytest==4.0.0
pytest-sugar==0.9.2
|
Update ipdb from 0.10.1 to 0.10.3 | # Local development dependencies go here
-r base.txt
Sphinx==1.6.2
django-extensions==1.8.0
Werkzeug==0.12.2
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.8
# improved REPL
ipdb==0.10.1
factory-boy==2.8.1
| # Local development dependencies go here
-r base.txt
Sphinx==1.6.2
django-extensions==1.8.0
Werkzeug==0.12.2
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.8
# improved REPL
ipdb==0.10.3
factory-boy==2.8.1
|
Update Jinja2 versioning to avoid Sphinx failures. | sphinx==3.3.0
sphinx_rtd_theme==0.5.0
sphinxcontrib-katex==0.7.1
sphinxcontrib-bibtex==1.0.0
sphinx-autodoc-typehints==1.11.1
IPython==7.16.1
ipykernel==5.3.4
pandoc==1.0.2
myst_nb==0.13.1
docutils==0.16
matplotlib==3.5.0
| sphinx==3.3.0
sphinx_rtd_theme==0.5.0
sphinxcontrib-katex==0.7.1
sphinxcontrib-bibtex==1.0.0
sphinx-autodoc-typehints==1.11.1
IPython==7.16.1
ipykernel==5.3.4
pandoc==1.0.2
myst_nb==0.13.1
docutils==0.16
matplotlib==3.5.0
Jinja2<3.1
|
Comment out matplotlib optional requirement. | ### Optional Dependencies for Additional Plotly Functionality ###
### ###
### To install, run: ###
### $ pip install -r optional-requirements.txt ###
### ... | ### Optional Dependencies for Additional Plotly Functionality ###
### ###
### To install, run: ###
### $ pip install -r optional-requirements.txt ###
### ... |
Update CV of Meeting-Cost-Clock to 1.08-12 (12) | Categories:Time
License:GPL-2.0-only
Web Site:
Source Code:https://gitlab.com/kollo/MeetingCostClock
Issue Tracker:https://gitlab.com/kollo/MeetingCostClock/issues
Auto Name:Meeting-Cost-Clock
Summary:A Time-is-Money Stopwatch for Meetings
Description:
Clock, which measures the time in a currency value (EURO or Dolla... | Categories:Time
License:GPL-2.0-only
Web Site:
Source Code:https://gitlab.com/kollo/MeetingCostClock
Issue Tracker:https://gitlab.com/kollo/MeetingCostClock/issues
Auto Name:Meeting-Cost-Clock
Summary:A Time-is-Money Stopwatch for Meetings
Description:
Clock, which measures the time in a currency value (EURO or Dolla... |
Write a runtime function for the action "numeric-operand" -- which is now handled only by inline code (that is unnecessarily large) | # no-space dashes-long-line <new_line>
sub function__numeric_increment( ) { <new_line>
$global_action_name_with_underscores = 'numeric_increment' ; <new_line>
template-check-operand-one-contains-integer
$global_action_result = ' ' ; <new_line>
code-get-or-put-phrase-definition-begin $global_operand_one code-get-or... | |
Update vent from 0.9.0 to 0.9.1 | docker==3.7.2
python-magic==0.4.15
redis==3.2.1
rq==1.0
vent==0.9.0 | docker==3.7.2
python-magic==0.4.15
redis==3.2.1
rq==1.0
vent==0.9.1 |
Add TLS 1.3 change logs | Bugfix
* Fix a TLS 1.3 handshake failure when the first attempt to send the client
Finished message on the network cannot be satisfied.
Features
* Add support for authentication of TLS 1.3 clients by TLS 1.3 servers.
* Add support for server HelloRetryRequest message. The TLS 1.3 client is
now capab... | |
Update lz4 from 2.1.6 to 2.1.10 | flake8==3.7.7
pytest==4.6.3
pytest-cov==2.7.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.1.6
xxhash==1.3.0
python-snappy==0.5.3
# pypiwin32==219
cython==0.29.6
| flake8==3.7.7
pytest==4.6.3
pytest-cov==2.7.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.1.10
xxhash==1.3.0
python-snappy==0.5.3
# pypiwin32==219
cython==0.29.6
|
Update lz4 from 1.1.0 to 2.0.0 | flake8==3.4.1
pytest==3.6.0
pytest-cov==2.5.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==1.1.0
xxhash==1.0.1
python-snappy==0.5.1
# pypiwin32==219
cython==0.28.3
| flake8==3.4.1
pytest==3.6.0
pytest-cov==2.5.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.0.0
xxhash==1.0.1
python-snappy==0.5.1
# pypiwin32==219
cython==0.28.3
|
Change license from MIT to BSD. | The MIT License (MIT)
Copyright (c) 2015 Oregon Health & Science University Knight Cancer Institute.
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 limitat... | Copyright (c) 2014 Oregon Health & Science University Knight Cancer Institute
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
th... |
Add date bindables to core binadble object | object Bindables {
import play.api.mvc.QueryStringBindable
import play.api.mvc.PathBindable
import apidocreferenceapi.models._
private val enumAgeGroupNotFound = (key: String, e: Exception) => s"Unrecognized $key, should be one of ${AgeGroup.all.mkString(", ")}"
implicit val pathBindableEnumAgeGroup = new P... | object Bindables {
import play.api.mvc.QueryStringBindable
import play.api.mvc.PathBindable
import org.joda.time.{DateTime, LocalDate}
import org.joda.time.format.ISODateTimeFormat
import apidocreferenceapi.models._
// Type: date-time-iso8601
implicit val pathBindableTypeDateTimeIso8601 = new PathBindabl... |
Address an issue that was preventing make upgrade | #
# This file is autogenerated by pip-compile
# To update, run:
#
# make upgrade
#
click==7.0 # via pip-tools
pip-tools==4.3.0
six==1.14.0 # via pip-tools
| #
# This file is autogenerated by pip-compile
# To update, run:
#
# make upgrade
#
click==7.0 # via pip-tools
pip-tools==4.4.0
six==1.14.0 # via pip-tools
|
Add notes for September 2015 update | # Unpacking, copying from the dropbox download
cd Documents/
mkdir ivo
cd ivo/
unzip /Users/mb312/Downloads/revised\ ivo\ pdfs.zip
mv revised\ ivo\ pdfs/* .
rmdir revised\ ivo\ pdfs/
open homepage.pdf
open revised\ Front\ page\ for\ Tripartita.pdf
open Decretum\ PDF/Revised\ Front\ page\ for\ Decretum.pdf
open letters\... | |
Update django-extensions from 2.1.2 to 2.1.3 | # Local development dependencies go here
-r base.txt
Sphinx==1.8.0
coverage==4.5.1
django-extensions==2.1.2
django-test-plus==1.1.1
factory-boy==2.11.1
django-debug-toolbar==1.10.1
# pytest!
pytest-django==3.4.3
pytest-sugar==0.9.1
| # Local development dependencies go here
-r base.txt
Sphinx==1.8.0
coverage==4.5.1
django-extensions==2.1.3
django-test-plus==1.1.1
factory-boy==2.11.1
django-debug-toolbar==1.10.1
# pytest!
pytest-django==3.4.3
pytest-sugar==0.9.1
|
Create License for the repository | The MIT License (MIT)
Copyright (c) 2015 Panayiotis Georgiou
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, mer... | |
Split up status info (translator vs main program). | The various translations of POLUtils are provided by the following people:
Language State Translator
---------- ------------------------- -------------------------------------
Dutch Installer Only Pebbles
French Installer Only Kapibara from Phoenix
German ... | The various translations of POLUtils are provided by the following people:
Language Installer Main Program Translator
---------- --------- ------------ -------------------------------------
Dutch Yes No Pebbles
French Yes In Progress Kapibara from Phoenix
German Yes Pa... |
Revert rL344365: [tests] Readd Python binding tests to check-all | # Test target to run Python test suite from main build.
add_custom_target(check-clang-python
COMMAND ${CMAKE_COMMAND} -E env
CLANG_LIBRARY_PATH=$<TARGET_FILE_DIR:libclang>
${PYTHON_EXECUTABLE} -m unittest discover
DEPENDS libclang
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)
s... | # Test target to run Python test suite from main build.
add_custom_target(check-clang-python
COMMAND ${CMAKE_COMMAND} -E env
CLANG_LIBRARY_PATH=$<TARGET_FILE_DIR:libclang>
${PYTHON_EXECUTABLE} -m unittest discover
DEPENDS libclang
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)
#... |
Document the device-tree entries for the operator panel | Operator Panel (oppanel)
------------------------
oppanel {
compatible = "ibm,opal-oppanel";
#lines = <0x2>;
#length = <0x10>;
};
The Operator Panel is a device for displaying small amounts of textual
data to an administrator. On IBM POWER8 systems with an FSP, this is a
small 16x2 LCD panel t... | |
Update pytest from 3.1.3 to 3.2.0 | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==3.1.3
WebTest==2.0.27
factory-boy==2.9.0
# Lint and code style
flake8==3.4.1
flake8-blind-except==0.1.1
flake8-debugger==1.4.0
flake8-docstrings==1.1.0
flake8-isort==2.2.1
flake8-quotes==0.11.0
isort==4.2.15
pep8... | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==3.2.0
WebTest==2.0.27
factory-boy==2.9.0
# Lint and code style
flake8==3.4.1
flake8-blind-except==0.1.1
flake8-debugger==1.4.0
flake8-docstrings==1.1.0
flake8-isort==2.2.1
flake8-quotes==0.11.0
isort==4.2.15
pep8... |
Update pytest from 3.5.0 to 3.5.1 | invoke==0.22.1
pytest==3.5.0
tox==3.0.0
mock==2.0.0
| invoke==0.22.1
pytest==3.5.1
tox==3.0.0
mock==2.0.0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.