Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update DoliDroid to 1.6 (28)
Categories:Internet License:GPL-3.0 Web Site:https://framagit.org/eldy/dolidroid Source Code:https://git.framasoft.org/eldy/dolidroid/tree/develop Issue Tracker: Changelog:https://framagit.org/eldy/dolidroid/blob/develop/ChangeLog Name:DoliDroid Summary:Use Dolibarr ERP & CRM Description: Use [https://www.dolibarr.org...
Categories:Internet License:GPL-3.0 Web Site:https://framagit.org/eldy/dolidroid Source Code:https://git.framasoft.org/eldy/dolidroid/tree/develop Issue Tracker: Changelog:https://framagit.org/eldy/dolidroid/blob/develop/ChangeLog Name:DoliDroid Summary:Use Dolibarr ERP & CRM Description: Use [https://www.dolibarr.org...
Update pytest-django requirement from <3.11,>=3.9 to >=3.9,<4.2
# Development django-debug-toolbar>=1.10,<3.2 django-extensions>=2.1,<3.1 flake8>=3.8,<3.9 isort>=5.1,<5.7 # Testing coverage>=5.1,<5.4 django-webtest>=1.9,<1.10 factory-boy>=2.12,<3.2 pinocchio==0.4.2 psycopg2-binary>=2.8,<2.9 pytest-cov>=2.7,<2.11 pytest-django>=3.9,<3.11 tox>=3.1,<3.21
# Development django-debug-toolbar>=1.10,<3.2 django-extensions>=2.1,<3.1 flake8>=3.8,<3.9 isort>=5.1,<5.7 # Testing coverage>=5.1,<5.4 django-webtest>=1.9,<1.10 factory-boy>=2.12,<3.2 pinocchio==0.4.2 psycopg2-binary>=2.8,<2.9 pytest-cov>=2.7,<2.11 pytest-django>=3.9,<4.2 tox>=3.1,<3.21
Update isochrones from 1.2 to 1.2.1
numpy==1.15.0 scipy>=0.19.0 astropy>=1.3.2 pandas>=0.19.2 matplotlib>=2.0.1 hypothesis>=3.9.0 PyAstronomy>=0.10.1 requests>=2.13.0 seaborn>=0.7.1 astroquery==0.3.8 lineid_plot==0.6 isochrones==1.2
numpy==1.15.0 scipy>=0.19.0 astropy>=1.3.2 pandas>=0.19.2 matplotlib>=2.0.1 hypothesis>=3.9.0 PyAstronomy>=0.10.1 requests>=2.13.0 seaborn>=0.7.1 astroquery==0.3.8 lineid_plot==0.6 isochrones==1.2.1
Update Sugarizer to 0.7.0 (700)
Categories:Science & Education License:Apache2 Web Site:http://sugarizer.org Source Code:https://github.com/llaske/Sugarizer Issue Tracker:http://bugs.sugarlabs.org Auto Name:Sugarizer Summary:Use Sugar learning platform Description: Developed for the "One Laptop Per Child" project, Sugar is a leading learning platfor...
Categories:Science & Education License:Apache2 Web Site:http://sugarizer.org Source Code:https://github.com/llaske/Sugarizer Issue Tracker:http://bugs.sugarlabs.org Auto Name:Sugarizer Summary:Use Sugar learning platform Description: Developed for the "One Laptop Per Child" project, Sugar is a leading learning platfor...
Add matplotlib to test requirements.
# Testing nose==1.3.0 nose-parameterized==0.2 # Linting flake8==2.0 mccabe==0.2.1 pep8==1.4.5 pyflakes==0.6.1 # Documentation Conversion pyandoc==0.0.1
# Testing nose==1.3.0 nose-parameterized==0.2 # Linting flake8==2.0 mccabe==0.2.1 pep8==1.4.5 pyflakes==0.6.1 # Documentation Conversion pyandoc==0.0.1 # Example scripts that are run during unit tests use the following: matplotlib==1.2.1
Add module names to known words list
AppVeyor Args backports config docstrings environ Fortran hardcoded hostname iterable linter linters linux localhost macOS metaclass namespace netloc PIL pipelining positionally pytest pythonic rebase refactorings signalling stdout subclasses submodules systemd threadpool tracebacks unbuffered uri url wsgi
AppVeyor Args backports compat config conftest conn docstrings environ Fortran hardcoded hostname iterable linter linters linux localhost macOS makefile metaclass namespace netloc PIL pipelining positionally pytest pythonic rebase refactorings signalling ssl stdout subclasses submodules systemd threadpool tracebacks un...
Update djangorestframework from 3.6.3 to 3.6.4
# Django stuff Django==1.10.7 dj-database-url==0.4.2 django-choices==1.6.0 django-extensions==1.8.1 django-storages==1.6.5 djangorestframework==3.6.3 whitenoise==3.3.0 # Allauth defusedxml==0.5.0 django-allauth==0.32.0 oauthlib==2.0.2 python3-openid==3.1.0 requests-oauthlib==0.8.0 # Github github3.py==1.0.0a4 uritemp...
# Django stuff Django==1.10.7 dj-database-url==0.4.2 django-choices==1.6.0 django-extensions==1.8.1 django-storages==1.6.5 djangorestframework==3.6.4 whitenoise==3.3.0 # Allauth defusedxml==0.5.0 django-allauth==0.32.0 oauthlib==2.0.2 python3-openid==3.1.0 requests-oauthlib==0.8.0 # Github github3.py==1.0.0a4 uritemp...
Fix run example command in archetype-java
Camel Java Router Project ========================= To build this project use mvn install To run this project from within Maven use mvn exec:java For more help see the Apache Camel documentation http://camel.apache.org/
Camel Java Router Project ========================= === How to build To build this project use mvn install === How to run You can run this example using mvn camel:run === More information You can find more information about Apache Camel at the website: http://camel.apache.org/
Update pytest-xdist from 1.20.0 to 1.20.1
# Testing and CI requirements -r common.txt factory_boy==2.9.2 Faker==0.8.4 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.0 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.521 pycodesty...
# Testing and CI requirements -r common.txt factory_boy==2.9.2 Faker==0.8.4 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.521 pycodesty...
Update Binaural Beats to 1.4.13 (144)
Categories:Sports & Health License:GPL-3.0-only Web Site: Source Code:https://gitlab.com/axet/android-binaural-beats Issue Tracker:https://gitlab.com/axet/android-binaural-beats/issues Auto Name:Binaural Beats Summary:Meditation helper Description: Simplified Binaural Beats application helps you to relax and meditate....
Categories:Sports & Health License:GPL-3.0-only Web Site: Source Code:https://gitlab.com/axet/android-binaural-beats Issue Tracker:https://gitlab.com/axet/android-binaural-beats/issues Auto Name:Binaural Beats Summary:Meditation helper Description: Simplified Binaural Beats application helps you to relax and meditate....
Remove "include/" folder from release-list
bin/.htaccess bin/auth_ejabberd.php bin/console bin/console.bat bin/console.php bin/daemon.php bin/testargs.php bin/wait-for-connection bin/worker.php config/addon-sample.config.php config/local-sample.config.php doc/ images/ include/ mod/ mods/ spec/ src/ static/ vendor/ view/ .htaccess-dist boot.php CHANGELOG CREDITS...
bin/.htaccess bin/auth_ejabberd.php bin/console bin/console.bat bin/console.php bin/daemon.php bin/testargs.php bin/wait-for-connection bin/worker.php config/addon-sample.config.php config/local-sample.config.php doc/ images/ mod/ mods/ spec/ src/ static/ vendor/ view/ .htaccess-dist boot.php CHANGELOG CREDITS.txt data...
Integrate the C Algorithms library into the build
# Copyright (c) 2011 David Love # # 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) 2011 David Love # # 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...
Update factory-boy from 2.8.1 to 2.9.2
# 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.8.1 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-docstrin...
# 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-docstrin...
Update CV of DualSim Reminder to 2.0.04 (2004)
Categories:Phone & SMS License:GPLv2 Web Site:https://github.com/mobimentum/dualsimreminder/blob/HEAD/README.md Source Code:https://github.com/mobimentum/dualsimreminder Issue Tracker:https://github.com/mobimentum/dualsimreminder/issues Auto Name:DualSim Reminder Summary:Tools for dual SIM devices from Samsung Descrip...
Categories:Phone & SMS License:GPLv2 Web Site:https://github.com/mobimentum/dualsimreminder/blob/HEAD/README.md Source Code:https://github.com/mobimentum/dualsimreminder Issue Tracker:https://github.com/mobimentum/dualsimreminder/issues Auto Name:DualSim Reminder Summary:Tools for dual SIM devices from Samsung Descrip...
Add Install path lib if you do make install
find_package(Qt5Core REQUIRED) find_package(Qt5Network REQUIRED) find_package(Qt5Sql REQUIRED) find_package(Qt5Xml REQUIRED) include_directories("cwf/") set(CPP_WebFrameWork_SRCS cwf/configuration.cpp cwf/cppwebapplication.cpp cwf/cppwebserver.cpp cwf/cstlcompiler.cpp cwf/cstlcompilerattributes.c...
find_package(Qt5Core REQUIRED) find_package(Qt5Network REQUIRED) find_package(Qt5Sql REQUIRED) find_package(Qt5Xml REQUIRED) include_directories("cwf/") set(CPP_WebFrameWork_SRCS cwf/configuration.cpp cwf/cppwebapplication.cpp cwf/cppwebserver.cpp cwf/cstlcompiler.cpp cwf/cstlcompilerattributes.c...
Make note about cycle detection
Christoph's notes ✓ Rename dependencies to consumes in package.json/plugin config. ✓ Rename "base" to "packagePath" in plugin config and make it required. ✓ Convert plugin hash to array (remove keys). ☐ Add mapping override for when service names conflict. ☐ Add 'aliasProvides' on plugin configs in config file (not ...
Christoph's notes ✓ Rename dependencies to consumes in package.json/plugin config. ✓ Rename "base" to "packagePath" in plugin config and make it required. ✓ Convert plugin hash to array (remove keys). ☐ Add mapping override for when service names conflict. ☐ Add 'aliasProvides' on plugin configs in config file (not ...
Update licence file to BSD 3-clause
Copyright Scott Devoid, Argonne National Lab, 2013. All rights reserved.
Copyright (c) 2013, Argonne National Laboratory All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions ...
Update WALLΞTH to 0.18 (18)
Categories:Money License:GPL-3.0 Web Site:http://walleth.org Source Code:https://github.com/walleth/walleth Issue Tracker:https://github.com/walleth/walleth/issues Auto Name:WALLΞTH Summary:Ethereum wallet Description: Ethereum wallet. Currently on Rinkeby Testnet. With light-client option. . Repo Type:git Repo:https...
Categories:Money License:GPL-3.0 Web Site:http://walleth.org Source Code:https://github.com/walleth/walleth Issue Tracker:https://github.com/walleth/walleth/issues Auto Name:WALLΞTH Summary:Ethereum wallet Description: Ethereum wallet. Currently on Rinkeby Testnet. With light-client option. . Repo Type:git Repo:https...
Disable building of benchmark/data/ test because they construct a net::Manager directly.
################################################################################ # benchmarks/CMakeLists.txt # # CMake file for Thrill benchmark programs. ################################################################################ thrill_build_prog(hashtable/bench_bucket_hashtable) thrill_build_prog(hashtable/ben...
################################################################################ # benchmarks/CMakeLists.txt # # CMake file for Thrill benchmark programs. ################################################################################ thrill_build_prog(hashtable/bench_bucket_hashtable) thrill_build_prog(hashtable/ben...
Modify the sample text slightly
The course ID is MATH221. It meets Tuesdays and Thursdays, starting at 1:00 PM.
The course ID is MATH221. It meets Tuesdays and Thursdays. Its start time is at 1:00 PM.
Set project for the custom libc++
cmake_minimum_required(VERSION 3.4.3) # Build static libcxxabi. set(LIBCXXABI_STANDALONE_BUILD 1) set(LIBCXXABI_ENABLE_SHARED OFF CACHE BOOL "") set(LIBCXXABI_HERMETIC_STATIC_LIBRARY ON CACHE STRING "") set(LIBCXXABI_LIBCXX_PATH ${COMPILER_RT_LIBCXX_PATH} CACHE PATH "") set(LIBCXXABI_INCLUDE_TESTS OFF CACHE BOOL "") a...
cmake_minimum_required(VERSION 3.4.3) project(custom-libcxx C CXX) # Build static libcxxabi. set(LIBCXXABI_STANDALONE_BUILD 1) set(LIBCXXABI_ENABLE_SHARED OFF CACHE BOOL "") set(LIBCXXABI_HERMETIC_STATIC_LIBRARY ON CACHE STRING "") set(LIBCXXABI_LIBCXX_PATH ${COMPILER_RT_LIBCXX_PATH} CACHE PATH "") set(LIBCXXABI_INCLU...
Apply semver naming for minor release url
{ "version": "2.14.2", "url": "https://docs.wagtail.io/en/stable/releases/2.14.2.html", "majorUrl": "https://docs.wagtail.io/en/stable/releases/2.14.html", "lts": { "version": "2.11.8", "url": "https://docs.wagtail.io/en/stable/releases/2.11.8.html", "majorUrl": "https://docs...
{ "version": "2.14.2", "url": "https://docs.wagtail.io/en/stable/releases/2.14.2.html", "minorUrl": "https://docs.wagtail.io/en/stable/releases/2.14.html", "lts": { "version": "2.11.8", "url": "https://docs.wagtail.io/en/stable/releases/2.11.8.html", "minorUrl": "https://docs...
Disable strict aliasing for csympy_wrapper.cpp
set(SRC csympy_wrapper.cpp ) include_directories(${PYTHON_INCLUDE_PATH}) include_directories(${csympy_BINARY_DIR}/src ${teuchos_BINARY_DIR}) cython_add_module_pyx(csympy_wrapper csympy.pxd) add_python_library(csympy_wrapper ${SRC}) target_link_libraries(csympy_wrapper csympy teuchos ${LIBS}) add_custom_targe...
set(SRC csympy_wrapper.cpp ) include_directories(${PYTHON_INCLUDE_PATH}) include_directories(${csympy_BINARY_DIR}/src ${teuchos_BINARY_DIR}) cython_add_module_pyx(csympy_wrapper csympy.pxd) add_python_library(csympy_wrapper ${SRC}) target_link_libraries(csympy_wrapper csympy teuchos ${LIBS}) if (CMAKE_CXX_COM...
Fix postman fork url in requirements.txt
# Bleeding edge Django django==1.7.1 # Configuration django-configurations==0.8 django-secure==1.0 django-cache-url==0.8.0 dj-database-url==0.3.0 # Forms django-braces==1.4.0 django-crispy-forms==1.4.0 django-floppyforms==1.2.0 git+https://github.com/grundleborg/django-floppyforms-bootstrap3@bb20eec1c7cee4adeeaafc250...
# Bleeding edge Django django==1.7.1 # Configuration django-configurations==0.8 django-secure==1.0 django-cache-url==0.8.0 dj-database-url==0.3.0 # Forms django-braces==1.4.0 django-crispy-forms==1.4.0 django-floppyforms==1.2.0 git+https://github.com/grundleborg/django-floppyforms-bootstrap3@bb20eec1c7cee4adeeaafc250...
Update sphinx from 2.1.1 to 2.1.2
# ulid/requirements/docs.txt # # Requirements for generating package documentation. -r base.txt sphinx==2.1.1 sphinx_rtd_theme==0.4.3
# ulid/requirements/docs.txt # # Requirements for generating package documentation. -r base.txt sphinx==2.1.2 sphinx_rtd_theme==0.4.3
Bump coverage from 5.5 to 6.3.2
black==22.1.0 coverage==5.5 flake8==3.9.1 flake8-docstrings==1.6.0 pre-commit==2.17.0 pylint==2.10.2 pydocstyle==6.0.0 pytest==7.0.1 pytest-cov==3.0.0 pytest-sugar==0.9.4 pytest-timeout==2.1.0 restructuredtext-lint==1.3.2 pygments==2.11.2 testtools>=2.4.0
black==22.1.0 coverage==6.3.2 flake8==3.9.1 flake8-docstrings==1.6.0 pre-commit==2.17.0 pylint==2.10.2 pydocstyle==6.0.0 pytest==7.0.1 pytest-cov==3.0.0 pytest-sugar==0.9.4 pytest-timeout==2.1.0 restructuredtext-lint==1.3.2 pygments==2.11.2 testtools>=2.4.0
Update django-choices from 1.5.0 to 1.6.0
# Django stuff Django==1.10.7 dj-database-url==0.4.2 django-choices==1.5.0 django-extensions==1.7.9 django-storages==1.5.2 djangorestframework==3.6.3 whitenoise==3.3.0 # Allauth defusedxml==0.5.0 django-allauth==0.32.0 oauthlib==2.0.2 python3-openid==3.1.0 requests-oauthlib==0.8.0 # Github github3.py==1.0.0a4 uritemp...
# Django stuff Django==1.10.7 dj-database-url==0.4.2 django-choices==1.6.0 django-extensions==1.7.9 django-storages==1.5.2 djangorestframework==3.6.3 whitenoise==3.3.0 # Allauth defusedxml==0.5.0 django-allauth==0.32.0 oauthlib==2.0.2 python3-openid==3.1.0 requests-oauthlib==0.8.0 # Github github3.py==1.0.0a4 uritemp...
Update pytest-xdist from 1.33.0 to 1.34.0
# Packages required for running tests -r pip.txt django-dynamic-fixture==3.1.0 pytest==6.0.1 pytest-custom-exit-code==0.3.0 pytest-django==3.9.0 pytest-xdist==1.33.0 pytest-cov==2.10.0 apipkg==1.5 execnet==1.7.1 # Mercurial 4.3 and newer require Python 2.7 # Mercurial is actively being ported to Python 3. As of Merc...
# Packages required for running tests -r pip.txt django-dynamic-fixture==3.1.0 pytest==6.0.1 pytest-custom-exit-code==0.3.0 pytest-django==3.9.0 pytest-xdist==1.34.0 pytest-cov==2.10.0 apipkg==1.5 execnet==1.7.1 # Mercurial 4.3 and newer require Python 2.7 # Mercurial is actively being ported to Python 3. As of Merc...
Work around some weird CMake behavior
cmake_minimum_required(VERSION 2.8.8) project(qt5-node-editor) add_definitions(-std=c++11) set(CMAKE_BUILD_TYPE DEBUG) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -pedantic") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic") set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) set(CMAKE_RUN...
cmake_minimum_required(VERSION 2.8.8) project(qt5-node-editor) add_definitions(-std=c++11) set(CMAKE_BUILD_TYPE DEBUG) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -pedantic") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic") set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) set(CMAKE...
Set required CMake version to avoid WIN32 warning on Cygwin Also moved to first command (which is required, but not documented...)
project(cgreen C) # Required cmake version cmake_minimum_required(VERSION 2.6.0) set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required # global needed variables set(APPLICATION_NAME ${PROJECT_NAME}) set(APPLICATION_VERSION "1.0.0-beta2") set(LIBRARY_VERSION "1.0.0") set(LIBRARY_SOVERSION "1") # ...
# Required cmake version cmake_minimum_required(VERSION 2.8.4) project(cgreen C) set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required # global needed variables set(APPLICATION_NAME ${PROJECT_NAME}) set(APPLICATION_VERSION "1.0.0-beta2") set(LIBRARY_VERSION "1.0.0") set(LIBRARY_SOVERSION "1") #...
Fix for case of SQLite3, per broken case-sensitivity in CMake.
cmake_minimum_required(VERSION 2.8) project(Col) subdirs(src) set(PACKAGE_VERSION 1) set(BUILD_SHARED_LIBS on) set(CMAKE_BUILD_TYPE Debug) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) find_package(Apr REQUIRED) find_package(Apu REQUIRED) find_package(BerkeleyDB) find_package(Bison REQ...
cmake_minimum_required(VERSION 2.8) project(Col) subdirs(src) set(PACKAGE_VERSION 1) set(BUILD_SHARED_LIBS on) set(CMAKE_BUILD_TYPE Debug) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) find_package(Apr REQUIRED) find_package(Apu REQUIRED) find_package(BerkeleyDB) find_package(Bison REQ...
Install djet locally in editable mode so that coverage shows correct results.
Pillow==3.4.2 unittest2 tox coverage==4.3.1
-e . Pillow==3.4.2 unittest2 tox coverage==4.3.1
Update CV of Muspy for Android to 2.1.1 (7)
AntiFeatures:UpstreamNonFree Categories:Multimedia License:GPL-3.0-only Web Site:http://danielme.com/muspy-for-android Source Code:https://github.com/danielme-com/Muspy-for-Android Issue Tracker: Auto Name:Muspy for Android Summary:Keep track of musicians Description: Client for [https://muspy.com Muspy.com]; import y...
AntiFeatures:UpstreamNonFree Categories:Multimedia License:GPL-3.0-only Web Site:http://danielme.com/muspy-for-android Source Code:https://github.com/danielme-com/Muspy-for-Android Issue Tracker: Auto Name:Muspy for Android Summary:Keep track of musicians Description: Client for [https://muspy.com Muspy.com]; import y...
Change description for RPN calc
Category:Office License:GPLv3+ Web Site:http://meta.ath0.com/software/rpn/ Source Code:https://github.com/lpar/RPN Issue Tracker:https://github.com/lpar/RPN/issues Summary:RPN Calculator Description: Simple fixed-point decimal arithmetic, Reverse Polish Notation calculator. . Repo Type:git Repo:https://github.com/lpa...
Category:Office License:GPLv3+ Web Site:http://meta.ath0.com/software/rpn/ Source Code:https://github.com/lpar/RPN Issue Tracker:https://github.com/lpar/RPN/issues Summary:RPN Calculator Description: Simple fixed-point decimal arithmetic, Reverse Polish Notation calculator. N.B Versions greater than 2 only work on And...
Set safe version of hacking
# 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>=3.1.0,<=3.2.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 nodeenv>=0.9.4 # BSD python-subunit>=1....
# 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>=3.1.0,<4.0.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 nodeenv>=0.9.4 # BSD python-subunit>=1.0...
Fix hacking min version to 3.0.1
# 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>=3.0,<3.1.0 # Apache-2.0 PyMySQL>=0.7.6 # MIT License bandit>=1.1.0,<1.6.0 # Apache-2.0 bashate>=0.5...
# 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>=3.0.1,<3.1.0 # Apache-2.0 PyMySQL>=0.7.6 # MIT License bandit>=1.1.0,<1.6.0 # Apache-2.0 bashate>=0...
Update to 2.7 (23); set AUM
Categories:Office License:MIT Web Site:https://github.com/hwki/SimpleBitcoinWidget Source Code:https://github.com/hwki/SimpleBitcoinWidget Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z Auto Name:Simple Bitcoin Widget Summary:Show current bitcoin exchange pr...
Categories:Office License:MIT Web Site:https://github.com/hwki/SimpleBitcoinWidget Source Code:https://github.com/hwki/SimpleBitcoinWidget Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z Auto Name:Simple Bitcoin Widget Summary:Show current bitcoin exchange pr...
Bump mypy from 0.761 to 0.770 in /components/collector
bandit==1.6.2 coverage==5.0.3 lxml==4.5.0 mypy==0.761 nose==1.3.7 pip==20.0.2 pylint==2.4.4 safety==1.8.7 vulture==1.3
bandit==1.6.2 coverage==5.0.3 lxml==4.5.0 mypy==0.770 nose==1.3.7 pip==20.0.2 pylint==2.4.4 safety==1.8.7 vulture==1.3
Remove old style rendering check
if (VTK_USE_RENDERING) if(VTK_USE_TK) vtk_add_test_tcl( squadViewer.tcl ) endif() endif()
if(VTK_USE_TK) vtk_add_test_tcl( squadViewer.tcl ) endif()
Update Counter to 13 (13)
Categories:Writing License:Apache2 Web Site:https://github.com/gentlecat/Simple-Counter/blob/HEAD/README.md Source Code:https://github.com/gentlecat/Simple-Counter/ Issue Tracker:https://github.com/gentlecat/Simple-Counter/issues Changelog:https://github.com/gentlecat/Simple-Counter/blob/HEAD/CHANGELOG.md Auto Name:Co...
Categories:Writing License:Apache2 Web Site:https://github.com/gentlecat/Simple-Counter/blob/HEAD/README.md Source Code:https://github.com/gentlecat/Simple-Counter/ Issue Tracker:https://github.com/gentlecat/Simple-Counter/issues Changelog:https://github.com/gentlecat/Simple-Counter/blob/HEAD/CHANGELOG.md Auto Name:Co...
Add doc directory files for "hbook"
This directory contains all the hbook interface classes. BEGIN_HTML See: <ul> <li><a href="http://root.cern.ch/root/HowtoConvert.html">How to convert Hbook/PAW files to ROOT </A></li> <li><a href="ftp://root.cern.ch/root/doc/chapter3.pdf">The Chapter about the Histogram classes in the Users Guide </a></li> <...
Update python-snappy from 0.5.1 to 0.5.3
flake8==3.4.1 pytest==3.7.4 pytest-cov==2.5.1 pytest-catchlog==1.2.2 docker-py==1.10.6 lz4==2.1.0 xxhash==1.2.0 python-snappy==0.5.1 # pypiwin32==219 cython==0.28.5
flake8==3.4.1 pytest==3.7.4 pytest-cov==2.5.1 pytest-catchlog==1.2.2 docker-py==1.10.6 lz4==2.1.0 xxhash==1.2.0 python-snappy==0.5.3 # pypiwin32==219 cython==0.28.5
Update geopy from 1.12.0 to 1.13.0
aiofiles==0.3.2 aiohttp==3.1.3 beautifulsoup4==4.6.0 geopy==1.12.0 grequests==0.3.0 humanize==0.5.1 numpy==1.14.2 pandas==0.22.0 python-decouple==3.1 requests==2.18.4 serenata-toolbox==15.0.0 tqdm==4.19.9
aiofiles==0.3.2 aiohttp==3.1.3 beautifulsoup4==4.6.0 geopy==1.13.0 grequests==0.3.0 humanize==0.5.1 numpy==1.14.2 pandas==0.22.0 python-decouple==3.1 requests==2.18.4 serenata-toolbox==15.0.0 tqdm==4.19.9
Expand exception list for HistoryQueryTests broken in purify.
# buganizer 1178136 ImporterTest.Firefox35Importer # issue 2468 URLFetcherBadHTTPSTest.BadHTTPSTest SafeBrowsingProtocolParsingTest.TestSubChunk # testing to see if this gets rid of intermittent leaks IPCSyncChannelTest.SendWithTimeout* # issue 7891 FindInPageControllerTest.FindInPageFrames # Takes 10 minutes to ru...
# buganizer 1178136 ImporterTest.Firefox35Importer # issue 2468 URLFetcherBadHTTPSTest.BadHTTPSTest SafeBrowsingProtocolParsingTest.TestSubChunk # testing to see if this gets rid of intermittent leaks IPCSyncChannelTest.SendWithTimeout* # issue 7891 FindInPageControllerTest.FindInPageFrames # Takes 10 minutes to ru...
Remove conflicting VTK include directories
project(ITK-ItkVtkGlue) set(ITK-ItkVtkGlue_LIBRARIES ITK-ItkVtkGlue) # # Add the third party includes and libraries # set(ITK-ItkVtkGlue_SYSTEM_INCLUDE_DIRS ${VTK_INCLUDE_DIRS}) set(ITK-ItkVtkGlue_SYSTEM_LIBRARY_DIRS ${VTK_LIBRARY_DIRS}) itk_module_impl()
project(ITK-ItkVtkGlue) set(ITK-ItkVtkGlue_LIBRARIES ITK-ItkVtkGlue) # # Add the third party includes and libraries # # VTK # The VTK DICOMParser and vtkmetaio includes conflict with the ITK # versions. Here we remove them from the include directories. # string(REGEX REPLACE "[^;]*vtkmetaio;" "" VTK_INCLUDE_D...
Add ftp to SR list
azure-documentdb blockchain bloomberg cassandra coap druid elastic elastic5 elastic6 hazelcast hbase hive influxdb jms kudu mongodb mqtt redis rethink voltdb pulsar
ftp azure-documentdb blockchain bloomberg cassandra coap druid elastic elastic5 elastic6 hazelcast hbase hive influxdb jms kudu mongodb mqtt redis rethink voltdb pulsar
Add the InterpreterCallbacks.cpp to cmake build system.
set( LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} asmparser bitreader bitwriter codegen linker support mc executionengine target jit x86info x86asmprinter ) #set(LLVM_USED_LIBS # clingWhatever #) add_cling_library(clingInterpreter ASTDumper.cpp ASTNodeEraser.cpp CIFactory.cpp Decl...
set( LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} asmparser bitreader bitwriter codegen linker support mc executionengine target jit x86info x86asmprinter ) #set(LLVM_USED_LIBS # clingWhatever #) add_cling_library(clingInterpreter ASTDumper.cpp ASTNodeEraser.cpp CIFactory.cpp Decl...
Update Java installer to 0.2 (2)
Categories:System License:GPLv3 Web Site:https://github.com/julianwi/javainstaller Source Code:https://github.com/julianwi/javainstaller Issue Tracker:https://github.com/julianwi/javainstaller/issues Auto Name:Java installer Summary:Install a full Java runtime Description: Install a full Java runtime on the phone. The...
Categories:System License:GPLv3 Web Site:https://github.com/julianwi/javainstaller Source Code:https://github.com/julianwi/javainstaller Issue Tracker:https://github.com/julianwi/javainstaller/issues Auto Name:Java installer Summary:Install a full Java runtime Description: Install a full Java runtime on the phone. The...
Update CV of Hey! Meditation to 1.1 (3)
Categories:Office License:MIT Web Site:https://github.com/ooz/HeyMeditation/blob/master/README.md Source Code:https://github.com/ooz/HeyMeditation Issue Tracker:https://github.com/ooz/HeyMeditation/issues Auto Name:Hey! Meditation Summary:Helps with meditation sessions Description: Simple guide for short meditation se...
Categories:Office License:MIT Web Site:https://github.com/ooz/HeyMeditation/blob/master/README.md Source Code:https://github.com/ooz/HeyMeditation Issue Tracker:https://github.com/ooz/HeyMeditation/issues Auto Name:Hey! Meditation Summary:Helps with meditation sessions Description: Simple guide for short meditation se...
Update the version for ruby 1.8.
1.8: 1.8.7-p371 1.8.7: 1.8.7-p371 1.9: 1.9.3-p429 1.9.3: 1.9.3-p429 2.0: 2.0.0-p247 2.0.0: 2.0.0-p247 stable: 2.0.0-p247
1.8: 1.8.7-p374 1.8.7: 1.8.7-p374 1.9: 1.9.3-p429 1.9.3: 1.9.3-p429 2.0: 2.0.0-p247 2.0.0: 2.0.0-p247 stable: 2.0.0-p247
Update django from 1.11.5 to 1.11.6
avasdk==1.0.3 django==1.11.5 django_compressor==2.2 django-contrib-comments==1.8.0 django-debug-toolbar==1.8 django-mail-templated==2.6.5 django-model-utils==3.0.0 django-nose==1.4.5 django-stdimage==2.4.2 django-taggit==0.22.1 docutils==0.14 gunicorn==19.7.1 markdown==2.6.9 mock==2.0.0 psycopg2==2.7.3.1 pyinotify==0.9...
avasdk==1.0.3 django==1.11.6 django_compressor==2.2 django-contrib-comments==1.8.0 django-debug-toolbar==1.8 django-mail-templated==2.6.5 django-model-utils==3.0.0 django-nose==1.4.5 django-stdimage==2.4.2 django-taggit==0.22.1 docutils==0.14 gunicorn==19.7.1 markdown==2.6.9 mock==2.0.0 psycopg2==2.7.3.1 pyinotify==0.9...
Add both Serial and MPI tests of SST engine
#------------------------------------------------------------------------------# # Distributed under the OSI-approved Apache License, Version 2.0. See # accompanying file Copyright.txt for details. #------------------------------------------------------------------------------# if(ADIOS2_HAVE_MPI) set(extra_test_ar...
#------------------------------------------------------------------------------# # Distributed under the OSI-approved Apache License, Version 2.0. See # accompanying file Copyright.txt for details. #------------------------------------------------------------------------------# gtest_add_tests_helper(SstParamFails MP...
Update booleanoperations from 0.6.4 to 0.7.0
fonttools==3.9.1 cu2qu==1.1.1 glyphsLib==1.6.0 ufo2ft==0.4.1 MutatorMath==2.0.3 defcon==0.3.1 booleanOperations==0.6.4
fonttools==3.9.1 cu2qu==1.1.1 glyphsLib==1.6.0 ufo2ft==0.4.1 MutatorMath==2.0.3 defcon==0.3.1 booleanOperations==0.7.0
Bump sphinx from 3.1.2 to 3.2.0
-e . flake8==3.8.3 async-timeout==3.0.1 pytest==6.0.1 pytest-cov==2.10.0 pytest-mock==3.2.0 coverage==5.2.1 sphinx==3.1.2 pep257==0.7.0 aiohttp-session==2.9.0 aiopg[sa]==1.0.0 aioredis==1.3.1 hiredis==1.1.0 passlib==1.7.2 cryptography==3.0 aiohttp==3.6.2 pytest-aiohttp==0.3.0 pyjwt==1.7.1
-e . flake8==3.8.3 async-timeout==3.0.1 pytest==6.0.1 pytest-cov==2.10.0 pytest-mock==3.2.0 coverage==5.2.1 sphinx==3.2.0 pep257==0.7.0 aiohttp-session==2.9.0 aiopg[sa]==1.0.0 aioredis==1.3.1 hiredis==1.1.0 passlib==1.7.2 cryptography==3.0 aiohttp==3.6.2 pytest-aiohttp==0.3.0 pyjwt==1.7.1
Update pytest from 3.0.4 to 3.0.5
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.0.4 tox==2.4.1 coverage==4.2 Sphinx==1.4.9 cryptography==1.5.3 PyYAML==3.12 pytest==3.0.4
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.0.4 tox==2.4.1 coverage==4.2 Sphinx==1.4.9 cryptography==1.5.3 PyYAML==3.12 pytest==3.0.5
Update tox from 3.13.1 to 3.13.2
pip==19.1.1 bumpversion==0.5.3 wheel==0.33.4 watchdog==0.9.0 flake8==3.7.7 tox==3.13.1 coverage==4.5.3 Sphinx==2.1.1 cryptography==2.7 PyYAML==5.1.1 pytest==4.6.3 pytest-runner==5.1 vcrpy==2.0.1 twine==1.13.0
pip==19.1.1 bumpversion==0.5.3 wheel==0.33.4 watchdog==0.9.0 flake8==3.7.7 tox==3.13.2 coverage==4.5.3 Sphinx==2.1.1 cryptography==2.7 PyYAML==5.1.1 pytest==4.6.3 pytest-runner==5.1 vcrpy==2.0.1 twine==1.13.0
Update tox from 2.8.1 to 2.9.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.4.1 tox==2.8.1 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0.3 PyYAML==3.12 nose==1.3.7 dateutils==0.6.6
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.4.1 tox==2.9.1 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0.3 PyYAML==3.12 nose==1.3.7 dateutils==0.6.6
Update sphinx from 1.6.2 to 1.6.3
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.2 cryptography==1.9 PyYAML==3.12 pytest==3.1.2 pyaudio==0.2.11
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.3 cryptography==1.9 PyYAML==3.12 pytest==3.1.2 pyaudio==0.2.11
Remove useless pattern miner dependency
# Pattern miner build file. ADD_LIBRARY (PatternMiner SHARED Pattern HTree PatternMiner PatternMinerBF PatternMinerDF PatternMinerDistributedWorker PatternMinerCentralServer ) ADD_DEPENDENCIES(PatternMiner opencog_atom_types) ADD_DEPENDENCIES(PatternMiner embodiment_atom_types) ADD_DEPENDENCIES(PatternMiner sp...
# Pattern miner build file. ADD_LIBRARY (PatternMiner SHARED Pattern HTree PatternMiner PatternMinerBF PatternMinerDF PatternMinerDistributedWorker PatternMinerCentralServer ) ADD_DEPENDENCIES(PatternMiner embodiment_atom_types) ADD_DEPENDENCIES(PatternMiner spacetime_atom_types) TARGET_LINK_LIBRARIES (Patter...
Use ARGN instead of ARGV in SIMPLE_TEST macro
SET(KIT ${PROJECT_NAME}) CREATE_TEST_SOURCELIST(Tests ${KIT}CppTests.cpp voDataBrowserWidgetTest.cpp ) SET(TestsToRun ${Tests}) REMOVE(TestsToRun ${KIT}CppTests.cpp) ADD_EXECUTABLE(${KIT}CppTests ${Tests}) TARGET_LINK_LIBRARIES(${KIT}CppTests ${PROJECT_NAME}Lib) SET(KIT_TESTS ${CPP_TEST_PATH}/${KIT}CppTests)...
SET(KIT ${PROJECT_NAME}) CREATE_TEST_SOURCELIST(Tests ${KIT}CppTests.cpp voDataBrowserWidgetTest.cpp ) SET(TestsToRun ${Tests}) REMOVE(TestsToRun ${KIT}CppTests.cpp) ADD_EXECUTABLE(${KIT}CppTests ${Tests}) TARGET_LINK_LIBRARIES(${KIT}CppTests ${PROJECT_NAME}Lib) SET(KIT_TESTS ${CPP_TEST_PATH}/${KIT}CppTests)...
Add data for march w3 list G
212403883 212406602 212428771 212429130 213081374 213718769 211518475 211582881 211580610 211677212 212338159 212346149 212346151 212378652 212379469 212378660 212379831 212380628 212545369 212545500 212616383 211531541 212860010 212861446 212861482 212876543 211077167 213083071 211099109 212736199 212716785 213308248 ...
Update django from 2.2 to 2.2.1
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==...
Django==2.2.1 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...
Upgrade Django dependency after security advisory
Django==1.5.1 bpython==0.12 django-braces==1.0.0 django-model-utils==1.3.1 django-mptt==0.6.0 logutils==0.3.3 psycopg2==2.5 lxml==3 South==0.8.2
Django==1.5.2 bpython==0.12 django-braces==1.0.0 django-model-utils==1.3.1 django-mptt==0.6.0 logutils==0.3.3 psycopg2==2.5 lxml==3 South==0.8.2
Switch to other ldapdb fork
django>=1.5 django-auth-ldap>=1.1.4 django-compressor>=1.3 django-otp>=0.1.7 git+https://github.com/mgorny/django-ldapdb@bind_as-2#egg=django-ldapdb paramiko>=1.10.1 passlib>=1.6.1 pycrypto>=2.6 pyopenssl>=0.13 python-ldap>=2.4.10 python-memcached>=1.53 python-openid>=2.2.5 pytz>=2012j qrcode>=3.0
django>=1.5 django-auth-ldap>=1.1.4 django-compressor>=1.3 django-otp>=0.1.7 git+https://github.com/gentoo/django-ldapdb@okupy_v1#egg=django-ldapdb paramiko>=1.10.1 passlib>=1.6.1 pycrypto>=2.6 pyopenssl>=0.13 python-ldap>=2.4.10 python-memcached>=1.53 python-openid>=2.2.5 pytz>=2012j qrcode>=3.0
Update release notes for 6.7.1
This update includes a number of bug fixes and improvements, including: • Improved Auction and Show views with sort and filter functionality so you can find the works you're looking for • Performance improvements on Auction view, including a much faster load time Have feedback? Email us at support@artsy.net
This update includes a number of bug fixes and improvements, including: • Fixes a bug that affected users opening auctions from a push notification • Improved Auction and Show views with sort and filter functionality so you can find the works you're looking for • Performance improvements on Auction view, including a...
Update py.test dependency to 2.8.2
pytest==2.7.3 pytest-cov==2.2.0 pytest-xdist==1.13.1 hypothesis==1.11.4
pytest==2.8.2 pytest-cov==2.2.0 pytest-xdist==1.13.1 hypothesis==1.11.4
Update dependency pylint to v2.8.1
-r docs/requirements.txt pylint==2.7.4 pytype==2021.4.15
-r docs/requirements.txt pylint==2.8.1 pytype==2021.4.15
Update LTI tool provider version
django>=1.8.4,<1.9 django-grappelli>=2.7.1,<2.8 mysql-python pillow -e git+https://github.com/open-craft/ansible-sanity-checker@v0.0.2#egg=sanity_checker -e git+https://github.com/tophatmonocle/ims_lti_py.git@979244d83c2e6420d2c1941f58e52f641c56ad12#egg=ims_lti_py-develop -e git+https://github.com/open-craft/django-lt...
django>=1.8.4,<1.9 django-grappelli>=2.7.1,<2.8 mysql-python pillow -e git+https://github.com/open-craft/ansible-sanity-checker@v0.0.2#egg=sanity_checker -e git+https://github.com/tophatmonocle/ims_lti_py.git@979244d83c2e6420d2c1941f58e52f641c56ad12#egg=ims_lti_py-develop -e git+https://github.com/open-craft/django-lt...
Update sphinx from 1.6.3 to 1.6.4
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==2.6.0 tox==2.8.2 coverage==4.4.1 Sphinx==1.6.3 cryptography==1.7 pytest==3.2.2 PyYAML==3.12 pytest-runner==2.12.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==2.6.0 tox==2.8.2 coverage==4.4.1 Sphinx==1.6.4 cryptography==1.7 pytest==3.2.2 PyYAML==3.12 pytest-runner==2.12.1
Enable more compiler warnings and make all warnings into errors
cmake_minimum_required (VERSION 2.6) project (molch) subdirs(test) enable_testing() #Set the linker flag for sodium set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -lsodium") add_library(hkdf hkdf) add_library(utils utils) add_library(diffie-hellman diffie-hellman) add_library(key-derivation key-derivation)
cmake_minimum_required (VERSION 2.6) project (molch) subdirs(test) enable_testing() #Set the linker flag for sodium set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -lsodium -Wall -Wextra -Werror") add_library(hkdf hkdf) add_library(utils utils) add_library(diffie-hellman diffie-hellman) add_library(key-derivation key-deriv...
Update pip from 8.1.2 to 9.0.1
pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11 pytest==2.9.2 pytest-runner==2.11.1 sphinxcontrib-napoleon==0.6.1 numpy==1.13.0 pandas==0.20.2 matplotlib==2.0.2 jupyter==1.0.0 ipywidgets==7.0.0a8 opencv-contrib-python==3.2...
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11 pytest==2.9.2 pytest-runner==2.11.1 sphinxcontrib-napoleon==0.6.1 numpy==1.13.0 pandas==0.20.2 matplotlib==2.0.2 jupyter==1.0.0 ipywidgets==7.0.0a8 opencv-contrib-python==3.2...
Update windows bleeding-edge git to 2.17.0
# CIPD manifest for Windows tools. # # We must install anything that we want included on PATH to a different # subdirectory than Git, as Git's msys bash strips its root directory # from PATH, hence the subdirs. # # If any paths or package layouts change, updates will be required in # "win_tools.bat" and "win_too...
# CIPD manifest for Windows tools. # # We must install anything that we want included on PATH to a different # subdirectory than Git, as Git's msys bash strips its root directory # from PATH, hence the subdirs. # # If any paths or package layouts change, updates will be required in # "win_tools.bat" and "win_too...
Move the documentation of source code to it?s own section
.. pywinauto documentation master file, created by sphinx-quickstart on Wed Apr 02 15:09:06 2008. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. _contents-root: Contents ===================================== .. toctree:: :maxdepth...
.. pywinauto documentation master file, created by sphinx-quickstart on Wed Apr 02 15:09:06 2008. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. _contents-root: Contents ===================================== .. toctree:: :maxdepth...
Update news to new version
0.4.1: - this is a test message 0.4.0 (2009-11-25): - Fix reporting for certain SyntaxErrors which lack line number information. - Check for syntax errors more rigorously. - Support checking names used with the class decorator syntax in versions of Python which have it. - Detect local variables which...
0.4.2 - new version 0.4.1: - this is a test message 0.4.0 (2009-11-25): - Fix reporting for certain SyntaxErrors which lack line number information. - Check for syntax errors more rigorously. - Support checking names used with the class decorator syntax in versions of Python which have it. - Detec...
Update kombu from 4.0.2 to 4.1.0
alabaster==0.7.10 amqp==2.2.1 appdirs==1.4.3 babel==2.4.0 beautifulsoup4==4.6.0 billiard==3.5.0.3 celery==4.0.2 click==6.7 coverage==4.4.1 django-webtest==1.9.2 docutils==0.13.1 first==2.0.1 graphviz==0.8 imagesize==0.7.1 Jinja2==2.9.6 kombu==4.0.2 MarkupSafe==1.0 packaging==16.8 pip-tools==1.9.0 pluggy==0.4.0 py==1.4....
alabaster==0.7.10 amqp==2.2.1 appdirs==1.4.3 babel==2.4.0 beautifulsoup4==4.6.0 billiard==3.5.0.3 celery==4.0.2 click==6.7 coverage==4.4.1 django-webtest==1.9.2 docutils==0.13.1 first==2.0.1 graphviz==0.8 imagesize==0.7.1 Jinja2==2.9.6 kombu==4.1.0 MarkupSafe==1.0 packaging==16.8 pip-tools==1.9.0 pluggy==0.4.0 py==1.4....
Update pytest from 4.4.0 to 4.4.1
-r requirements.txt flake8==3.7.7 pytest==4.4.0 pytest-cov==2.6.1 pytest-django==3.4.8
-r requirements.txt flake8==3.7.7 pytest==4.4.1 pytest-cov==2.6.1 pytest-django==3.4.8
Update dependency django-extensions to v2.2.5
# Local development dependencies go here -r base.txt Sphinx==2.2.0 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==2.0 django-extensions==2.2.3 django-autofixture==0.12.1 graphviz==0.13 factory-boy==2.12.0 django-coverage-plugin==1.6.0 django-test-plus==1.3.1 vcrpy==2.1.0 ipdb==0.12.2
# Local development dependencies go here -r base.txt Sphinx==2.2.0 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==2.0 django-extensions==2.2.5 django-autofixture==0.12.1 graphviz==0.13 factory-boy==2.12.0 django-coverage-plugin==1.6.0 django-test-plus==1.3.1 vcrpy==2.1.0 ipdb==0.12.2
Update cryptography from 1.7 to 1.8.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.3.4 Sphinx==1.5.5 cryptography==1.7 PyYAML==3.11 pytest==2.9.2
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.3.4 Sphinx==1.5.5 cryptography==1.8.1 PyYAML==3.11 pytest==2.9.2
Add Reference to the new TMVA Users Guide
This directory contains the TMVA Multi-Variate-Analysis classes. BEGIN_HTML See: <ul> <li><a href="http://tmva.sourceforge.net">The full description of the Multi Variate Analysis package </a></li> </ul> END_HTML
This directory contains the TMVA Multi-Variate-Analysis classes. BEGIN_HTML See: <ul> <li><a href="http://tmva.sourceforge.net">The full description of the Multi Variate Analysis package </a></li> <li><a href="http://tmva.sourceforge.net/docu/TMVAUsersGuide.pdf">The TMVA Users Guide</a></li> </ul> END_HTML
Update list of Krew plugins
bulk-action config-cleanup ctx custom-cols df-pv doctor get-all grep iexec images kubesec-scan modify-secret neat ns open-svc outdated pod-dive podevents popeye rbac-lookup rbac-view resource-capacity rolesum roll score service-tree sick-pods split-yaml spy status tail topology tree unused-volumes view-allocations view...
bulk-action config-cleanup ctx custom-cols df-pv doctor get-all grep iexec images kubesec-scan modify-secret neat ns open-svc outdated pod-dive podevents pod-inspect popeye rbac-lookup rbac-view resource-capacity rolesum roll score service-tree sick-pods split-yaml spy status tail topology tree unused-volumes view-allo...
Add a changelog entry for the ChaCha20 default behavior change
Default behavior changes * mbedtls_cipher_set_iv will now fail with ChaCha20 and ChaCha20+Poly1305 for IV lengths other than 12. The library was silently overwriting this length with 12, but did not inform the caller about it. Fixes #4301.
Update sqlalchemy from 1.2.8 to 1.2.9
coverage==4.5.1 docutils==0.14 flake8==3.5.0 grablib==0.6.1 # pyup: ignore (last version which is compatible with python 3.5) pycodestyle==2.3.1 pyflakes==2.0.0 pytest==3.6.2 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 pytest-isort==0.2.0 pytest-mock==1.10.0 pytest-sugar==0.9.1 pytest-timeout==1.2.1 pytest-toolbox==0.4 py...
coverage==4.5.1 docutils==0.14 flake8==3.5.0 grablib==0.6.1 # pyup: ignore (last version which is compatible with python 3.5) pycodestyle==2.3.1 pyflakes==2.0.0 pytest==3.6.2 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 pytest-isort==0.2.0 pytest-mock==1.10.0 pytest-sugar==0.9.1 pytest-timeout==1.2.1 pytest-toolbox==0.4 py...
Bump pygments from 2.1 to 2.7.4
## The following requirements were added by pip freeze: alabaster==0.7.7 Babel==2.2.0 colorama==0.3.6 docutils==0.12 Jinja2==2.11.3 MarkupSafe==0.23 pluggy==0.3.1 py==1.10.0 Pygments==2.1 pytest==2.8.7 pytz==2015.7 six==1.10.0 snowballstemmer==1.2.1 Sphinx==1.3.5 sphinx-rtd-theme==0.1.9 tox==2.3.1 virtualenv==14.0.6
## The following requirements were added by pip freeze: alabaster==0.7.7 Babel==2.2.0 colorama==0.3.6 docutils==0.12 Jinja2==2.11.3 MarkupSafe==0.23 pluggy==0.3.1 py==1.10.0 Pygments==2.7.4 pytest==2.8.7 pytz==2015.7 six==1.10.0 snowballstemmer==1.2.1 Sphinx==1.3.5 sphinx-rtd-theme==0.1.9 tox==2.3.1 virtualenv==14.0.6
Update dependencies to latest version.
requests==1.2.3 lxml==3.2.3 cssselect==0.7.1
requests==2.5.1 lxml==3.4.1 cssselect==0.9.1
Update dependency pytest-cov to v2.7.1
beautifulsoup4==4.7.1 codecov==2.0.15 coverage==4.5.3 pytest==4.4.1 pytest-cov==2.6.1 requests==2.21.0 requests-mock==1.6.0
beautifulsoup4==4.7.1 codecov==2.0.15 coverage==4.5.3 pytest==4.4.1 pytest-cov==2.7.1 requests==2.21.0 requests-mock==1.6.0
Update molo.surveys from 6.4.6 to 6.7.6
molo.core==6.7.0 celery<4.0 molo.surveys==6.4.6 molo.yourwords==6.2.5 molo.commenting==6.2.5 psycopg2==2.7.1 django-modelcluster>=2.0,<3.0 html5lib==0.9999999 django_compressor==2.1 responses Unidecode==0.04.16 django-storages boto elasticsearch>=2.0.0,<3.0.0 freezegun
molo.core==6.7.0 celery<4.0 molo.surveys==6.7.6 molo.yourwords==6.2.5 molo.commenting==6.2.5 psycopg2==2.7.1 django-modelcluster>=2.0,<3.0 html5lib==0.9999999 django_compressor==2.1 responses Unidecode==0.04.16 django-storages boto elasticsearch>=2.0.0,<3.0.0 freezegun
Update aiohttp from 1.0.1 to 1.0.5
aiohttp-jinja2==0.8.0 aiohttp-security==0.1.0 aiohttp-session==0.7.0 aiohttp==1.0.1 aiomysql==0.0.9 aiopg==0.12.0 coverage==4.2 docker-compose==1.8.1 docker-py==1.10.3 flake8==3.0.4 ipdb==0.10.1 motor==0.6.2 pytest-cov==2.3.1 pytest-sugar==0.7.1 pytest==3.0.3 python-dateutil==2.5.3 sqlalchemy==1.1.0 trafaret==0.7.3 yar...
aiohttp-jinja2==0.8.0 aiohttp-security==0.1.0 aiohttp-session==0.7.0 aiohttp==1.0.5 aiomysql==0.0.9 aiopg==0.12.0 coverage==4.2 docker-compose==1.8.1 docker-py==1.10.3 flake8==3.0.4 ipdb==0.10.1 motor==0.6.2 pytest-cov==2.3.1 pytest-sugar==0.7.1 pytest==3.0.3 python-dateutil==2.5.3 sqlalchemy==1.1.0 trafaret==0.7.3 yar...
Update sphinx from 1.5.6 to 1.6.1
coveralls==1.1 pytest==3.0.7 pytest-cov==2.5.0 flake8==3.3.0 sphinx==1.5.6 alabaster>=0.6.2 tox==2.7.0 mock==2.0.0
coveralls==1.1 pytest==3.0.7 pytest-cov==2.5.0 flake8==3.3.0 sphinx==1.6.1 alabaster>=0.6.2 tox==2.7.0 mock==2.0.0
Update pytest from 2.9.1 to 3.2.5
# Runtime requirements --requirement requirements.txt #testing pytest==2.9.1 pytest-cov==2.2.1 webtest==2.0.20 httpretty==0.8.14 coveralls==1.1 mock==1.3.0 #wheel wheel==0.29.0
# Runtime requirements --requirement requirements.txt #testing pytest==3.2.5 pytest-cov==2.2.1 webtest==2.0.20 httpretty==0.8.14 coveralls==1.1 mock==1.3.0 #wheel wheel==0.29.0
Update sphinx from 1.6.2 to 1.6.3
alabaster==0.7.10 amqp==2.1.4 appdirs==1.4.3 babel==2.4.0 beautifulsoup4==4.6.0 billiard==3.5.0.2 celery==4.0.2 click==6.7 coverage==4.4.1 django-webtest==1.9.2 docutils==0.13.1 first==2.0.1 graphviz==0.7.1 imagesize==0.7.1 Jinja2==2.9.6 kombu==4.0.2 MarkupSafe==1.0 packaging==16.8 pip-tools==1.9.0 pluggy==0.4.0 py==1....
alabaster==0.7.10 amqp==2.1.4 appdirs==1.4.3 babel==2.4.0 beautifulsoup4==4.6.0 billiard==3.5.0.2 celery==4.0.2 click==6.7 coverage==4.4.1 django-webtest==1.9.2 docutils==0.13.1 first==2.0.1 graphviz==0.7.1 imagesize==0.7.1 Jinja2==2.9.6 kombu==4.0.2 MarkupSafe==1.0 packaging==16.8 pip-tools==1.9.0 pluggy==0.4.0 py==1....
Update factory-boy from 3.2.0 to 3.2.1
-r base.txt django-debug-toolbar==3.2.2 factory-boy==3.2.0 Faker==8.12.1 flake8-docstrings==1.6.0 flake8==3.9.2 freezegun==1.1.0 isort==5.9.3 pytest-cov==2.12.1 pytest-django==4.4.0 pytest-factoryboy==2.1.0 pytest==6.2.4
-r base.txt django-debug-toolbar==3.2.2 factory-boy==3.2.1 Faker==8.12.1 flake8-docstrings==1.6.0 flake8==3.9.2 freezegun==1.1.0 isort==5.9.3 pytest-cov==2.12.1 pytest-django==4.4.0 pytest-factoryboy==2.1.0 pytest==6.2.4
Update scipy from 1.3.0 to 1.4.1
# required cython==0.29.16 numpy==1.18.2 dask[array]==2.13.0 # optional scipy==1.3.0 matplotlib==3.1.1 seaborn==0.9.0 pandas==0.25.0 scikit-learn==0.21.3 h5py==2.9.0 numexpr==2.6.9 bcolz==1.2.1 zarr==2.3.2 hmmlearn==0.2.2 # install problems on windows, skip for now # https://github.com/jmschrei/pomegranate/issues/333#i...
# required cython==0.29.16 numpy==1.18.2 dask[array]==2.13.0 # optional scipy==1.4.1 matplotlib==3.1.1 seaborn==0.9.0 pandas==0.25.0 scikit-learn==0.21.3 h5py==2.9.0 numexpr==2.6.9 bcolz==1.2.1 zarr==2.3.2 hmmlearn==0.2.2 # install problems on windows, skip for now # https://github.com/jmschrei/pomegranate/issues/333#i...
Update coverage from 4.1 to 4.2
pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.2.1 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11 pytest==2.9.2
pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.2.1 tox==2.3.1 coverage==4.2 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11 pytest==2.9.2
Update pyyaml from 3.12 to 3.13
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.4.1 tox==2.9.1 coverage==4.4.1 Sphinx==1.6.4 cryptography==2.1.1 PyYAML==3.12
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.4.1 tox==2.9.1 coverage==4.4.1 Sphinx==1.6.4 cryptography==2.1.1 PyYAML==3.13
Update pylint from 2.0.1 to 2.1.1
bandit==1.4.0 codacy-coverage==1.3.11 codecov==2.0.15 coverage==4.5.1 ddt==1.2.0 flake8==3.5.0 nose==1.3.7 pylint==2.0.1 responses==0.9.0 safety==1.8.3 testfixtures==6.2.0
bandit==1.4.0 codacy-coverage==1.3.11 codecov==2.0.15 coverage==4.5.1 ddt==1.2.0 flake8==3.5.0 nose==1.3.7 pylint==2.1.1 responses==0.9.0 safety==1.8.3 testfixtures==6.2.0
Update py from 1.4.32 to 1.4.33
-e . coverage==4.3.4 flake8==3.3.0 isort==4.2.5 mccabe==0.6.1 pydocstyle==1.1.1 pep8==1.7.0 pep8-naming==0.4.1 pre-commit==0.13.3 py==1.4.32 pytest==3.0.7 pytest-django==3.1.2 mock==2.0.0 pbr==2.0.0
-e . coverage==4.3.4 flake8==3.3.0 isort==4.2.5 mccabe==0.6.1 pydocstyle==1.1.1 pep8==1.7.0 pep8-naming==0.4.1 pre-commit==0.13.3 py==1.4.33 pytest==3.0.7 pytest-django==3.1.2 mock==2.0.0 pbr==2.0.0
Update pyflakes from 1.4.0 to 1.5.0
# # This file is autogenerated by pip-compile # Make changes in requirements-dev.in, then run this to update: # # pip-compile requirements-dev.in # -e . coverage==4.3.1 django-appconf==1.0.2 flake8==3.2.1 isort==4.2.5 mccabe==0.5.3 # via flake8 pydocstyle==1.1.1 pep8-naming==0.4.1 pep8==1.7.0 ...
# # This file is autogenerated by pip-compile # Make changes in requirements-dev.in, then run this to update: # # pip-compile requirements-dev.in # -e . coverage==4.3.1 django-appconf==1.0.2 flake8==3.2.1 isort==4.2.5 mccabe==0.5.3 # via flake8 pydocstyle==1.1.1 pep8-naming==0.4.1 pep8==1.7.0 ...
Update watchdog from 0.8.3 to 0.9.0
-r requirements.txt #Required for testing pytest==4.3.0 flake8==3.7.6 mock==2.0.0 cssselect==1.0.3 watchdog==0.8.3 coverage==4.5.2 coveralls==1.6.0 pytest-cov==2.6.1 hypothesis==3.6.1 git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.1.2#egg=digitalmarketplace-test-utils==2.1.2
-r requirements.txt #Required for testing pytest==4.3.0 flake8==3.7.6 mock==2.0.0 cssselect==1.0.3 watchdog==0.9.0 coverage==4.5.2 coveralls==1.6.0 pytest-cov==2.6.1 hypothesis==3.6.1 git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.1.2#egg=digitalmarketplace-test-utils==2.1.2
Update sphinx from 3.4.0 to 3.4.3
pip==20.3.3 bumpversion==0.6.0 wheel==0.36.2 watchdog==1.0.2 flake8==3.8.4 tox==3.20.1 coverage==5.3.1 Sphinx==3.4.0 cryptography==3.3.1 PyYAML==5.3.1
pip==20.3.3 bumpversion==0.6.0 wheel==0.36.2 watchdog==1.0.2 flake8==3.8.4 tox==3.20.1 coverage==5.3.1 Sphinx==3.4.3 cryptography==3.3.1 PyYAML==5.3.1
Update sphinx from 1.8.5 to 2.0.0
# Database psycopg2-binary==2.7.7 pip==19.0.3 bumpversion==0.5.3 wheel==0.33.1 watchdog==0.9.0 flake8==3.7.7 tox==3.7.0 cryptography==2.6.1 coverage==4.5.3 Sphinx==1.8.5 pytest==4.3.1 pytest-runner==4.4 pytest-cov==2.6.1 # miscellaneous sphinx_rtd_theme==0.4.3 pre-commit==1.14.4 python-dotenv[cli]==0.10.1
# Database psycopg2-binary==2.7.7 pip==19.0.3 bumpversion==0.5.3 wheel==0.33.1 watchdog==0.9.0 flake8==3.7.7 tox==3.7.0 cryptography==2.6.1 coverage==4.5.3 Sphinx==2.0.0 pytest==4.3.1 pytest-runner==4.4 pytest-cov==2.6.1 # miscellaneous sphinx_rtd_theme==0.4.3 pre-commit==1.14.4 python-dotenv[cli]==0.10.1