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 pycodesty...
# 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 pycodesty...
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 ...
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 ...
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==20...
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==20...
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 # Cover...
# 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 # Cover...
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}...
############################################################################ # CMakeLists.txt file for building ROOT bindings/pyroot package ############################################################################ ROOT_USE_PACKAGE(math/mathcore) ROOT_USE_PACKAGE(tree/tree) include_directories(${PYTHON_INCLUDE_DIRS}...
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-exp...
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-exp...
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 ) #--------------------------------------------...
#----------------------------------------------------------------------------- set(MODULE_NAME HeterogeneityCAD) #----------------------------------------------------------------------------- set(MODULE_PYTHON_SCRIPTS ${MODULE_NAME}.py FeatureExtractionLib/__init__ FeatureExtractionLib/FirstOrderStatistics Fea...
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:...
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:...
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 Fram...
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 Fram...
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....
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....
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_mem...
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_me...
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 # -----------------------------------------------------------...
# 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 # -----------------------------------------------------------...
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://g...
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 pyt...
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 pyt...
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, distri...
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, me...
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 reque...
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 reque...
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==...
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==...
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_dirn...
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_dirn...
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 fro...
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 fro...
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...
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==...
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 fixture...
# 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 fixture...
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(U...
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) ...
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-sqla...
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-sqla...
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]]. ...
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]]. ...
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...
{{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) F...
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...
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...
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/djang...
# 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/djang...
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 SI...
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 SI...
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( drakeColl...
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_PRECI...
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...
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...
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 'r...
# 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 'r...
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_act...
# 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 ( ) ; ...
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 change...
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==...
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==...
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 st...
# <-- 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 st...
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 t...
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 testExp...
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 ...
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_COROUT...
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 P...
# 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 P...
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 rest...
// 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 rest...
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://tra...
// 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/jme...
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/** repo...
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_iden...
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_iden...
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 f...
# 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 f...
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...
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...
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 fl...
# 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 fl...
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...
{% 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...
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==...
# 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==...
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 sphi...
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 sphi...
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...
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 ...
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(exampleH...
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(exampleH...
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-stora...
# 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-stora...
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-o...
# 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-o...
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...
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...
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/wag...
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/w...
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 p...
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( I...
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 connecti...
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 connecti...
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 ...
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 ...
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 %}am...
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 ...
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"