Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update sphinx from 1.6.5 to 1.6.6
# Runtime requirements --requirement requirements.txt # Documentation Sphinx==1.6.5 #testing tox==2.9.1 pytest==3.3.1 pytest-cov==2.5.1 responses==0.8.1
# Runtime requirements --requirement requirements.txt # Documentation Sphinx==1.6.6 #testing tox==2.9.1 pytest==3.3.1 pytest-cov==2.5.1 responses==0.8.1
Add generation of doxygen documentation
#-- Add an Option to toggle the generation of the API documentation if(BUILD_DOCUMENTATION) FIND_PACKAGE(Doxygen) if (NOT DOXYGEN_FOUND) message(FATAL_ERROR "Doxygen is needed to build the documentation. Please install it correctly") endif() #-- Configure the Template Doxyfile for our specific project configure_file(Doxyfile.in ${PROJECT_BINARY_DIR}/Documents/Doxygen/Doxyfile @ONLY IMMEDIATE) #-- Add a custom target to run Doxygen when ever the project is built add_custom_target (doc ALL COMMAND ${DOXYGEN_EXECUTABLE} ${PROJECT_BINARY_DIR}/Documents/Doxygen SOURCES ${PROJECT_BINARY_DIR}/Documents/Doxygen) # IF you do NOT want the documentation to be generated EVERY time you build the project # then leave out the 'ALL' keyword from the above command. endif()
Update Shorty to 1.04 (104)
Categories:Multimedia License:GPLv3 Web Site:https://github.com/billthefarmer/shorty/blob/master/README.md Source Code:https://github.com/billthefarmer/shorty Issue Tracker:https://github.com/billthefarmer/shorty/issues Auto Name:Shorty Summary:Shortcuts for Intent Radio Description: Create shortcuts for Intent Radio. * Create shortcuts from the app or the android launcher. * Defaults to BBC Radio 4 if no data is entered. * Lookup stations from a list. * Values and list saved between uses. * Save and restore the list from the device file system. . Repo Type:git Repo:https://github.com/billthefarmer/shorty Build:1.0,1 commit=v1.0 Build:1.01,101 commit=v1.01 Build:1.02,102 commit=v1.02 Build:1.03,103 commit=v1.03 Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.03 Current Version Code:103
Categories:Multimedia License:GPLv3 Web Site:https://github.com/billthefarmer/shorty/blob/master/README.md Source Code:https://github.com/billthefarmer/shorty Issue Tracker:https://github.com/billthefarmer/shorty/issues Changelog: Auto Name:Shorty Summary:Shortcuts for Intent Radio Description: Create shortcuts for Intent Radio. * Create shortcuts from the app or the android launcher. * Defaults to BBC Radio 4 if no data is entered. * Lookup stations from a list. * Values and list saved between uses. * Save and restore the list from the device file system. . Repo Type:git Repo:https://github.com/billthefarmer/shorty Build:1.0,1 commit=v1.0 Build:1.01,101 commit=v1.01 Build:1.02,102 commit=v1.02 Build:1.03,103 commit=v1.03 Build:1.04,104 commit=v1.04 Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.04 Current Version Code:104
Update tox from 3.15.2 to 3.16.1
black==19.10b0; python_version > '3.5' bump2version==1.0.0 codecov==2.1.6 coverage==5.1 flake8==3.8.3 pyupgrade==2.6.1; python_version > '3.5' tox==3.15.2 twine==3.1.1; python_version > '3.5'
black==19.10b0; python_version > '3.5' bump2version==1.0.0 codecov==2.1.6 coverage==5.1 flake8==3.8.3 pyupgrade==2.6.1; python_version > '3.5' tox==3.16.1 twine==3.1.1; python_version > '3.5'
Update tox from 2.3.1 to 2.7.0
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.4.1 flake8_docstrings==1.1.0 tox==2.3.1 coverage==4.1 Sphinx==1.6.2 cryptography==1.7 PyYAML==3.11 pytest==2.9.2 pytest-runner==2.11.1 mock==2.0.0
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.4.1 flake8_docstrings==1.1.0 tox==2.7.0 coverage==4.1 Sphinx==1.6.2 cryptography==1.7 PyYAML==3.11 pytest==2.9.2 pytest-runner==2.11.1 mock==2.0.0
Update coverage from 4.4.2 to 4.5
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 coverage==4.4.2 Sphinx==1.6.6 cryptography==2.1.4 PyYAML==3.12 pytest==3.3.2 pyaudio==0.2.11
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 coverage==4.5 Sphinx==1.6.6 cryptography==2.1.4 PyYAML==3.12 pytest==3.3.2 pyaudio==0.2.11
Update pytest from 3.0.0 to 3.0.1
Sphinx==1.4.5 boto==2.42.0 bumpversion==0.5.3 coverage==4.2 flake8==3.0.4 pytest-cov==2.3.1 pytest==3.0.0 requests==2.11.1 responses==0.5.1 sphinx-rtd-theme==0.1.9 tox==2.3.1 twine==1.8.1 watchdog==0.8.3
Sphinx==1.4.5 boto==2.42.0 bumpversion==0.5.3 coverage==4.2 flake8==3.0.4 pytest-cov==2.3.1 pytest==3.0.1 requests==2.11.1 responses==0.5.1 sphinx-rtd-theme==0.1.9 tox==2.3.1 twine==1.8.1 watchdog==0.8.3
Exclude six sizeof related tests from ARM
JIT/Directed/tailcall/tailcall/tailcall.sh JIT/Methodical/tailcall_v4/hijacking/hijacking.sh JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271/DevDiv_902271.sh JIT/Methodical/tailcall_v4/smallFrame/smallFrame.sh JIT/jit64/opt/cse/HugeArray1/HugeArray1.sh
JIT/Directed/tailcall/tailcall/tailcall.sh JIT/Methodical/tailcall_v4/hijacking/hijacking.sh JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271/DevDiv_902271.sh JIT/Methodical/tailcall_v4/smallFrame/smallFrame.sh JIT/jit64/opt/cse/HugeArray1/HugeArray1.sh JIT/Methodical/xxobj/sizeof/_il_dbgsizeof/_il_dbgsizeof.sh JIT/Methodical/xxobj/sizeof/_il_dbgsizeof32/_il_dbgsizeof32.sh JIT/Methodical/xxobj/sizeof/_il_dbgsizeof64/_il_dbgsizeof64.sh JIT/Methodical/xxobj/sizeof/_il_relsizeof/_il_relsizeof.sh JIT/Methodical/xxobj/sizeof/_il_relsizeof32/_il_relsizeof32.sh JIT/Methodical/xxobj/sizeof/_il_relsizeof64/_il_relsizeof64.sh
Make this stuff compile on MSVC
project (iniparser C) add_library (${PROJECT_NAME} iniparser.c) IF (MSVC) find_package (MSVC MODULE) MSVC_CRT_SECURE_NO_WARNINGS (iniparser) ENDIF (MSVC) set (INIPARSER_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "IniParser headers") set (INIPARSER_LIBRARIES iniparser CACHE INTERNAL "IniParser libraries")
project (iniparser C) add_library (${PROJECT_NAME} iniparser.c) IF (MSVC) find_package (MSVC MODULE) MSVC_CRT_SECURE_NO_WARNINGS (${PROJECT_NAME}) ENDIF (MSVC) set (INIPARSER_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "IniParser headers") set (INIPARSER_LIBRARIES iniparser CACHE INTERNAL "IniParser libraries")
Make imgui into a library
cmake_minimum_required(VERSION 3.2) if (CMAKE_COMPILER_IS_GNUCC) option(ENABLE_COVERAGE "Enable coverage reporting for gcc/clang" FALSE) if (ENABLE_COVERAGE) add_compile_options(--coverage -O0) endif() endif() if (MSVC) add_compile_options(/W4) else() add_compile_options(-Wall -Wextra -Wpedantic) endif() add_executable(intro main.cpp) target_compile_features(intro PRIVATE cxx_lambda_init_captures) target_link_libraries(intro --coverage) enable_testing() add_executable(tester tester.cpp) target_link_libraries(tester --coverage) add_test(Tester tester)
cmake_minimum_required(VERSION 3.2) option(BUILD_SHARED_LIBS "Enable compilation of shared libraries" FALSE) if (CMAKE_COMPILER_IS_GNUCC) option(ENABLE_COVERAGE "Enable coverage reporting for gcc/clang" FALSE) if (ENABLE_COVERAGE) add_compile_options(--coverage -O0) endif() endif() if (MSVC) add_compile_options(/W4) else() add_compile_options(-Wall -Wextra -Wpedantic) endif() add_executable(intro main.cpp) target_compile_features(intro PRIVATE cxx_lambda_init_captures) target_link_libraries(intro --coverage) enable_testing() add_executable(tester tester.cpp) target_link_libraries(tester --coverage) add_test(Tester tester) find_package(FLTK REQUIRED) add_executable(test_fltk fltk/test_fltk.cpp) target_link_libraries(test_fltk PRIVATE ${FLTK_LIBRARIES}) target_include_directories(test_fltk PRIVATE ${FLTK_INCLUDE_DIR}) find_package(PkgConfig REQUIRED) pkg_check_modules(GTKMM REQUIRED gtkmm-3.0) add_executable(test_gtkmm gtkmm/main.cpp gtkmm/hello_world.cpp) target_link_libraries(test_gtkmm PRIVATE ${GTKMM_LIBRARIES}) target_include_directories(test_gtkmm PRIVATE ${GTKMM_INCLUDE_DIRS}) find_package(SFML COMPONENTS graphics window system) find_package(OpenGL ) add_library(imgui imgui/imgui.cpp imgui/imgui_draw.cpp imgui/imgui-SFML.cpp imgui/test.cpp) target_link_libraries(imgui INTERFACE ${SFML_LIBRARIES} ${OPENGL_gl_LIBRARY}) add_executable(test_imgui imgui/test.cpp) target_link_libraries(test_imgui imgui) target_include_directories(test_imgui PRIVATE ${SFML_INCLUDE_DIR})
Update copyright in license file
Copyright (c) 2018 Ryan Baumbach <github@ryan.codes> 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) 2019 Ryan Baumbach <github@ryan.codes> 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.
Add aux directoty with some useful auxiliar software
ADD_SUBDIRECTORY(samsonSpawner) ADD_SUBDIRECTORY(samsonSetup) ADD_SUBDIRECTORY(samsonWorker) ADD_SUBDIRECTORY(samsonController) ADD_SUBDIRECTORY(delilah) ADD_SUBDIRECTORY(samsonLocal) ADD_SUBDIRECTORY(samsonModuleParser) ADD_SUBDIRECTORY(samsonCat) ADD_SUBDIRECTORY(samsonTest) ADD_SUBDIRECTORY(samsonStarter) ADD_SUBDIRECTORY(samsonData) ADD_SUBDIRECTORY(samsonKiller) ADD_SUBDIRECTORY(samsonPush) ADD_SUBDIRECTORY(passiveLocationPush) #On hold #ADD_SUBDIRECTORY(samsonSupervisor)
ADD_SUBDIRECTORY(samsonSpawner) ADD_SUBDIRECTORY(samsonSetup) ADD_SUBDIRECTORY(samsonWorker) ADD_SUBDIRECTORY(samsonController) ADD_SUBDIRECTORY(delilah) ADD_SUBDIRECTORY(samsonLocal) ADD_SUBDIRECTORY(samsonModuleParser) ADD_SUBDIRECTORY(samsonCat) ADD_SUBDIRECTORY(samsonTest) ADD_SUBDIRECTORY(samsonStarter) ADD_SUBDIRECTORY(samsonData) ADD_SUBDIRECTORY(samsonKiller) ADD_SUBDIRECTORY(samsonPush) ADD_SUBDIRECTORY(passiveLocationPush) ADD_SUBDIRECTORY(aux) #On hold #ADD_SUBDIRECTORY(samsonSupervisor)
Add check instrument response in SAC
###########Check the response of an instrument############# #generate an impulse function SAC > fg impulse delta 0.01 npts 10000000 # SAC > transfer to polezeros s ./BAR.BHZ.zp SAC> fft SAC> psp am ########################
Remove install step from gtest
set(BUILD_GTEST ON) set(BUILD_GMOCK OFF) set(gtest_disable_pthreads ON) add_subdirectory(googletest)
set(BUILD_GTEST ON) set(BUILD_GMOCK OFF) set(gtest_disable_pthreads ON) add_subdirectory(googletest EXCLUDE_FROM_ALL)
Add more 1s to program_path
000000000000000000000000000 000000000000000000000000000 000000000000000000000000000 000000000000000000000000000 000000000000000000000000000 000000000000111000000000000 000000000000111000000000000 000000000000000000000000000 000000000000000000000000000 000000000000000000000000000 000000000000000000000000000 000000000000000000000000000
000000000000000000000000000 000000000000000000000000000 000000000000000000000000000 000000000000000000000000000 000000000000111000000000000 000000000000111000000000000 000000000000111000000000000 000000000000111000000000000 000000000000000000000000000 000000000000000000000000000 000000000000000000000000000 000000000000000000000000000
Test file for mixed sleep tests on VMs
# Scheduler mixed sleep test Mixed sleep test: -generaltimeout: 60s -minhosts: all 172.17.1.59: "python3.4 sleep1.py" 172.17.1.59: "python3.4 sleep5.py" 172.17.1.59: "python3.4 sleep10.py" 172.17.3.83: "python3.4 sleep1.py" 172.17.3.83: "python3.4 sleep5.py" 172.17.3.83: "python3.4 sleep10.py" end
Update mypy from 0.641 to 0.650
coverage==4.5.2 jedi==0.13.1 pylint==1.9.3; python_version < '3' pylint==2.2.2; python_version >= '3' pytest==4.0.1 pytest-cov==2.6.0 sphinx==1.8.2 sphinx-rtd-theme==0.4.2 tox==3.5.3 rope==0.11.0 mypy==0.641; python_version >= '3.5' pytest-asyncio==0.9.0; python_version >= '3.5'
coverage==4.5.2 jedi==0.13.1 pylint==1.9.3; python_version < '3' pylint==2.2.2; python_version >= '3' pytest==4.0.1 pytest-cov==2.6.0 sphinx==1.8.2 sphinx-rtd-theme==0.4.2 tox==3.5.3 rope==0.11.0 mypy==0.650; python_version >= '3.5' pytest-asyncio==0.9.0; python_version >= '3.5'
Update sphinx from 1.5.6 to 1.6.2
sphinx==1.5.6 sphinx-rtd-theme==0.2.4 Django==1.11.1 -e .
sphinx==1.6.2 sphinx-rtd-theme==0.2.4 Django==1.11.1 -e .
Add function name to changelog
Features * Add a function to export ECP keypair parameters. Fixes #4838.
Features * Add mbedtls_ecp_export() function to export ECP keypair parameters. Fixes #4838.
Scrub reference to old binary.
Usergrid Standalone Server Launcher A simple standalone Java app that provides a GUI for running the server as a desktop app. Creates a standalone double-clickable jar. For command-line options or production use, try usergrid-standalone instead. A pre-built version of this app is available at: https://usergrid.s3.amazonaws.com/usergrid-launcher-0.0.1-SNAPSHOT.jar
Usergrid Standalone Server Launcher A simple standalone Java app that provides a GUI for running the server as a desktop app. Creates a standalone double-clickable jar. For command-line options or production use, try usergrid-standalone instead.
Update Applications Info to 1.3 (4)
Categories:Office,System License:Apache2 Web Site:https://github.com/MajeurAndroid/Applications-Info/blob/HEAD/README.md Source Code:https://github.com/MajeurAndroid/Applications-Info Issue Tracker:https://github.com/MajeurAndroid/Applications-Info/issues Auto Name:Applications Info Summary:Show metadata of installed applications Description: Monitor all available informations about all installed applications or packages on a device. You can view the entire AndroidManifest.xml file and get details about: * Activities * Services * Providers * Receivers * Uses permissions * Permissions * Uses features * Configurations * Signatures . Repo Type:git Repo:https://github.com/MajeurAndroid/Applications-Info Build:1.2,3 commit=d3733bae0f23ac758b5ef1dcfd8c8c3ab1aca7ca subdir=app gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.3 Current Version Code:4
Categories:Office,System License:Apache2 Web Site:https://github.com/MajeurAndroid/Applications-Info/blob/HEAD/README.md Source Code:https://github.com/MajeurAndroid/Applications-Info Issue Tracker:https://github.com/MajeurAndroid/Applications-Info/issues Auto Name:Applications Info Summary:Show metadata of installed applications Description: Monitor all available informations about all installed applications or packages on a device. You can view the entire AndroidManifest.xml file and get details about: * Activities * Services * Providers * Receivers * Uses permissions * Permissions * Uses features * Configurations * Signatures . Repo Type:git Repo:https://github.com/MajeurAndroid/Applications-Info Build:1.2,3 commit=d3733bae0f23ac758b5ef1dcfd8c8c3ab1aca7ca subdir=app gradle=yes Build:1.3,4 commit=0e0f44389a197d780828ac6123685b1708e3eb9c subdir=app gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.3 Current Version Code:4
Remove mention of ApacheJMeter.jar as it can be source of bugs. Mention only sh and bat
To run Apache JMeter in GUI mode: Double-click on the ApacheJMeter.jar file. If this doesn't work, open a command prompt and type: java -jar ApacheJMeter.jar [-p property-file] -------------------------------------------------- To run Apache JMeter in NON_GUI mode: Open a command prompt (or Unix shell) and type: java -jar ApacheJMeter.jar -n -t test-file [-p property-file] [-l log-file] -------------------------------------------------- To tell Apache JMeter to use a proxy server: Open a command prompt and type: java -jar ApacheJMeter.jar -H [your.proxy.server] -P [your proxy server port] --------------------------------------------------- To run Apache JMeter in server mode: Open a command prompty and type java -jar ApacheJMeter.jar -s Or, use the provided script file: jmeter-server.bat(Windows)/jmeter-server(Linux) --------------------------------------------------- Please note that a script file is provided: jmeter.bat(Windows)/jmeter(Linux) that can be used in place of "java -jar ApacheJMeter.jar". Example: jmeter -p jmeter.properties -H my.proxy.com -P 9999
To run Apache JMeter in GUI mode, open a command prompt and type: jmeter.bat(Windows)/jmeter.sh(Linux) [-p property-file] -------------------------------------------------- To run Apache JMeter in NON_GUI mode: Open a command prompt (or Unix shell) and type: jmeter.bat(Windows)/jmeter.sh(Linux) -n -t test-file [-p property-file] [-l log-file] -------------------------------------------------- To tell Apache JMeter to use a proxy server: Open a command prompt and type for Linux/Unix: jmeter.bat(Windows)/jmeter.sh(Linux) -H [your.proxy.server] -P [your proxy server port] For Windows: jmeter.bat(Windows)/jmeter.sh(Linux) -H [your.proxy.server] -P [your proxy server port] --------------------------------------------------- To run Apache JMeter in server mode: Open a command prompty and type for Linux/Unix: jmeter-server.bat(Windows)/jmeter-server(Linux) ---------------------------------------------------
Update boto3 from 1.12.26 to 1.12.31
click==7.1.1 Jinja2==2.11.1 PyYAML==5.3.1 awscli==1.18.31 requests==2.23.0 boto3==1.12.26 docopt==0.6.2 bcrypt==3.1.7 yq==2.10.0
click==7.1.1 Jinja2==2.11.1 PyYAML==5.3.1 awscli==1.18.31 requests==2.23.0 boto3==1.12.31 docopt==0.6.2 bcrypt==3.1.7 yq==2.10.0
Upgrade Django to the 1.9 series
Django==1.8.6 Markdown==2.6.5 Pillow==2.8.1 argparse==1.3.0 beautifulsoup4==4.4.1 boto==2.38.0 dj-database-url==0.3.0 dj-static==0.0.6 django-appconf==1.0.1 django-compressor==1.5 django-crispy-forms==1.5.2 django-debug-toolbar==1.4 django-htmlmin==0.7.0 django-storages-redux==1.2.3 django-toolbelt==0.0.1 djangorestframework==3.3.3 gunicorn==19.3.0 html5lib==0.99999 oauthlib==1.0.3 psycopg2==2.6 pytz==2015.4 requests==2.9.1 requests-oauthlib==0.6.0 six==1.9.0 sqlparse==0.1.18 static3==0.5.1 tweepy==3.5.0 whitenoise==1.0.6
Django==1.9.5 Markdown==2.6.5 Pillow==2.8.1 argparse==1.3.0 beautifulsoup4==4.4.1 boto==2.38.0 dj-database-url==0.3.0 dj-static==0.0.6 django-appconf==1.0.1 django-compressor==1.5 django-crispy-forms==1.5.2 django-debug-toolbar==1.4 django-htmlmin==0.7.0 django-storages-redux==1.2.3 django-toolbelt==0.0.1 djangorestframework==3.3.3 gunicorn==19.3.0 html5lib==0.99999 oauthlib==1.0.3 psycopg2==2.6 pytz==2015.4 requests==2.9.1 requests-oauthlib==0.6.0 six==1.9.0 sqlparse==0.1.18 static3==0.5.1 tweepy==3.5.0 whitenoise==1.0.6
Update django from 1.11.3 to 1.11.4
sphinx==1.6.3 sphinx-rtd-theme==0.2.4 Django==1.11.3 -e .
sphinx==1.6.3 sphinx-rtd-theme==0.2.4 Django==1.11.4 -e .
Upgrade xblock version to get strict ModelTypes.
# Python libraries to install directly from github # Third-party: -e git://github.com/edx/django-staticfiles.git@6d2504e5c8#egg=django-staticfiles -e git://github.com/edx/django-pipeline.git#egg=django-pipeline -e git://github.com/edx/django-wiki.git@e2e84558#egg=django-wiki -e git://github.com/dementrock/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev -e git://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk # Our libraries: -e git+https://github.com/edx/XBlock.git@3464c0fbfe#egg=XBlock -e git+https://github.com/edx/codejail.git@0a1b468#egg=codejail -e git+https://github.com/edx/diff-cover.git@v0.1.1#egg=diff_cover
# Python libraries to install directly from github # Third-party: -e git://github.com/edx/django-staticfiles.git@6d2504e5c8#egg=django-staticfiles -e git://github.com/edx/django-pipeline.git#egg=django-pipeline -e git://github.com/edx/django-wiki.git@e2e84558#egg=django-wiki -e git://github.com/dementrock/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev -e git://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk # Our libraries: -e git+https://github.com/edx/XBlock.git@4d8735e883#egg=XBlock -e git+https://github.com/edx/codejail.git@0a1b468#egg=codejail -e git+https://github.com/edx/diff-cover.git@v0.1.1#egg=diff_cover
Use libc++ with Clang by default as libstdc++ and Clang don't play well together in C++11 mode.
# Largely copied from the gcc config macro_name CLANG binary_name clang++ compile_option "-c " output_to_option "-o " add_include_dir_option -I add_lib_dir_option -L add_lib_option -l lang_flags "-D_REENTRANT -std=c++0x" warning_flags "-W -Wall" makefile_style unix lib_opt_flags "-O2" check_opt_flags "-O2" shared_flags "-fPIC" debug_flags -g no_debug_flags "-finline-functions" visibility_build_flags "-fvisibility=hidden" visibility_attribute '__attribute__((visibility("default")))' <so_link_flags> # The default works for GNU ld and several other Unix linkers default -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)" </so_link_flags> <mach_opt> x86_64 -> "-march=SUBMODEL" nehalem -> "-march=corei7" westmere -> "-march=corei7 -maes" </mach_opt> <mach_abi_linking> all -> "-pthread" x86_64 -> "-m64" ppc64 -> "-m64" netbsd -> "-D_NETBSD_SOURCE" </mach_abi_linking>
# Largely copied from the gcc config macro_name CLANG binary_name clang++ compile_option "-c " output_to_option "-o " add_include_dir_option -I add_lib_dir_option -L add_lib_option -l lang_flags "-D_REENTRANT -std=c++0x" warning_flags "-W -Wall" makefile_style unix lib_opt_flags "-O2" check_opt_flags "-O2" shared_flags "-fPIC" debug_flags -g no_debug_flags "-finline-functions" visibility_build_flags "-fvisibility=hidden" visibility_attribute '__attribute__((visibility("default")))' <so_link_flags> # The default works for GNU ld and several other Unix linkers default -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)" </so_link_flags> <mach_opt> x86_64 -> "-march=SUBMODEL" nehalem -> "-march=corei7" westmere -> "-march=corei7 -maes" </mach_opt> <mach_abi_linking> all -> "-stdlib=libc++ -pthread" x86_64 -> "-m64" ppc64 -> "-m64" netbsd -> "-D_NETBSD_SOURCE" </mach_abi_linking>
Add blas tests for buildtests target.
macro(ei_add_blas_test testname) set(targetname ${testname}) set(filename ${testname}.f) add_executable(${targetname} ${filename}) target_link_libraries(${targetname} eigen_blas) if(EIGEN_STANDARD_LIBRARIES_TO_LINK_TO) target_link_libraries(${targetname} ${EIGEN_STANDARD_LIBRARIES_TO_LINK_TO}) endif() target_link_libraries(${targetname} ${EXTERNAL_LIBS}) add_test(${testname} "${Eigen_SOURCE_DIR}/blas/testing/runblastest.sh" "${testname}" "${Eigen_SOURCE_DIR}/blas/testing/${testname}.dat") endmacro(ei_add_blas_test) ei_add_blas_test(sblat1) ei_add_blas_test(sblat2) ei_add_blas_test(sblat3) ei_add_blas_test(dblat1) ei_add_blas_test(dblat2) ei_add_blas_test(dblat3) ei_add_blas_test(cblat1) ei_add_blas_test(cblat2) ei_add_blas_test(cblat3) ei_add_blas_test(zblat1) ei_add_blas_test(zblat2) ei_add_blas_test(zblat3) # add_custom_target(level1) # add_dependencies(level1 sblat1)
macro(ei_add_blas_test testname) set(targetname ${testname}) set(filename ${testname}.f) add_executable(${targetname} ${filename}) target_link_libraries(${targetname} eigen_blas) if(EIGEN_STANDARD_LIBRARIES_TO_LINK_TO) target_link_libraries(${targetname} ${EIGEN_STANDARD_LIBRARIES_TO_LINK_TO}) endif() target_link_libraries(${targetname} ${EXTERNAL_LIBS}) add_test(${testname} "${Eigen_SOURCE_DIR}/blas/testing/runblastest.sh" "${testname}" "${Eigen_SOURCE_DIR}/blas/testing/${testname}.dat") add_dependencies(buildtests ${targetname}) endmacro(ei_add_blas_test) ei_add_blas_test(sblat1) ei_add_blas_test(sblat2) ei_add_blas_test(sblat3) ei_add_blas_test(dblat1) ei_add_blas_test(dblat2) ei_add_blas_test(dblat3) ei_add_blas_test(cblat1) ei_add_blas_test(cblat2) ei_add_blas_test(cblat3) ei_add_blas_test(zblat1) ei_add_blas_test(zblat2) ei_add_blas_test(zblat3) # add_custom_target(level1) # add_dependencies(level1 sblat1)
Test for timer and script command
"click next to start two timers" macro timeup clear "Time is up!" script intro label=end endmacro macro timeup2 timer 60 timeup2 "value of timer 1 is {$_timer_value_timeup}{n}restart timer2" endmacro timer 180 timeup timer 60 timeup2 list x li wait about 6 seconds li click any to see timer li no time li to actually li choose something showlist label none "timer1={$_timer_value_timeup}{n}timer2={$_timer_value_timeup2}" goto x label end "end of file"
Add notes for this week
Jos nit sattuisi vahingossa lukemaan joku, niin projektin pitisi nyt knty ja olla interaktiivinen (nuolinppimet). Fysiikoissa on viel aikalailla hikk, ja sisllss ei ole mitn jrke. Projektissa on tosi huonosti mitn selkeit kyttjtapauksia, enintn menut joita ei ole viel olemassakaan, joten yritin tehd pari UML-sekvenssikaaviota moottorin kytttapauksista ... lopputulos ei vlttmtt hikise, mutta opinpahan ainakin vhn UML:.
Update rules from 2.2 to 3.0
bleach==3.3.0 Django==2.2.24 # pyup: <2.3 django-allauth==0.44.0 django-autoslug==1.9.8 django-background-tasks==1.2.5 django-ckeditor==6.1.0 django-enumfield==2.0.2 django-filter==2.4.0 django-multiselectfield==0.1.12 django-widget-tweaks==1.4.8 djangorestframework==3.12.4 easy-thumbnails==2.7.1 html5lib==1.1 jsonfield==3.1.0 psycopg2-binary==2.8.6 python-dateutil==2.8.1 python-magic==0.4.24 rules==2.2 XlsxWriter==1.4.2
bleach==3.3.0 Django==2.2.24 # pyup: <2.3 django-allauth==0.44.0 django-autoslug==1.9.8 django-background-tasks==1.2.5 django-ckeditor==6.1.0 django-enumfield==2.0.2 django-filter==2.4.0 django-multiselectfield==0.1.12 django-widget-tweaks==1.4.8 djangorestframework==3.12.4 easy-thumbnails==2.7.1 html5lib==1.1 jsonfield==3.1.0 psycopg2-binary==2.8.6 python-dateutil==2.8.1 python-magic==0.4.24 rules==3.0 XlsxWriter==1.4.2
Change pyfs version for UT
-r base.txt -r test-acceptance.txt coverage==4.0.2 django-nose==1.4.1 mock==1.0.1 moto==0.3.1 pep8==1.7.0 factory_boy==2.6.1 git+https://github.com/edx/django-pyfs.git@1.0.3#egg=django-pyfs==1.0.3 git+https://github.com/edx/i18n-tools.git@56f048af9b6868613c14aeae760548834c495011#egg=i18n_tools git+https://github.com/edx/edx-lint.git@v0.4.1#egg=edx_lint==0.4.1
-r base.txt -r test-acceptance.txt coverage==4.0.2 django-nose==1.4.1 mock==1.0.1 moto==0.3.1 pep8==1.7.0 factory_boy==2.6.1 git+https://github.com/edx/django-pyfs.git@1.0.3#egg=django-pyfs==1.0.3 git+https://github.com/edx/i18n-tools.git@56f048af9b6868613c14aeae760548834c495011#egg=i18n_tools git+https://github.com/edx/edx-lint.git@v0.4.1#egg=edx_lint==0.4.1 # Master pyfs has a bug working with VPC auth. This is a fix. We should switch # back to master when and if this fix is merged back. # fs==0.4.0 git+https://github.com/pmitros/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b
Upgrade concurrent.futures dependency to 2.1.4
futures==2.1.2 ctypes-snappy==1.02 ws4py==0.2.2 python-dateutil==2.1 python-magic==0.4.3 beautifulsoup4==4.1.3 argcomplete==0.5.4 psutil==0.7.1
futures==2.1.4 ctypes-snappy==1.02 ws4py==0.2.2 python-dateutil==2.1 python-magic==0.4.3 beautifulsoup4==4.1.3 argcomplete==0.5.4 psutil==0.7.1
Disable NewTabUITest.HomePageLink under valgrind because it makes it hang
# Takes too long to valgrind, causes timeouts BrowserTest.ThirtyFourTabs # FIXME: these tests hang frequently in valgrind SessionRestoreUITest.* # Buggy test; see http://crbug.com/6522 DownloadTest.UnknownSize # Flakily hangs on Linux ErrorPageTest.DNSError_GoBack2AndForward # Flaky timeout on Linux; see http://crbug.com/22927 UnloadTest.BrowserCloseInfiniteBeforeUnload UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert # This test hangs under Valgrind; # See http://crbug.com/25917 and http://crbug.com/22608 WorkerTest.LimitTotal # Don't run reference tests under Valgrind # On the Mac, they don't have symbols, even, so suppressions don't work # They probably don't have ThreadSanitizer annotations TODO(timurrrr): check *ReferenceTest.Perf
# Takes too long to valgrind, causes timeouts BrowserTest.ThirtyFourTabs # FIXME: these tests hang frequently in valgrind SessionRestoreUITest.* # Buggy test; see http://crbug.com/6522 DownloadTest.UnknownSize # Flakily hangs on Linux ErrorPageTest.DNSError_GoBack2AndForward # Flaky timeout on Linux; see http://crbug.com/22927 UnloadTest.BrowserCloseInfiniteBeforeUnload UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert # This test hangs under Valgrind; # See http://crbug.com/25917 and http://crbug.com/22608 WorkerTest.LimitTotal # Don't run reference tests under Valgrind # On the Mac, they don't have symbols, even, so suppressions don't work # They probably don't have ThreadSanitizer annotations TODO(timurrrr): check *ReferenceTest.Perf # This test hangs under valgrind # See http://crbug.com/27764 NewTabUITest.HomePageLink
Increase the crawl deplay for the bingbot
# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file # # To ban all spiders from the entire site uncomment the next two lines: # User-Agent: * # Disallow: /
# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file # # To ban all spiders from the entire site uncomment the next two lines: # User-Agent: * # Disallow: / User-Agent: bingbot Crawl-delay: 5
Update six from 1.10.0 to 1.11.0
coverage==4.4.1 enum34==1.1.6 flake8-colors==0.1.6 mock==2.0.0 nose==1.3.7 nose-progressive==1.5.1 nose-cov==1.6 nose-leak-detector==0.1.5 nose-parameterized==0.6.0 nose-exclude==0.5.0 pylint==1.7.2 pytest==3.2.2 six==1.10.0 tox==2.8.2 vulture==0.26 radon==2.1.1 sphinx==1.6.3
coverage==4.4.1 enum34==1.1.6 flake8-colors==0.1.6 mock==2.0.0 nose==1.3.7 nose-progressive==1.5.1 nose-cov==1.6 nose-leak-detector==0.1.5 nose-parameterized==0.6.0 nose-exclude==0.5.0 pylint==1.7.2 pytest==3.2.2 six==1.11.0 tox==2.8.2 vulture==0.26 radon==2.1.1 sphinx==1.6.3
Update pyyaml from 3.13 to 5.1
PyYAML==3.13 blinker==1.4 pika==0.13.1 six==1.12.0 sqlalchemy==1.3.1
PyYAML==5.1 blinker==1.4 pika==0.13.1 six==1.12.0 sqlalchemy==1.3.1
Update minimum version for pycrypto
-r base.txt pycrypto >= 2.1.0 pyzmq >= 2.2.0
-r base.txt pycrypto >= 2.6.1 pyzmq >= 2.2.0
Set the default build type to Release. Integrate speed test from tinyformat.
cmake_minimum_required(VERSION 2.6) project(FORMAT) add_library(format format.cc) # We compile Google Test ourselves instead of using pre-compiled libraries. # See the Google Test FAQ "Why is it not recommended to install a # pre-compiled copy of Google Test (for example, into /usr/local)?" # at http://code.google.com/p/googletest/wiki/FAQ for more details. if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/gtest/CMakeLists.txt) add_subdirectory(gtest) include_directories(gtest/include) link_directories(${CMAKE_CURRENT_BINARY_DIR}/gtest) enable_testing() add_executable(format_test format_test.cc gtest/src/gtest_main.cc) target_link_libraries(format_test format gtest) add_test(format_test format_test) endif ()
cmake_minimum_required(VERSION 2.6) project(FORMAT) # Set the default CMAKE_BUILD_TYPE to Release. # This should be done before the project command since the latter can set # CMAKE_BUILD_TYPE itself (it does so for nmake). if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.") endif () add_library(format format.cc) # We compile Google Test ourselves instead of using pre-compiled libraries. # See the Google Test FAQ "Why is it not recommended to install a # pre-compiled copy of Google Test (for example, into /usr/local)?" # at http://code.google.com/p/googletest/wiki/FAQ for more details. if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/gtest/CMakeLists.txt) add_subdirectory(gtest) include_directories(gtest/include) link_directories(${CMAKE_CURRENT_BINARY_DIR}/gtest) enable_testing() add_executable(format_test format_test.cc gtest/src/gtest_main.cc) target_link_libraries(format_test format gtest) add_test(format_test format_test) endif () # Speed test. if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/tinyformat/tinyformat_test.cpp) add_executable(tinyformat_speed_test tinyformat/tinyformat_test.cpp) set_target_properties(tinyformat_speed_test PROPERTIES COMPILE_DEFINITIONS SPEED_TEST) add_custom_target(speed_test COMMAND @echo running speed tests... COMMAND @echo printf timings: COMMAND @time -p ./tinyformat_speed_test printf > /dev/null COMMAND @echo iostreams timings: COMMAND @time -p ./tinyformat_speed_test iostreams > /dev/null COMMAND @echo tinyformat timings: COMMAND @time -p ./tinyformat_speed_test tinyformat > /dev/null COMMAND @echo boost timings: COMMAND @time -p ./tinyformat_speed_test boost > /dev/null) endif ()
Remove Postico cask, use the AppStore version instead
# Core apps dropbox google-chrome spectacle zoom whatsapp grammarly viscosity # Utilities the-unarchiver name-mangler 4k-video-downloader loopback appcleaner cleanmymac coconutbattery authy # Programming sublime-text iterm2 docker virtualbox postico paw postman ngrok kaleidoscope intellij-idea-ce pycharm-ce goland webstorm # Music spotify soundcleod # Documents & Design typora omnigraffle sip # Fonts homebrew/cask-fonts/font-open-sans homebrew/cask-fonts/font-source-code-pro homebrew/cask-fonts/font-source-sans-pro homebrew/cask-fonts/font-hack homebrew/cask-fonts/font-cairo
# Core apps dropbox google-chrome spectacle zoom whatsapp grammarly viscosity # Utilities the-unarchiver name-mangler 4k-video-downloader loopback appcleaner cleanmymac coconutbattery authy # Programming sublime-text iterm2 docker virtualbox paw postman ngrok kaleidoscope intellij-idea-ce pycharm-ce goland webstorm # Music spotify soundcleod # Documents & Design typora omnigraffle sip # Fonts homebrew/cask-fonts/font-open-sans homebrew/cask-fonts/font-source-code-pro homebrew/cask-fonts/font-source-sans-pro homebrew/cask-fonts/font-hack homebrew/cask-fonts/font-cairo
Update psycopg2 from 2.7.6 to 2.7.6.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.7.6 {%- endif %} coverage==4.5.1 flake8==3.5.0 django-test-plus==1.1.1 factory-boy==2.11.1 # pytest! pytest-django==3.4.3 pytest-sugar==0.9.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.7.6.1 {%- endif %} coverage==4.5.1 flake8==3.5.0 django-test-plus==1.1.1 factory-boy==2.11.1 # pytest! pytest-django==3.4.3 pytest-sugar==0.9.2
Update Cowsay to 1.4 (5)
Categories:Office License:GPLv3 Web Site:https://fixme.ch/wiki/Cowsay_for_Android Source Code:https://github.com/rorist/Cowsay-android Issue Tracker:https://github.com/rorist/Cowsay-android/issues Auto Name:Cowsay Summary:Cowsay port Description: Cowsay will turn text into happy ASCII cows, with speech (or thought) balloons. If you don't like cows, ASCII art is available to replace it with some other creatures (Tux, the BSD daemon, dragons, and a plethora of animals, from a turkey to an elephant in a snake) * Custom message * Multiple cows (additionnal Droid "cow") * Multiple faces * Say/Think * Share as ASCII or Image * Copy to clipboard . Repo Type:git Repo:https://github.com/rorist/Cowsay-android.git Build:1.3,4 commit=d0b974abd8f918 subdir=android Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.4 Current Version Code:5
Categories:Office License:GPLv3 Web Site:https://fixme.ch/wiki/Cowsay_for_Android Source Code:https://github.com/rorist/Cowsay-android Issue Tracker:https://github.com/rorist/Cowsay-android/issues Auto Name:Cowsay Summary:Cowsay port Description: Cowsay will turn text into happy ASCII cows, with speech (or thought) balloons. If you don't like cows, ASCII art is available to replace it with some other creatures (Tux, the BSD daemon, dragons, and a plethora of animals, from a turkey to an elephant in a snake) * Custom message * Multiple cows (additionnal Droid "cow") * Multiple faces * Say/Think * Share as ASCII or Image * Copy to clipboard . Repo Type:git Repo:https://github.com/rorist/Cowsay-android.git Build:1.3,4 commit=d0b974abd8f918 subdir=android Build:1.4,5 commit=5923b0d16fa7e99e subdir=android Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.4 Current Version Code:5
Update flake8 from 3.9.2 to 4.0.1
ansible-lint==4.3.0 docker==5.0.3 flake8==3.9.2 molecule==3.0.8 pytest==6.2.5 testinfra==6.0.0 tox==3.24.4
ansible-lint==4.3.0 docker==5.0.3 flake8==4.0.1 molecule==3.0.8 pytest==6.2.5 testinfra==6.0.0 tox==3.24.4
Update psutil from 5.6.3 to 5.6.4
beautifulsoup4==4.8.1 bcrypt==3.1.7 croniter==0.3.30 Cython==0.29.14 feedparser==5.2.1 git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2 google-api-python-client==1.7.11 isodate==0.6.0 jsonpath-ng==1.4.3 lxml==4.4.1 numpy==1.17.3 Pillow==6.2.1 parsedatetime==2.4 psutil==5.6.3 pyhedrals==0.2.0 python-dateutil==2.8.0 pytimeparse==1.1.8 pyxDamerauLevenshtein==1.5.3 requests==2.22.0 ruamel.yaml==0.16.5 Twisted[tls]==19.7.0
beautifulsoup4==4.8.1 bcrypt==3.1.7 croniter==0.3.30 Cython==0.29.14 feedparser==5.2.1 git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2 google-api-python-client==1.7.11 isodate==0.6.0 jsonpath-ng==1.4.3 lxml==4.4.1 numpy==1.17.3 Pillow==6.2.1 parsedatetime==2.4 psutil==5.6.4 pyhedrals==0.2.0 python-dateutil==2.8.0 pytimeparse==1.1.8 pyxDamerauLevenshtein==1.5.3 requests==2.22.0 ruamel.yaml==0.16.5 Twisted[tls]==19.7.0
Update Werkzeug to v2.2.2 (from v2.2.0)
babel==2.10.3 backports.zoneinfo;python_version<"3.9" bbcode==1.1.0 blinker==1.5 click==8.1.3 flask==2.1.3 flask-babel==2.0.0 flask-sqlalchemy==2.5.1 hiredis==2.0.0 itsdangerous==2.1.2 jinja2==3.1.2 markupsafe==2.1.1 marshmallow==3.17.0 mistletoe==0.8.2 pillow==9.2.0 psycopg2-binary==2.9.3 qrcode==7.3.1 redis==4.3.4 requests==2.28.1 rq==1.11.0 rq-dashboard==0.6.1 rtoml==0.8.0 sqlalchemy==1.4.40 tenacity==8.0.1 werkzeug==2.2.0 wtforms==3.0.1
babel==2.10.3 backports.zoneinfo;python_version<"3.9" bbcode==1.1.0 blinker==1.5 click==8.1.3 flask==2.1.3 flask-babel==2.0.0 flask-sqlalchemy==2.5.1 hiredis==2.0.0 itsdangerous==2.1.2 jinja2==3.1.2 markupsafe==2.1.1 marshmallow==3.17.0 mistletoe==0.8.2 pillow==9.2.0 psycopg2-binary==2.9.3 qrcode==7.3.1 redis==4.3.4 requests==2.28.1 rq==1.11.0 rq-dashboard==0.6.1 rtoml==0.8.0 sqlalchemy==1.4.40 tenacity==8.0.1 werkzeug==2.2.2 wtforms==3.0.1
Update tox from 3.24.1 to 3.24.2
ansible-lint==4.3.0 docker==5.0.0 flake8==3.9.2 molecule==3.0.8 pytest==6.2.4 testinfra==6.0.0 tox==3.24.1
ansible-lint==4.3.0 docker==5.0.0 flake8==3.9.2 molecule==3.0.8 pytest==6.2.4 testinfra==6.0.0 tox==3.24.2
Use stable release of cookiecutter now that 0.7 is released
django -e git://github.com/audreyr/cookiecutter.git#egg=cookiecutter django-vanilla-views django-floppyforms model-mommy webtest django-webtest
django cookiecutter django-vanilla-views django-floppyforms model-mommy webtest django-webtest
Allow CMake to run on Travis CI
cmake_minimum_required (VERSION 2.8.9) project (NMEAParser) include(CheckCXXCompilerFlag) CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11) CHECK_CXX_COMPILER_FLAG("-std=c++0x" COMPILER_SUPPORTS_CXX0X) if(COMPILER_SUPPORTS_CXX11) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") elseif(COMPILER_SUPPORTS_CXX0X) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") else() message(STATUS "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support. Please use a different C++ compiler.") endif() set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") enable_testing() add_subdirectory(lib) add_subdirectory(test)
cmake_minimum_required (VERSION 2.8.7) project (NMEAParser) include(CheckCXXCompilerFlag) CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11) CHECK_CXX_COMPILER_FLAG("-std=c++0x" COMPILER_SUPPORTS_CXX0X) if(COMPILER_SUPPORTS_CXX11) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") elseif(COMPILER_SUPPORTS_CXX0X) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") else() message(STATUS "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support. Please use a different C++ compiler.") endif() set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") enable_testing() add_subdirectory(lib) add_subdirectory(test)
Update pytest from 3.7.1 to 3.7.3
requests==2.19.1 patool==1.12 python-coveralls==2.9.1 coveralls==1.3.0 mock==2.0.0 codecov==2.0.15 # Logs daiquiri==1.5.0 # Tests pytest==3.7.1 # Media name and Subtitles guessit==3.0.0 # subliminal from my repository git+git://github.com/shlomiLan/subliminal.git@add_country babelfish==0.5.5
requests==2.19.1 patool==1.12 python-coveralls==2.9.1 coveralls==1.3.0 mock==2.0.0 codecov==2.0.15 # Logs daiquiri==1.5.0 # Tests pytest==3.7.3 # Media name and Subtitles guessit==3.0.0 # subliminal from my repository git+git://github.com/shlomiLan/subliminal.git@add_country babelfish==0.5.5
Update graphene from 2.0.1 to 2.1.3
dj-database-url==0.5 Django==2.0.2 gunicorn==19.7.1 psycopg2==2.7.4 whitenoise==3.3.1 django-storages==1.6.5 boto3>=1.5 Pillow==5.0.0 Markdown==2.6.11 cloudinary==1.10.0 requests==2.18.4 graphene-django==2.0.0 graphene==2.0.1 singlemodeladmin==0.8 boto feedparser==5.2.1 authy==2.1.5 django-phonenumber-field==2.0.0 django-taggit==0.22.2 pytz==2018.3 raven
dj-database-url==0.5 Django==2.0.2 gunicorn==19.7.1 psycopg2==2.7.4 whitenoise==3.3.1 django-storages==1.6.5 boto3>=1.5 Pillow==5.0.0 Markdown==2.6.11 cloudinary==1.10.0 requests==2.18.4 graphene-django==2.0.0 graphene==2.1.3 singlemodeladmin==0.8 boto feedparser==5.2.1 authy==2.1.5 django-phonenumber-field==2.0.0 django-taggit==0.22.2 pytz==2018.3 raven
Update requests from 2.17.3 to 2.18.1
git+git://github.com/cuducos/django-simple-history.git@cuducos-missing-translations-in-pt-br Django==1.11.2 brazilnum==0.8.8 dj-database-url==0.4.2 django-assets==0.12 django-bulk-update==2.1.0 django-cors-middleware==1.3.1 django-test-without-migrations==0.6 djangorestframework==3.6.3 freezegun==0.3.9 gunicorn==19.7.1 psycopg2==2.7.1 py-gfm==0.1.3 python-decouple==3.0 python-memcached==1.58 reprint==0.2.2 requests==2.17.3
git+git://github.com/cuducos/django-simple-history.git@cuducos-missing-translations-in-pt-br Django==1.11.2 brazilnum==0.8.8 dj-database-url==0.4.2 django-assets==0.12 django-bulk-update==2.1.0 django-cors-middleware==1.3.1 django-test-without-migrations==0.6 djangorestframework==3.6.3 freezegun==0.3.9 gunicorn==19.7.1 psycopg2==2.7.1 py-gfm==0.1.3 python-decouple==3.0 python-memcached==1.58 reprint==0.2.2 requests==2.18.1
Update requests-mock from 1.5.2 to 1.6.0
bandit==1.5.1 BeautifulSoup4==4.7.1 GitPython==2.1.11 codacy-coverage==1.3.11 codecov==2.0.15 coverage==4.5.3 ddt==1.2.1 defusedxml==0.6.0 flake8==3.7.7 internetarchive==1.8.4 nose==1.3.7 oauthlib==3.0.1 pip==19.1 pylint==2.3.1 PyGithub==1.43.7 pywikibot==3.0.20190301 requests==2.21.0 requests-mock==1.5.2 requests-oauthlib==1.2.0 roman==3.2 safety==1.8.5 testfixtures==6.7.0 typing==3.6.6
bandit==1.5.1 BeautifulSoup4==4.7.1 GitPython==2.1.11 codacy-coverage==1.3.11 codecov==2.0.15 coverage==4.5.3 ddt==1.2.1 defusedxml==0.6.0 flake8==3.7.7 internetarchive==1.8.4 nose==1.3.7 oauthlib==3.0.1 pip==19.1 pylint==2.3.1 PyGithub==1.43.7 pywikibot==3.0.20190301 requests==2.21.0 requests-mock==1.6.0 requests-oauthlib==1.2.0 roman==3.2 safety==1.8.5 testfixtures==6.7.0 typing==3.6.6
Update pytest from 4.2.1 to 4.3.0
pycparser==2.19 aioamqp==0.12.0 aiobotocore==0.10.2 aiodns==1.2.0 aiohttp==3.5.4 async-generator==1.10 async-timeout==3.0.1 attrs==18.2.0 botocore==1.12.91 cchardet==2.1.4 chardet==3.0.4 codecov==2.0.15 colorama==0.4.1 coverage==4.5.2 docutils==0.14 execnet==1.5.0 jmespath==0.9.3 multidict==4.5.2 mypy==0.670 packaging==19.0 protobuf==3.6.1 pycares==2.4.0 pycodestyle==2.5.0 py==1.7.0 pyparsing==2.3.1 pytest==4.2.1 pytest-cov==2.6.1 pytest-forked==1.0.2 pytest-xdist==1.26.1 python-dateutil==2.8.0 pytz==2018.9 readme-renderer==24.0 requests==2.20.1 six==1.12.0 tzlocal==1.5.1 ujson==1.35 uvloop==0.12.1 yarl==1.3.0
pycparser==2.19 aioamqp==0.12.0 aiobotocore==0.10.2 aiodns==1.2.0 aiohttp==3.5.4 async-generator==1.10 async-timeout==3.0.1 attrs==18.2.0 botocore==1.12.91 cchardet==2.1.4 chardet==3.0.4 codecov==2.0.15 colorama==0.4.1 coverage==4.5.2 docutils==0.14 execnet==1.5.0 jmespath==0.9.3 multidict==4.5.2 mypy==0.670 packaging==19.0 protobuf==3.6.1 pycares==2.4.0 pycodestyle==2.5.0 py==1.7.0 pyparsing==2.3.1 pytest==4.3.0 pytest-cov==2.6.1 pytest-forked==1.0.2 pytest-xdist==1.26.1 python-dateutil==2.8.0 pytz==2018.9 readme-renderer==24.0 requests==2.20.1 six==1.12.0 tzlocal==1.5.1 ujson==1.35 uvloop==0.12.1 yarl==1.3.0
Add permissive MIT license to project.
The MIT License Copyright (c) 2015 Paul Prince <paul@littlebluetech.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Enable Variadic Macros support for GCC.
cmake_minimum_required(VERSION 2.8) project(bamboo-copter) set (CMAKE_DISABLE_IN_SOURCE_BUILD ON) set (CMAKE_DISABLE_SOURCE_CHANGES ON) if( NOT CMAKE_BUILD_TYPE ) set( CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE ) endif() if (CMAKE_COMPILER_IS_GNUCXX) add_definitions(-std=gnu++11) add_definitions(-Wall) add_definitions(-Werror) elseif (MSVC11) SET(Boost_USE_STATIC_LIBS ON) else () message( FATAL_ERROR "Unsupported compiler. Feel free to provide a patch :)" ) endif () add_subdirectory(Server) add_subdirectory(Client) add_subdirectory(Editor)
cmake_minimum_required(VERSION 2.8) project(bamboo-copter) set (CMAKE_DISABLE_IN_SOURCE_BUILD ON) set (CMAKE_DISABLE_SOURCE_CHANGES ON) if( NOT CMAKE_BUILD_TYPE ) set( CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE ) endif() if (CMAKE_COMPILER_IS_GNUCXX) add_definitions(-std=gnu++11) add_definitions(-Wall) add_definitions(-Werror) add_definitions(-Wvariadic-macros) elseif (MSVC11) SET(Boost_USE_STATIC_LIBS ON) else () message( FATAL_ERROR "Unsupported compiler. Feel free to provide a patch :)" ) endif () add_subdirectory(Server) add_subdirectory(Client) add_subdirectory(Editor)
Switch to base 2.6.15-SNAPSHOT until 2.6.14 is out
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # The :launchpad feature defines Sling's launchpad version # Only a single artifact is allowed within this feature. # [feature name=:launchpad] org.apache.sling/org.apache.sling.launchpad.base/5.6.1-2.6.13-SNAPSHOT
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # The :launchpad feature defines Sling's launchpad version # Only a single artifact is allowed within this feature. # [feature name=:launchpad] org.apache.sling/org.apache.sling.launchpad.base/5.6.1-2.6.15-SNAPSHOT
Update Storage & USB to 2.0.2 (5)
Categories:System,Development License:GPLv2 Web Site: Source Code:https://github.com/enricocid/Storage-USB Issue Tracker:https://github.com/enricocid/Storage-USB/issues Auto Name:Storage & USB Summary:Launch storage settings directly from the apps drawer Description: Storage-USB is a simple to launch storage settings from the apps drawer, without having to go via the normal way. . Repo Type:git Repo:https://github.com/enricocid/Storage-USB.git Build:2.0,3 commit=2.0 subdir=project/app gradle=yes Build:2.0.1,4 commit=2.0.1 subdir=project/app gradle=yes Auto Update Mode:Version %v Update Check Mode:Tags Current Version:2.0.1 Current Version Code:4
Categories:System,Development License:GPLv2 Web Site: Source Code:https://github.com/enricocid/Storage-USB Issue Tracker:https://github.com/enricocid/Storage-USB/issues Auto Name:Storage & USB Summary:Launch storage settings directly from the apps drawer Description: Storage-USB is a simple to launch storage settings from the apps drawer, without having to go via the normal way. . Repo Type:git Repo:https://github.com/enricocid/Storage-USB.git Build:2.0,3 commit=2.0 subdir=project/app gradle=yes Build:2.0.1,4 commit=2.0.1 subdir=project/app gradle=yes Build:2.0.2,5 commit=2.0.2 subdir=project/app gradle=yes Auto Update Mode:Version %v Update Check Mode:Tags Current Version:2.0.2 Current Version Code:5
Fix standalone build for debugserver on macOS
cmake_minimum_required(VERSION 3.4.3) project(Debugserver LANGUAGES C CXX ASM-ATT) if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/../../cmake" "${CMAKE_SOURCE_DIR}/../../cmake/modules" ) include(LLDBStandalone) include(AddLLDB) set(LLDB_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../../") include_directories(${LLDB_SOURCE_DIR}/include) endif() add_subdirectory(source)
cmake_minimum_required(VERSION 3.4.3) project(Debugserver LANGUAGES C CXX ASM-ATT) if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/../../cmake" "${CMAKE_SOURCE_DIR}/../../cmake/modules" ) include(LLDBStandalone) include(AddLLDB) set(LLDB_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../../") include_directories(${LLDB_SOURCE_DIR}/include) # lldb-suite is a dummy target that encompasses all the necessary tools and # libraries for building a fully-functioning liblldb. add_custom_target(lldb-suite) set(LLDB_SUITE_TARGET lldb-suite) endif() add_subdirectory(source)
Update psycopg2 from 2.6.2 to 2.7
Django==1.10.5 dj-database-url==0.4.2 django-assets==0.12 django-bulk-update==1.1.10 django-cors-middleware==1.3.1 django-test-without-migrations==0.4 djangorestframework==3.5.4 gunicorn==19.6.0 psycopg2==2.6.2 py-gfm==0.1.3 python-decouple==3.0 python-memcached==1.58 requests==2.13.0
Django==1.10.5 dj-database-url==0.4.2 django-assets==0.12 django-bulk-update==1.1.10 django-cors-middleware==1.3.1 django-test-without-migrations==0.4 djangorestframework==3.5.4 gunicorn==19.6.0 psycopg2==2.7 py-gfm==0.1.3 python-decouple==3.0 python-memcached==1.58 requests==2.13.0
Update ufolib from 2.1.1 to 2.3.1
fonttools==3.29.1 ufoLib==2.1.1 defcon==0.5.1 cu2qu==1.5.0 compreffor==0.4.6 booleanOperations==0.8.0 # alternative UFO implementation (still experimental) ufoLib2==0.1.2
fonttools==3.29.1 ufoLib==2.3.1 defcon==0.5.1 cu2qu==1.5.0 compreffor==0.4.6 booleanOperations==0.8.0 # alternative UFO implementation (still experimental) ufoLib2==0.1.2
Update djangorestframework from 3.7.4 to 3.7.7
dj-config-url==0.1.1 dj-database-url==0.4.2 dj-static==0.0.6 Django==2.0 django-crispy-forms==1.7.0 django-registration-redux==2.0 -e git://github.com/dubirajara/django-tagulous#egg=django_tagulous djangorestframework==3.7.4 gunicorn==19.7.1 psycopg2==2.7.3.2 python-decouple==3.1 social-auth-app-django==2.0.0
dj-config-url==0.1.1 dj-database-url==0.4.2 dj-static==0.0.6 Django==2.0 django-crispy-forms==1.7.0 django-registration-redux==2.0 -e git://github.com/dubirajara/django-tagulous#egg=django_tagulous djangorestframework==3.7.7 gunicorn==19.7.1 psycopg2==2.7.3.2 python-decouple==3.1 social-auth-app-django==2.0.0
Update raven from 6.1.0 to 6.2.1
feedparser==5.2.1 PyYAML==3.12 raven==6.1.0 requests==2.18.4 wallabag-api==1.1.0 beautifulsoup4==4.6.0
feedparser==5.2.1 PyYAML==3.12 raven==6.2.1 requests==2.18.4 wallabag-api==1.1.0 beautifulsoup4==4.6.0
Fix disappeared advertorial article content in Blognone
! News ||www.techtalkthai.com/wp-content/*banner*$image www.techtalkthai.com###check-also-box www.techtalkthai.com##.theiaStickySidebar > div[id^='text']:nth-of-type(1), .theiaStickySidebar > div[id^='text']:nth-of-type(2)
! News ~www.blognone.com##.advertorial ||www.techtalkthai.com/wp-content/*banner*$image www.techtalkthai.com###check-also-box www.techtalkthai.com##.theiaStickySidebar > div[id^='text']:nth-of-type(1), .theiaStickySidebar > div[id^='text']:nth-of-type(2)
Correct materials_commons version and use httplib2 rather than httplib
configparser httplib materials_commons==0.7.7b3 flask-api faktory rethinkdb argparse six xlsxwriter openpyxl globus_sdk
configparser httplib2 materials_commons==0.7.7b2 flask-api faktory rethinkdb argparse six xlsxwriter openpyxl globus_sdk
Add the doc directory files for "guibuilder"
This directory contains the GUI Builder classes. BEGIN_HTML Several documents describing the I/O classes are listed below: <ul> <li><a href="ftp://root.cern.ch/root/doc/chapter26.pdf">The Chapter about Writing a Graphical User Interface in the Users Guide </a></li> <li><a href="ftp://root.cern.ch/root/doc/chapter9.pdf">The Chapter about Graphics and Graphical User Interface in the Users Guide </a></li> <li><a href="http://root.cern.ch/root/HowtoGUI.html">How to use the GUI classes </a></li> <li><a href="http://root.cern.ch/root/HowtoSignalslot.html">How to use the Signal/Slot communication mechanism </A></li> <li><a href="http://root.cern.ch/root/HowtoGuiBuilder.html">How to use the GUI Builder </A></li> <li><a href="http://root.cern.ch/root/HowtoStyle.html">How to Create or Modify a style </A></li> </ul> END_HTML
Update django-allauth from 0.33.0 to 0.34.0
# Common requirements django==1.11.6 django-braces==1.11.0 django-crispy-forms==1.6.1 django-redis==4.8.0 django-model-utils==3.0.0 django-extensions==1.9.1 django-webpack-loader==0.5.0 psycopg2==2.7.3.1 requests==2.18.4 urllib3==1.22 # Markdown & LaTeX jinja2==2.9.6 MarkupSafe==1.0 pypandoc==1.4 markdown==2.6.9 # misc django-anymail==1.0 bpython==0.16 redis==2.10.6 rollbar==0.13.13 # Compressor django-compressor==2.2 rcssmin==1.0.6 rjsmin==1.0.12 # Auth django-authtools==1.6.0 django-allauth==0.33.0 defusedxml==0.5.0 oauthlib==2.0.4 python3-openid==3.1.0 requests-oauthlib==0.8.0
# Common requirements django==1.11.6 django-braces==1.11.0 django-crispy-forms==1.6.1 django-redis==4.8.0 django-model-utils==3.0.0 django-extensions==1.9.1 django-webpack-loader==0.5.0 psycopg2==2.7.3.1 requests==2.18.4 urllib3==1.22 # Markdown & LaTeX jinja2==2.9.6 MarkupSafe==1.0 pypandoc==1.4 markdown==2.6.9 # misc django-anymail==1.0 bpython==0.16 redis==2.10.6 rollbar==0.13.13 # Compressor django-compressor==2.2 rcssmin==1.0.6 rjsmin==1.0.12 # Auth django-authtools==1.6.0 django-allauth==0.34.0 defusedxml==0.5.0 oauthlib==2.0.4 python3-openid==3.1.0 requests-oauthlib==0.8.0
Update CV of Metronome to 1.1.0 (3)
Categories:Multimedia License:GPL-3.0 Web Site: Source Code:https://gitlab.com/funkygoby/metronome Issue Tracker:https://gitlab.com/funkygoby/metronome/issues Auto Name:Metronome Summary:Use your smartphone as a metronome Description: A reliable metronome for Android with large BPM capabilities and able to follow a user-defined structure . Repo Type:git Repo:https://gitlab.com/funkygoby/metronome.git Build:1.0,1 commit=1d7a71df9386c1eeefa1aa85b3c6f1c881800051 scanignore=res/raw/* Build:1.0.1,2 commit=ba9c516c3e84e7510b422cc2d6950fbda54abad1 scanignore=res/raw/* Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.0.1 Current Version Code:2
Categories:Multimedia License:GPL-3.0 Web Site: Source Code:https://gitlab.com/funkygoby/metronome Issue Tracker:https://gitlab.com/funkygoby/metronome/issues Auto Name:Metronome Summary:Use your smartphone as a metronome Description: A reliable metronome for Android with large BPM capabilities and able to follow a user-defined structure . Repo Type:git Repo:https://gitlab.com/funkygoby/metronome.git Build:1.0,1 commit=1d7a71df9386c1eeefa1aa85b3c6f1c881800051 scanignore=res/raw/* Build:1.0.1,2 commit=ba9c516c3e84e7510b422cc2d6950fbda54abad1 scanignore=res/raw/* Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.1.0 Current Version Code:3
Update pytest from 3.1.3 to 3.2.0
# Testing requirements -r common.txt # pytest pytest==3.1.3 pytest-django==3.1.2 pytest-flake8==0.8.1 pytest-xdist==1.18.2 pytest-stepwise==0.4 pytest-mock==1.6.2 factory-boy==2.9.2 mock==2.0.0 selenium==3.4.3 # coverage coverage==4.4.1 pytest-cov==2.5.1 python-coveralls==2.9.1 # Flake8 flake8==3.4.1 flake8-docstrings==1.1.0 # Misc mypy==0.521 Werkzeug==0.12.2
# Testing requirements -r common.txt # pytest pytest==3.2.0 pytest-django==3.1.2 pytest-flake8==0.8.1 pytest-xdist==1.18.2 pytest-stepwise==0.4 pytest-mock==1.6.2 factory-boy==2.9.2 mock==2.0.0 selenium==3.4.3 # coverage coverage==4.4.1 pytest-cov==2.5.1 python-coveralls==2.9.1 # Flake8 flake8==3.4.1 flake8-docstrings==1.1.0 # Misc mypy==0.521 Werkzeug==0.12.2
Fix signature for a known purify MLK warning.
?NewRunnableMethod@VRequestProxy@?A0x40e06119@@P812@AEXABVURLRequestStatus@@@ZV3@@@YAPAVCancelableTask@@PAVRequestProxy@?A0x40e06119@@P812@AEXABVURLRequestStatus@@@Z1@Z [test_shell_tests.exe] Alloc Location ... base/task.h ?NewRunnableMethod@VRequestProxy@?A0x40e06119@@P812@AEXABVURLRequestStatus@@@ZV3@@@YAPAVCancelableTask@@PAVRequestProxy@?A0x40e06119@@P812@AEXABVURLRequestStatus@@@Z1@Z webkit/tools/test_shell/simple_resource_loader_bridge.cc RequestProxy::OnCompletedRequest(URLRequestStatus const&) webkit/tools/test_shell/simple_resource_loader_bridge.cc RequestProxy::Done(void) webkit/tools/test_shell/simple_resource_loader_bridge.cc RequestProxy::AsyncCancel(void) base/tuple.h ?DispatchToMethod@VRequestProxy@?A0x40e06119@@P812@AEXXZ@@YAXPAVRequestProxy@?A0x40e06119@@P801@AEXXZABUTuple0@@@Z ^^^
?NewRunnableMethod@VRequestProxy@?A0x74bd0f07@@P812@AEXABVURLRequestStatus@@@ZV3@@@YAPAVCancelableTask@@PAVRequestProxy@?A0x74bd0f07@@P812@AEXABVURLRequestStatus@@@Z1@Z [test_shell_tests.exe] Alloc Location ... base/task.h ?NewRunnableMethod@VRequestProxy@?A0x74bd0f07@@P812@AEXABVURLRequestStatus@@@ZV3@@@YAPAVCancelableTask@@PAVRequestProxy@?A0x74bd0f07@@P812@AEXABVURLRequestStatus@@@Z1@Z webkit/tools/test_shell/simple_resource_loader_bridge.cc RequestProxy::OnCompletedRequest(URLRequestStatus const&) webkit/tools/test_shell/simple_resource_loader_bridge.cc RequestProxy::Done(void) webkit/tools/test_shell/simple_resource_loader_bridge.cc RequestProxy::AsyncCancel(void) base/tuple.h ?DispatchToMethod@VRequestProxy@?A0x74bd0f07@@P812@AEXXZ@@YAXPAVRequestProxy@?A0x74bd0f07@@P801@AEXXZABUTuple0@@@Z ^^^
Add Webkit test expectation until Webkit is rolled past r69652
// 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. BUG_AJWONG WIN : fast/dom/Window/window-screen-properties.html = TEXT BUG_AJWONG WIN : fast/media/color-does-not-include-alpha.html = TEXT BUG_AJWONG MAC : fast/css/transformed-mask.html = IMAGE
// 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. BUG_AJWONG WIN : fast/dom/Window/window-screen-properties.html = TEXT BUG_AJWONG WIN : fast/media/color-does-not-include-alpha.html = TEXT BUG_AJWONG MAC : fast/css/transformed-mask.html = IMAGE // Remove when rolling Webkit past r69652. BUG53073 DEBUG : storage/change-version.html = CRASH PASS
Update manifest to match the spec refactor
History.txt LICENSE Manifest.txt README.txt Rakefile TODO autotest/discover.rb autotest/dmserializer_rspec.rb lib/dm-serializer.rb lib/dm-serializer/version.rb spec/fixtures/cow.rb spec/fixtures/planet.rb spec/fixtures/quatum_cat.rb spec/spec.opts spec/spec_helper.rb spec/unit/serializer_spec.rb spec/unit/to_csv_spec.rb spec/unit/to_json_spec.rb spec/unit/to_xml_spec.rb spec/unit/to_yaml_spec.rb
History.txt LICENSE Manifest.txt README.txt Rakefile TODO autotest/discover.rb autotest/dmserializer_rspec.rb lib/dm-serializer.rb lib/dm-serializer/version.rb spec/fixtures/cow.rb spec/fixtures/planet.rb spec/fixtures/quatum_cat.rb spec/spec.opts spec/spec_helper.rb spec/lib/serialization_method_shared_spec.rb spec/public/serializer_spec.rb spec/public/to_csv_spec.rb spec/public/to_json_spec.rb spec/public/to_xml_spec.rb spec/public/to_yaml_spec.rb
Update tox from 3.24.1 to 3.24.2
ansible-lint==4.3.7 docker==5.0.0 flake8==3.9.2 molecule==3.0.8 pytest==6.2.4 testinfra==6.0.0 tox==3.24.1
ansible-lint==4.3.7 docker==5.0.0 flake8==3.9.2 molecule==3.0.8 pytest==6.2.4 testinfra==6.0.0 tox==3.24.2
Add blist for cassandra speed ups
lxml==3.4.0 pytz==2014.7 vcrpy==1.1.1 raven==5.0.0 invoke==0.9.0 celery==3.1.15 requests==2.4.1 nameparser==0.3.3 python-dateutil==2.2 fluent-logger==0.3.4 cqlengine==0.21.0 elasticsearch==1.3.0 Flask==0.10.1
lxml==3.4.0 pytz==2014.7 vcrpy==1.1.1 raven==5.0.0 invoke==0.9.0 celery==3.1.15 requests==2.4.1 nameparser==0.3.3 python-dateutil==2.2 fluent-logger==0.3.4 cqlengine==0.21.0 elasticsearch==1.3.0 Flask==0.10.1 blist==1.3.6
Update requests from 2.18.4 to 2.19.1
progressbar2==3.38.0 Flask==1.0.2 markdown==2.6.11 Flask-Assets==0.12 Flask-Mail==0.9.1 sqlalchemy_utils==0.33.3 SQLAlchemy>=0.9 Flask-SQLAlchemy==2.3.2 jsmin==2.2.2 Flask-OpenID==1.2.5 Flask-OAuth==0.12 pytz==2018.4 bcrypt>=2.0.0 ordereddict==1.1 Flask-WTF==0.14.2 requests==2.18.4 blinker==1.4 Flask-RQ==0.2 tweepy==3.6.0 unicodecsv==0.14.1 oauth2client==4.1.2 ua-parser==0.8.0 itsdangerous==0.24 psycopg2==2.7.4 git+https://github.com/hasgeek/coaster git+https://github.com/hasgeek/baseframe
progressbar2==3.38.0 Flask==1.0.2 markdown==2.6.11 Flask-Assets==0.12 Flask-Mail==0.9.1 sqlalchemy_utils==0.33.3 SQLAlchemy>=0.9 Flask-SQLAlchemy==2.3.2 jsmin==2.2.2 Flask-OpenID==1.2.5 Flask-OAuth==0.12 pytz==2018.4 bcrypt>=2.0.0 ordereddict==1.1 Flask-WTF==0.14.2 requests==2.19.1 blinker==1.4 Flask-RQ==0.2 tweepy==3.6.0 unicodecsv==0.14.1 oauth2client==4.1.2 ua-parser==0.8.0 itsdangerous==0.24 psycopg2==2.7.4 git+https://github.com/hasgeek/coaster git+https://github.com/hasgeek/baseframe
Update django-extensions from 1.8.0 to 1.8.1
Django==1.11.4 dj-database-url==0.4.2 django-cors-middleware==1.3.1 django-extensions==1.8.0 django-test-without-migrations==0.6 gunicorn==19.7.1 psycopg2==2.7.1 python-decouple==3.0 pytz==2017.2 whitenoise==3.3.0
Django==1.11.4 dj-database-url==0.4.2 django-cors-middleware==1.3.1 django-extensions==1.8.1 django-test-without-migrations==0.6 gunicorn==19.7.1 psycopg2==2.7.1 python-decouple==3.0 pytz==2017.2 whitenoise==3.3.0
Use an editable install for TracDjangoPlugin.
Trac == 1.0 Pygments == 1.4 dnspython == 1.8.0 psycopg2 == 2.2.2 docutils == 0.7 # Trac plugins svn+http://svn.edgewall.com/repos/trac/plugins/0.12/spam-filter-captcha@10597 svn+http://trac-hacks.org/svn/xmlrpcplugin/trunk@9250 TracWatchlistPlugin==1.0 -e git://github.com/aaugustin/trac-github.git@23a0ab9f3b08a4a50b08bcd067e30d8149ed8635#egg=GitHubPlugin ./DjangoPlugin
Trac == 1.0 Pygments == 1.4 dnspython == 1.8.0 psycopg2 == 2.2.2 docutils == 0.7 # Trac plugins svn+http://svn.edgewall.com/repos/trac/plugins/0.12/spam-filter-captcha@10597 svn+http://trac-hacks.org/svn/xmlrpcplugin/trunk@9250 TracWatchlistPlugin==1.0 -e git://github.com/aaugustin/trac-github.git@23a0ab9f3b08a4a50b08bcd067e30d8149ed8635#egg=GitHubPlugin -e ./DjangoPlugin
Fix deprecation warning by updating Celery to 4.4.0
Django==3.0.2 Babel==2.8.0 Pillow==7.0.0 celery[redis]==4.3.0 dj-database-url==0.5.0 django-redis-sessions==0.6.1 python3-memcached==1.51 feedparser==5.2.1 gunicorn==20.0.4 html2text==2019.9.26 markdown2==2.3.8 oauth2client==4.1.3 psycopg2cffi==2.8.1 python-dateutil==2.8.1 redis==3.3.11 django-celery-results==1.1.2 django-celery-beat==1.5.0 requests==2.22.0
Django==3.0.2 Babel==2.8.0 Pillow==7.0.0 celery[redis]==4.4.0 dj-database-url==0.5.0 django-redis-sessions==0.6.1 python3-memcached==1.51 feedparser==5.2.1 gunicorn==20.0.4 html2text==2019.9.26 markdown2==2.3.8 oauth2client==4.1.3 psycopg2cffi==2.8.1 python-dateutil==2.8.1 redis==3.3.11 django-celery-results==1.1.2 django-celery-beat==1.5.0 requests==2.22.0
Update django-email-verification requirement from ~=0.1.0 to ~=0.3.1
# # Common requirements for wger # # Application bleach[css]~=5.0 django-bootstrap-breadcrumbs~=0.9 django-formtools~=2.4 django-recaptcha~=3.0.0 Django~=3.2 django-activity-stream~=1.4 django-crispy-forms~=1.14 django-simple-history~=3.1 django-email-verification~=0.1.0 django_compressor~=4.1 django_extensions~=3.2 django-storages~=1.13 django-environ==0.9.0 easy-thumbnails==2.8.3 fontawesomefree~=6.1.1 icalendar==4.1.0 invoke==1.7.3 pillow==9.2.0 reportlab==3.6.11 requests==2.28.1 # AWS #boto3 # REST API django-cors-headers==3.13.0 django-filter==22.1 djangorestframework~=3.14 # Not used anymore, but needed because some modules are imported in DB migration # files django-sortedm2m~=3.1
# # Common requirements for wger # # Application bleach[css]~=5.0 django-bootstrap-breadcrumbs~=0.9 django-formtools~=2.4 django-recaptcha~=3.0.0 Django~=3.2 django-activity-stream~=1.4 django-crispy-forms~=1.14 django-simple-history~=3.1 django-email-verification~=0.3.1 django_compressor~=4.1 django_extensions~=3.2 django-storages~=1.13 django-environ==0.9.0 easy-thumbnails==2.8.3 fontawesomefree~=6.1.1 icalendar==4.1.0 invoke==1.7.3 pillow==9.2.0 reportlab==3.6.11 requests==2.28.1 # AWS #boto3 # REST API django-cors-headers==3.13.0 django-filter==22.1 djangorestframework~=3.14 # Not used anymore, but needed because some modules are imported in DB migration # files django-sortedm2m~=3.1
Add django-haystack dep. Useful for search in the future
Django psycopg2 scrapy
Django==1.7.7 Scrapy==0.24.5 Twisted==15.0.0 cffi==0.9.2 chardet==2.0.1 colorama==0.2.5 cryptography==0.8.1 cssselect==0.9.1 django-haystack==2.3.1 html5lib==0.999 lxml==3.4.2 psycopg2==2.6 pyOpenSSL==0.14 pyasn1==0.1.7 pycparser==2.10 queuelib==1.2.2 requests==2.2.1 six==1.5.2 urllib3==1.7.1 w3lib==1.11.0 zope.interface==4.1.2
Add note about shanty lint.
- Add output to explain next steps after "shanty init" - Use repo name as project name by default - Extract all options from template files, move to default template files - Search user's config files for overrides on any default configs - Add documentation for all allowed config values - Build a template/skeleton feature where a user could provide via the commandline a URL to a template/skeleton to use to aid in getting sane default config values for their environment. For example reachlocal could have one and that could have all the defaults for RLPC minus the username, password stuff.
- Add output to explain next steps after "shanty init" - Use repo name as project name by default - Extract all options from template files, move to default template files - Search user's config files for overrides on any default configs - Add documentation for all allowed config values - Build a template/skeleton feature where a user could provide via the commandline a URL to a template/skeleton to use to aid in getting sane default config values for their environment. For example reachlocal could have one and that could have all the defaults for RLPC minus the username, password stuff. - Add shanty lint functionality that verifies the required .shanty.yml config exists, the provider config exists, and that the required fields in those configs exist are have valid values.
Add the first coin problem
1. Problem: make generator of probability 1/3 using the normal coin (1/2). Solution -------- Two consecutive coin flips give us 4 combinations (head-head, tail-tail, head-tail, tail-head). We can exclude one of these combinations (just start everything from the beginning in the case of an unwanted combination). We get three equally probable outcomes.
Revert "Revert "Use jrl-cmakemodules macros and install Python files to site-packages.""
INCLUDE(../../cmake/python.cmake) # Look for Python 2.7 SET(Python_ADDITIONAL_VERSIONS 2.7) FINDPYTHON() ## Define PYTHON_DISTLIB EXECUTE_PROCESS( COMMAND "${PYTHON_EXECUTABLE}" "-c" "import sys, os; print os.sep.join(['lib', 'python' + sys.version[:3], 'dist-packages'])" OUTPUT_VARIABLE PYTHON_DISTLIB ERROR_QUIET) # Remove final \n of the variable PYTHON_DISTLIB STRING(REPLACE "\n" "" PYTHON_DISTLIB "${PYTHON_DISTLIB}") # create the package in build dir for testing purpose set(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/rbdyn) configure_file(__init__.py ${CMAKE_CURRENT_BINARY_DIR}/rbdyn/__init__.py COPYONLY) set(OUTPUT_BINDING ${CMAKE_CURRENT_BINARY_DIR}/rbdyn.cpp) # generate python binding code add_custom_command ( OUTPUT ${OUTPUT_BINDING} COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/generate.py ${OUTPUT_BINDING} DEPENDS generate.py ) # build the library set(SOURCES ${OUTPUT_BINDING}) include_directories(.) include_directories(../../src) include_directories(${PYTHON_INCLUDE_DIRS}) add_library(_rbdyn SHARED ${SOURCES}) PKG_CONFIG_USE_DEPENDENCY(_rbdyn SpaceVecAlg) target_link_libraries(_rbdyn RBDyn) set_target_properties(_rbdyn PROPERTIES PREFIX "") # install rules set(INSTALL_PATH "${PYTHON_DISTLIB}/rbdyn/") install(TARGETS _rbdyn DESTINATION ${INSTALL_PATH}) install(FILES __init__.py DESTINATION ${INSTALL_PATH})
INCLUDE(../../cmake/python.cmake) # Look for Python 2.7 SET(Python_ADDITIONAL_VERSIONS 2.7) FINDPYTHON() # Create the package in build dir for testing purpose SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/rbdyn) CONFIGURE_FILE(__init__.py ${CMAKE_CURRENT_BINARY_DIR}/rbdyn/__init__.py COPYONLY) SET(OUTPUT_BINDING ${CMAKE_CURRENT_BINARY_DIR}/rbdyn.cpp) # Generate Python binding code ADD_CUSTOM_COMMAND ( OUTPUT ${OUTPUT_BINDING} COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/generate.py ${OUTPUT_BINDING} DEPENDS generate.py ) # Build the library SET(SOURCES ${OUTPUT_BINDING}) INCLUDE_DIRECTORIES(SYSTEM ${PYTHON_INCLUDE_PATH}) INCLUDE_DIRECTORIES(.) INCLUDE_DIRECTORIES(../../src) ADD_LIBRARY(_rbdyn SHARED ${SOURCES}) PKG_CONFIG_USE_DEPENDENCY(_rbdyn SpaceVecAlg) TARGET_LINK_LIBRARIES(_rbdyn RBDyn) SET_TARGET_PROPERTIES(_rbdyn PROPERTIES PREFIX "") # Install rules INSTALL(TARGETS _rbdyn DESTINATION "${PYTHON_SITELIB}/rbdyn") PYTHON_INSTALL_BUILD(rbdyn __init__.py "${PYTHON_SITELIB}")
Update django-extensions from 2.1.7 to 2.1.9
crispy-forms-bulma==1.1.4 Django==2.2.2 django-avatar==4.1.0 django-allauth==0.39.1 django-configurations==2.1 django-crispy-forms==1.7.2 django-intercom==0.1.2 django-polymorphic==2.0.3 django-sendgrid-v5==0.8.0 django-storages==1.7.1 djangorestframework==3.9.4 django-debug-toolbar==1.11 django-extensions==2.1.7 dj_database_url==0.5.0 google-api-python-client==1.7.9 google-cloud-storage==1.16.0 Pillow==6.0.0 pyjwt==1.7.1 psycopg2-binary==2.8.2 raven==6.10.0 requests==2.22.0 sh==1.12.14 PyGithub==1.43.7 oauth2client==4.1.3
crispy-forms-bulma==1.1.4 Django==2.2.2 django-avatar==4.1.0 django-allauth==0.39.1 django-configurations==2.1 django-crispy-forms==1.7.2 django-intercom==0.1.2 django-polymorphic==2.0.3 django-sendgrid-v5==0.8.0 django-storages==1.7.1 djangorestframework==3.9.4 django-debug-toolbar==1.11 django-extensions==2.1.9 dj_database_url==0.5.0 google-api-python-client==1.7.9 google-cloud-storage==1.16.0 Pillow==6.0.0 pyjwt==1.7.1 psycopg2-binary==2.8.2 raven==6.10.0 requests==2.22.0 sh==1.12.14 PyGithub==1.43.7 oauth2client==4.1.3
Add instructions regarding default passwords.
Here is a quick list of the things you need to do to get started. 1. Your build host most be able to pull packages from RHEL, Opt, and EPEL yum repos. The details of doing this are discussed in detail elsewhere but here is a list of packages you will need to install: - rpm-build - mock - createrepo Note: you may have to install other packages as well. We don't know what you installation base contains ;) 2. Modify CONFIG_REPOS to point to your *local* RHEL, Opt, and EPEL repos. 3. Add your user to /etc/sudoers (required since mock and livecd creator use chroots) 4. Roll a Pungi RPM to install on the build host by running "make pungi-rpm". 5. Install the generated pungi rpm "# yum localinstall repos/my-repo/pungi*.noarch.rpm". 6. Roll an ISO by running "$ make clip-rhel6-installation-iso". Note: for a complete list of targets available please run "$ make help". After you have successfully rolled an installation ISO it is time to move on to customizing the image. Each topic related to customizing the image is discussed in Help-*.txt files in the root of the CLIP repo.
Here is a quick list of the things you need to do to get started. 1. Your build host most be able to pull packages from RHEL, Opt, and EPEL yum repos. The details of doing this are discussed in detail elsewhere but here is a list of packages you will need to install: - rpm-build - mock - createrepo - repoview - livecd-tools Note: you may have to install other packages as well. We don't know what you installation base contains ;) 2. Modify CONFIG_REPOS to point to your *local* RHEL, Opt, and EPEL repos. 3. Add your user to /etc/sudoers (required since mock and livecd creator use chroots) 4. Roll a Pungi RPM to install on the build host by running "make pungi-rpm". 5. Install the generated pungi rpm "# yum localinstall repos/my-repo/pungi*.noarch.rpm". 6. CHANGE THE DEFAULT PASSWORD IN YOUR KICKSTART! CLIP intentionally ships with an unencrypted default password! It is "neutronbass". DO NOT LEAVE THIS PASSWORD LINE INTACT! 7. Go back and re-read #6. 8. Roll an ISO by running "$ make clip-rhel6-installation-iso". Note: for a complete list of targets available please run "$ make help". After you have successfully rolled an installation ISO it is time to move on to customizing the image. Each topic related to customizing the image is discussed in Help-*.txt files in the root of the CLIP repo.
Update to Freeciv server r33832.
# I keep previous version easily available here so I don't need to check # version history constantly when handling ruleset differences. # Previous:33781 FCREV=33802 FCBRANCH=trunk ORIGCAPSTR="+Freeciv.Devel-3.0-2016.Sep.12" # There's no need to bump this constantly as current freeciv-web # makes no connections to outside world - all connections are # internal to it. The server and client are always compatible. WEBCAPSTR="+Freeciv.Web.Devel-3.0"
# I keep previous version easily available here so I don't need to check # version history constantly when handling ruleset differences. # Previous:33802 FCREV=33832 FCBRANCH=trunk ORIGCAPSTR="+Freeciv.Devel-3.0-2016.Sep.12" # There's no need to bump this constantly as current freeciv-web # makes no connections to outside world - all connections are # internal to it. The server and client are always compatible. WEBCAPSTR="+Freeciv.Web.Devel-3.0"
Update Simple Accounting to 1.6rc1 (21)
Categories:Money License:GPL-3.0-only Web Site: Source Code:https://github.com/EmmanuelMess/Simple-Accounting Issue Tracker:https://github.com/EmmanuelMess/Simple-Accounting/issues Bitcoin:1HFhPxH9bqMKvs44nHqXjEEPC2m7z1V8tW Auto Name:Simple Accounting Summary:Manage your money easily Description: A very simple way to store your balance. . Repo Type:git Repo:https://github.com/EmmanuelMess/Simple-Accounting.git Build:1.5.1,18 commit=v1.5.1 subdir=SimpleAccounting/app gradle=yes Build:1.5.1.1,19 disable=lintVitalRelease fails commit=v1.5.1.1 subdir=SimpleAccounting/app gradle=yes Build:1.5.2,20 commit=v1.5.2 subdir=SimpleAccounting/app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.5.2 Current Version Code:20
Categories:Money License:GPL-3.0-only Web Site: Source Code:https://github.com/EmmanuelMess/Simple-Accounting Issue Tracker:https://github.com/EmmanuelMess/Simple-Accounting/issues Bitcoin:1HFhPxH9bqMKvs44nHqXjEEPC2m7z1V8tW Auto Name:Simple Accounting Summary:Manage your money easily Description: A very simple way to store your balance. . Repo Type:git Repo:https://github.com/EmmanuelMess/Simple-Accounting.git Build:1.5.1,18 commit=v1.5.1 subdir=SimpleAccounting/app gradle=yes Build:1.5.1.1,19 disable=lintVitalRelease fails commit=v1.5.1.1 subdir=SimpleAccounting/app gradle=yes Build:1.5.2,20 commit=v1.5.2 subdir=SimpleAccounting/app gradle=yes Build:1.6rc1,21 commit=v1.6rc1 subdir=SimpleAccounting/app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.6rc1 Current Version Code:21
Update tox from 3.5.2 to 3.5.3
-r requirements.txt flake8==3.5.0 tox==3.5.2 pytest==3.9.1
-r requirements.txt flake8==3.5.0 tox==3.5.3 pytest==3.9.1
Update green from 2.11.0 to 2.14.1
bumpversion==0.5.3 coverage==4.4.1 flake8==3.4.1 green==2.11.0
bumpversion==0.5.3 coverage==4.4.1 flake8==3.4.1 green==2.14.1
Update pytest to dev version for now
coverage flake8 mock pytest pytest-cov rope unittest2 WebTest
coverage flake8 mock -e hg+ssh://hg@bitbucket.org/hpk42/pytest/#egg=pytest pytest-cov rope unittest2 WebTest
Update ipython from 6.0.0 to 6.1.0
-r test.txt autopep8==1.3.1 bumpversion==0.5.3 elpy==1.15.0 docker-compose==1.13.0 epc==0.0.5 flake8==3.3.0 grip==4.3.2 importmagic==0.1.7 ipython==6.0.0 ipdb==0.10.3 ipython-genutils==0.2.0 jedi==0.10.2 pylint==1.7.1 pre-commit==0.14.0 yapf==0.16.2
-r test.txt autopep8==1.3.1 bumpversion==0.5.3 elpy==1.15.0 docker-compose==1.13.0 epc==0.0.5 flake8==3.3.0 grip==4.3.2 importmagic==0.1.7 ipython==6.1.0 ipdb==0.10.3 ipython-genutils==0.2.0 jedi==0.10.2 pylint==1.7.1 pre-commit==0.14.0 yapf==0.16.2
Update isort from 4.3.20 to 4.3.21
autoflake==1.3 check-manifest==0.39 codecov==2.0.15 # Upload coverage data doc8==0.8.0 dodgy==0.1.9 # Look for uploaded secrets dulwich==0.19.11 flake8-commas==2.0.0 # Require silicon valley commas flake8-quotes==2.0.1 # Require single quotes flake8==3.7.7 # Lint isort==4.3.20 # Lint imports mypy==0.710 # Type checking pip_check_reqs==2.0.3 pydocstyle==3.0.0 # Lint docstrings pyenchant==2.0.0 # Bindings for a spellchecking sytem pygithub==1.43.7 Pygments==2.4.2 pylint==2.3.1 # Lint pyroma==2.5 # Packaging best practices checker pytest-cov==2.7.1 # Measure code coverage pytest==4.6.3 # Test runners PyYAML==5.1.1 Sphinx==2.1.2 sphinx-autodoc-typehints==1.6.0 sphinxcontrib-spelling==4.3.0 twine==1.13.0 versioneer==0.18 vulture==1.0 VWS-Python-Mock==2018.12.1.0 yapf==0.27.0 # Automatic formatting for Python
autoflake==1.3 check-manifest==0.39 codecov==2.0.15 # Upload coverage data doc8==0.8.0 dodgy==0.1.9 # Look for uploaded secrets dulwich==0.19.11 flake8-commas==2.0.0 # Require silicon valley commas flake8-quotes==2.0.1 # Require single quotes flake8==3.7.7 # Lint isort==4.3.21 # Lint imports mypy==0.710 # Type checking pip_check_reqs==2.0.3 pydocstyle==3.0.0 # Lint docstrings pyenchant==2.0.0 # Bindings for a spellchecking sytem pygithub==1.43.7 Pygments==2.4.2 pylint==2.3.1 # Lint pyroma==2.5 # Packaging best practices checker pytest-cov==2.7.1 # Measure code coverage pytest==4.6.3 # Test runners PyYAML==5.1.1 Sphinx==2.1.2 sphinx-autodoc-typehints==1.6.0 sphinxcontrib-spelling==4.3.0 twine==1.13.0 versioneer==0.18 vulture==1.0 VWS-Python-Mock==2018.12.1.0 yapf==0.27.0 # Automatic formatting for Python
Update numpy from 1.14.0 to 1.14.1
Twisted==17.9.0 beautifulsoup4==4.6.0 lxml==4.1.1 psutil==5.4.3 python-dateutil==2.6.1 ply==3.11 enum34==1.1.6 twitter==1.18.0 requests==2.18.4 pytimeparse==1.1.7 pymysql==0.8.0 pycryptodome==3.4.11 pyasn1==0.4.2 isodate==0.6.0 google-api-python-client==1.6.5 pyxDamerauLevenshtein==1.5 numpy==1.14.0 Cython==0.27.3 git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2 parsedatetime==2.4 cryptography==2.1.4 future==0.16.0 six==1.11.0 ruamel.yaml==0.15.35 croniter==0.3.20
Twisted==17.9.0 beautifulsoup4==4.6.0 lxml==4.1.1 psutil==5.4.3 python-dateutil==2.6.1 ply==3.11 enum34==1.1.6 twitter==1.18.0 requests==2.18.4 pytimeparse==1.1.7 pymysql==0.8.0 pycryptodome==3.4.11 pyasn1==0.4.2 isodate==0.6.0 google-api-python-client==1.6.5 pyxDamerauLevenshtein==1.5 numpy==1.14.1 Cython==0.27.3 git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2 parsedatetime==2.4 cryptography==2.1.4 future==0.16.0 six==1.11.0 ruamel.yaml==0.15.35 croniter==0.3.20
Update packaging from 16.8 to 17.1
appdirs==1.4.3 certifi==2018.4.16 chardet==3.0.4 coverage==4.5.1 coveralls==1.3.0 Django==2.0.5 docopt==0.6.2 idna==2.6 packaging==16.8 pyparsing==2.2.0 pytz==2017.3 requests==2.18.4 six==1.11.0 urllib3==1.22
appdirs==1.4.3 certifi==2018.4.16 chardet==3.0.4 coverage==4.5.1 coveralls==1.3.0 Django==2.0.5 docopt==0.6.2 idna==2.6 packaging==17.1 pyparsing==2.2.0 pytz==2017.3 requests==2.18.4 six==1.11.0 urllib3==1.22
Update pytz from 2016.4 to 2016.6
Django==1.9.7 dj-database-url==0.4.1 django-cors-middleware==1.2.0 django-extensions==1.6.7 django-test-without-migrations==0.4 gunicorn==19.6.0 psycopg2==2.6.2 python-decouple==3.0 pytz==2016.4 whitenoise==3.2
Django==1.9.7 dj-database-url==0.4.1 django-cors-middleware==1.2.0 django-extensions==1.6.7 django-test-without-migrations==0.4 gunicorn==19.6.0 psycopg2==2.6.2 python-decouple==3.0 pytz==2016.6 whitenoise==3.2
Update pillow from 5.1.0 to 5.2.0
coverage==4.5.1 gunicorn==19.8.1 Django==1.11.11 django-pigeon==0.3.0 python-memcached==1.59 psycopg2==2.7.5 whitenoise==3.3.1 Pillow==5.1.0 django-classbasedsettings==1.5.0 dj-database-url==0.5.0 sorl-thumbnail==12.4.1 boto==2.48.0 django-storages==1.6.6 raven==6.9.0
coverage==4.5.1 gunicorn==19.8.1 Django==1.11.11 django-pigeon==0.3.0 python-memcached==1.59 psycopg2==2.7.5 whitenoise==3.3.1 Pillow==5.2.0 django-classbasedsettings==1.5.0 dj-database-url==0.5.0 sorl-thumbnail==12.4.1 boto==2.48.0 django-storages==1.6.6 raven==6.9.0
Upgrade Twisted to 15.2.1 which fixes an issue with logging
twisted[tls]==15.2.0 pyyaml==3.11 pbkdf2 pymysql
twisted[tls]==15.2.1 pyyaml==3.11 pbkdf2 pymysql
Revert "Update whitenoise from 3.3.1 to 4.1"
dj-database-url==0.5.0 Django==1.11.15 django-cors-middleware==1.3.1 django-crispy-forms==1.6.1 django-filter==1.1.0 django-guardian==1.4.9 django-model-utils==3.1.1 djangorestframework==3.6.4 djoser==0.7.0 djangorestframework-jwt==1.11.0 gunicorn==19.8.1 psycopg2==2.7.5 pytz==2018.5 requests==2.18.4 requests-mock==1.4.0 six==1.11.0 whitenoise==4.1 celery==4.2.0 django-celery-results==1.0.1 python-dateutil==2.6.1
dj-database-url==0.5.0 Django==1.11.15 django-cors-middleware==1.3.1 django-crispy-forms==1.6.1 django-filter==1.1.0 django-guardian==1.4.9 django-model-utils==3.1.1 djangorestframework==3.6.4 djoser==0.7.0 djangorestframework-jwt==1.11.0 gunicorn==19.8.1 psycopg2==2.7.5 pytz==2018.5 requests==2.18.4 requests-mock==1.4.0 six==1.11.0 whitenoise==3.3.1 celery==4.2.0 django-celery-results==1.0.1 python-dateutil==2.6.1
Update gunicorn from 19.8.1 to 19.9.0
-r base.txt django-celery==3.2.2 django-redis-cache==1.7.1 gunicorn==19.8.1 redis==2.10.6
-r base.txt django-celery==3.2.2 django-redis-cache==1.7.1 gunicorn==19.9.0 redis==2.10.6
Update gunicorn from 19.8.1 to 19.9.0
# PRECAUTION: avoid production dependencies that aren't in development -r ./base.txt gunicorn==19.8.1 # https://github.com/benoitc/gunicorn psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 {%- if cookiecutter.use_whitenoise == 'n' %} Collectfast==0.6.2 # https://github.com/antonagestam/collectfast {%- endif %} {%- if cookiecutter.use_sentry == "y" %} raven==6.9.0 # https://github.com/getsentry/raven-python {%- endif %} # Django # ------------------------------------------------------------------------------ django-storages[boto3]==1.7.1 # https://github.com/jschneier/django-storages django-anymail[mailgun]==4.2 # https://github.com/anymail/django-anymail
# PRECAUTION: avoid production dependencies that aren't in development -r ./base.txt gunicorn==19.9.0 # https://github.com/benoitc/gunicorn psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 {%- if cookiecutter.use_whitenoise == 'n' %} Collectfast==0.6.2 # https://github.com/antonagestam/collectfast {%- endif %} {%- if cookiecutter.use_sentry == "y" %} raven==6.9.0 # https://github.com/getsentry/raven-python {%- endif %} # Django # ------------------------------------------------------------------------------ django-storages[boto3]==1.7.1 # https://github.com/jschneier/django-storages django-anymail[mailgun]==4.2 # https://github.com/anymail/django-anymail
Upgrade dependency pytest-asyncio to ==0.4.0
-e . behave==1.2.5 bumpversion==0.5.3 pexpect==4.1.0 pytest-asyncio==0.3.0 pytest-cov==2.2.1 pytest-xdist==1.14 pytest==2.9.1
-e . behave==1.2.5 bumpversion==0.5.3 pexpect==4.1.0 pytest-asyncio==0.4.0 pytest-cov==2.2.1 pytest-xdist==1.14 pytest==2.9.1