Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update mixer from 5.6.6 to 6.0.1 | -r requirements.txt
django-test-without-migrations==0.6
ipdb==0.10.3
mixer==5.6.6
| -r requirements.txt
django-test-without-migrations==0.6
ipdb==0.10.3
mixer==6.0.1
|
Update pytest from 3.2.3 to 3.3.0 | # Testing and CI requirements
-r common.txt
factory_boy==2.9.2
Faker==0.8.5
mock==2.0.0
pytest==3.2.3
pytest-django==3.1.2
pytest-mock==1.6.3
pytest-stepwise==0.4
pytest-xdist==1.20.1
python-magic==0.4.13
selenium==3.6.0
# Linting
flake8==3.4.1
flake8-docstrings==1.1.0
flake8-tidy-imports==1.1.0
mypy==0.530
pycodestyle==2.3.1
pytest-flake8==0.8.1
# Coverage
codecov==2.0.9
coverage==4.4.1
pytest-cov==2.5.1
# Utils
dj-inmemorystorage==1.4.1 | # Testing and CI requirements
-r common.txt
factory_boy==2.9.2
Faker==0.8.5
mock==2.0.0
pytest==3.3.0
pytest-django==3.1.2
pytest-mock==1.6.3
pytest-stepwise==0.4
pytest-xdist==1.20.1
python-magic==0.4.13
selenium==3.6.0
# Linting
flake8==3.4.1
flake8-docstrings==1.1.0
flake8-tidy-imports==1.1.0
mypy==0.530
pycodestyle==2.3.1
pytest-flake8==0.8.1
# Coverage
codecov==2.0.9
coverage==4.4.1
pytest-cov==2.5.1
# Utils
dj-inmemorystorage==1.4.1 |
Update CV of BombusMod to 0.9.1414 (1414) | Categories:Internet
License:GPL-2.0-only
Web Site:http://bombusmod.net.ru
Source Code:https://github.com/BombusMod/BombusMod
Issue Tracker:https://github.com/BombusMod/BombusMod/issues
Auto Name:BombusMod
Summary:Messaging client
Description:
Full-featured XMPP client based on a J2ME app. Website and source code docs are
in Russian.
.
Repo Type:git
Repo:https://github.com/BombusMod/BombusMod
Build:0.8.1304,1304
commit=1304
subdir=android
forceversion=yes
forcevercode=yes
extlibs=antenna/antenna-bin-1.2.1-beta.jar
prebuild=mv libs/antenna*.jar . && \
ant antenna-preprocess && \
sed -i 's/${bombus.raw-revision}/-/g' AndroidManifest.xml
Build:0.8.1321,1321
disable=not a release
commit=unknown - see disabled
subdir=android
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:0.9.1410
Current Version Code:1410
| Categories:Internet
License:GPL-2.0-only
Web Site:http://bombusmod.net.ru
Source Code:https://github.com/BombusMod/BombusMod
Issue Tracker:https://github.com/BombusMod/BombusMod/issues
Auto Name:BombusMod
Summary:Messaging client
Description:
Full-featured XMPP client based on a J2ME app. Website and source code docs are
in Russian.
.
Repo Type:git
Repo:https://github.com/BombusMod/BombusMod
Build:0.8.1304,1304
commit=1304
subdir=android
forceversion=yes
forcevercode=yes
extlibs=antenna/antenna-bin-1.2.1-beta.jar
prebuild=mv libs/antenna*.jar . && \
ant antenna-preprocess && \
sed -i 's/${bombus.raw-revision}/-/g' AndroidManifest.xml
Build:0.8.1321,1321
disable=not a release
commit=unknown - see disabled
subdir=android
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:0.9.1414
Current Version Code:1414
|
Update hypothesis from 3.60.1 to 3.64.0 | attrs==18.1.0
bandit==1.4.0
check-manifest==0.37
coveralls==1.3.0
codecov==2.0.15
flake8-bugbear==18.2.0;python_version>="3.5"
flake8-docstrings==1.3.0
flake8-import-order==0.17.1
pycodestyle==2.3.1
flake8==3.5.0
hypothesis==3.60.1
mccabe==0.6.1
mypy==0.600
pytest==3.5.1
pep8-naming==0.7.0
pipdeptree==0.11.0
pipenv==2018.6.25
pytest-cov==2.5.1
pytest-randomly==1.2.3
pytest-runner==4.2
readme_renderer==20.0
scipy==1.1.0
setuptools==39.2.0
twine==1.11.0
setuptools_scm==2.1.0
sphinx==1.7.4
sphinx-autobuild==0.7.1
nbsphinx==0.3.3
vulture==0.26
wheel==0.31.1
| attrs==18.1.0
bandit==1.4.0
check-manifest==0.37
coveralls==1.3.0
codecov==2.0.15
flake8-bugbear==18.2.0;python_version>="3.5"
flake8-docstrings==1.3.0
flake8-import-order==0.17.1
pycodestyle==2.3.1
flake8==3.5.0
hypothesis==3.64.0
mccabe==0.6.1
mypy==0.600
pytest==3.5.1
pep8-naming==0.7.0
pipdeptree==0.11.0
pipenv==2018.6.25
pytest-cov==2.5.1
pytest-randomly==1.2.3
pytest-runner==4.2
readme_renderer==20.0
scipy==1.1.0
setuptools==39.2.0
twine==1.11.0
setuptools_scm==2.1.0
sphinx==1.7.4
sphinx-autobuild==0.7.1
nbsphinx==0.3.3
vulture==0.26
wheel==0.31.1
|
Use newer invocations so the enhanced build behavior runs on other peoples' machines | # Us, of course
-e .
# Invocations for common project tasks
invocations==2.5.0
# pytest-relaxed for test organization, display etc tweaks
pytest-relaxed>=1.0.1,<1.1
pytest==3.2.5
# pytest-cov for coverage
pytest-cov==2.5.1
six==1.10.0
# Mock for test mocking
mock==2.0.0
# Formatting!
flake8==3.6.0
black==18.6b4
# Coverage!
coverage==5.3.1
codecov==2.1.11
# Documentation tools
sphinx>=1.4,<1.7
alabaster==0.7.12
releases>=1.5,<2.0
# Release tools
semantic_version>=2.4,<2.5
| # Us, of course
-e .
# Invocations for common project tasks
invocations==2.6.0
# pytest-relaxed for test organization, display etc tweaks
pytest-relaxed>=1.0.1,<1.1
pytest==3.2.5
# pytest-cov for coverage
pytest-cov==2.5.1
six==1.10.0
# Mock for test mocking
mock==2.0.0
# Formatting!
flake8==3.6.0
black==18.6b4
# Coverage!
coverage==5.3.1
codecov==2.1.11
# Documentation tools
sphinx>=1.4,<1.7
alabaster==0.7.12
releases>=1.5,<2.0
# Release tools
semantic_version>=2.4,<2.5
|
Move the python modules ROOT.py cppyy.py in to <CMAKE_BINARY_DIR>/lib when testing. | ############################################################################
# CMakeLists.txt file for building ROOT bindings/pyroot package
############################################################################
ROOT_USE_PACKAGE(math/mathcore)
ROOT_USE_PACKAGE(tree/tree)
include_directories(${PYTHON_INCLUDE_DIRS})
ROOT_GENERATE_DICTIONARY(G__PyROOT *.h MODULE PyROOT LINKDEF LinkDef.h)
if(GCC_MAJOR EQUAL 4)
add_definitions(-fno-strict-aliasing)
endif()
ROOT_LINKER_LIBRARY(PyROOT *.cxx G__PyROOT.cxx LIBRARIES RIO Net Hist Graf Graf3d Gpad Tree Matrix Thread ${PYTHON_LIBRARIES})
if(WIN32)
set_target_properties(PyROOT PROPERTIES SUFFIX ".pyd")
endif()
if(MACOSX_MINOR EQUAL 5)
ROOT_EXECUTABLE(python64 python64.c LIBRARIES ${PYTHON_LIBRARIES})
endif()
#---Install python modules--------------------------------------------------
file(GLOB pyfiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py)
foreach(pyfile ${pyfiles})
install(FILES ${pyfile} DESTINATION ${runtimedir})
install(CODE "execute_process(COMMAND python -m py_compile ${CMAKE_INSTALL_PREFIX}/${runtimedir}/${pyfile} )")
install(CODE "execute_process(COMMAND python -O -m py_compile ${CMAKE_INSTALL_PREFIX}/${runtimedir}/${pyfile} )")
endforeach()
#---Install headers----------------------------------------------------------
ROOT_INSTALL_HEADERS()
| ############################################################################
# CMakeLists.txt file for building ROOT bindings/pyroot package
############################################################################
ROOT_USE_PACKAGE(math/mathcore)
ROOT_USE_PACKAGE(tree/tree)
include_directories(${PYTHON_INCLUDE_DIRS})
ROOT_GENERATE_DICTIONARY(G__PyROOT *.h MODULE PyROOT LINKDEF LinkDef.h)
if(GCC_MAJOR EQUAL 4)
add_definitions(-fno-strict-aliasing)
endif()
ROOT_LINKER_LIBRARY(PyROOT *.cxx G__PyROOT.cxx LIBRARIES RIO Net Hist Graf Graf3d Gpad Tree Matrix Thread ${PYTHON_LIBRARIES})
if(WIN32)
set_target_properties(PyROOT PROPERTIES SUFFIX ".pyd")
endif()
if(MACOSX_MINOR EQUAL 5)
ROOT_EXECUTABLE(python64 python64.c LIBRARIES ${PYTHON_LIBRARIES})
endif()
#---Install python modules--------------------------------------------------
file(GLOB pyfiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py)
foreach(pyfile ${pyfiles})
install(FILES ${pyfile} DESTINATION ${runtimedir})
install(CODE "execute_process(COMMAND python -m py_compile ${CMAKE_INSTALL_PREFIX}/${runtimedir}/${pyfile} )")
install(CODE "execute_process(COMMAND python -O -m py_compile ${CMAKE_INSTALL_PREFIX}/${runtimedir}/${pyfile} )")
if(testing)
file(COPY ${pyfile} DESTINATION ${CMAKE_BINARY_DIR}/${runtimedir})
endif()
endforeach()
#---Install headers----------------------------------------------------------
ROOT_INSTALL_HEADERS()
|
Use tabs instead of spaces for indentation | add_executable(elektra-export-errors exporterrors.cpp parser.hpp parser.cpp)
if (INSTALL_BUILD_TOOLS)
install (TARGETS elektra-export-errors DESTINATION bin)
endif (INSTALL_BUILD_TOOLS)
set_source_files_properties(elektra-export-errors OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/specification)
find_util (elektra-export-errors EXE_ERR_LOC EXE_ERR_ARG)
set (BINARY_INCLUDE_DIR "${PROJECT_BINARY_DIR}/src/include")
add_custom_command (
OUTPUT ${BINARY_INCLUDE_DIR}/kdberrors.h
DEPENDS elektra-export-errors ${CMAKE_CURRENT_SOURCE_DIR}/specification
COMMAND ${EXE_ERR_LOC}
ARGS ${EXE_ERR_ARG} ${CMAKE_SOURCE_DIR}/src/error/specification ${BINARY_INCLUDE_DIR}/kdberrors.h
)
add_custom_target (
kdberrors_generated ALL
DEPENDS ${BINARY_INCLUDE_DIR}/kdberrors.h
)
add_executable(exporttranslations exporttranslations.cpp parser.hpp parser.cpp)
set_source_files_properties(exporttranslations OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/specification)
| add_executable(elektra-export-errors exporterrors.cpp parser.hpp parser.cpp)
if (INSTALL_BUILD_TOOLS)
install (TARGETS elektra-export-errors DESTINATION bin)
endif (INSTALL_BUILD_TOOLS)
set_source_files_properties(elektra-export-errors OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/specification)
find_util (elektra-export-errors EXE_ERR_LOC EXE_ERR_ARG)
set (BINARY_INCLUDE_DIR "${PROJECT_BINARY_DIR}/src/include")
add_custom_command (
OUTPUT ${BINARY_INCLUDE_DIR}/kdberrors.h
DEPENDS elektra-export-errors ${CMAKE_CURRENT_SOURCE_DIR}/specification
COMMAND ${EXE_ERR_LOC}
ARGS ${EXE_ERR_ARG} ${CMAKE_SOURCE_DIR}/src/error/specification ${BINARY_INCLUDE_DIR}/kdberrors.h
)
add_custom_target (
kdberrors_generated ALL
DEPENDS ${BINARY_INCLUDE_DIR}/kdberrors.h
)
add_executable(exporttranslations exporttranslations.cpp parser.hpp parser.cpp)
set_source_files_properties(exporttranslations OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/specification)
|
Add sample command to read HDD info from RAID card. | Commands:
cat /proc/cpuinfo
cat /proc/scsi/scsi
cat /proc/patitions
lshw
lsblk -a
lsusb
lspci
lsscsi -s
fdisk -l
demidecode
impitool
hdparm -iI /dev/sd?
| Commands:
cat /proc/cpuinfo
cat /proc/scsi/scsi
cat /proc/patitions
lshw
lsblk -a
lsusb
lspci
lsscsi -s
fdisk -l
demidecode
impitool
hdparm -iI /dev/sd?
## for Adaptec Raid card
/usr/StorMan/arcconf getconfig <1|2|..>
## for MegaRAID LSI Raid card
/opt/MegaRAID/storcli/storcli64 /c<0|1|..>/dall show all
|
Declare all scripts in module | #-----------------------------------------------------------------------------
set(MODULE_NAME HeterogeneityCAD)
#-----------------------------------------------------------------------------
set(MODULE_PYTHON_SCRIPTS
${MODULE_NAME}.py
)
set(MODULE_PYTHON_RESOURCES
)
#-----------------------------------------------------------------------------
slicerMacroBuildScriptedModule(
NAME ${MODULE_NAME}
SCRIPTS ${MODULE_PYTHON_SCRIPTS}
RESOURCES ${MODULE_PYTHON_RESOURCES}
WITH_GENERIC_TESTS
)
| #-----------------------------------------------------------------------------
set(MODULE_NAME HeterogeneityCAD)
#-----------------------------------------------------------------------------
set(MODULE_PYTHON_SCRIPTS
${MODULE_NAME}.py
FeatureExtractionLib/__init__
FeatureExtractionLib/FirstOrderStatistics
FeatureExtractionLib/GeometricMeasures
FeatureExtractionLib/MorphologyStatistics
FeatureExtractionLib/NodeInformation
FeatureExtractionLib/RenyiDimensions
FeatureExtractionLib/TextureGLCM
FeatureExtractionLib/TextureGLRL
FeatureWidgetHelperLib/__init__
FeatureWidgetHelperLib/FeatureDescriptionLabel
FeatureWidgetHelperLib/FeatureWidgets
)
set(MODULE_PYTHON_RESOURCES
)
#-----------------------------------------------------------------------------
slicerMacroBuildScriptedModule(
NAME ${MODULE_NAME}
SCRIPTS ${MODULE_PYTHON_SCRIPTS}
RESOURCES ${MODULE_PYTHON_RESOURCES}
WITH_GENERIC_TESTS
)
|
Update awscli from 1.11.129 to 1.11.154 | -r dev.txt
-r prod.txt
# Releasing
bumpversion==0.5.3
# AWS
awscli==1.11.129
| -r dev.txt
-r prod.txt
# Releasing
bumpversion==0.5.3
# AWS
awscli==1.11.154
|
Update django from 3.0.5 to 3.0.7 | # Your app requirements.
-r ../requirements_test.txt
django==3.0.5
# Your app in editable mode.
-e ../
| # Your app requirements.
-r ../requirements_test.txt
django==3.0.7
# Your app in editable mode.
-e ../
|
Update CV of RepWifi to 0.6.2 (5) | Categories:System,Connectivity,Internet
License:GPL-3.0-only
Author Name:Filippo 'Fil' Bergamo
Web Site:https://git.replicant.us/contrib/Fil/RepWifiApp/plain/README.md
Source Code:https://git.replicant.us/contrib/Fil/RepWifiApp
Issue Tracker:https://redmine.replicant.us/boards/9/topics/14079
Auto Name:RepWifi
Summary:Connect to Wi-Fi using an external USB adapter
Description:
RepWifi enables Internet access via USB Wi-Fi adapter.
.
Requires Root:yes
Repo Type:git
Repo:git://git.replicant.us/Fil/RepWifiApp
Build:0.5,3
commit=v0.5
subdir=app
Build:0.6,4
commit=v0.6
subdir=app
Build:0.6.2,5
commit=v0.6.2
subdir=app
Build:0.9-beta,9
commit=v0.9-beta
subdir=app
Build:0.9.1-beta,10
commit=v0.9.1-beta
subdir=app
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v
Current Version:0.9-beta
Current Version Code:9
| Categories:System,Connectivity,Internet
License:GPL-3.0-only
Author Name:Filippo 'Fil' Bergamo
Web Site:https://git.replicant.us/contrib/Fil/RepWifiApp/plain/README.md
Source Code:https://git.replicant.us/contrib/Fil/RepWifiApp
Issue Tracker:https://redmine.replicant.us/boards/9/topics/14079
Auto Name:RepWifi
Summary:Connect to Wi-Fi using an external USB adapter
Description:
RepWifi enables Internet access via USB Wi-Fi adapter.
.
Requires Root:yes
Repo Type:git
Repo:git://git.replicant.us/Fil/RepWifiApp
Build:0.5,3
commit=v0.5
subdir=app
Build:0.6,4
commit=v0.6
subdir=app
Build:0.6.2,5
commit=v0.6.2
subdir=app
Build:0.9-beta,9
commit=v0.9-beta
subdir=app
Build:0.9.1-beta,10
commit=v0.9.1-beta
subdir=app
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v
Current Version:0.6.2
Current Version Code:5
|
Update Xposed Downloader to 0.2.2 (5) | Categories:Internet
License:GPLv3
Web Site:
Source Code:https://github.com/daktak/xposed_downloader
Issue Tracker:https://github.com/daktak/xposed_downloader/issues
Bitcoin:16VEzu37BePgR3o9hAciZkGK2VCAQFE28r
Auto Name:Xposed Downloader
Summary:Download Xposed Framework zip
Description:
App to auto download Xposed Framework zip files from xda
.
Repo Type:git
Repo:https://github.com/daktak/xposed_downloader
Build:0.1,1
commit=v0.1
subdir=app
gradle=yes
Build:0.1.1,2
commit=v0.1.1
subdir=app
gradle=yes
Build:0.2,3
commit=v0.2
subdir=app
gradle=yes
Build:0.2.1,4
commit=v0.2.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.2.1
Current Version Code:4
| Categories:Internet
License:GPLv3
Web Site:
Source Code:https://github.com/daktak/xposed_downloader
Issue Tracker:https://github.com/daktak/xposed_downloader/issues
Bitcoin:16VEzu37BePgR3o9hAciZkGK2VCAQFE28r
Auto Name:Xposed Downloader
Summary:Download Xposed Framework zip
Description:
App to auto download Xposed Framework zip files from xda
.
Repo Type:git
Repo:https://github.com/daktak/xposed_downloader
Build:0.1,1
commit=v0.1
subdir=app
gradle=yes
Build:0.1.1,2
commit=v0.1.1
subdir=app
gradle=yes
Build:0.2,3
commit=v0.2
subdir=app
gradle=yes
Build:0.2.1,4
commit=v0.2.1
subdir=app
gradle=yes
Build:0.2.2,5
commit=v0.2.2
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.2.2
Current Version Code:5
|
Update coverage from 4.5.2 to 4.5.3 | coverage==4.5.2
pytest==4.3.0
flake8>=2.1.0
tox>=1.7.0 | coverage==4.5.3
pytest==4.3.0
flake8>=2.1.0
tox>=1.7.0 |
Update pytest from 3.2.2 to 3.2.3 | setuptools>=17.1
pytest-cov==2.5.1
pytest==3.2.2
flake8==3.4.1
| setuptools>=17.1
pytest-cov==2.5.1
pytest==3.2.3
flake8==3.4.1
|
Update sphinx from 1.6.3 to 1.6.4 | coverage==4.4.1
aiodocker==0.8.2
flake8==3.4.1
ipdb==0.10.3
ipython==6.2.0
pyodbc==4.0.17
pytest==3.2.2
pytest-asyncio==0.7.0
pytest-cov==2.5.1
pytest-sugar==0.9.0
sphinx==1.6.3
sphinxcontrib-asyncio==0.2.0
uvloop==0.8.1
| coverage==4.4.1
aiodocker==0.8.2
flake8==3.4.1
ipdb==0.10.3
ipython==6.2.0
pyodbc==4.0.17
pytest==3.2.2
pytest-asyncio==0.7.0
pytest-cov==2.5.1
pytest-sugar==0.9.0
sphinx==1.6.4
sphinxcontrib-asyncio==0.2.0
uvloop==0.8.1
|
Update graphviz from 0.7.1 to 0.8 | 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.4.34
pyenchant==1.6.8
Pygments==2.2.0
pyparsing==2.2.0
pytest-django==3.1.2
pytest==3.1.2
pytz==2017.2
requests==2.18.1
six==1.10.0
snowballstemmer==1.2.1
sphinx==1.6.3
sphinxcontrib-spelling==2.3.0
tox==2.7.0
vine==1.1.3
virtualenv==15.1.0
waitress==1.0.2
WebOb==1.7.2
webtest==2.0.27
# The following packages are considered to be unsafe in a requirements file:
# setuptools
| 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.8
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.4.34
pyenchant==1.6.8
Pygments==2.2.0
pyparsing==2.2.0
pytest-django==3.1.2
pytest==3.1.2
pytz==2017.2
requests==2.18.1
six==1.10.0
snowballstemmer==1.2.1
sphinx==1.6.3
sphinxcontrib-spelling==2.3.0
tox==2.7.0
vine==1.1.3
virtualenv==15.1.0
waitress==1.0.2
WebOb==1.7.2
webtest==2.0.27
# The following packages are considered to be unsafe in a requirements file:
# setuptools
|
Update pip from 19.2.2 to 20.0.2 |
# Database
psycopg2-binary==2.8.3
pip==19.2.2
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.8
cryptography==2.7
tox==3.13.2
coverage==4.5.4
Sphinx==2.2.0
pytest-runner==5.1
pytest==5.1.0
pytest-cov==2.7.1
# miscellaneous
sphinx_rtd_theme==0.4.3
pre-commit==1.18.2
python-dotenv[cli]==0.10.3
|
# Database
psycopg2-binary==2.8.3
pip==20.0.2
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.8
cryptography==2.7
tox==3.13.2
coverage==4.5.4
Sphinx==2.2.0
pytest-runner==5.1
pytest==5.1.0
pytest-cov==2.7.1
# miscellaneous
sphinx_rtd_theme==0.4.3
pre-commit==1.18.2
python-dotenv[cli]==0.10.3
|
Update pygame package in requrements_gui.txt | Cython==0.19.1
Kivy==1.7.1
Pygame
Pygments==1.6
| Cython==0.19.1
Kivy==1.7.1
hg+http://bitbucket.org/pygame/pygame/get/62f61425b394.zip#egg=pygame
Pygments==1.6
|
Update mypy from 0.660 to 0.670 | coverage==4.5.2
django-nose==1.4.6
flake8==3.7.5
mypy==0.660
pydocstyle==3.0.0
pydot==1.4.1
pygraphviz==1.5
pyparsing==2.3.1
| coverage==4.5.2
django-nose==1.4.6
flake8==3.7.5
mypy==0.670
pydocstyle==3.0.0
pydot==1.4.1
pygraphviz==1.5
pyparsing==2.3.1
|
Fix mptt into the pip requirements | django-mptt>=0.2.1
html5lib>=0.10
django-page-cms
-e svn+http://django-tagging.googlecode.com/svn/trunk@154#egg=django-tagging
| -e svn+http://django-mptt.googlecode.com/svn/trunk@119#egg=django-mptt
-e svn+http://django-tagging.googlecode.com/svn/trunk@154#egg=django-tagging
html5lib>=0.10
django-page-cms
|
Add dependency memory->device_context, because we now use platform::GPUPlaceGuard | add_subdirectory(detail)
cc_library(memory SRCS memory.cc)
cc_library(memcpy SRCS memcpy.cc)
cc_library(paddle_memory
DEPS
memory
memcpy
meta_data
meta_cache
memory_block
buddy_allocator
system_allocator
device_context)
cc_test(memory_test SRCS memory_test.cc DEPS place paddle_memory)
| add_subdirectory(detail)
cc_library(memory SRCS memory.cc)
cc_library(memcpy SRCS memcpy.cc DEPS device_context)
cc_library(paddle_memory
DEPS
memory
memcpy
meta_data
meta_cache
memory_block
buddy_allocator
system_allocator)
cc_test(memory_test SRCS memory_test.cc DEPS place paddle_memory)
|
Update django-storages from 1.6.3 to 1.6.5 | # Pro-tip: Try not to put anything here. Avoid dependencies in
# production that aren't in development.
-r base.txt
# WSGI Handler
# -----------------------------------------------------------------------------
gunicorn==19.7.1
# Raven is the Sentry client
# -----------------------------------------------------------------------------
raven==6.2.1
# Static and Media Storage
# -----------------------------------------------------------------------------
boto3==1.4.7
django-storages==1.6.3
Collectfast==0.5.2
| # Pro-tip: Try not to put anything here. Avoid dependencies in
# production that aren't in development.
-r base.txt
# WSGI Handler
# -----------------------------------------------------------------------------
gunicorn==19.7.1
# Raven is the Sentry client
# -----------------------------------------------------------------------------
raven==6.2.1
# Static and Media Storage
# -----------------------------------------------------------------------------
boto3==1.4.7
django-storages==1.6.5
Collectfast==0.5.2
|
Update DRF JWT to 1.8.0. | Django==1.9.4
# django-cors-headers does not currently support 1.9.
# Use the fork for now.
django-cors-middleware==1.2
djangorestframework==3.3.3
djangorestframework-jsonapi==2.0.0-beta.2
# 1.7.2 does not work with DRF 3.3. Working from master until a release comes out.
#djangorestframework-jwt==1.7.2
-e git+https://github.com/GetBlimp/django-rest-framework-jwt@master#egg=djangorestframework_jwt
lxml==3.5.0
requests==2.9.1
| Django==1.9.4
# django-cors-headers does not currently support 1.9.
# Use the fork for now.
django-cors-middleware==1.2
djangorestframework==3.3.3
djangorestframework-jsonapi==2.0.0-beta.2
djangorestframework-jwt==1.8.0
lxml==3.5.0
requests==2.9.1
|
Update pytest from 3.4.0 to 3.4.1 | molecule==2.8.2
pytest==3.4.0
python-vagrant==0.5.15
testinfra==1.10.1
tox==2.9.1
| molecule==2.8.2
pytest==3.4.1
python-vagrant==0.5.15
testinfra==1.10.1
tox==2.9.1
|
Deal with potential memory leak in tornado AsyncHttpClient | tornado>=3.0.1,<4.2
futures
PyYAML>=3.0
six>=1.4.0
| tornado>=4.0
futures
PyYAML>=3.0
six>=1.4.0
|
Upgrade dependency cffi to ==1.11.4 | autopep8==1.3.3
certifi==2017.11.5
cffi==1.11.3
chardet==3.0.4
contextlib2==0.5.5
Django==2.0
django-appconf==1.0.2
django-cacheops==4.0
django-compressor==2.2
django-debug-toolbar==1.9
fastpbkdf2==0.2
freezegun==0.3.9
funcy==1.10
num2words==0.5.6
psycopg2==2.7.3.1
pycodestyle==2.3.1
pycparser==2.18
pycrypto==2.6.1
python-dateutil==2.6.1
pytz==2017.3
raven==6.4.0
rcssmin==1.0.6
redis==2.10.6
rjsmin==1.0.12
six==1.11.0
sqlparse==0.2.4
urllib3==1.22
uWSGI==2.0.15
| autopep8==1.3.3
certifi==2017.11.5
cffi==1.11.4
chardet==3.0.4
contextlib2==0.5.5
Django==2.0
django-appconf==1.0.2
django-cacheops==4.0
django-compressor==2.2
django-debug-toolbar==1.9
fastpbkdf2==0.2
freezegun==0.3.9
funcy==1.10
num2words==0.5.6
psycopg2==2.7.3.1
pycodestyle==2.3.1
pycparser==2.18
pycrypto==2.6.1
python-dateutil==2.6.1
pytz==2017.3
raven==6.4.0
rcssmin==1.0.6
redis==2.10.6
rjsmin==1.0.12
six==1.11.0
sqlparse==0.2.4
urllib3==1.22
uWSGI==2.0.15
|
Correct the copyright statement at the request of legal | Copyright (c) 2013 Pivotal CF
MIT License
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) 2013-Present Pivotal Software, Inc.
MIT License
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.
|
Update six from 1.10.0 to 1.11.0 | coverage==4.4.1
dj-database-url==0.4.2
Django==1.11.5
django-cors-middleware==1.3.1
django-crispy-forms==1.6.1
django-filter==1.0.4
django-guardian==1.4.9
django-model-utils==3.0.0
djangorestframework==3.6.4
djoser==0.7.0
djangorestframework-jwt==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.1
PyJWT==1.5.2
pytz==2017.2
requests==2.18.4
requests-mock==1.3.0
six==1.10.0
whitenoise==3.3.0
faker==0.8.3
celery==4.1.0
django-celery-results==1.0.1
coveralls==1.2.0
honcho==1.0.1
| coverage==4.4.1
dj-database-url==0.4.2
Django==1.11.5
django-cors-middleware==1.3.1
django-crispy-forms==1.6.1
django-filter==1.0.4
django-guardian==1.4.9
django-model-utils==3.0.0
djangorestframework==3.6.4
djoser==0.7.0
djangorestframework-jwt==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.1
PyJWT==1.5.2
pytz==2017.2
requests==2.18.4
requests-mock==1.3.0
six==1.11.0
whitenoise==3.3.0
faker==0.8.3
celery==4.1.0
django-celery-results==1.0.1
coveralls==1.2.0
honcho==1.0.1
|
Upgrade dependency freezegun to ==0.3.9 | appdirs==1.4.3
contextlib2==0.5.5
Django==1.11.1
django-appconf==1.0.2
django-cacheops==3.2.1
django-compressor==2.1.1
django-debug-toolbar==1.8
django-querycount==0.6.0
freezegun==0.3.8
funcy==1.7.3
packaging==16.8
psycopg2==2.7.1
PyJWT==1.5.0
pyparsing==2.2.0
PySocks==1.6.7
python-dateutil==2.6.0
pytz==2017.2
raven==6.0.0
rcssmin==1.0.6
redis==2.10.5
requests==2.14.2
rjsmin==1.0.12
six==1.10.0
sqlparse==0.2.3
twilio==6.3.0
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.1
django-compressor==2.1.1
django-debug-toolbar==1.8
django-querycount==0.6.0
freezegun==0.3.9
funcy==1.7.3
packaging==16.8
psycopg2==2.7.1
PyJWT==1.5.0
pyparsing==2.2.0
PySocks==1.6.7
python-dateutil==2.6.0
pytz==2017.2
raven==6.0.0
rcssmin==1.0.6
redis==2.10.5
requests==2.14.2
rjsmin==1.0.12
six==1.10.0
sqlparse==0.2.3
twilio==6.3.0
uWSGI==2.0.15
|
Revert "[CMake] Disable libclangTests.exe on win32 for now." | add_custom_target(ClangUnitTests)
set_target_properties(ClangUnitTests PROPERTIES FOLDER "Clang tests")
# add_clang_unittest(test_dirname file1.cpp file2.cpp)
#
# Will compile the list of files together and link against the clang
# Produces a binary named 'basename(test_dirname)'.
function(add_clang_unittest test_dirname)
add_unittest(ClangUnitTests ${test_dirname} ${ARGN})
endfunction()
add_subdirectory(Basic)
add_subdirectory(Lex)
add_subdirectory(Driver)
if(CLANG_ENABLE_STATIC_ANALYZER)
add_subdirectory(Frontend)
endif()
if(CLANG_ENABLE_REWRITER)
add_subdirectory(ASTMatchers)
add_subdirectory(AST)
add_subdirectory(Tooling)
add_subdirectory(Format)
add_subdirectory(Sema)
endif()
if(NOT WIN32) # FIXME:Investigating.
add_subdirectory(libclang)
endif()
| add_custom_target(ClangUnitTests)
set_target_properties(ClangUnitTests PROPERTIES FOLDER "Clang tests")
# add_clang_unittest(test_dirname file1.cpp file2.cpp)
#
# Will compile the list of files together and link against the clang
# Produces a binary named 'basename(test_dirname)'.
function(add_clang_unittest test_dirname)
add_unittest(ClangUnitTests ${test_dirname} ${ARGN})
endfunction()
add_subdirectory(Basic)
add_subdirectory(Lex)
add_subdirectory(Driver)
if(CLANG_ENABLE_STATIC_ANALYZER)
add_subdirectory(Frontend)
endif()
if(CLANG_ENABLE_REWRITER)
add_subdirectory(ASTMatchers)
add_subdirectory(AST)
add_subdirectory(Tooling)
add_subdirectory(Format)
add_subdirectory(Sema)
endif()
|
Update lz4 from 2.0.2 to 2.1.0 | flake8==3.4.1
pytest==3.6.3
pytest-cov==2.5.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.0.2
xxhash==1.0.1
python-snappy==0.5.1
# pypiwin32==219
cython==0.28.3
| flake8==3.4.1
pytest==3.6.3
pytest-cov==2.5.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.1.0
xxhash==1.0.1
python-snappy==0.5.1
# pypiwin32==219
cython==0.28.3
|
Update pytest-xdist from 1.22.5 to 1.23.0 | -r requirements.txt
isort==4.3.4
pytest==3.7.2
pytest-env==0.6.2
pytest-mock==1.10.0
pytest-cov==2.5.1
pytest-xdist==1.22.5
coveralls==1.3.0
httpretty==0.9.5
beautifulsoup4==4.6.3
freezegun==0.3.10
flake8==3.5.0
flake8-print==3.1.0
| -r requirements.txt
isort==4.3.4
pytest==3.7.2
pytest-env==0.6.2
pytest-mock==1.10.0
pytest-cov==2.5.1
pytest-xdist==1.23.0
coveralls==1.3.0
httpretty==0.9.5
beautifulsoup4==4.6.3
freezegun==0.3.10
flake8==3.5.0
flake8-print==3.1.0
|
Update pytest from 3.8.0 to 3.8.1 | flake8==3.5.0
pytest==3.8.0
pytest-cov==2.6.0
docker-py==1.10.6
lz4==2.1.0
xxhash==1.2.0
python-snappy==0.5.3
Cython==0.28.5
docutils==0.14
Pygments==2.2.0
| flake8==3.5.0
pytest==3.8.1
pytest-cov==2.6.0
docker-py==1.10.6
lz4==2.1.0
xxhash==1.2.0
python-snappy==0.5.3
Cython==0.28.5
docutils==0.14
Pygments==2.2.0
|
Update CV of MGit to 1.5.3 (204) | Categories:Development
License:GPL-3.0
Web Site:http://manichord.com/MGit
Source Code:https://github.com/maks/MGit
Issue Tracker:https://github.com/maks/MGit/issues
Donate:http://projects.sheimi.me/SGit
Auto Name:MGit
Summary:View and interact with git repositories
Description:
A git client and text editor, forked from unmaintained [[me.sheimi.sgit]].
.
Repo Type:git
Repo:https://github.com/maks/MGit.git
Build:1.5.0,201
commit=v1.5.0-2
gradle=yes
Build:1.5.1,202
commit=v1.5.1
gradle=yes
Build:1.5.2,203
commit=v1.5.2
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.5.2
Current Version Code:203
| Categories:Development
License:GPL-3.0
Web Site:http://manichord.com/MGit
Source Code:https://github.com/maks/MGit
Issue Tracker:https://github.com/maks/MGit/issues
Donate:http://projects.sheimi.me/SGit
Auto Name:MGit
Summary:View and interact with git repositories
Description:
A git client and text editor, forked from unmaintained [[me.sheimi.sgit]].
.
Repo Type:git
Repo:https://github.com/maks/MGit.git
Build:1.5.0,201
commit=v1.5.0-2
gradle=yes
Build:1.5.1,202
commit=v1.5.1
gradle=yes
Build:1.5.2,203
commit=v1.5.2
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.5.3
Current Version Code:204
|
Update django from 2.1.7 to 2.2 | Django==2.1.7
six==1.12.0
sqlparse==0.3.0
# Whitenoise: Staticfile hosting
whitenoise==4.1.2
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.1.0
django-taggit-helpers==0.1.4
# Django REST Framework
# Taggit Serializer: Serializer for the Django REST Framework
djangorestframework==3.9.2
django-taggit-serializer==0.1.7
requests==2.21.0
markdown==3.1
git+https://github.com/tom-henderson/django-common | Django==2.2
six==1.12.0
sqlparse==0.3.0
# Whitenoise: Staticfile hosting
whitenoise==4.1.2
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.1.0
django-taggit-helpers==0.1.4
# Django REST Framework
# Taggit Serializer: Serializer for the Django REST Framework
djangorestframework==3.9.2
django-taggit-serializer==0.1.7
requests==2.21.0
markdown==3.1
git+https://github.com/tom-henderson/django-common |
Add missing zake lib to t-r | # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.10,>=0.9.2
coverage>=3.6 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
oslotest>=1.10.0 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
requests-mock>=1.0 # Apache-2.0
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
sphinxcontrib-httpdomain # BSD
testtools>=1.4.0 # MIT
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
WebTest>=2.0 # MIT
tempest-lib>=0.14.0 # Apache-2.0
reno>=1.8.0 # Apache2
# Bandit security code scanner
bandit>=1.0.1 # Apache-2.0
os-api-ref>=0.1.0 # Apache-2.0
| # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.10,>=0.9.2
coverage>=3.6 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
oslotest>=1.10.0 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
requests-mock>=1.0 # Apache-2.0
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
sphinxcontrib-httpdomain # BSD
testtools>=1.4.0 # MIT
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
WebTest>=2.0 # MIT
tempest-lib>=0.14.0 # Apache-2.0
reno>=1.8.0 # Apache2
# Bandit security code scanner
bandit>=1.0.1 # Apache-2.0
os-api-ref>=0.1.0 # Apache-2.0
zake>=0.1.6 # Apache-2.0
|
Update coverage from 4.5.1 to 4.5.2 | hiredis==0.2.0
flake8==3.6.0
coverage==4.5.1
pytest==3.10.1
pytest-cov==2.6.0
pytest-xdist==1.24.1
async-timeout==3.0.1 | hiredis==0.2.0
flake8==3.6.0
coverage==4.5.2
pytest==3.10.1
pytest-cov==2.6.0
pytest-xdist==1.24.1
async-timeout==3.0.1 |
Exclude Convolver.SIMDVerification unit test. It takes too long to run. | # This test has a possible data race detected by the TSAN bot
# see http://crbug.com/46840
ProfileManagerTest.CreateAndUseTwoProfiles
# Crashing - http://crbug.com/84536
HttpBridgeTest.*
| # This test has a possible data race detected by the TSAN bot
# see http://crbug.com/46840
ProfileManagerTest.CreateAndUseTwoProfiles
# Crashing - http://crbug.com/84536
HttpBridgeTest.*
# Takes too long and may cause TSAN bots to time out. http://crbug.com/134400
Convolver.SIMDVerification
|
Fix CMakeList.txt cross platform linking | cmake_minimum_required(VERSION 3.8)
project(raven)
set(CMAKE_CXX_STANDARD 17)
include_directories(include)
FILE(GLOB SOURCE_FILES "lib/*.c" "src/raven/*.h" "src/raven/*.cpp" "src/*.cpp")
file(COPY res DESTINATION .)
add_executable(raven ${SOURCE_FILES})
if (UNIX)
target_link_libraries(raven glfw GL dl)
endif(UNIX)
if (WINDOWS)
target_link_libraries(raven glfw3 opengl32 gdi)
endif(WINDOWS)
| cmake_minimum_required(VERSION 3.8)
project(raven)
set(CMAKE_CXX_STANDARD 17)
# Include
include_directories(include)
# Source files
FILE(GLOB SOURCE_FILES "lib/*.c" "src/raven/*.h" "src/raven/*.cpp" "src/*.cpp")
# Resources
file(COPY res DESTINATION .)
# Linking
add_executable(raven ${SOURCE_FILES})
if (UNIX)
target_link_libraries(raven glfw GL dl)
endif()
if (WIN32)
target_link_libraries(raven glfw3 opengl32)
endif()
|
Upgrade dependency wheel to ==0.29.0 | wheel==0.28.0
pytest==2.7.2
mock==1.3.0
coverage==3.7.1
six==1.9.0
click==4.1
invoke==0.10.1
frigg-settings>=1.0.1,<2.0.0
frigg-coverage>=1.1.0,<2.0.0
| wheel==0.29.0
pytest==2.7.2
mock==1.3.0
coverage==3.7.1
six==1.9.0
click==4.1
invoke==0.10.1
frigg-settings>=1.0.1,<2.0.0
frigg-coverage>=1.1.0,<2.0.0
|
Update coverage from 4.3.3 to 4.3.4 | coverage==4.3.3
docker-py==1.10.6
docutils==0.13.1
ipdb==0.10.1
ipython==5.1.0
flake8==3.2.1
wheel==0.29.0
setuptools==33.1.1
-e .[sa]
sphinx==1.5.1
tox==2.5.0
pytest==3.0.5
pytest-cov==2.4.0
pytest-sugar==0.8.0
pytest-timeout==1.2.0
sphinxcontrib-asyncio==0.2.0
sqlalchemy==1.1.4
| coverage==4.3.4
docker-py==1.10.6
docutils==0.13.1
ipdb==0.10.1
ipython==5.1.0
flake8==3.2.1
wheel==0.29.0
setuptools==33.1.1
-e .[sa]
sphinx==1.5.1
tox==2.5.0
pytest==3.0.5
pytest-cov==2.4.0
pytest-sugar==0.8.0
pytest-timeout==1.2.0
sphinxcontrib-asyncio==0.2.0
sqlalchemy==1.1.4
|
Update sqlalchemy from 1.2.0 to 1.2.1 | boto3==1.5.6
cffi==1.11.0 # pyup: != 1.11.1, != 1.11.2 # These versions are missing .whl
celery==3.1.25 # pyup: <4
docopt==0.6.2
Flask-Bcrypt==0.7.1
Flask-Marshmallow==0.8.0
Flask-Migrate==2.1.1
Flask-SQLAlchemy==2.3.2
Flask==0.12.2
click-datetime==0.2
gunicorn==19.7.1
iso8601==0.1.12
jsonschema==2.6.0
marshmallow-sqlalchemy==0.13.2
marshmallow==2.15.0
monotonic==1.4
psycopg2==2.7.3.2
PyJWT==1.5.3
SQLAlchemy-Utils==0.32.21
SQLAlchemy==1.2.0
notifications-python-client==4.7.1
# PaaS
awscli==1.14.16
awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@23.4.1#egg=notifications-utils==23.4.1
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
| boto3==1.5.6
cffi==1.11.0 # pyup: != 1.11.1, != 1.11.2 # These versions are missing .whl
celery==3.1.25 # pyup: <4
docopt==0.6.2
Flask-Bcrypt==0.7.1
Flask-Marshmallow==0.8.0
Flask-Migrate==2.1.1
Flask-SQLAlchemy==2.3.2
Flask==0.12.2
click-datetime==0.2
gunicorn==19.7.1
iso8601==0.1.12
jsonschema==2.6.0
marshmallow-sqlalchemy==0.13.2
marshmallow==2.15.0
monotonic==1.4
psycopg2==2.7.3.2
PyJWT==1.5.3
SQLAlchemy-Utils==0.32.21
SQLAlchemy==1.2.1
notifications-python-client==4.7.1
# PaaS
awscli==1.14.16
awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@23.4.1#egg=notifications-utils==23.4.1
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
|
Use coverage and nose for testing | colorama==0.3.6
coverage==4.0.3
nose==1.3.7
python-termstyle==0.1.10
rednose==0.4.3
wheel==0.24.0
| |
Add vcr.py to jenkins requirements | pylint
coverage
nose>=0.11
http://github.com/cmheisel/nose-xcover/zipball/master
pep8
mock
httmock
| pylint
coverage
nose>=0.11
http://github.com/cmheisel/nose-xcover/zipball/master
pep8
mock
httmock
vcrpy
|
Update django-webpack-loader version to 2.3 | -r ../requirements.txt
# Requirements that are used for the admin module only
# Webpack loader
django-webpack-loader==0.1.2.1
| -r ../requirements.txt
# Requirements that are used for the admin module only
# Webpack loader
django-webpack-loader==0.2.3
|
Update Book Reader to 0.0.78 (77) | Categories:Reading
License:GPL-3.0
Web Site:
Source Code:https://gitlab.com/axet/android-book-reader/tree/HEAD
Issue Tracker:https://gitlab.com/axet/android-book-reader/issues
Auto Name:Book Reader
Summary:Simple book reader
Description:
Book reader with a simple UI. Based on [[org.geometerplus.zlibrary.ui.android]].
Supported formats: fb2, html, txt, epub, mobi, rtf, doc, pdf, djvu.
All the best in this world is free!
.
Repo Type:git
Repo:https://gitlab.com/axet/android-book-reader.git
Build:0.0.69,68
commit=bookreader-0.0.69
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Auto Update Mode:Version bookreader-%v
Update Check Mode:Tags
Current Version:0.0.69
Current Version Code:68
| Categories:Reading
License:GPL-3.0
Web Site:
Source Code:https://gitlab.com/axet/android-book-reader/tree/HEAD
Issue Tracker:https://gitlab.com/axet/android-book-reader/issues
Auto Name:Book Reader
Summary:Simple book reader
Description:
Book reader with a simple UI. Based on [[org.geometerplus.zlibrary.ui.android]].
Supported formats: fb2, html, txt, epub, mobi, rtf, doc, pdf, djvu.
All the best in this world is free!
.
Repo Type:git
Repo:https://gitlab.com/axet/android-book-reader.git
Build:0.0.69,68
commit=bookreader-0.0.69
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:0.0.78,77
commit=bookreader-0.0.78
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Auto Update Mode:Version bookreader-%v
Update Check Mode:Tags
Current Version:0.0.78
Current Version Code:77
|
Add semicolon and add note |
{{alias}}( fcn[, thisArg] )
Wraps a function in a try/catch block.
Parameters
----------
fcn: Function
Function to wrap.
thisArg: any (optional)
Function context.
Returns
-------
wrapped: Function
Wrapped function.
Examples
--------
> function fcn() {
> throw new Error( 'beep boop' );
> }
> var f = wrap( fcn );
> var out = f();
> out.message
'beep boop'
See Also
--------
|
{{alias}}( fcn[, thisArg] )
Wraps a function in a try/catch block.
If provided an asynchronous function, the returned function only traps
errors which occur during the current event loop tick.
Parameters
----------
fcn: Function
Function to wrap.
thisArg: any (optional)
Function context.
Returns
-------
out: Function
Wrapped function.
Examples
--------
> function fcn() {
> throw new Error( 'beep boop' );
> };
> var f = wrap( fcn );
> var out = f();
> out.message
'beep boop'
See Also
--------
|
Update dependency pymdown-extensions to v9.7 | click==8.1.3
future==0.18.2
Jinja2==3.1.2
livereload==2.6.3
lunr==0.6.2
Markdown==3.4.1
MarkupSafe==2.1.1
mkdocs==1.3.0
mkdocs-macros-plugin==0.7.0
mkdocs-material==8.5.4
mkdocs-material-extensions==1.1
Pygments==2.13.0
pymdown-extensions==9.6
python-dateutil==2.8.2
PyYAML==6.0
repackage==0.7.3
six==1.16.0
termcolor==2.0.1
tornado==6.2
| click==8.1.3
future==0.18.2
Jinja2==3.1.2
livereload==2.6.3
lunr==0.6.2
Markdown==3.4.1
MarkupSafe==2.1.1
mkdocs==1.3.0
mkdocs-macros-plugin==0.7.0
mkdocs-material==8.5.4
mkdocs-material-extensions==1.1
Pygments==2.13.0
pymdown-extensions==9.7
python-dateutil==2.8.2
PyYAML==6.0
repackage==0.7.3
six==1.16.0
termcolor==2.0.1
tornado==6.2
|
Update django-anymail from 5.0 to 6.0 | # PRECAUTION: avoid production dependencies that aren't in development
-r ./base.txt
# Django
# ------------------------------------------------------------------------------
django-storages[google]==1.7.1 # https://github.com/jschneier/django-storages
django-anymail[mailgun]==5.0 # https://github.com/anymail/django-anymail
google-auth==1.6.3 # https://github.com/googleapis/google-auth-library-python
| # PRECAUTION: avoid production dependencies that aren't in development
-r ./base.txt
# Django
# ------------------------------------------------------------------------------
django-storages[google]==1.7.1 # https://github.com/jschneier/django-storages
django-anymail[mailgun]==6.0 # https://github.com/anymail/django-anymail
google-auth==1.6.3 # https://github.com/googleapis/google-auth-library-python
|
Add missing dependency to SIL library | add_swift_library(swiftSIL STATIC
AbstractionPattern.cpp
Bridging.cpp
Dominance.cpp
DynamicCasts.cpp
InstructionUtils.cpp
Linker.cpp
LoopInfo.cpp
Mangle.cpp
PrettyStackTrace.cpp
Projection.cpp
SIL.cpp
SILArgument.cpp
SILBasicBlock.cpp
SILBuilder.cpp
SILCoverageMap.cpp
SILDeclRef.cpp
SILDefaultWitnessTable.cpp
SILFunction.cpp
SILFunctionType.cpp
SILGlobalVariable.cpp
SILInstruction.cpp
SILInstructions.cpp
SILLocation.cpp
SILModule.cpp
SILOpenedArchetypesTracker.cpp
SILPrinter.cpp
SILSuccessor.cpp
SILType.cpp
SILValue.cpp
SILVerifier.cpp
SILVTable.cpp
SILWitnessTable.cpp
TypeLowering.cpp
LINK_LIBRARIES
swiftSerialization
swiftSema
)
| add_swift_library(swiftSIL STATIC
AbstractionPattern.cpp
Bridging.cpp
Dominance.cpp
DynamicCasts.cpp
InstructionUtils.cpp
Linker.cpp
LoopInfo.cpp
Mangle.cpp
PrettyStackTrace.cpp
Projection.cpp
SIL.cpp
SILArgument.cpp
SILBasicBlock.cpp
SILBuilder.cpp
SILCoverageMap.cpp
SILDeclRef.cpp
SILDefaultWitnessTable.cpp
SILFunction.cpp
SILFunctionType.cpp
SILGlobalVariable.cpp
SILInstruction.cpp
SILInstructions.cpp
SILLocation.cpp
SILModule.cpp
SILOpenedArchetypesTracker.cpp
SILPrinter.cpp
SILSuccessor.cpp
SILType.cpp
SILValue.cpp
SILVerifier.cpp
SILVTable.cpp
SILWitnessTable.cpp
TypeLowering.cpp
LINK_LIBRARIES
swiftSerialization
swiftSema
)
# This property is only set by calls to clang_tablegen. It will not be set on
# standalone builds, so it can always be safely passed.
get_property(CLANG_TABLEGEN_TARGETS GLOBAL PROPERTY CLANG_TABLEGEN_TARGETS)
add_dependencies(swiftSIL
${CLANG_TABLEGEN_TARGETS})
|
Update pytest from 3.6.0 to 3.6.1 | pytest==3.6.0
selenium==3.12.0
pytest-selenium==1.13.0
pytest-html==1.19.0
pytest_base_url==1.4.1
| pytest==3.6.1
selenium==3.12.0
pytest-selenium==1.13.0
pytest-html==1.19.0
pytest_base_url==1.4.1
|
Use double precision for Bullet. | include_directories ( .. )
set(drakeCollision_SRC_FILES Model.cpp GenericModel.cpp Element.cpp
PointPair.cpp DrakeCollision.cpp ResultCollector.cpp
MinDistResultCollector.cpp simpleClosestPointFunctions.cpp)
pods_find_pkg_config(bullet)
if (bullet_FOUND)
add_definitions( -DBULLET_COLLISION )
set( drakeCollision_SRC_FILES ${drakeCollision_SRC_FILES} BulletModel.cpp BulletElement.cpp BulletResultCollector.cpp )
set(bullet "yes" CACHE STRING "yes" )
endif()
add_library(drakeCollision SHARED ${drakeCollision_SRC_FILES})
if (bullet_FOUND)
pods_use_pkg_config_packages(drakeCollision bullet)
endif()
enable_testing()
#add_subdirectory(test)
pods_install_libraries(drakeCollision)
pods_install_headers(Model.h simpleClosestPointFunctions.h DESTINATION drake/collision)
| include_directories ( .. )
set(drakeCollision_SRC_FILES Model.cpp GenericModel.cpp Element.cpp
PointPair.cpp DrakeCollision.cpp ResultCollector.cpp
MinDistResultCollector.cpp simpleClosestPointFunctions.cpp)
pods_find_pkg_config(bullet)
if (bullet_FOUND)
add_definitions( -DBULLET_COLLISION -DBT_USE_DOUBLE_PRECISION )
set( drakeCollision_SRC_FILES ${drakeCollision_SRC_FILES} BulletModel.cpp BulletElement.cpp BulletResultCollector.cpp )
set(bullet "yes" CACHE STRING "yes" )
endif()
add_library(drakeCollision SHARED ${drakeCollision_SRC_FILES})
if (bullet_FOUND)
pods_use_pkg_config_packages(drakeCollision bullet)
endif()
enable_testing()
#add_subdirectory(test)
pods_install_libraries(drakeCollision)
pods_install_headers(Model.h simpleClosestPointFunctions.h DESTINATION drake/collision)
|
Add missing link lib dl | add_library(PROVIDER_PSM2 OBJECT
connection.cpp
endpoint.cpp
error.cpp
globalendpoint.cpp
matchedqueue.cpp
message.cpp
options.cpp
psm.cpp
recvmemorywindow.cpp
sendmemorywindow.cpp
stats.cpp
units.cpp
uuid.cpp)
if(PSM2.WRAPPER)
add_library(pmr_psm2_preload SHARED libwrapper.c)
install(TARGETS pmr_psm2_preload LIBRARY DESTINATION lib)
endif()
| add_library(PROVIDER_PSM2 OBJECT
connection.cpp
endpoint.cpp
error.cpp
globalendpoint.cpp
matchedqueue.cpp
message.cpp
options.cpp
psm.cpp
recvmemorywindow.cpp
sendmemorywindow.cpp
stats.cpp
units.cpp
uuid.cpp)
if(PSM2.WRAPPER)
add_library(pmr_psm2_preload SHARED libwrapper.c)
install(TARGETS pmr_psm2_preload LIBRARY DESTINATION lib)
target_link_libraries(pmr_psm2_preload dl)
endif()
|
Update pymongo from 3.3.0 to 3.3.1 | -r requirements.txt
-e .
marshmallow-sqlalchemy >= 0.8.0
marshmallow-peewee >= 1.0.4
peewee >= 2.8.2
mongomock==3.7.0
pymongo==3.3.0
ipdb==0.10.1
pytest==3.0.3
pytest-flask == 0.10.0
pytest-sugar==0.7.1
| -r requirements.txt
-e .
marshmallow-sqlalchemy >= 0.8.0
marshmallow-peewee >= 1.0.4
peewee >= 2.8.2
mongomock==3.7.0
pymongo==3.3.1
ipdb==0.10.1
pytest==3.0.3
pytest-flask == 0.10.0
pytest-sugar==0.7.1
|
Update pytest from 3.2.3 to 3.2.5 | flake8==3.4.1
pytest==3.2.3
pytest-cov==2.5.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==0.10.1
xxhash==1.0.1
python-snappy==0.5.1
# pypiwin32==219
cython==0.27.3
| flake8==3.4.1
pytest==3.2.5
pytest-cov==2.5.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==0.10.1
xxhash==1.0.1
python-snappy==0.5.1
# pypiwin32==219
cython==0.27.3
|
Bump black from 21.9b0 to 21.10b0 | # linters
pycodestyle==2.8.0
pydocstyle==6.1.1
pylint==2.11.1; python_version>'3.3'
black==21.9b0
-r requirements-test.txt
| # linters
pycodestyle==2.8.0
pydocstyle==6.1.1
pylint==2.11.1; python_version>'3.3'
black==21.10b0
-r requirements-test.txt
|
Update sphinx-notfound-page from 0.4 to 0.5 | # Packages required to build docs, independent of application dependencies
Sphinx==3.2.0
# doctuils==0.15 produces this error
# File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
# nodes[0][0].rawsource = unescape(text, True)
# AttributeError: 'str' object has no attribute 'rawsource' File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
# nodes[0][0].rawsource = unescape(text, True)
# AttributeError: 'str' object has no attribute 'rawsource'
docutils==0.14 # pyup: ignore
sphinx_rtd_theme==0.5.0
sphinx-tabs==1.1.13
sphinx-intl==2.0.1
readthedocs-sphinx-search==0.1.0rc1
# Test out hoverxref
git+https://github.com/readthedocs/sphinx-hoverxref@master
Pygments==2.6.1
mkdocs==1.1.2
Markdown==3.2.2
# Docs
sphinxemoji==0.1.6
sphinxcontrib-httpdomain==1.7.0
sphinx-prompt==1.0.0
sphinx-notfound-page==0.4
commonmark==0.9.1
recommonmark==0.6.0
# Linting
rstcheck==3.3.1
| # Packages required to build docs, independent of application dependencies
Sphinx==3.2.0
# doctuils==0.15 produces this error
# File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
# nodes[0][0].rawsource = unescape(text, True)
# AttributeError: 'str' object has no attribute 'rawsource' File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
# nodes[0][0].rawsource = unescape(text, True)
# AttributeError: 'str' object has no attribute 'rawsource'
docutils==0.14 # pyup: ignore
sphinx_rtd_theme==0.5.0
sphinx-tabs==1.1.13
sphinx-intl==2.0.1
readthedocs-sphinx-search==0.1.0rc1
# Test out hoverxref
git+https://github.com/readthedocs/sphinx-hoverxref@master
Pygments==2.6.1
mkdocs==1.1.2
Markdown==3.2.2
# Docs
sphinxemoji==0.1.6
sphinxcontrib-httpdomain==1.7.0
sphinx-prompt==1.0.0
sphinx-notfound-page==0.5
commonmark==0.9.1
recommonmark==0.6.0
# Linting
rstcheck==3.3.1
|
Send user's real full name to public body | {{ message.request.law.letter_start }}
{{ body }}
{{ message.request.law.letter_end }}
{{ message.sender_name }}
{% include "foirequest/mail_footer.txt" %}
| {{ message.request.law.letter_start }}
{{ body }}
{{ message.request.law.letter_end }}
{{ message.sender_user.get_full_name }}
{% include "foirequest/mail_footer.txt" %}
|
Change this template to use "global_source_text" instead of "concatenated_all_operands" | # this code generated from standard template <new_line>
template-runtime-code-for-every-action-begin
$global_concatenated_all_operands = runtime-code-for-concatenated-all-operands ; <new_line>
&function__ no-space action-name-with-underscores no-space ( ) ; <new_line>
runtime-code-storage-item-result = $global_action_result ; <new_line>
template-runtime-code-for-every-action-end
| # this object code generated from standard template with variable number of operands placed into global_source_text <new_line>
template-runtime-code-for-every-action-begin
$global_source_text = runtime-code-for-concatenated-all-operands ; <new_line>
&function__ no-space action-name-with-underscores no-space ( ) ; <new_line>
runtime-code-storage-item-result = $global_action_result ; <new_line>
template-runtime-code-for-every-action-end
|
Update media/video-transformed.html expectation on Mac. | // 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.
| // 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.
// Behavior was changed by WebKit roll 69035:69062.
BUG_TKENT MAC : media/video-transformed.html = IMAGE
|
Update typing from 3.6.2 to 3.6.4 | # ulid/requirements/base.txt
#
# Requirements for using this package.
typing==3.6.2; python_version < '3.6'
| # ulid/requirements/base.txt
#
# Requirements for using this package.
typing==3.6.4; python_version < '3.6'
|
Update sphinx_rtd_theme from 0.3.1 to 0.4.1 | # adbwp/requirements/docs.txt
#
# Requirements for generating package documentation.
-r base.txt
sphinx==1.7.8
sphinx_rtd_theme==0.3.1
| # adbwp/requirements/docs.txt
#
# Requirements for generating package documentation.
-r base.txt
sphinx==1.7.8
sphinx_rtd_theme==0.4.1
|
Update xarray from 0.9.5 to 0.9.6 | pip==9.0.1
wheel==0.29.0
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
pytest==3.1.1
pytest-cov==2.5.1
Sphinx==1.6.2
sphinx-rtd-theme==0.2.4
boto3==1.4.4
datafs==0.7.1
bumpversion==0.5.3
watchdog==0.8.3
cryptography==1.9
h5py==2.7.0
netCDF4==1.2.7
xarray==0.9.5
dask==0.14.3
numpy==1.12.1
scipy==0.19.0
numba==0.33.0
pandas==0.20.2
blaze==0.10.1
bottleneck==1.2.1
dill==0.2.6
joblib==0.11
| pip==9.0.1
wheel==0.29.0
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
pytest==3.1.1
pytest-cov==2.5.1
Sphinx==1.6.2
sphinx-rtd-theme==0.2.4
boto3==1.4.4
datafs==0.7.1
bumpversion==0.5.3
watchdog==0.8.3
cryptography==1.9
h5py==2.7.0
netCDF4==1.2.7
xarray==0.9.6
dask==0.14.3
numpy==1.12.1
scipy==0.19.0
numba==0.33.0
pandas==0.20.2
blaze==0.10.1
bottleneck==1.2.1
dill==0.2.6
joblib==0.11
|
Update example gene pool config file | # <-- for comments
maximum simultaneous games = 2
# Environment variables
gene pool population = 16
gene pool count = 3
draw kill probability = 0.05
pool swap interval = 1000
# Oscillating game time
minimum game time = 30 # seconds
maximum game time = 120 # seconds
game time increment = 0 # seconds (if zero, then stay at minimum time)
# gene pool file = pool.txt
| # <-- for comments
maximum simultaneous games = 2
# Environment variables
gene pool population = 16
gene pool count = 3
draw kill probability = 0.05
pool swap interval = 1000
# Oscillating game time
minimum game time = 30 # seconds
maximum game time = 120 # seconds
game time increment = 0 # seconds (if zero, then stay at minimum time)
# Where genomes will be recorded
# Games recorded in file with "_games.txt" suffix
gene pool file = pool.txt
|
Fix inconsistent line endings in CMake files | if(GTEST_FOUND)
add_executable(testPiecewisePolynomial testPiecewisePolynomial.cpp)
target_link_libraries(testPiecewisePolynomial drakeTrajectories ${GTEST_BOTH_LIBRARIES})
add_test(NAME testPiecewisePolynomial COMMAND testPiecewisePolynomial)
endif()
add_executable(testExponentialPlusPiecewisePolynomial testExponentialPlusPiecewisePolynomial.cpp)
target_link_libraries(testExponentialPlusPiecewisePolynomial drakeTrajectories)
add_test(NAME testExponentialPlusPiecewisePolynomial COMMAND testExponentialPlusPiecewisePolynomial)
add_matlab_test(NAME systems/trajectories/test/expplusppFnderTest COMMAND expplusppFnderTest)
add_matlab_test(NAME systems/trajectories/test/feedbackTest COMMAND feedbackTest)
add_matlab_test(NAME systems/trajectories/test/ppRateTransitionTest COMMAND ppRateTransitionTest)
add_matlab_test(NAME systems/trajectories/test/ppdertest COMMAND ppdertest)
add_matlab_test(NAME systems/trajectories/test/ppmathtest COMMAND ppmathtest)
add_matlab_test(NAME systems/trajectories/test/pprefinetest COMMAND pprefinetest)
| if(GTEST_FOUND)
add_executable(testPiecewisePolynomial testPiecewisePolynomial.cpp)
target_link_libraries(testPiecewisePolynomial drakeTrajectories ${GTEST_BOTH_LIBRARIES})
add_test(NAME testPiecewisePolynomial COMMAND testPiecewisePolynomial)
endif()
add_executable(testExponentialPlusPiecewisePolynomial testExponentialPlusPiecewisePolynomial.cpp)
target_link_libraries(testExponentialPlusPiecewisePolynomial drakeTrajectories)
add_test(NAME testExponentialPlusPiecewisePolynomial COMMAND testExponentialPlusPiecewisePolynomial)
add_matlab_test(NAME systems/trajectories/test/expplusppFnderTest COMMAND expplusppFnderTest)
add_matlab_test(NAME systems/trajectories/test/feedbackTest COMMAND feedbackTest)
add_matlab_test(NAME systems/trajectories/test/ppRateTransitionTest COMMAND ppRateTransitionTest)
add_matlab_test(NAME systems/trajectories/test/ppdertest COMMAND ppdertest)
add_matlab_test(NAME systems/trajectories/test/ppmathtest COMMAND ppmathtest)
add_matlab_test(NAME systems/trajectories/test/pprefinetest COMMAND pprefinetest)
|
Fix find_package usage for Boost | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Werror -std=c++11")
include_directories(SYSTEM ${RESOURCE_POOL_DEPENDENCY_INCLUDE_DIRS})
include_directories(${PROJECT_SOURCE_DIR}/include)
find_package(Boost REQUIRED coroutine)
find_package(Boost REQUIRED context)
set(LIBRARIES
-lrt
-pthread
${Boost_COROUTINE_LIBRARY}
${Boost_CONTEXT_LIBRARY}
${RESOURCE_POOL_DEPENDENCY_LIBRARIES}
)
add_executable(async_pool async/pool.cc)
target_link_libraries(async_pool ${LIBRARIES})
add_executable(coro_pool async/coro.cc)
target_link_libraries(coro_pool ${LIBRARIES})
add_executable(async_strand async/strand.cc)
target_link_libraries(async_strand ${LIBRARIES})
add_executable(sync_pool sync/pool.cc)
target_link_libraries(sync_pool ${LIBRARIES})
| set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Werror -std=c++11")
include_directories(SYSTEM ${RESOURCE_POOL_DEPENDENCY_INCLUDE_DIRS})
include_directories(${PROJECT_SOURCE_DIR}/include)
find_package(Boost COMPONENTS coroutine context REQUIRED)
set(LIBRARIES
-lrt
-pthread
${Boost_COROUTINE_LIBRARY}
${Boost_CONTEXT_LIBRARY}
${RESOURCE_POOL_DEPENDENCY_LIBRARIES}
)
add_executable(async_pool async/pool.cc)
target_link_libraries(async_pool ${LIBRARIES})
add_executable(coro_pool async/coro.cc)
target_link_libraries(coro_pool ${LIBRARIES})
add_executable(async_strand async/strand.cc)
target_link_libraries(async_strand ${LIBRARIES})
add_executable(sync_pool sync/pool.cc)
target_link_libraries(sync_pool ${LIBRARIES})
|
Add README for tools directory | The tools directory has been moved to a separate
repository openstack-doc-tools:
https://github.com/openstack/openstack-doc-tools
Please do not make changes here, commit instead to openstack-doc-tools
unless you need those for gating jobs.
This directory will be removed once all the gating jobs are setup
correctly.
| |
Move new generalized ufunc function to end of api list. | # The functions in the ufunc C API. They are defined
# here so that the order is set. Append new functions
# to the end of the list.
PyUFunc_FromFuncAndData
PyUFunc_FromFuncAndDataAndSignature
PyUFunc_RegisterLoopForType
PyUFunc_GenericFunction
PyUFunc_f_f_As_d_d
PyUFunc_d_d
PyUFunc_f_f
PyUFunc_g_g
PyUFunc_F_F_As_D_D
PyUFunc_F_F
PyUFunc_D_D
PyUFunc_G_G
PyUFunc_O_O
PyUFunc_ff_f_As_dd_d
PyUFunc_ff_f
PyUFunc_dd_d
PyUFunc_gg_g
PyUFunc_FF_F_As_DD_D
PyUFunc_DD_D
PyUFunc_FF_F
PyUFunc_GG_G
PyUFunc_OO_O
PyUFunc_O_O_method
PyUFunc_OO_O_method
PyUFunc_On_Om
PyUFunc_GetPyValues
PyUFunc_checkfperr
PyUFunc_clearfperr
PyUFunc_getfperr
PyUFunc_handlefperr
PyUFunc_ReplaceLoopBySignature
| # The functions in the ufunc C API. They are defined
# here so that the order is set. Append new functions
# to the end of the list.
PyUFunc_FromFuncAndData
PyUFunc_RegisterLoopForType
PyUFunc_GenericFunction
PyUFunc_f_f_As_d_d
PyUFunc_d_d
PyUFunc_f_f
PyUFunc_g_g
PyUFunc_F_F_As_D_D
PyUFunc_F_F
PyUFunc_D_D
PyUFunc_G_G
PyUFunc_O_O
PyUFunc_ff_f_As_dd_d
PyUFunc_ff_f
PyUFunc_dd_d
PyUFunc_gg_g
PyUFunc_FF_F_As_DD_D
PyUFunc_DD_D
PyUFunc_FF_F
PyUFunc_GG_G
PyUFunc_OO_O
PyUFunc_O_O_method
PyUFunc_OO_O_method
PyUFunc_On_Om
PyUFunc_GetPyValues
PyUFunc_checkfperr
PyUFunc_clearfperr
PyUFunc_getfperr
PyUFunc_handlefperr
PyUFunc_ReplaceLoopBySignature
PyUFunc_FromFuncAndDataAndSignature
|
Add expectation for http/tests/media/video-play-suspend.html due to change in r75985. | // 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.
// Skip an overly restrictive cross-origin HTTPS test
BUGCR69594 SKIP : http/tests/appcache/different-https-origin-resource-main.html = FAIL
// Due to r75965. Need to rebase upstream.
BUG_TONY LINUX : fast/forms/menulist-restrict-line-height.html = IMAGE
BUG_TONY LINUX : fast/forms/menulist-style-color.html = IMAGE
BUG_TONY LINUX : fast/forms/select-baseline.html = IMAGE
// Dropping U;. Need to rebase upstream.
BUG_TONY : http/tests/navigation/useragent.php = TEXT
| // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
// Skip an overly restrictive cross-origin HTTPS test
BUGCR69594 SKIP : http/tests/appcache/different-https-origin-resource-main.html = FAIL
// Due to r75965. Need to rebase upstream.
BUG_TONY LINUX : fast/forms/menulist-restrict-line-height.html = IMAGE
BUG_TONY LINUX : fast/forms/menulist-style-color.html = IMAGE
BUG_TONY LINUX : fast/forms/select-baseline.html = IMAGE
// Dropping U;. Need to rebase upstream.
BUG_TONY : http/tests/navigation/useragent.php = TEXT
// Potential broken test found by r75985.
BUGCR74092 : http/tests/media/video-play-suspend.html = TIMEOUT
|
Remove the downstream test expectation for fast/dom/prototype-inheritance.html now that WebKit has been rolled to r77044 (past r76986). | // 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.
// Fixed in http://trac.webkit.org/changeset/76986
// We should remove this once we rolled WebKit past r76986.
BUGRNIWA MAC : fast/dom/prototype-inheritance.html = TEXT | // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
|
Add build-local.properties to rat excluded files. | rat-excludes.txt
.*
.*/**
eclipse.md
README.md
**/*.jmx
bin/*.csv
bin/*.xml
bin/*.jtl
bin/examples/**
bin/report-output/**
bin/report-template/**
bin/testfiles/**
build/**
docs/**
extras/*.txt
**/images/**
lib/aareadme.txt
lib/opt/**
licenses/bin/**
licenses/src/**
local/**
printable_docs/**
reports/**
res/META-INF/jmeter_as_ascii_art.txt
src/core/org/apache/jmeter/help.txt
test/resources/**
**/*.log
**/download_jmeter.cgi
| rat-excludes.txt
.*
.*/**
eclipse.md
README.md
**/*.jmx
bin/*.csv
bin/*.xml
bin/*.jtl
bin/examples/**
bin/report-output/**
bin/report-template/**
bin/testfiles/**
build/**
build-local.properties
docs/**
extras/*.txt
**/images/**
lib/aareadme.txt
lib/opt/**
licenses/bin/**
licenses/src/**
local/**
printable_docs/**
reports/**
res/META-INF/jmeter_as_ascii_art.txt
src/core/org/apache/jmeter/help.txt
test/resources/**
**/*.log
**/download_jmeter.cgi
|
Update testinfra from 1.14.1 to 1.17.0 | pytest==3.9.3
pytest-cookies==0.3.0
pyaml==17.12.1
testinfra==1.14.1
tox==3.5.3 | pytest==3.9.3
pytest-cookies==0.3.0
pyaml==17.12.1
testinfra==1.17.0
tox==3.5.3 |
Update pyopenssl from 17.2.0 to 17.3.0 | twisted >= 12.0.0
requests >= 2.1.0
pyyaml==3.12
jsonschema >= 1.0.0
beautifulsoup4==4.6.0
pyopenssl==17.2.0
ndg-httpsclient==0.4.3
pyasn1==0.3.4
tvdb_api==1.10
repoze.lru==0.7
pygeoip==0.3.2
sqlalchemy==1.1.14
dataset==1.0.0
python-instagram==1.3.2
simplejson >= 3.0.0
httplib2 >= 0.8.0
feedparser >= 5.1.3
service_identity==17.0.0
python-dateutil >= 2.2
pytz==2017.2
pytvmaze==2.0.8
| twisted >= 12.0.0
requests >= 2.1.0
pyyaml==3.12
jsonschema >= 1.0.0
beautifulsoup4==4.6.0
pyopenssl==17.3.0
ndg-httpsclient==0.4.3
pyasn1==0.3.4
tvdb_api==1.10
repoze.lru==0.7
pygeoip==0.3.2
sqlalchemy==1.1.14
dataset==1.0.0
python-instagram==1.3.2
simplejson >= 3.0.0
httplib2 >= 0.8.0
feedparser >= 5.1.3
service_identity==17.0.0
python-dateutil >= 2.2
pytz==2017.2
pytvmaze==2.0.8
|
Update pytest-xdist from 1.15.0 to 1.16.0 | # Django
Django==1.11
django-crispy-forms==1.6.1
django-extensions==1.7.8
bpython==0.16
# pytest
pytest==3.0.7
pytest-django==3.1.2
pytest-flake8==0.8.1
pytest-mock==1.6.0
pytest-xdist==1.15.0
factory-boy==2.8.1
mock==2.0.0
# coverage
coverage==4.3.4
pytest-cov==2.4.0
python-coveralls==2.9.1
# Flake8
flake8==3.3.0
flake8-docstrings==1.1.0
# misc
safety==1.4.0
postalcodes-mexico==0.2.0
| # Django
Django==1.11
django-crispy-forms==1.6.1
django-extensions==1.7.8
bpython==0.16
# pytest
pytest==3.0.7
pytest-django==3.1.2
pytest-flake8==0.8.1
pytest-mock==1.6.0
pytest-xdist==1.16.0
factory-boy==2.8.1
mock==2.0.0
# coverage
coverage==4.3.4
pytest-cov==2.4.0
python-coveralls==2.9.1
# Flake8
flake8==3.3.0
flake8-docstrings==1.1.0
# misc
safety==1.4.0
postalcodes-mexico==0.2.0
|
Update bandit from 1.5.1 to 1.6.2 | bandit==1.5.1
GitPython==2.1.12
codacy-coverage==1.3.11
codecov==2.0.15
coverage==4.5.3
ddt==1.2.1
defusedxml==0.6.0
flake8==3.7.8
internetarchive==1.8.5
nose==1.3.7
oauthlib==3.0.2
patool==1.12
pip==19.1.1
pylint==2.3.1
PyGithub==1.43.8
pywikibot==3.0.20190722
requests==2.22.0
requests-mock==1.6.0
requests-oauthlib==1.2.0
roman==3.2
safety==1.8.5
testfixtures==6.10.0
| bandit==1.6.2
GitPython==2.1.12
codacy-coverage==1.3.11
codecov==2.0.15
coverage==4.5.3
ddt==1.2.1
defusedxml==0.6.0
flake8==3.7.8
internetarchive==1.8.5
nose==1.3.7
oauthlib==3.0.2
patool==1.12
pip==19.1.1
pylint==2.3.1
PyGithub==1.43.8
pywikibot==3.0.20190722
requests==2.22.0
requests-mock==1.6.0
requests-oauthlib==1.2.0
roman==3.2
safety==1.8.5
testfixtures==6.10.0
|
Update python-dotenv package to 0.10.3 | # Core packages
python-dotenv==0.10.2 # Read environment variables from .env
Flask==1.0.3 # 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
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==4.20.0.120 # Website monitoring
rollbar==0.14.7 # rollbar.com error logging
| # Core packages
python-dotenv==0.10.3 # Read environment variables from .env
Flask==1.0.3 # 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
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==4.20.0.120 # Website monitoring
rollbar==0.14.7 # rollbar.com error logging
|
Update pandas from 0.24.0 to 0.24.1 | matplotlib==3.0.2
networkx==2.2
pandas==0.24.0
hiveplot==2017.10.17.21.7
nxviz==0.6.0
numpy==1.16.0
jupyter==1.0.0
scipy==1.2.0
python-louvain==0.13
tqdm==4.30.0
| matplotlib==3.0.2
networkx==2.2
pandas==0.24.1
hiveplot==2017.10.17.21.7
nxviz==0.6.0
numpy==1.16.0
jupyter==1.0.0
scipy==1.2.0
python-louvain==0.13
tqdm==4.30.0
|
Update pytest from 5.3.2 to 5.3.3 | -r requirements.txt
beautifulsoup4==4.8.2
pytest==5.3.2
pytest-mock==2.0.0
pytest-xdist==1.31.0
requests-mock==1.7.0
freezegun==0.3.13
flake8==3.7.9
flake8-print==3.1.4
| -r requirements.txt
beautifulsoup4==4.8.2
pytest==5.3.3
pytest-mock==2.0.0
pytest-xdist==1.31.0
requests-mock==1.7.0
freezegun==0.3.13
flake8==3.7.9
flake8-print==3.1.4
|
Update django from 1.10.1 to 1.10.2 | {% if cookiecutter.use_python2 == 'n' -%}
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
{%- endif %}
# Bleeding edge Django
django==1.10.1
# Configuration
django-environ==0.4.0
{% if cookiecutter.windows == 'y' -%}
# On Windows, you must download/install psycopg2 manually
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %}
# Python-PostgreSQL Database Adapter
psycopg2==2.6.2
{%- endif %}
# Time zones support
pytz==2016.6.1
# Your custom requirements go here
| {% if cookiecutter.use_python2 == 'n' -%}
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
{%- endif %}
# Bleeding edge Django
django==1.10.2
# Configuration
django-environ==0.4.0
{% if cookiecutter.windows == 'y' -%}
# On Windows, you must download/install psycopg2 manually
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %}
# Python-PostgreSQL Database Adapter
psycopg2==2.6.2
{%- endif %}
# Time zones support
pytz==2016.6.1
# Your custom requirements go here
|
Update flake8 from 3.0.1 to 3.0.2 | # Test dependencies go here.
-r base.txt
{% if cookiecutter.windows == 'y' -%}
# Python-PostgreSQL Database Adapter
# If using Win for dev, this assumes Unix in test/prod
psycopg2==2.6.2
{%- endif %}
coverage==4.1
flake8==3.0.1
django-test-plus==1.0.14
factory_boy==2.7.0
# pytest!
pytest-django==2.9.1
pytest-sugar==0.7.1
| # Test dependencies go here.
-r base.txt
{% if cookiecutter.windows == 'y' -%}
# Python-PostgreSQL Database Adapter
# If using Win for dev, this assumes Unix in test/prod
psycopg2==2.6.2
{%- endif %}
coverage==4.1
flake8==3.0.2
django-test-plus==1.0.14
factory_boy==2.7.0
# pytest!
pytest-django==2.9.1
pytest-sugar==0.7.1
|
Update pika from 0.11.2 to 0.12.0 | elasticsearch==6.2.0
pika==0.11.2
vent==0.6.1
| elasticsearch==6.2.0
pika==0.12.0
vent==0.6.1
|
Bump rope from 0.14.0 to 0.16.0 | black==19.10b0
doc8==0.8.0
coveralls==1.10.0
flake8==3.7.9
flake8-commas==2.0.0
flake8-comprehensions==3.1.4
flake8-docstrings==1.5.0
flake8-isort==2.8.0
flake8-mutable==1.2.0
freezegun==0.3.12
isort==4.3.21
mypy==0.761
pydocstyle==5.0.2
pytest==5.3.2
pytest-cov==2.8.1
rope==0.14.0
setuptools==44.0.0
sphinx==2.3.1
sphinx-autodoc-typehints==1.10.3
twine==3.1.1
wheel==0.33.6
| black==19.10b0
doc8==0.8.0
coveralls==1.10.0
flake8==3.7.9
flake8-commas==2.0.0
flake8-comprehensions==3.1.4
flake8-docstrings==1.5.0
flake8-isort==2.8.0
flake8-mutable==1.2.0
freezegun==0.3.12
isort==4.3.21
mypy==0.761
pydocstyle==5.0.2
pytest==5.3.2
pytest-cov==2.8.1
rope==0.16.0
setuptools==44.0.0
sphinx==2.3.1
sphinx-autodoc-typehints==1.10.3
twine==3.1.1
wheel==0.33.6
|
Update instructions for using loopdomfuzz.py | Just run:
./loopdomfuzz.py objdir
It will:
* Figure out which version of Firefox you are testing and use appropriate ignore lists.
* Create temporary Firefox profiles.
* Keep fuzzing new instances of Firefox until it finds a new bug.
* If it finds a bug, it will place a file in a wtmp*/ directory, and try to reduce it with Lithium.
objdir must be a Firefox object directory built with --enable-tests, and its parent must be a Firefox source directory.
Crashes:
* It's probably best if you compiled Firefox with --enable-breakpad and you have minidump_stackwalk installed, but the breakpad integration isn't fully working yet.
* On Mac, if you don't have breakpad et al set up, you'll want to turn off crash dialogs: defaults write com.apple.CrashReporter DialogType server
To reproduce a bug with the extension in place (usually not needed):
./rundomfuzz.py objdir url
For dedicated fuzzing machines (Mac only):
Add to /etc/sudoers (e.g. using "sudo visudo") to allow the script to "sudo reboot" without entering a password:
%admin ALL=(ALL)NOPASSWD: /sbin/reboot
Add macbot.command to your startup commands (system preferences -> accounts). This is essentially a shell script that opens a Terminal window first.
And that's it! The script will update the fuzzing repository and download new builds from Tinderbox automatically. It will reboot the machine every 15 minutes or so, and store its results in ~/domfuzzjobs/.
| Just run:
./loopdomfuzz.py build
It will:
* Figure out which version of Firefox you are testing and use appropriate ignore lists.
* Create temporary Firefox profiles.
* Keep fuzzing new instances of Firefox until it finds a new bug.
* If it finds a bug, it will place a file in a wtmp*/ directory, and try to reduce it with Lithium.
|build| must be a directory, either:
* A Firefox object directory, built locally with --enable-tests
* A Tinderbox build that was downloaded using fuzzing/util/downloadBuild.py
Crashes:
* It's probably best if you compiled Firefox with --enable-breakpad and you have minidump_stackwalk installed, but the breakpad integration isn't fully working yet.
* On Mac, if you don't have breakpad et al set up, you'll want to turn off crash dialogs: defaults write com.apple.CrashReporter DialogType server
To reproduce a bug with the extension in place (usually not needed):
./rundomfuzz.py build url
For dedicated fuzzing machines (Mac only):
Add to /etc/sudoers (e.g. using "sudo visudo") to allow the script to "sudo reboot" without entering a password:
%admin ALL=(ALL)NOPASSWD: /sbin/reboot
Add macbot.command to your startup commands (system preferences -> accounts). This is essentially a shell script that opens a Terminal window first.
And that's it! The script will update the fuzzing repository and download new builds from Tinderbox automatically. It will reboot the machine every 15 minutes or so, and store its results in ~/domfuzzjobs/.
|
Update ansible from 2.7.9 to 2.7.10 | ansible==2.7.9
pip==19.1
wheel==0.33.0
watchdog==0.9.0
flake8==3.7.6
tox==3.9.0
coverage==4.5.3
Sphinx==2.0.0
twine==1.12.1
rstcheck==3.3.1
pycodestyle==2.5.0
pylint==2.3.1 | ansible==2.7.10
pip==19.1
wheel==0.33.0
watchdog==0.9.0
flake8==3.7.6
tox==3.9.0
coverage==4.5.3
Sphinx==2.0.0
twine==1.12.1
rstcheck==3.3.1
pycodestyle==2.5.0
pylint==2.3.1
|
Remove unused simulateOnce command-line argument | include_directories(${PROJECT_SOURCE_DIR})
add_executable(exampleHopperDevice
exampleHopperDevice.cpp
buildHopperModel.cpp
buildDeviceModel.cpp
buildTestbedModel.cpp
defineDeviceAndController.h)
target_link_libraries(exampleHopperDevice ${Simbody_LIBRARIES} osimTools)
set_target_properties(exampleHopperDevice PROPERTIES FOLDER "Examples")
add_test(NAME exampleHopperDevice
COMMAND exampleHopperDevice noVisualizer simulateOnce)
add_executable(exampleHopperDeviceAnswers
exampleHopperDevice_answers.cpp
buildHopperModel.cpp
buildTestbedModel.cpp
buildDeviceModel_answers.cpp
defineDeviceAndController_answers.h)
target_link_libraries(exampleHopperDeviceAnswers ${Simbody_LIBRARIES} osimTools)
set_target_properties(exampleHopperDeviceAnswers PROPERTIES FOLDER "Examples")
add_test(NAME exampleHopperDeviceAnswers
COMMAND exampleHopperDeviceAnswers noVisualizer simulateOnce)
| include_directories(${PROJECT_SOURCE_DIR})
add_executable(exampleHopperDevice
exampleHopperDevice.cpp
buildHopperModel.cpp
buildDeviceModel.cpp
buildTestbedModel.cpp
defineDeviceAndController.h)
target_link_libraries(exampleHopperDevice ${Simbody_LIBRARIES} osimTools)
set_target_properties(exampleHopperDevice PROPERTIES FOLDER "Examples")
add_test(NAME exampleHopperDevice
COMMAND exampleHopperDevice noVisualizer simulateOnce)
add_executable(exampleHopperDeviceAnswers
exampleHopperDevice_answers.cpp
buildHopperModel.cpp
buildTestbedModel.cpp
buildDeviceModel_answers.cpp
defineDeviceAndController_answers.h)
target_link_libraries(exampleHopperDeviceAnswers ${Simbody_LIBRARIES} osimTools)
set_target_properties(exampleHopperDeviceAnswers PROPERTIES FOLDER "Examples")
add_test(NAME exampleHopperDeviceAnswers
COMMAND exampleHopperDeviceAnswers noVisualizer)
|
Update raven from 6.1.0 to 6.2.1 | # Pro-tip: Try not to put anything here. Avoid dependencies in
# production that aren't in development.
-r base.txt
# WSGI Handler
# ------------------------------------------------
gevent==1.2.2
gunicorn==19.7.1
# Static and Media Storage
# ------------------------------------------------
boto3==1.4.7
django-storages==1.6.5
# Email backends for Mailgun, Postmark, SendGrid and more
# -------------------------------------------------------
django-anymail==0.10
# Raven is the Sentry client
# --------------------------
raven==6.1.0
| # Pro-tip: Try not to put anything here. Avoid dependencies in
# production that aren't in development.
-r base.txt
# WSGI Handler
# ------------------------------------------------
gevent==1.2.2
gunicorn==19.7.1
# Static and Media Storage
# ------------------------------------------------
boto3==1.4.7
django-storages==1.6.5
# Email backends for Mailgun, Postmark, SendGrid and more
# -------------------------------------------------------
django-anymail==0.10
# Raven is the Sentry client
# --------------------------
raven==6.2.1
|
Update humanize from 2.4.0 to 2.4.1 | # Run `make freeze-requirements` to update requirements.txt
# with package version changes made in requirements-app.txt
ago==0.0.93
govuk-bank-holidays==0.8
humanize==2.4.0
Flask==1.1.2
Flask-WTF==0.14.3
Flask-Login==0.5.0
blinker==1.4
pyexcel==0.6.2
pyexcel-io==0.5.20
pyexcel-xls==0.5.8
pyexcel-xlsx==0.5.8
pyexcel-ods3==0.5.3
pytz==2020.1
gunicorn==20.0.4
eventlet==0.25.2
notifications-python-client==5.6.0
# PaaS
awscli-cwlogs>=1.4,<1.5
itsdangerous==1.1.0
git+https://github.com/alphagov/notifications-utils.git@39.7.0#egg=notifications-utils==39.7.0
git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha
| # Run `make freeze-requirements` to update requirements.txt
# with package version changes made in requirements-app.txt
ago==0.0.93
govuk-bank-holidays==0.8
humanize==2.4.1
Flask==1.1.2
Flask-WTF==0.14.3
Flask-Login==0.5.0
blinker==1.4
pyexcel==0.6.2
pyexcel-io==0.5.20
pyexcel-xls==0.5.8
pyexcel-xlsx==0.5.8
pyexcel-ods3==0.5.3
pytz==2020.1
gunicorn==20.0.4
eventlet==0.25.2
notifications-python-client==5.6.0
# PaaS
awscli-cwlogs>=1.4,<1.5
itsdangerous==1.1.0
git+https://github.com/alphagov/notifications-utils.git@39.7.0#egg=notifications-utils==39.7.0
git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha
|
Update twine from 1.14.0 to 1.15.0 | -r requirements.txt
check-manifest==0.39
pyroma==2.5
pytest-mock==1.10.4
pytest==5.1.2
tox==3.13.1
flake8==3.7.8
twine==1.14.0
coverage==4.5.4
pytest-cov==2.7.1
Sphinx==2.2.0
sphinx-autobuild==0.7.1
redis==3.3.8
Cython==0.29.13
happybase==1.2.0 | -r requirements.txt
check-manifest==0.39
pyroma==2.5
pytest-mock==1.10.4
pytest==5.1.2
tox==3.13.1
flake8==3.7.8
twine==1.15.0
coverage==4.5.4
pytest-cov==2.7.1
Sphinx==2.2.0
sphinx-autobuild==0.7.1
redis==3.3.8
Cython==0.29.13
happybase==1.2.0 |
Update dependency vcrpy to v2.1.0 | # 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.2.1
django-autofixture==0.12.1
graphviz==0.12
factory-boy==2.12.0
django-coverage-plugin==1.6.0
django-test-plus==1.3.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.2.1
django-autofixture==0.12.1
graphviz==0.12
factory-boy==2.12.0
django-coverage-plugin==1.6.0
django-test-plus==1.3.1
vcrpy==2.1.0
|
Update factory-boy from 2.8.1 to 2.9.2 | -r base.txt
django-autofixture==0.12.1
django-debug-toolbar==1.8
factory-boy==2.8.1
Faker==0.8.1
flake8-docstrings==1.1.0
flake8==3.4.1
freezegun==0.3.9
isort==4.2.15
pytest-cov==2.5.1
pytest-django==3.1.2
pytest-factoryboy==1.3.1
pytest==3.2.1
transifex-client==0.12.4
| -r base.txt
django-autofixture==0.12.1
django-debug-toolbar==1.8
factory-boy==2.9.2
Faker==0.8.1
flake8-docstrings==1.1.0
flake8==3.4.1
freezegun==0.3.9
isort==4.2.15
pytest-cov==2.5.1
pytest-django==3.1.2
pytest-factoryboy==1.3.1
pytest==3.2.1
transifex-client==0.12.4
|
Update cryptography from 1.7 to 1.9 | 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.2
cryptography==1.7
PyYAML==3.12
pytest==3.1.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.2
cryptography==1.9
PyYAML==3.12
pytest==3.1.1
|
Update pip from 10.0.1 to 18.0 | 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
| pip==18.0
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
|
Update Exodus Privacy to 1.1.0 (5) | Categories:Security
License:GPL-3.0-only
Web Site:https://news.exodus-privacy.eu.org/
Source Code:https://github.com/Exodus-Privacy/exodus-android-app
Issue Tracker:https://github.com/Exodus-Privacy/exodus-android-app/issues
Donate:https://exodus-privacy.eu.org/#help
Bitcoin:1exodusdyqXD81tS8SkcLhyFj9ioxWsaZ
Auto Name:Exodus Privacy
Summary:Analyzes privacy concerns in apps from Google Play store
Description:
Exodus Privacy lets you know what trackers are embedded in apps installed on
your smartphone. It lets you also know the permissions required by any apps on
your smartphone. It helps you take your privacy back!
The app can only detect apps installed from the Google Play store.
.
Repo Type:git
Repo:https://github.com/Exodus-Privacy/exodus-android-app.git
Build:1.0.3,3
commit=release-v1.0.3
subdir=app
gradle=yes
Build:1.0.4,4
commit=release-v1.0.4
subdir=app
gradle=yes
Auto Update Mode:Version release-v%v
Update Check Mode:Tags
Current Version:1.0.4
Current Version Code:4
| Categories:Security
License:GPL-3.0-only
Web Site:https://news.exodus-privacy.eu.org/
Source Code:https://github.com/Exodus-Privacy/exodus-android-app
Issue Tracker:https://github.com/Exodus-Privacy/exodus-android-app/issues
Donate:https://exodus-privacy.eu.org/#help
Bitcoin:1exodusdyqXD81tS8SkcLhyFj9ioxWsaZ
Auto Name:Exodus Privacy
Summary:Analyzes privacy concerns in apps from Google Play store
Description:
Exodus Privacy lets you know what trackers are embedded in apps installed on
your smartphone. It lets you also know the permissions required by any apps on
your smartphone. It helps you take your privacy back!
The app can only detect apps installed from the Google Play store.
.
Repo Type:git
Repo:https://github.com/Exodus-Privacy/exodus-android-app.git
Build:1.0.3,3
commit=release-v1.0.3
subdir=app
gradle=yes
Build:1.0.4,4
commit=release-v1.0.4
subdir=app
gradle=yes
Build:1.1.0,5
commit=release-v1.1.0
subdir=app
gradle=yes
Auto Update Mode:Version release-v%v
Update Check Mode:Tags
Current Version:1.1.0
Current Version Code:5
|
Update wagtail from 1.11 to 1.11.1 | Django==1.11.1
wagtail==1.11
wagtailfontawesome==1.0.6
celery==4.0.2
django-cachalot==1.4.1
django-compressor==2.1.1
django-environ==0.4.3
django-foundation-formtags==0.0.8
django-wagtail-feeds==0.0.7
django-libsass==0.7
django-redis==4.8.0
libsass==0.12.3
psycopg2==2.7.1
wand==0.4.4
git+https://github.com/torchbox/wagtail-markdown.git@mediafix
bleach==2.0.0
{% if cookiecutter.use_wagalytics_app == 'y' %}wagalytics==0.6 {% endif %}
{% if cookiecutter.use_django_cachalot == 'y' %}django-cachalot==1.2.1 {% endif %}
| Django==1.11.1
wagtail==1.11.1
wagtailfontawesome==1.0.6
celery==4.0.2
django-cachalot==1.4.1
django-compressor==2.1.1
django-environ==0.4.3
django-foundation-formtags==0.0.8
django-wagtail-feeds==0.0.7
django-libsass==0.7
django-redis==4.8.0
libsass==0.12.3
psycopg2==2.7.1
wand==0.4.4
git+https://github.com/torchbox/wagtail-markdown.git@mediafix
bleach==2.0.0
{% if cookiecutter.use_wagalytics_app == 'y' %}wagalytics==0.6 {% endif %}
{% if cookiecutter.use_django_cachalot == 'y' %}django-cachalot==1.2.1 {% endif %}
|
Switch to 3rd party packaged pinocchio | cmake_minimum_required(VERSION 2.8.3)
project(exotica_pinocchio_dynamics_solver)
find_package(catkin REQUIRED COMPONENTS
exotica_core
roscpp
pinocchio
)
AddInitializer(pinocchio_dynamics_solver)
GenInitializers()
catkin_package(
INCLUDE_DIRS include
LIBRARIES ${PROJECT_NAME}
CATKIN_DEPENDS exotica_core pinocchio
)
include_directories(
include
${catkin_INCLUDE_DIRS}
)
add_library(${PROJECT_NAME} src/pinocchio_dynamics_solver.cpp)
target_compile_options(${PROJECT_NAME} PRIVATE -Wno-deprecated)
add_dependencies(${PROJECT_NAME} ${PROJECT_NAME}_initializers ${catkin_EXPORTED_TARGETS})
install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
install(DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
FILES_MATCHING PATTERN "*.h"
)
install(FILES
exotica_plugins.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| cmake_minimum_required(VERSION 2.8.12)
project(exotica_pinocchio_dynamics_solver)
find_package(catkin REQUIRED COMPONENTS
exotica_core
roscpp
)
find_package(PkgConfig REQUIRED)
pkg_check_modules(PINOCCHIO pinocchio>=2.0.0 REQUIRED )
AddInitializer(pinocchio_dynamics_solver)
GenInitializers()
catkin_package(
INCLUDE_DIRS include
LIBRARIES ${PROJECT_NAME}
CATKIN_DEPENDS exotica_core
DEPENDS PINOCCHIO
)
include_directories(
include
${catkin_INCLUDE_DIRS}
${PINOCCHIO_INCLUDE_DIRS}
)
add_library(${PROJECT_NAME} src/pinocchio_dynamics_solver.cpp)
target_compile_options(${PROJECT_NAME} PRIVATE -Wno-deprecated)
add_dependencies(${PROJECT_NAME} ${PROJECT_NAME}_initializers ${catkin_EXPORTED_TARGETS})
target_compile_definitions(${PROJECT_NAME} PRIVATE ${PINOCCHIO_CFLAGS_OTHER})
install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
install(DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
FILES_MATCHING PATTERN "*.h"
)
install(FILES
exotica_plugins.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
|
Update PipePanic to 0.11 (11) | Categories:Games
License:MIT
Web Site:https://github.com/rnauber/pipepanic-android/blob/HEAD/README.md
Source Code:https://github.com/rnauber/pipepanic-android
Issue Tracker:https://github.com/rnauber/pipepanic-android/issues
Auto Name:PipePanic
Summary:A plumbers favorite game
Description:
PipePanic is about connecting pipes in a hurry before any water spills.
This is an android port of the
[http://www.users.waitrose.com/~thunor/jspp/index.html PipePanic] game made by
Thunor based on [https://github.com/rnauber/pipepanic-android.git 2048-android]
by Paul Sarbinowski. It gives you a launcher icon and allows offline play.
.
Repo Type:git
Repo:https://github.com/rnauber/pipepanic-android.git
Build:0.5,5
disable=lint errors and makes build exit
commit=v0.5
gradle=yes
Build:0.6,6
commit=v0.6
gradle=yes
Build:0.7,7
commit=v0.7
gradle=yes
Build:0.9,9
commit=v0.9
gradle=yes
Build:0.10,10
commit=v0.10
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.10
Current Version Code:10
| Categories:Games
License:MIT
Web Site:https://github.com/rnauber/pipepanic-android/blob/HEAD/README.md
Source Code:https://github.com/rnauber/pipepanic-android
Issue Tracker:https://github.com/rnauber/pipepanic-android/issues
Auto Name:PipePanic
Summary:A plumbers favorite game
Description:
PipePanic is about connecting pipes in a hurry before any water spills.
This is an android port of the
[http://www.users.waitrose.com/~thunor/jspp/index.html PipePanic] game made by
Thunor based on [https://github.com/rnauber/pipepanic-android.git 2048-android]
by Paul Sarbinowski. It gives you a launcher icon and allows offline play.
.
Repo Type:git
Repo:https://github.com/rnauber/pipepanic-android.git
Build:0.5,5
disable=lint errors and makes build exit
commit=v0.5
gradle=yes
Build:0.6,6
commit=v0.6
gradle=yes
Build:0.7,7
commit=v0.7
gradle=yes
Build:0.9,9
commit=v0.9
gradle=yes
Build:0.10,10
commit=v0.10
gradle=yes
Build:0.11,11
commit=v0.11
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.11
Current Version Code:11
|
Update CV of SpacePeng! to 1.59-1 (1591) | Categories:Games
License:GPL-3.0
Web Site:
Source Code:https://gitlab.com/fgerbig/SpacePeng
Issue Tracker:https://gitlab.com/fgerbig/SpacePeng/issues
Auto Name:SpacePeng!
Summary:A small but fun space shooter
Description:
If you loved 'Space Invaders' or 'Phoenix' this game is for you. How many levels
can you beat in one session?
.
Repo Type:git
Repo:https://gitlab.com/fgerbig/SpacePeng.git
Build:1.58-1,1581
commit=dab1240fd64787196b02cee631a5c5d05c517663
subdir=android
init=rm -fR android/libs
gradle=yes
scandelete=android/libs
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.58-1
Current Version Code:1581
| Categories:Games
License:GPL-3.0
Web Site:
Source Code:https://gitlab.com/fgerbig/SpacePeng
Issue Tracker:https://gitlab.com/fgerbig/SpacePeng/issues
Auto Name:SpacePeng!
Summary:A small but fun space shooter
Description:
If you loved 'Space Invaders' or 'Phoenix' this game is for you. How many levels
can you beat in one session?
.
Repo Type:git
Repo:https://gitlab.com/fgerbig/SpacePeng.git
Build:1.58-1,1581
commit=dab1240fd64787196b02cee631a5c5d05c517663
subdir=android
init=rm -fR android/libs
gradle=yes
scandelete=android/libs
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.59-1
Current Version Code:1591
|
Add linebreaks to email template | Mais um provedor foi enviado para o InternetSemLimites.
Ele ainda não está no ar na API. Para isso alguém tem que marcar como
“publicado”: http://internetsemlimites.herokuapp.com{% url 'home' %}admin/core/provider/{{ provider.pk }}/change/
Categoria: Hall of {% if provider.category == 'F' %}F{% else %}Sh{% endif %}ame
Nome do provedor: {{ provider.name }}
URL do provedor: {{ provider.url }}
URL da fonte da informação: {{ provider.source }}
Cobertura: {{ provider.coverage.all|join:', ' }}
Observações: {{ provider.other }}
Publicado: {% if provider.published %}Sim}{% else %}Não{% endif %}
Criado em: {{ provider.created_at }}
| Mais um provedor foi enviado para o InternetSemLimites.
Ele ainda não está no ar na API. Para isso alguém tem que marcar como
“publicado”: http://internetsemlimites.herokuapp.com{% url 'home' %}admin/core/provider/{{ provider.pk }}/change/
Categoria: Hall of {% if provider.category == 'F' %}F{% else %}Sh{% endif %}ame
Nome do provedor: {{ provider.name }}
URL do provedor: {{ provider.url }}
URL da fonte da informação: {{ provider.source }}
Cobertura: {{ provider.coverage.all|join:', ' }}
Observações: {{ provider.other }}
Publicado: {% if provider.published %}Sim}{% else %}Não{% endif %}
Criado em: {{ provider.created_at }}
|
Downgrade pip on Python 3.2 | pytest
routes
nose
mock
cherrypy[test_tools,routes_dispatcher]
| pytest
routes
nose
mock
cherrypy[test_tools,routes_dispatcher]
pip < 9; python_version=="3.2"
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.