Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update py from 1.6.0 to 1.7.0
-r requirements.txt coverage==4.5.1 Faker==0.8.18 flake8==3.5.0 freezegun==0.3.10 mccabe==0.6.1 model-mommy==1.6.0 py==1.6.0 pycodestyle==2.3.1 pyflakes==2.0.0 pytest-cov==2.6.0 pytest-django==3.4.3 pytest-freezegun==0.2.0 pytest-mock==1.10.0 pytest==3.8.2 text_unidecode==1.2
-r requirements.txt coverage==4.5.1 Faker==0.8.18 flake8==3.5.0 freezegun==0.3.10 mccabe==0.6.1 model-mommy==1.6.0 py==1.7.0 pycodestyle==2.3.1 pyflakes==2.0.0 pytest-cov==2.6.0 pytest-django==3.4.3 pytest-freezegun==0.2.0 pytest-mock==1.10.0 pytest==3.8.2 text_unidecode==1.2
Update faker from 9.8.3 to 9.9.0
-r base.txt django-debug-toolbar==3.2.2 factory-boy==3.2.1 Faker==9.8.3 flake8-docstrings==1.6.0 flake8==4.0.1 freezegun==1.1.0 isort==5.10.1 pytest-cov==3.0.0 pytest-django==4.4.0 pytest-factoryboy==2.1.0 pytest==6.2.5
-r base.txt django-debug-toolbar==3.2.2 factory-boy==3.2.1 Faker==9.9.0 flake8-docstrings==1.6.0 flake8==4.0.1 freezegun==1.1.0 isort==5.10.1 pytest-cov==3.0.0 pytest-django==4.4.0 pytest-factoryboy==2.1.0 pytest==6.2.5
Update flake8 from 3.6.0 to 3.7.2
pip==19.0 bumpversion==0.5.3 wheel==0.32.3 watchdog==0.9.0 flake8==3.6.0 Sphinx==1.8.3 tox==3.7.0 coverage==4.5.1 cryptography==2.5 PyYAML==4.2b4
pip==19.0 bumpversion==0.5.3 wheel==0.32.3 watchdog==0.9.0 flake8==3.7.2 Sphinx==1.8.3 tox==3.7.0 coverage==4.5.1 cryptography==2.5 PyYAML==4.2b4
Revert "Updated ICU to 51.2."
cmake_minimum_required(VERSION 2.8.7) if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/input") file( DOWNLOAD "http://download.icu-project.org/files/icu4c/51.2/icu4c-51_2-src.tgz" "${CMAKE_CURRENT_SOURCE_DIR}/input.tgz" SHOW_PROGRESS EXPECTED_MD5 "072e501b87065f3a0ca888f1b5165709" ) execute_process( COMMAND "${CMAKE_COMMAND}" -E tar xvzf input.tgz WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" ) file(RENAME "${CMAKE_CURRENT_SOURCE_DIR}/icu" "${CMAKE_CURRENT_SOURCE_DIR}/input") file(REMOVE "${CMAKE_CURRENT_SOURCE_DIR}/input.tgz") endif()
cmake_minimum_required(VERSION 2.8.7) if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/input") file( DOWNLOAD "http://download.icu-project.org/files/icu4c/51.1/icu4c-51_1-src.tgz" "${CMAKE_CURRENT_SOURCE_DIR}/input.tgz" SHOW_PROGRESS EXPECTED_MD5 "6eef33b229d0239d654983028c9c7053" ) execute_process( COMMAND "${CMAKE_COMMAND}" -E tar xvzf input.tgz WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" ) file(RENAME "${CMAKE_CURRENT_SOURCE_DIR}/icu" "${CMAKE_CURRENT_SOURCE_DIR}/input") file(REMOVE "${CMAKE_CURRENT_SOURCE_DIR}/input.tgz") endif()
Update Hayai Launcher to 1.1.5 (11)
Categories:System License:Apache2 Web Site:https://github.com/seizonsenryaku/HayaiLauncher/blob/HEAD/README.md Source Code:https://github.com/seizonsenryaku/HayaiLauncher Issue Tracker:https://github.com/seizonsenryaku/HayaiLauncher/issues Auto Name:Hayai Launcher Summary:Fast and leightweight launcher Description: A fast, lightweight search-based launcher. Currently the app requires no permissions and the APK's size is lower than 100KB. . Repo Type:git Repo:https://github.com/seizonsenryaku/HayaiLauncher Build:1.1.4,10 commit=v1.1.4 subdir=app gradle=yes prebuild=pushd ../scripts && \ sh optimize_png_resources.sh && \ popd Auto Update Mode:None Update Check Mode:Tags Current Version:1.1.5 Current Version Code:11
Categories:System License:Apache2 Web Site:https://github.com/seizonsenryaku/HayaiLauncher/blob/HEAD/README.md Source Code:https://github.com/seizonsenryaku/HayaiLauncher Issue Tracker:https://github.com/seizonsenryaku/HayaiLauncher/issues Auto Name:Hayai Launcher Summary:Fast and leightweight launcher Description: A fast, lightweight search-based launcher. Currently the app requires no permissions and the APK's size is lower than 100KB. . Repo Type:git Repo:https://github.com/seizonsenryaku/HayaiLauncher Build:1.1.4,10 commit=v1.1.4 subdir=app gradle=yes prebuild=pushd ../scripts && \ sh optimize_png_resources.sh && \ popd Build:1.1.5,11 commit=v1.1.5 subdir=app gradle=yes prebuild=pushd ../scripts && \ sh optimize_png_resources.sh && \ popd Auto Update Mode:None Update Check Mode:Tags Current Version:1.1.5 Current Version Code:11
Disable the Special Dates and Planner plugins by default. A new option is introduced for kdepim 4.4.10: KONTACT_ENABLE_MIXEDMODE_SUMMARY_PLUGINS (default: disabled) This will prevent Kontact from starting twice when restoring the KDE session.
remove_definitions(-DKDE_DEFAULT_DEBUG_AREA=5600) #remove kontact debug area add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5602) if(QGPGME_FOUND) if(BUILD_kmail) add_subdirectory( kmail ) endif(BUILD_kmail) if (BUILD_kmail AND BUILD_korganizer) add_subdirectory( korganizer ) endif (BUILD_kmail AND BUILD_korganizer) add_subdirectory( summary ) add_subdirectory( specialdates ) add_subdirectory( planner ) endif(QGPGME_FOUND) if (BUILD_knotes) add_subdirectory( knotes ) endif (BUILD_knotes) if (BUILD_knode) add_subdirectory( knode ) endif (BUILD_knode) if (BUILD_kjots) add_subdirectory( kjots ) endif (BUILD_kjots) if (BUILD_akregator) add_subdirectory( akregator ) endif (BUILD_akregator) if(BUILD_ktimetracker) add_subdirectory( ktimetracker ) endif(BUILD_ktimetracker) if(BUILD_kaddressbook) add_subdirectory(kaddressbook) endif(BUILD_kaddressbook)
option(KONTACT_ENABLE_MIXEDMODE_SUMMARY_PLUGINS "Build the Special Dates and Planner plugins for Kontact." FALSE) remove_definitions(-DKDE_DEFAULT_DEBUG_AREA=5600) #remove kontact debug area add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5602) if(QGPGME_FOUND) if(BUILD_kmail) add_subdirectory( kmail ) endif(BUILD_kmail) if (BUILD_kmail AND BUILD_korganizer) add_subdirectory( korganizer ) endif (BUILD_kmail AND BUILD_korganizer) add_subdirectory( summary ) if(KONTACT_ENABLE_MIXEDMODE_SUMMARY_PLUGINS) add_subdirectory( specialdates ) add_subdirectory( planner ) endif() endif(QGPGME_FOUND) if (BUILD_knotes) add_subdirectory( knotes ) endif (BUILD_knotes) if (BUILD_knode) add_subdirectory( knode ) endif (BUILD_knode) if (BUILD_kjots) add_subdirectory( kjots ) endif (BUILD_kjots) if (BUILD_akregator) add_subdirectory( akregator ) endif (BUILD_akregator) if(BUILD_ktimetracker) add_subdirectory( ktimetracker ) endif(BUILD_ktimetracker) if(BUILD_kaddressbook) add_subdirectory(kaddressbook) endif(BUILD_kaddressbook)
Use Sphinx 3 and unpin Furo
-r ../dev-requirements.txt sphinx!=3.0.0 requests>=2,<2.16 furo==2020.9.8b4
-r ../dev-requirements.txt sphinx>3.0.0 requests>=2,<2.16 furo
Add dart:ui color to VM embedder entry points.
dart:io,::,_setupHooks dart:io,_Platform,set:_nativeScript dart:isolate,::,_startMainIsolate dart:mojo.internal,MojoHandleWatcher,mojoControlHandle dart:ui,::,_beginFrame dart:ui,::,_dispatchPointerPacket dart:ui,::,_getGetBaseURLClosure dart:ui,::,_getMainClosure dart:ui,::,_getPrintClosure dart:ui,::,_getScheduleMicrotaskClosure dart:ui,::,_onAppLifecycleStateChanged dart:ui,::,_popRoute dart:ui,::,_pushRoute dart:ui,::,_setupHooks dart:ui,::,_updateLocale dart:ui,::,_updateWindowMetrics dart:ui,Canvas,Canvas. dart:ui,Image,Image. dart:ui,ImageShader,ImageShader. dart:ui,Paragraph,Paragraph. dart:ui,ParagraphBuilder,ParagraphBuilder. dart:ui,Path,Path. dart:ui,Picture,Picture. dart:ui,PictureRecorder,PictureRecorder. dart:ui,Rect,Rect.fromLTRB dart:ui,Scene,Scene. dart:ui,SceneBuilder,SceneBuilder. dart:ui,Shader,Shader. dart:ui,TextBox,TextBox._ dart:vmservice_sky,::,main
dart:io,::,_setupHooks dart:io,_Platform,set:_nativeScript dart:isolate,::,_startMainIsolate dart:mojo.internal,MojoHandleWatcher,mojoControlHandle dart:ui,::,_beginFrame dart:ui,::,_dispatchPointerPacket dart:ui,::,_getGetBaseURLClosure dart:ui,::,_getMainClosure dart:ui,::,_getPrintClosure dart:ui,::,_getScheduleMicrotaskClosure dart:ui,::,_onAppLifecycleStateChanged dart:ui,::,_popRoute dart:ui,::,_pushRoute dart:ui,::,_setupHooks dart:ui,::,_updateLocale dart:ui,::,_updateWindowMetrics dart:ui,Canvas,Canvas. dart:ui,Color,Color. dart:ui,Image,Image. dart:ui,ImageShader,ImageShader. dart:ui,Paragraph,Paragraph. dart:ui,ParagraphBuilder,ParagraphBuilder. dart:ui,Path,Path. dart:ui,Picture,Picture. dart:ui,PictureRecorder,PictureRecorder. dart:ui,Rect,Rect.fromLTRB dart:ui,Scene,Scene. dart:ui,SceneBuilder,SceneBuilder. dart:ui,Shader,Shader. dart:ui,TextBox,TextBox._ dart:vmservice_sky,::,main
Fix CUDA specific Python binding
set(srcs core_module.cc array.cc array_index.cc axes.cc backend.cc backward.cc backprop_mode.cc chainer_interop.cc check_backward.cc context.cc device.cc dtype.cc error.cc graph.cc routines.cc scalar.cc shape.cc slice.cc strides.cc testing/device_buffer.cc testing/testing_module.cc ) if(${CUDA_FOUND}) set(srcs ${srcs} cuda/cuda_module.cc ) CUDA_ADD_LIBRARY(_core_cuda STATIC cuda/cuda_module.cc ) endif() pybind11_add_module(_core.so MODULE ${srcs}) if(${APPLE}) target_link_libraries(_core.so PRIVATE "-Wl,-rpath,@loader_path" chainerx) else() target_link_libraries(_core.so PRIVATE "-Wl,-R,'$ORIGIN/.'" chainerx) endif() # Visibility (CXX_VISIBILITY_PRESET) must be set to "default" to register custom exceptions, overriding the visibility configured by pybind11_add_module. # Note however that this only seems to be an issue when building with libc++. set_target_properties(_core.so PROPERTIES PREFIX "${PYTHON_MODULE_PREFIX}" SUFFIX "${PYTHON_MODULE_SUFFIX}" CXX_VISIBILITY_PRESET "default")
set(srcs core_module.cc array.cc array_index.cc axes.cc backend.cc backward.cc backprop_mode.cc chainer_interop.cc check_backward.cc context.cc device.cc dtype.cc error.cc graph.cc routines.cc scalar.cc shape.cc slice.cc strides.cc testing/device_buffer.cc testing/testing_module.cc ) pybind11_add_module(_core.so MODULE ${srcs}) # CUDA specific bindings. if(${CUDA_FOUND}) CUDA_ADD_LIBRARY(_core_cuda STATIC cuda/cuda_module.cc) target_link_libraries(_core_cuda pybind11::module) target_link_libraries(_core.so PRIVATE _core_cuda) endif() if(${APPLE}) target_link_libraries(_core.so PRIVATE "-Wl,-rpath,@loader_path" chainerx) else() target_link_libraries(_core.so PRIVATE "-Wl,-R,'$ORIGIN/.'" chainerx) endif() # Visibility (CXX_VISIBILITY_PRESET) must be set to "default" to register custom exceptions, overriding the visibility configured by pybind11_add_module. # Note however that this only seems to be an issue when building with libc++. set_target_properties(_core.so PROPERTIES PREFIX "${PYTHON_MODULE_PREFIX}" SUFFIX "${PYTHON_MODULE_SUFFIX}" CXX_VISIBILITY_PRESET "default")
Update cython from 0.29.12 to 0.29.13
Sphinx==2.1.2 sphinxcontrib-asyncio==0.2.0 sphinxcontrib-spelling==4.3.0 alabaster==0.7.12 Cython==0.29.12
Sphinx==2.1.2 sphinxcontrib-asyncio==0.2.0 sphinxcontrib-spelling==4.3.0 alabaster==0.7.12 Cython==0.29.13
Bump coverage from 6.3.1 to 6.3.2
# package main requirements pyramid==2.0 pytest==7.0.1 webtest==3.0.0 # test requirements pytest-cov==3.0.0 coverage==6.3.1 -e .[test]
# package main requirements pyramid==2.0 pytest==7.0.1 webtest==3.0.0 # test requirements pytest-cov==3.0.0 coverage==6.3.2 -e .[test]
Update drf to latest version.
analytics-python==1.0.3 Django==1.7.7 django-appconf==0.6 django_compressor==1.4 django_extensions==1.5.5 django-libsass==0.2 django-model-utils==1.5.0 django-oscar==1.0.2 django_simple_history==1.6.1 django-waffle==0.10 djangorestframework==3.1.0 djangorestframework-jwt==1.5.0 edx-auth-backends==0.1.3 jsonfield==1.0.3 logutils==0.3.3 paypalrestsdk==1.9.0 pycountry==1.10 requests==2.6.0 git+https://github.com/edx/ecommerce-api-client.git@0.4.0#egg=ecommerce-api-client==0.4.0
analytics-python==1.0.3 Django==1.7.7 django-appconf==0.6 django_compressor==1.4 django_extensions==1.5.5 django-libsass==0.2 django-model-utils==1.5.0 django-oscar==1.0.2 django_simple_history==1.6.1 django-waffle==0.10 djangorestframework==3.1.2 djangorestframework-jwt==1.5.0 edx-auth-backends==0.1.3 jsonfield==1.0.3 logutils==0.3.3 paypalrestsdk==1.9.0 pycountry==1.10 requests==2.6.0 git+https://github.com/edx/ecommerce-api-client.git@0.4.0#egg=ecommerce-api-client==0.4.0
Update CV of Martus to 1.2.4-beta (27)
Disabled:Lots of jars Categories:System License:GPLv3 Web Site:https://martus.org Source Code:https://github.com/benetech/Martus-Project Issue Tracker:https://github.com/benetech/Martus-Project/issues Auto Name:Martus Summary: Description: ... . Repo Type:git Repo:https://github.com/benetech/Martus-Project Build:4.4,4 commit=PlayStoreVersion4 subdir=martus-android forceversion=yes Auto Update Mode:None Update Check Mode:Tags Current Version:1.2 Current Version Code:19
Disabled:Lots of jars Categories:System License:GPLv3 Web Site:https://martus.org Source Code:https://github.com/benetech/Martus-Project Issue Tracker:https://github.com/benetech/Martus-Project/issues Auto Name:Martus Summary: Description: ... . Repo Type:git Repo:https://github.com/benetech/Martus-Project Build:4.4,4 commit=PlayStoreVersion4 subdir=martus-android forceversion=yes Auto Update Mode:None Update Check Mode:Tags Current Version:1.2.4-beta Current Version Code:27
Include Subject of earlier communications
{% autoescape off %}{% for comm in msg_comms %}{% if not forloop.first %}On {{ comm.datetime|date }}: {% endif %}{{ comm.communication }} {% if forloop.first or forloop.last %} {% include "text/foia/msg_footer.txt" %}{% endif %}{% if not forloop.last %}--- {% endif %} {% endfor %} {% endautoescape %}
{% autoescape off %}{% for comm in msg_comms %}{% if not forloop.first %}On {{ comm.datetime|date }}: Subject: {{comm.subject}} {% endif %}{{ comm.communication }} {% if forloop.first or forloop.last %} {% include "text/foia/msg_footer.txt" %}{% endif %}{% if not forloop.last %}--- {% endif %} {% endfor %} {% endautoescape %}
Update coveralls from 1.4.0 to 1.5.0
-r common.txt coveralls==1.4.0 mock==2.0.0 pytest==3.7.4 pytest-cov==2.5.1 tox==3.2.1
-r common.txt coveralls==1.5.0 mock==2.0.0 pytest==3.7.4 pytest-cov==2.5.1 tox==3.2.1
Use a slightly more recent version of Flask
Flask == 0.11.* Flask-SQLAlchemy == 2.1.* Flask-WTF == 0.13.*
Flask == 0.12.* Flask-SQLAlchemy == 2.1.* Flask-WTF == 0.13.*
Update AddressToGPS to 1.12 (12)
AntiFeatures:NonFreeNet Categories:Navigation License:MIT Web Site:http://addresstogps.com/ Source Code:https://github.com/DanielBarnett714/AddressToGPS Issue Tracker:https://github.com/DanielBarnett714/AddressToGPS/issues Donate:http://addresstogps.com/ Auto Name:AddressToGPS Summary:A simple address/POI search for navigation apps Description: Search for an address, location, or area using the Google Maps javascript API via [http://addresstogps.com/ AddressToGPS.com], a server provided by the original author. Once you have selected a location you then can get the coordinates and open the locationin a maps app (OsmAnd). This tool does not require your location, only an internet connection. . Repo Type:git Repo:https://github.com/DanielBarnett714/AddressToGPS Build:1.0,1 commit=v1.05 subdir=app gradle=yes Build:1.09,9 commit=1.09 subdir=app gradle=yes Build:1.1,10 disable=package id changed commit=1.1 subdir=app gradle=yes Build:1.11,11 commit=1.11 subdir=app gradle=yes Auto Update Mode:None Update Check Mode:Tags Current Version:1.12 Current Version Code:12
AntiFeatures:NonFreeNet Categories:Navigation License:MIT Web Site:http://addresstogps.com/ Source Code:https://github.com/DanielBarnett714/AddressToGPS Issue Tracker:https://github.com/DanielBarnett714/AddressToGPS/issues Donate:http://addresstogps.com/ Auto Name:AddressToGPS Summary:A simple address/POI search for navigation apps Description: Search for an address, location, or area using the Google Maps javascript API via [http://addresstogps.com/ AddressToGPS.com], a server provided by the original author. Once you have selected a location you then can get the coordinates and open the locationin a maps app (OsmAnd). This tool does not require your location, only an internet connection. . Repo Type:git Repo:https://github.com/DanielBarnett714/AddressToGPS Build:1.0,1 commit=v1.05 subdir=app gradle=yes Build:1.09,9 commit=1.09 subdir=app gradle=yes Build:1.1,10 disable=package id changed commit=1.1 subdir=app gradle=yes Build:1.11,11 commit=1.11 subdir=app gradle=yes Build:1.12,12 commit=1.12 subdir=app gradle=yes Auto Update Mode:None Update Check Mode:Tags Current Version:1.12 Current Version Code:12
Update Editor to 1.01 (101)
Categories:Writing,System License:GPL-3.0 Web Site:https://github.com/billthefarmer/editor/blob/HEAD/README.md Source Code:https://github.com/billthefarmer/editor Issue Tracker:https://github.com/billthefarmer/editor/issues Changelog:https://github.com/billthefarmer/editor/releases Auto Name:Editor Summary:Simple generic text editor Description: This is a very simple generic text editor which may be used standalone or to show or edit any sort of text file from another app. If you select a text file in a file manager or similar app you will be offered the option of using this editor along with whatever other apps you have installed that can show or edit a text file. . Repo Type:git Repo:https://github.com/billthefarmer/editor Build:1.0,1 commit=v1.0 gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.0 Current Version Code:1
Categories:Writing,System License:GPL-3.0 Web Site:https://github.com/billthefarmer/editor/blob/HEAD/README.md Source Code:https://github.com/billthefarmer/editor Issue Tracker:https://github.com/billthefarmer/editor/issues Changelog:https://github.com/billthefarmer/editor/releases Auto Name:Editor Summary:Simple generic text editor Description: This is a very simple generic text editor which may be used standalone or to show or edit any sort of text file from another app. If you select a text file in a file manager or similar app you will be offered the option of using this editor along with whatever other apps you have installed that can show or edit a text file. . Repo Type:git Repo:https://github.com/billthefarmer/editor Build:1.0,1 commit=v1.0 gradle=yes Build:1.01,101 commit=v1.01 gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.01 Current Version Code:101
Update Signal Generator to 1.05 (105)
Categories:Multimedia License:GPLv3 Web Site:https://github.com/billthefarmer/sig-gen/wiki Source Code:https://github.com/billthefarmer/sig-gen Issue Tracker:https://github.com/billthefarmer/sig-gen/issues Auto Name:Signal Generator Summary:Signal Generator for tablets Description: An android signal generator with twirly knob. * Frequency range 10Hz - 25KHz * Level range 0dB - -80dB The frequency knob responds to finger twirling. The fine frequency and level sliders allow for fine adjustments of frequency and output level. The frequency knob is also adjustable using the left and right arrow buttons. . Repo Type:git Repo:https://github.com/billthefarmer/sig-gen 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
Categories:Multimedia License:GPLv3 Web Site:https://github.com/billthefarmer/sig-gen/wiki Source Code:https://github.com/billthefarmer/sig-gen Issue Tracker:https://github.com/billthefarmer/sig-gen/issues Auto Name:Signal Generator Summary:Signal Generator for tablets Description: An android signal generator with twirly knob. * Frequency range 10Hz - 25KHz * Level range 0dB - -80dB The frequency knob responds to finger twirling. The fine frequency and level sliders allow for fine adjustments of frequency and output level. The frequency knob is also adjustable using the left and right arrow buttons. . Repo Type:git Repo:https://github.com/billthefarmer/sig-gen 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 Build:1.05,105 commit=v1.05 Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.05 Current Version Code:105
Add logs to instance search
{{ object.title }} {{ object.workshifter }} {{ object.pool.title }}, {{ object.semester.get_season_display }} {{ object.semester.year }} {% if object.description %} {{ object.description|safe }} {% endif %}
{{ object.title }} {{ object.workshifter }} {{ object.pool.title }}, {{ object.semester.get_season_display }} {{ object.semester.year }} {% if object.description %} {{ object.description|safe }} {% endif %} {% for log in object.logs.all %} log.person {% endfor %}
Update CV of Tux Rider to 1.0.10 (12)
AntiFeatures:UpstreamNonFree Categories:Games License:GPL-2.0+ Web Site:http://drodin.com/tuxrider Source Code:https://github.com/drodin/TuxRider Issue Tracker:https://github.com/drodin/TuxRider/issues Donate:http://drodin.com/tuxrider Auto Name:Tux Rider Summary:Downhill racing game Description: Control penguin Tux, riding down a snow slope: collect fishes, earn scores and advance through nine unique levels! Find the right angle to hold the device to gain maximum speed and press the screen to jump. The build has Admob replaced with a dummy library. . Repo Type:git Repo:https://github.com/drodin/TuxRider.git Build:1.0.9,11 commit=36220e5 srclibs=MobAdMob@2d5736 forceversion=yes prebuild=echo "android.library.reference.1=$$MobAdMob$$" >> project.properties buildjni=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.0.9 Current Version Code:11
AntiFeatures:UpstreamNonFree Categories:Games License:GPL-2.0+ Web Site:http://drodin.com/tuxrider Source Code:https://github.com/drodin/TuxRider Issue Tracker:https://github.com/drodin/TuxRider/issues Donate:http://drodin.com/tuxrider Auto Name:Tux Rider Summary:Downhill racing game Description: Control penguin Tux, riding down a snow slope: collect fishes, earn scores and advance through nine unique levels! Find the right angle to hold the device to gain maximum speed and press the screen to jump. The build has Admob replaced with a dummy library. . Repo Type:git Repo:https://github.com/drodin/TuxRider.git Build:1.0.9,11 commit=36220e5 srclibs=MobAdMob@2d5736 forceversion=yes prebuild=echo "android.library.reference.1=$$MobAdMob$$" >> project.properties buildjni=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.0.10 Current Version Code:12
Change copy of message received notification
{% load i18n %}{% autoescape off %}{% blocktrans with name=request.user.get_full_name title=request.title url=go_url pbname=publicbody.name %}Hello {{ name }}, {{ pbname }} sent you a response to your request “{{ title }}”. Please read the response and change the status of the request if needed. You can also send another message. To read your response and set the right status, click the link below: {{ url }} Cheers, {{ site_name }}{% endblocktrans %} {% endautoescape %} {% include "emails/footer.txt" %}
{% load i18n %}{% autoescape off %}{% blocktrans with name=request.user.get_full_name title=request.title url=go_url pbname=publicbody.name %}Hello {{ name }}, {{ pbname }} sent you a response to your request “{{ title }}”. Please read the response and change the status of the request if needed. You can also send another message. To read your response and to reply to the authority, click the link below: {{ url }} Cheers, {{ site_name }}{% endblocktrans %} {% endautoescape %} {% include "emails/footer.txt" %}
Update CV of Taxi Bulgaria to 1.0.27 (26)
AntiFeatures:NonFreeNet #Categories:Transportation Categories:Navigation License:Apache2 Web Site:http://taxi-bulgaria.com Source Code:https://github.com/sytolk/TaxiAndroidOpen Issue Tracker:https://github.com/sytolk/TaxiAndroidOpen/issues Name:Taxi Bulgaria Auto Name:Taxi Summary:Taxi information and odering in Bulgaria Description: Interact with web services provided by taxi companies for internet communication with taxis: sending a new request, real-time monitoring of status and positioning of taxis, order history, leave feedback for quality of service and more. Currently only available for Burgas, Bulgaria. . Repo Type:git Repo:https://github.com/sytolk/TaxiAndroidOpen Build:1.0.18,18 disable=dependencies commit=1cc7c1d749a65b055d881eb5c28f8f77f64be89 maven=yes srclibs=FluffyLocations@r15 rm=libs/littlefluffylocationlibrary_r15.jar target=android-19 scanignore=gen-external-apklibs/~apklib-com.google.android.gms_google-play-services_12.0.0.iml Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.0.25 Current Version Code:25
AntiFeatures:NonFreeNet #Categories:Transportation Categories:Navigation License:Apache2 Web Site:http://taxi-bulgaria.com Source Code:https://github.com/sytolk/TaxiAndroidOpen Issue Tracker:https://github.com/sytolk/TaxiAndroidOpen/issues Name:Taxi Bulgaria Auto Name:Taxi Summary:Taxi information and odering in Bulgaria Description: Interact with web services provided by taxi companies for internet communication with taxis: sending a new request, real-time monitoring of status and positioning of taxis, order history, leave feedback for quality of service and more. Currently only available for Burgas, Bulgaria. . Repo Type:git Repo:https://github.com/sytolk/TaxiAndroidOpen Build:1.0.18,18 disable=dependencies commit=1cc7c1d749a65b055d881eb5c28f8f77f64be89 maven=yes srclibs=FluffyLocations@r15 rm=libs/littlefluffylocationlibrary_r15.jar target=android-19 scanignore=gen-external-apklibs/~apklib-com.google.android.gms_google-play-services_12.0.0.iml Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.0.27 Current Version Code:26
Add docs on the new e-mail settings.
.. _e-mail-settings: =============== E-Mail Settings =============== .. _send-e-mails: * **Send e-mails for review requests and reviews:** If enabled, e-mails will be sent out whenever a review request is posted or updated, or when reviews and replies are posted. See :ref:`e-mail-and-review-groups` for more information. * **Mail Server:** The SMTP mail server used for outgoing e-mails. This defaults to ``localhost``. * **Port:** The SMTP mail server port. This defaults to ``25``. * **Username:** The username needed to connect to the outgoing SMTP mail server, if any. This is optional and depends on the mail server configuration. * **Password:** The password needed to connect to the outgoing SMTP mail server, if any. This is optional and depends on the mail server configuration. * **Use TLS for authentication:** If enabled, TLS is used for mail server authentication. This is more secure, but requires TLS support on the mail server. .. comment: vim: ft=rst et
.. _e-mail-settings: =============== E-Mail Settings =============== .. _send-e-mails: * **Send e-mails for review requests and reviews:** If enabled, e-mails will be sent out whenever a review request is posted or updated, or when reviews and replies are posted. See :ref:`e-mail-and-review-groups` for more information. * **Send e-mails when new users register an account:** If enabled, e-mails will be sent to the administrator every time a new user signs up to the site. This is useful for open source projects that are interested in new user signups. * **Sender e-mail address:** The e-mail address all e-mails are sent from. The ``Sender`` e-mail header will be used to make e-mails appear to come from the user causing the e-mail to be sent. By using the ``Sender`` header for this instead of ``From``, there's less risk that e-mail clients will consider the e-mails to be malicious or spam. This may require a proper :term:`DKIM` setup. This defaults to ``noreply@<servername>``. * **Mail Server:** The SMTP mail server used for outgoing e-mails. This defaults to ``localhost``. * **Port:** The SMTP mail server port. This defaults to ``25``. * **Username:** The username needed to connect to the outgoing SMTP mail server, if any. This is optional and depends on the mail server configuration. * **Password:** The password needed to connect to the outgoing SMTP mail server, if any. This is optional and depends on the mail server configuration. * **Use TLS for authentication:** If enabled, TLS is used for mail server authentication. This is more secure, but requires TLS support on the mail server. .. comment: vim: ft=rst et
Update sqlalchemy from 1.1.12 to 1.1.13
PyYAML==3.12 blinker==1.4 pika==0.10.0 six==1.10.0 sqlalchemy==1.1.12
PyYAML==3.12 blinker==1.4 pika==0.10.0 six==1.10.0 sqlalchemy==1.1.13
Update to Freeciv server r29829
# I keep previous version easily available here so I don't need to check # version history constantly when handling ruleset differences. # Previous:29776 FCREV=29790 FCBRANCH=trunk ORIGCAPSTR="+Freeciv.Devel-3.0-2015.Sep.06" # 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:29790 FCREV=29829 FCBRANCH=trunk ORIGCAPSTR="+Freeciv.Devel-3.0-2015.Sep.09" # 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"
Move swift client to runtime requirements
# Fix versions for pep8/pyflakes/flake8/hacking pep8==1.4.5 pyflakes>=0.7.2,<0.7.4 flake8==2.0 hacking>=0.5.6,<0.8 coverage>=3.6 docutils==0.9.1 fixtures>=0.3.14 mock>=1.0 nose openstack.nose_plugin>=0.7 oslo.sphinx pylint==0.25.2 python-swiftclient>=1.5 sphinx>=1.1.2 sphinxcontrib-httpdomain unittest2 -f http://tarballs.openstack.org/python-savannaclient/python-savannaclient-0.3.rc2.tar.gz#egg=python-savannaclient-0.3-rc2 python-savannaclient>=0.3-rc2
# Fix versions for pep8/pyflakes/flake8/hacking pep8==1.4.5 pyflakes>=0.7.2,<0.7.4 flake8==2.0 hacking>=0.5.6,<0.8 coverage>=3.6 docutils==0.9.1 fixtures>=0.3.14 mock>=1.0 nose openstack.nose_plugin>=0.7 oslo.sphinx pylint==0.25.2 sphinx>=1.1.2 sphinxcontrib-httpdomain unittest2 -f http://tarballs.openstack.org/python-savannaclient/python-savannaclient-0.3.rc2.tar.gz#egg=python-savannaclient-0.3-rc2 python-savannaclient>=0.3-rc2
Update AnotherMonitor to 3.0.4 (6)
Categories:System License:GPLv3 Web Site:https://github.com/AntonioRedondo/AnotherMonitor/blob/HEAD/README.md Source Code:https://github.com/AntonioRedondo/AnotherMonitor Issue Tracker:https://github.com/AntonioRedondo/AnotherMonitor/issues Auto Name:AnotherMonitor Summary:Monitor and record CPU and memory usage Description: System monitor for recording CPU and memory usage. Features: * Generates a graphic output of CPU and memory usage in 0.5, 1, 2 or 4 second intervals * Can record values to a CSV file for later usage and process in a spreadsheet program . Repo Type:git Repo:https://github.com/AntonioRedondo/AnotherMonitor Build:3.0.2,4 commit=31bf6d6fb43415a5cc6abf20fd44ffd70ebff594 subdir=AnotherMonitor gradle=yes Build:3.0.3,5 commit=ada8e454f8765835856484a27014b02dcf07b9a4 subdir=AnotherMonitor gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:3.0.4 Current Version Code:6
Categories:System License:GPLv3 Web Site:https://github.com/AntonioRedondo/AnotherMonitor/blob/HEAD/README.md Source Code:https://github.com/AntonioRedondo/AnotherMonitor Issue Tracker:https://github.com/AntonioRedondo/AnotherMonitor/issues Auto Name:AnotherMonitor Summary:Monitor and record CPU and memory usage Description: System monitor for recording CPU and memory usage. Features: * Generates a graphic output of CPU and memory usage in 0.5, 1, 2 or 4 second intervals * Can record values to a CSV file for later usage and process in a spreadsheet program . Repo Type:git Repo:https://github.com/AntonioRedondo/AnotherMonitor Build:3.0.2,4 commit=31bf6d6fb43415a5cc6abf20fd44ffd70ebff594 subdir=AnotherMonitor gradle=yes Build:3.0.3,5 commit=ada8e454f8765835856484a27014b02dcf07b9a4 subdir=AnotherMonitor gradle=yes Build:3.0.4,6 commit=1742891aa61c5b37fb55a67b20544365700d164f subdir=AnotherMonitor prebuild=sed -i -e 's/versionCode 5/versionCode 6/g' build.gradle gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:3.0.4 Current Version Code:6
Bump tox from 3.19.0 to 3.20.0
coverage==5.2.1 coveralls==2.1.1 pytest-cov==2.10.1 pytest==6.0.1 tox==3.19.0
coverage==5.2.1 coveralls==2.1.1 pytest-cov==2.10.1 pytest==6.0.1 tox==3.20.0
Test Travis with latest version of mysqlclient
argparse>=1.4.0 pytest-cov>=2.7.1 coveralls>=1.4.0 coverage>=4.5.1 jsonpickle>=0.9.3 mysqlclient==1.3.12 numpy>=1.6.2 pyparsing>=2.1.10 pydot>=1.2.3 pytest>=3.3.0 pytest-cache>=1.0 pytest-pep8>=1.0.6 npyscreen>= 4.10.5 Flask>=1.0.2 Flask-RESTful>= 0.3.5 Flask-Cors>= 3.0.2 Flask-SQLAlchemy>=2.1 Flask-Security>=1.7.5 Flask-Script>=2.0.5 Flask-OAuthlib>=0.9.3 mako>=1.0.4 lxml>=3.6.4 openpyxl>=2.4.0 SQLAlchemy>=1.2.0b3 bcrypt>=3.1.6 python-magic>=0.4.15
argparse>=1.4.0 pytest-cov>=2.7.1 coveralls>=1.4.0 coverage>=4.5.1 jsonpickle>=0.9.3 mysqlclient>=1.4.6 numpy>=1.6.2 pyparsing>=2.1.10 pydot>=1.2.3 pytest>=3.3.0 pytest-cache>=1.0 pytest-pep8>=1.0.6 npyscreen>= 4.10.5 Flask>=1.0.2 Flask-RESTful>= 0.3.5 Flask-Cors>= 3.0.2 Flask-SQLAlchemy>=2.1 Flask-Security>=1.7.5 Flask-Script>=2.0.5 Flask-OAuthlib>=0.9.3 mako>=1.0.4 lxml>=3.6.4 openpyxl>=2.4.0 SQLAlchemy>=1.2.0b3 bcrypt>=3.1.6 python-magic>=0.4.15
Update MineSweeper to 1.1.3 (113)
Categories:Games License:GPLv3 Web Site:https://launchpad.net/minesweeper Source Code:https://code.launchpad.net/minesweeper Issue Tracker:https://bugs.launchpad.net/minesweeper Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=D5J9DMDL7S5V4 Auto Name:MineSweeper Summary:Clear minefield without detonating a mine. Description: Simple one-tap strategy game where you have a virtual minefield and you must liberate it. If you play tapping randomly in the field probably your penguin will become a good petard, otherwise you and your cute penguin are probably destined to survive. Tips: * When you see any number pay much attention: There are exactly "n" bombs around that number! * Hold-tap to place flags. . Repo Type:bzr Repo:lp:minesweeper Build:1.1.0,110 commit=62 subdir=platforms/android Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.1.3 Current Version Code:113
Categories:Games License:GPLv3 Web Site:https://launchpad.net/minesweeper Source Code:https://code.launchpad.net/minesweeper Issue Tracker:https://bugs.launchpad.net/minesweeper Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=D5J9DMDL7S5V4 Auto Name:MineSweeper Summary:Clear minefield without detonating a mine. Description: Simple one-tap strategy game where you have a virtual minefield and you must liberate it. If you play tapping randomly in the field probably your penguin will become a good petard, otherwise you and your cute penguin are probably destined to survive. Tips: * When you see any number pay much attention: There are exactly "n" bombs around that number! * Hold-tap to place flags. . Repo Type:bzr Repo:lp:minesweeper Build:1.1.0,110 commit=62 subdir=platforms/android Build:1.1.3,113 commit=63 subdir=platforms/android Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.1.3 Current Version Code:113
Update requests from 2.18.3 to 2.18.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 uritemplate==3.0.0 uritemplate.py==3.0.2 # Misc boto==2.48.0 psycopg2==2.7.3 pytz==2017.2 requests==2.18.3 six==1.10.0 # Celery amqp==2.2.1 billiard==3.5.0.3 kombu==4.1.0 redis==2.10.5 vine==1.1.4 # HTML processing beautifulsoup4==4.6.0 html2text==2016.9.19
# 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 uritemplate==3.0.0 uritemplate.py==3.0.2 # Misc boto==2.48.0 psycopg2==2.7.3 pytz==2017.2 requests==2.18.4 six==1.10.0 # Celery amqp==2.2.1 billiard==3.5.0.3 kombu==4.1.0 redis==2.10.5 vine==1.1.4 # HTML processing beautifulsoup4==4.6.0 html2text==2016.9.19
Fix build errors LLVM tests are disabled.
# `Demangle', `Support' and `TableGen' libraries are added on the top-level # CMakeLists.txt add_subdirectory(IR) add_subdirectory(FuzzMutate) add_subdirectory(IRReader) add_subdirectory(CodeGen) add_subdirectory(BinaryFormat) add_subdirectory(Bitcode) add_subdirectory(Bitstream) add_subdirectory(Transforms) add_subdirectory(Linker) add_subdirectory(Analysis) add_subdirectory(LTO) add_subdirectory(MC) add_subdirectory(MCA) add_subdirectory(Object) add_subdirectory(ObjectYAML) add_subdirectory(Option) add_subdirectory(Remarks) add_subdirectory(DebugInfo) add_subdirectory(ExecutionEngine) add_subdirectory(Target) add_subdirectory(AsmParser) add_subdirectory(LineEditor) add_subdirectory(ProfileData) add_subdirectory(Passes) add_subdirectory(TextAPI) add_subdirectory(ToolDrivers) add_subdirectory(XRay) add_subdirectory(Testing) add_subdirectory(WindowsManifest)
# `Demangle', `Support' and `TableGen' libraries are added on the top-level # CMakeLists.txt add_subdirectory(IR) add_subdirectory(FuzzMutate) add_subdirectory(IRReader) add_subdirectory(CodeGen) add_subdirectory(BinaryFormat) add_subdirectory(Bitcode) add_subdirectory(Bitstream) add_subdirectory(Transforms) add_subdirectory(Linker) add_subdirectory(Analysis) add_subdirectory(LTO) add_subdirectory(MC) add_subdirectory(MCA) add_subdirectory(Object) add_subdirectory(ObjectYAML) add_subdirectory(Option) add_subdirectory(Remarks) add_subdirectory(DebugInfo) add_subdirectory(ExecutionEngine) add_subdirectory(Target) add_subdirectory(AsmParser) add_subdirectory(LineEditor) add_subdirectory(ProfileData) add_subdirectory(Passes) add_subdirectory(TextAPI) add_subdirectory(ToolDrivers) add_subdirectory(XRay) if (LLVM_INCLUDE_TESTS) add_subdirectory(Testing) endif() add_subdirectory(WindowsManifest)
Convert mod scattering XS to serpent indexing
922 0.393826 0.00296472 0.00424578 0.45548 972 0.393324 0.0033761 0.00442734 0.454857 1022 0.393018 0.00383269 0.0046346 0.454403
922 0.393826 0.00424578 0.00296472 0.45548 972 0.393324 0.00442734 0.0033761 0.454857 1022 0.393018 0.0046346 0.00383269 0.454403
Update sphinx from 1.6.6 to 1.6.7
coverage==4.4.2 jedi==0.11.1 mypy==0.560 pylint==1.8.2 pytest==3.4.0 pytest-cov==2.5.1 sphinx==1.6.6 sphinx-rtd-theme==0.2.4 tox==2.9.1
coverage==4.4.2 jedi==0.11.1 mypy==0.560 pylint==1.8.2 pytest==3.4.0 pytest-cov==2.5.1 sphinx==1.6.7 sphinx-rtd-theme==0.2.4 tox==2.9.1
Update jedi from 0.10.2 to 0.11.0
coverage==4.4.1 jedi==0.10.2 mypy==0.521 pylint==1.7.2 pytest==3.2.2 pytest-cov==2.5.1 sphinx==1.6.3 sphinx-rtd-theme==0.2.4 tox==2.8.2
coverage==4.4.1 jedi==0.11.0 mypy==0.521 pylint==1.7.2 pytest==3.2.2 pytest-cov==2.5.1 sphinx==1.6.3 sphinx-rtd-theme==0.2.4 tox==2.8.2
Update CV of Halachic Prayer Times to 4.1 (27)
Categories:Science & Education License:GPLv3 Web Site:http://sourceforge.net/p/halachictimes Source Code:https://svn.code.sf.net/p/halachictimes/code Issue Tracker: Auto Name:Halachic Prayer Times Summary:Times for Jewish prayers Description: List of halachic/halakhic times for Jewish prayers (zmanim and zmanei tefillot). It also has a prayer compass, time opinions, and reminders. . Repo Type:git-svn Repo:https://svn.code.sf.net/p/halachictimes/code;trunk=trunk;tags=tags Build:2.5,22 commit=ver_22 rev_270 subdir=Halachic Times Build:3.0,23 commit=ver_23 rev_291 subdir=Halachic Times Build:3.1,24 commit=ver_24 rev_320 subdir=Halachic Times Auto Update Mode:None Update Check Mode:Tags Current Version:4.0 Current Version Code:25
Categories:Science & Education License:GPLv3 Web Site:http://sourceforge.net/p/halachictimes Source Code:https://svn.code.sf.net/p/halachictimes/code Issue Tracker: Auto Name:Halachic Prayer Times Summary:Times for Jewish prayers Description: List of halachic/halakhic times for Jewish prayers (zmanim and zmanei tefillot). It also has a prayer compass, time opinions, and reminders. . Repo Type:git-svn Repo:https://svn.code.sf.net/p/halachictimes/code;trunk=trunk;tags=tags Build:2.5,22 commit=ver_22 rev_270 subdir=Halachic Times Build:3.0,23 commit=ver_23 rev_291 subdir=Halachic Times Build:3.1,24 commit=ver_24 rev_320 subdir=Halachic Times Auto Update Mode:None Update Check Mode:Tags Current Version:4.1 Current Version Code:27
Update beautifulsoup4 from 4.6.3 to 4.7.0
twisted >= 12.0.0 requests >= 2.1.0 pyyaml==3.13 jsonschema >= 1.0.0 beautifulsoup4==4.6.3 pyopenssl==18.0.0 ndg-httpsclient==0.4.4 pyasn1==0.4.5 tvdb_api==2.0 repoze.lru==0.7 pygeoip==0.3.2 sqlalchemy==1.2.15 dataset==1.1.0 python-instagram==1.3.2 simplejson >= 3.0.0 httplib2 >= 0.8.0 feedparser >= 5.1.3 service_identity==18.1.0 python-dateutil >= 2.2 pytz==2018.7 pytvmaze==2.0.8
twisted >= 12.0.0 requests >= 2.1.0 pyyaml==3.13 jsonschema >= 1.0.0 beautifulsoup4==4.7.0 pyopenssl==18.0.0 ndg-httpsclient==0.4.4 pyasn1==0.4.5 tvdb_api==2.0 repoze.lru==0.7 pygeoip==0.3.2 sqlalchemy==1.2.15 dataset==1.1.0 python-instagram==1.3.2 simplejson >= 3.0.0 httplib2 >= 0.8.0 feedparser >= 5.1.3 service_identity==18.1.0 python-dateutil >= 2.2 pytz==2018.7 pytvmaze==2.0.8
Remove the dependency on `_Concurrency`
add_swift_target_library(swiftOSLogTestHelper IS_SDK_OVERLAY SHARED OSLogTestHelper.swift OSLogMessage.swift OSLogIntegerFormatting.swift OSLogStringAlignment.swift OSLogIntegerTypes.swift OSLogStringTypes.swift OSLogNSObjectType.swift OSLogFloatingPointTypes.swift OSLogSwiftProtocols.swift OSLogPrivacy.swift OSLogFloatFormatting.swift SWIFT_MODULE_DEPENDS_IOS Darwin _Concurrency SWIFT_MODULE_DEPENDS_OSX Darwin _Concurrency SWIFT_MODULE_DEPENDS_TVOS Darwin _Concurrency SWIFT_MODULE_DEPENDS_WATCHOS Darwin _Concurrency TARGET_SDKS ALL_APPLE_PLATFORMS SWIFT_COMPILE_FLAGS ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS} INSTALL_IN_COMPONENT never_install DARWIN_INSTALL_NAME_DIR "${SWIFT_DARWIN_STDLIB_PRIVATE_INSTALL_NAME_DIR}")
add_swift_target_library(swiftOSLogTestHelper IS_SDK_OVERLAY SHARED OSLogTestHelper.swift OSLogMessage.swift OSLogIntegerFormatting.swift OSLogStringAlignment.swift OSLogIntegerTypes.swift OSLogStringTypes.swift OSLogNSObjectType.swift OSLogFloatingPointTypes.swift OSLogSwiftProtocols.swift OSLogPrivacy.swift OSLogFloatFormatting.swift SWIFT_MODULE_DEPENDS_IOS Darwin SWIFT_MODULE_DEPENDS_OSX Darwin SWIFT_MODULE_DEPENDS_TVOS Darwin SWIFT_MODULE_DEPENDS_WATCHOS Darwin TARGET_SDKS ALL_APPLE_PLATFORMS SWIFT_COMPILE_FLAGS ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS} INSTALL_IN_COMPONENT never_install DARWIN_INSTALL_NAME_DIR "${SWIFT_DARWIN_STDLIB_PRIVATE_INSTALL_NAME_DIR}")
Update license acceptance for test container
ibmcom/db2:11.5.4.0 mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-16.04
ibmcom/db2:11.5.7.0 mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-16.04
Update L9Droid to 0.6 (4) + Tags UCM
Categories:Games License:GPLv2 Web Site:http://oneredpixel.pro Source Code:https://github.com/tsapree/L9Droid Issue Tracker:https://github.com/tsapree/L9Droid/issues Auto Name:L9Droid Summary:Interactive fiction Description: Download and play games in the Level9 format, including Spectrum snapshots. . Repo Type:git Repo:https://github.com/tsapree/L9Droid.git Build:0.5,3 commit=c5a61 Auto Update Mode:None Update Check Mode:RepoManifest Current Version:0.6 Current Version Code:4
Categories:Games License:GPLv2 Web Site:http://oneredpixel.pro Source Code:https://github.com/tsapree/L9Droid Issue Tracker:https://github.com/tsapree/L9Droid/issues Auto Name:L9Droid Summary:Interactive fiction Description: Download and play games in the Level9 format, including Spectrum snapshots. . Repo Type:git Repo:https://github.com/tsapree/L9Droid.git Build:0.5,3 commit=c5a61 Build:0.6,4 commit=v0.6 Auto Update Mode:None Update Check Mode:Tags Current Version:0.6 Current Version Code:4
Update CV of DSC Auto Rename to 6.0.6 (99)
Categories:Multimedia License:GPL-3.0+ Web Site:https://github.com/ciubex/dscautorename/blob/HEAD/README.md Source Code:https://github.com/ciubex/dscautorename Issue Tracker:https://github.com/ciubex/dscautorename/issues Auto Name:DSC Auto Rename Summary:Rename picutres based on date Description: Automatically change the name of images files taken by the camera based on the date and time when the file was created. . Repo Type:git Repo:https://github.com/ciubex/dscautorename Build:5.4.4,90 commit=803a01d03fc1ddb6e4a14c681990bec71339c342 gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:6.0.4 Current Version Code:96
Categories:Multimedia License:GPL-3.0+ Web Site:https://github.com/ciubex/dscautorename/blob/HEAD/README.md Source Code:https://github.com/ciubex/dscautorename Issue Tracker:https://github.com/ciubex/dscautorename/issues Auto Name:DSC Auto Rename Summary:Rename picutres based on date Description: Automatically change the name of images files taken by the camera based on the date and time when the file was created. . Repo Type:git Repo:https://github.com/ciubex/dscautorename Build:5.4.4,90 commit=803a01d03fc1ddb6e4a14c681990bec71339c342 gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:6.0.6 Current Version Code:99
Update sqlalchemy from 1.2.17 to 1.2.18
aiohttp-jinja2==1.1.0 aiohttp-security==0.4.0 aiohttp-session==2.7.0 aiohttp==3.5.4 aiomysql==0.0.20 aiopg==0.16.0 coverage==4.5.2 docker==3.7.0 flake8==3.7.7 ipdb==0.11 motor==2.0.0 pytest-cov==2.6.1 pytest-sugar==0.9.2 pytest==4.3.0 python-dateutil==2.8.0 sqlalchemy==1.2.17 trafaret==1.2.0 pymysql==0.9.3 -r requirements-doc.txt
aiohttp-jinja2==1.1.0 aiohttp-security==0.4.0 aiohttp-session==2.7.0 aiohttp==3.5.4 aiomysql==0.0.20 aiopg==0.16.0 coverage==4.5.2 docker==3.7.0 flake8==3.7.7 ipdb==0.11 motor==2.0.0 pytest-cov==2.6.1 pytest-sugar==0.9.2 pytest==4.3.0 python-dateutil==2.8.0 sqlalchemy==1.2.18 trafaret==1.2.0 pymysql==0.9.3 -r requirements-doc.txt
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.4.0 pytest-cov==2.5.1 coveralls==1.2.0 pytest-runner==3.0 numpy==1.14.0 pandas==0.22.0
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.4.0 pytest-cov==2.5.1 coveralls==1.2.0 pytest-runner==3.0 numpy==1.14.0 pandas==0.22.0
Add missing includes to the install step
cmake_minimum_required(VERSION 2.8) add_library( OxStd memops.cpp random.cpp strops.cpp ) set_property( TARGET OxStd PROPERTY POSITION_INDEPENDENT_CODE ON ) install( FILES byteswap.hpp memops.hpp strops.hpp std.hpp types.hpp DESTINATION include/ox/std ) install(TARGETS OxStd LIBRARY DESTINATION lib/ox ARCHIVE DESTINATION lib/ox ) if(OX_RUN_TESTS STREQUAL "ON") add_subdirectory(test) endif()
cmake_minimum_required(VERSION 2.8) add_library( OxStd memops.cpp random.cpp strops.cpp ) set_property( TARGET OxStd PROPERTY POSITION_INDEPENDENT_CODE ON ) install( FILES bitops.hpp byteswap.hpp memops.hpp random.hpp strops.hpp std.hpp types.hpp DESTINATION include/ox/std ) install(TARGETS OxStd LIBRARY DESTINATION lib/ox ARCHIVE DESTINATION lib/ox ) if(OX_RUN_TESTS STREQUAL "ON") add_subdirectory(test) endif()
Modify the install rule for EScript test files
cmake_minimum_required(VERSION 2.8.11) option(BUILD_ESCRIPT_TEST "Defines if the EScript test application is built.") if(BUILD_ESCRIPT_TEST) add_executable(escript_test test.cpp) target_compile_definitions(escript_test PRIVATE ES_BUILD_TEST_APPLICATION) target_link_libraries(escript_test LINK_PRIVATE EScript) install(TARGETS escript_test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT tests LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT tests ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT tests ) file(GLOB TEST_SCRIPTS "${CMAKE_CURRENT_SOURCE_DIR}/*.escript") install(FILES ${TEST_SCRIPTS} DESTINATION tests COMPONENT tests) if(COMPILER_SUPPORTS_CXX11) set_property(TARGET escript_test APPEND_STRING PROPERTY COMPILE_FLAGS "-std=c++11 ") elseif(COMPILER_SUPPORTS_CXX0X) set_property(TARGET escript_test APPEND_STRING PROPERTY COMPILE_FLAGS "-std=c++0x ") endif() endif()
cmake_minimum_required(VERSION 2.8.11) option(BUILD_ESCRIPT_TEST "Defines if the EScript test application is built.") if(BUILD_ESCRIPT_TEST) add_executable(escript_test test.cpp) target_compile_definitions(escript_test PRIVATE ES_BUILD_TEST_APPLICATION) target_link_libraries(escript_test LINK_PRIVATE EScript) install(TARGETS escript_test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT tests LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT tests ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT tests ) # Install the EScript files needed for the tests install( DIRECTORY ./ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/EScript/tests COMPONENT tests FILES_MATCHING PATTERN "*.escript" ) if(COMPILER_SUPPORTS_CXX11) set_property(TARGET escript_test APPEND_STRING PROPERTY COMPILE_FLAGS "-std=c++11 ") elseif(COMPILER_SUPPORTS_CXX0X) set_property(TARGET escript_test APPEND_STRING PROPERTY COMPILE_FLAGS "-std=c++0x ") endif() endif()
Add documentation for directory "thread" with pointers to existing web pages.
This directory contains all the thread classes. BEGIN_HTML See: <ul> <li><a href="http://root.cern.ch/root/HowtoThread.html">How to use the ROOT Thread classes </a></li> END_HTML
Fix the build by temporarily adding Clang libraries to libSIL
add_swift_library(swiftSIL Dominance.cpp PrettyStackTrace.cpp SIL.cpp SILBasicBlock.cpp SILBuilder.cpp SILFunction.cpp SILInstruction.cpp SILLocation.cpp SILModule.cpp SILPrinter.cpp SILSuccessor.cpp SILType.cpp SILVTable.cpp TypeLowering.cpp Verifier.cpp DEPENDS swiftAST)
add_swift_library(swiftSIL Dominance.cpp PrettyStackTrace.cpp SIL.cpp SILBasicBlock.cpp SILBuilder.cpp SILFunction.cpp SILInstruction.cpp SILLocation.cpp SILModule.cpp SILPrinter.cpp SILSuccessor.cpp SILType.cpp SILVTable.cpp TypeLowering.cpp Verifier.cpp DEPENDS swiftAST) # Clang dependencies. # FIXME: remove this. SIL should not depend on Clang. target_link_libraries(swiftSIL clangLex clangAST clangBasic)
Update CV of Survival Manual to 1.6 (16)
Categories:Reading License:GPLv3 Web Site:https://github.com/ligi/SurvivalManual/blob/HEAD/README.md Source Code:https://github.com/ligi/SurvivalManual Issue Tracker:https://github.com/ligi/SurvivalManual/issues Auto Name:Survival Manual Summary:Learn how to survive Description: Survival Manual based on the Army Field Manual 21-76 - fully working offline . Repo Type:git Repo:https://github.com/ligi/SurvivalManual Build:1.0,1 commit=1.0 subdir=app gradle=yes Build:1.5,15 commit=1.5 subdir=android submodules=yes gradle=prod prebuild=sed -i '/play_services/d' build.gradle && \ sed -i '/android-sdk-manager/d' build.gradle Auto Update Mode:None Update Check Mode:Tags Current Version:1.5 Current Version Code:15
Categories:Reading License:GPLv3 Web Site:https://github.com/ligi/SurvivalManual/blob/HEAD/README.md Source Code:https://github.com/ligi/SurvivalManual Issue Tracker:https://github.com/ligi/SurvivalManual/issues Auto Name:Survival Manual Summary:Learn how to survive Description: Survival Manual based on the Army Field Manual 21-76 - fully working offline . Repo Type:git Repo:https://github.com/ligi/SurvivalManual Build:1.0,1 commit=1.0 subdir=app gradle=yes Build:1.5,15 commit=1.5 subdir=android submodules=yes gradle=prod prebuild=sed -i '/play_services/d' build.gradle && \ sed -i '/android-sdk-manager/d' build.gradle Auto Update Mode:None Update Check Mode:Tags Current Version:1.6 Current Version Code:16
Update CV of TV-Browser to 0.6.2.1 (390)
Disabled:Source code lacks license AntiFeatures:NonFreeNet Categories:Multimedia License:GPLv3 Web Site:http://android.tvbrowser.org Source Code:https://github.com/ds10git/tvbrowserandroid Issue Tracker:https://github.com/ds10git/tvbrowserandroid/issues Auto Name:TV-Browser Summary:Browse electronic program guides Description: Browse EPGs (electronic program guides) for more than 1000 TV stations (mostly German/European) and more than 100 radio channels. . Repo Type:git Repo:https://github.com/ds10git/tvbrowserandroid Build:0.5.8.11,346 disable=https://github.com/ds10git/tvbrowserandroid/issues/7 commit=release_0.5.8.10 subdir=TV-Browser srclibs=1:Support/v7/appcompat@android-4.4.4_r2.0.1 prebuild=mv libs/android-support-v4.jar $$Support$$/libs/ Auto Update Mode:None Update Check Mode:Tags Current Version:0.6.2 Current Version Code:389
Disabled:Source code lacks license AntiFeatures:NonFreeNet Categories:Multimedia License:GPLv3 Web Site:http://android.tvbrowser.org Source Code:https://github.com/ds10git/tvbrowserandroid Issue Tracker:https://github.com/ds10git/tvbrowserandroid/issues Auto Name:TV-Browser Summary:Browse electronic program guides Description: Browse EPGs (electronic program guides) for more than 1000 TV stations (mostly German/European) and more than 100 radio channels. . Repo Type:git Repo:https://github.com/ds10git/tvbrowserandroid Build:0.5.8.11,346 disable=https://github.com/ds10git/tvbrowserandroid/issues/7 commit=release_0.5.8.10 subdir=TV-Browser srclibs=1:Support/v7/appcompat@android-4.4.4_r2.0.1 prebuild=mv libs/android-support-v4.jar $$Support$$/libs/ Auto Update Mode:None Update Check Mode:Tags Current Version:0.6.2.1 Current Version Code:390
Add missing CMake dependency from libAnalysis to the Vector dialect
add_llvm_library(MLIRAnalysis STATIC AffineAnalysis.cpp AffineStructures.cpp Dominance.cpp LoopAnalysis.cpp MemRefBoundCheck.cpp NestedMatcher.cpp OpStats.cpp SliceAnalysis.cpp TestMemRefDependenceCheck.cpp TestParallelismDetection.cpp Utils.cpp VectorAnalysis.cpp Verifier.cpp ADDITIONAL_HEADER_DIRS ${MLIR_MAIN_INCLUDE_DIR}/mlir/Analysis ) add_dependencies(MLIRAnalysis MLIRAffineOps MLIRLoopOps) target_link_libraries(MLIRAnalysis MLIRAffineOps MLIRLoopOps)
add_llvm_library(MLIRAnalysis STATIC AffineAnalysis.cpp AffineStructures.cpp Dominance.cpp LoopAnalysis.cpp MemRefBoundCheck.cpp NestedMatcher.cpp OpStats.cpp SliceAnalysis.cpp TestMemRefDependenceCheck.cpp TestParallelismDetection.cpp Utils.cpp VectorAnalysis.cpp Verifier.cpp ADDITIONAL_HEADER_DIRS ${MLIR_MAIN_INCLUDE_DIR}/mlir/Analysis ) add_dependencies(MLIRAnalysis MLIRAffineOps MLIRLoopOps MLIRVectorOps) target_link_libraries(MLIRAnalysis MLIRAffineOps MLIRLoopOps MLIRVectorOps)
Exclude file for archive building
build/* docs/* Vagrantfile .editorconfig bower.json .bowerrc build.xml composer.lock features/* grunt/* Gruntfile.js .htaccess.sample index.example.php protected/config/* .jshintrc junit_behat_reports/* package.json composer.json composer.lock composer.phar pdf/* puppet/* node_modules/* .git exclude.txt
Add LLVM backend dependencies to clang-check also in cmake.
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} Option Support ) add_clang_executable(clang-check ClangCheck.cpp ) target_link_libraries(clang-check clangAST clangBasic clangDriver clangCodeGen clangFrontend clangRewriteFrontend clangStaticAnalyzerFrontend clangTooling ) install(TARGETS clang-check RUNTIME DESTINATION bin)
set( LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} Analysis CodeGen Core IPA IPO InstCombine Instrumentation MC MCParser ObjCARCOpts Option ScalarOpts Support TransformUtils Vectorize ) add_clang_executable(clang-check ClangCheck.cpp ) target_link_libraries(clang-check clangAST clangBasic clangDriver clangCodeGen clangFrontend clangRewriteFrontend clangStaticAnalyzerFrontend clangTooling ) install(TARGETS clang-check RUNTIME DESTINATION bin)
Update psycopg2 from 2.6.1 to 2.6.2
# Bleeding edge Django django==1.8.5 Jinja2==2.8.1 django-jinja==2.2.2 markupsafe==0.23 # Configuration django-environ==0.4.0 django-secure==1.0.1 whitenoise==3.2.2 # Forms django-braces==1.8.1 django-crispy-forms==1.5.2 django-floppyforms==1.5.2 # Models django-model-utils==2.3.1 # Images Pillow==3.0.0 # Python-PostgreSQL Database Adapter psycopg2==2.6.1 # Unicode slugification git+git://github.com/mozilla/unicode-slugify#egg=unicode-slugify==0.1.3-HEAD django-autoslug==1.9.3 # Time zones support pytz==2016.10 # Your custom requirements go here django-bootstrap3==6.2.2 django-reversion==1.9.3 djangorestframework==3.3.1 Markdown==2.6.5 django-filter==0.11.0 djangorestframework-filters==0.6.0 django-markdown==0.8.4 django-settings-export==1.0.6 holviapi==0.2.20170129 python-dateutil==2.4.2
# Bleeding edge Django django==1.8.5 Jinja2==2.8.1 django-jinja==2.2.2 markupsafe==0.23 # Configuration django-environ==0.4.0 django-secure==1.0.1 whitenoise==3.2.2 # Forms django-braces==1.8.1 django-crispy-forms==1.5.2 django-floppyforms==1.5.2 # Models django-model-utils==2.3.1 # Images Pillow==3.0.0 # Python-PostgreSQL Database Adapter psycopg2==2.6.2 # Unicode slugification git+git://github.com/mozilla/unicode-slugify#egg=unicode-slugify==0.1.3-HEAD django-autoslug==1.9.3 # Time zones support pytz==2016.10 # Your custom requirements go here django-bootstrap3==6.2.2 django-reversion==1.9.3 djangorestframework==3.3.1 Markdown==2.6.5 django-filter==0.11.0 djangorestframework-filters==0.6.0 django-markdown==0.8.4 django-settings-export==1.0.6 holviapi==0.2.20170129 python-dateutil==2.4.2
Update python-dateutil from 2.4.2 to 2.6.0
# Bleeding edge Django django==1.8.5 Jinja2==2.8.1 django-jinja==2.2.2 markupsafe==0.23 # Configuration django-environ==0.4.0 django-secure==1.0.1 whitenoise==3.2.2 # Forms django-braces==1.8.1 django-crispy-forms==1.5.2 django-floppyforms==1.5.2 # Models django-model-utils==2.3.1 # Images Pillow==3.0.0 # Python-PostgreSQL Database Adapter psycopg2==2.6.2 # Unicode slugification git+git://github.com/mozilla/unicode-slugify#egg=unicode-slugify==0.1.3-HEAD django-autoslug==1.9.3 # Time zones support pytz==2016.10 # Your custom requirements go here django-bootstrap3==6.2.2 django-reversion==1.9.3 djangorestframework==3.3.1 Markdown==2.6.5 django-filter==0.11.0 djangorestframework-filters==0.6.0 django-markdown==0.8.4 django-settings-export==1.0.6 holviapi==0.2.20170129 python-dateutil==2.4.2
# Bleeding edge Django django==1.8.5 Jinja2==2.8.1 django-jinja==2.2.2 markupsafe==0.23 # Configuration django-environ==0.4.0 django-secure==1.0.1 whitenoise==3.2.2 # Forms django-braces==1.8.1 django-crispy-forms==1.5.2 django-floppyforms==1.5.2 # Models django-model-utils==2.3.1 # Images Pillow==3.0.0 # Python-PostgreSQL Database Adapter psycopg2==2.6.2 # Unicode slugification git+git://github.com/mozilla/unicode-slugify#egg=unicode-slugify==0.1.3-HEAD django-autoslug==1.9.3 # Time zones support pytz==2016.10 # Your custom requirements go here django-bootstrap3==6.2.2 django-reversion==1.9.3 djangorestframework==3.3.1 Markdown==2.6.5 django-filter==0.11.0 djangorestframework-filters==0.6.0 django-markdown==0.8.4 django-settings-export==1.0.6 holviapi==0.2.20170129 python-dateutil==2.6.0
Update safety from 1.6.1 to 1.7.0
bandit==1.4.0 flake8==3.5.0 flake8-docstrings==1.3.0 flake8-bugbear==17.12.0;python_version>="3.5" flake8-import-order==0.16 mccabe==0.6.1 mypy==0.560 pep8-naming==0.5.0 pipdeptree==0.10.1 pipenv==9.0.3 safety==1.6.1 vulture==0.26 xenon==0.5.4
bandit==1.4.0 flake8==3.5.0 flake8-docstrings==1.3.0 flake8-bugbear==17.12.0;python_version>="3.5" flake8-import-order==0.16 mccabe==0.6.1 mypy==0.560 pep8-naming==0.5.0 pipdeptree==0.10.1 pipenv==9.0.3 safety==1.7.0 vulture==0.26 xenon==0.5.4
Disable JingleChromotingConnectionTest tests that are failing under TSan on Win.
# Fail under TSan, see http://crbug.com/57832 JingleChromotingConnectionTest.TestVideoChannel JingleChromotingConnectionTest.TestEventsChannel JingleChromotingConnectionTest.TestVideoRtpChannel
Update django-extensions from 1.7.8 to 1.7.9
# Local development dependencies go here -r base.txt coverage==4.3.4 django-coverage-plugin==1.5.0 Sphinx==1.5.5 django-extensions==1.7.8 Werkzeug==0.12.1 django-test-plus==1.0.17 factory_boy==2.8.1 django-debug-toolbar==1.8 # improved REPL ipython==5.3.0 # pyup: >=5.3.0,<6.0.0 ipdb==0.10.3 pytest-django==3.1.2 pytest-sugar==0.8.0 # Own stuff django-rosetta==0.7.13
# Local development dependencies go here -r base.txt coverage==4.3.4 django-coverage-plugin==1.5.0 Sphinx==1.5.5 django-extensions==1.7.9 Werkzeug==0.12.1 django-test-plus==1.0.17 factory_boy==2.8.1 django-debug-toolbar==1.8 # improved REPL ipython==5.3.0 # pyup: >=5.3.0,<6.0.0 ipdb==0.10.3 pytest-django==3.1.2 pytest-sugar==0.8.0 # Own stuff django-rosetta==0.7.13
Update django-test-plus from 1.0.16 to 1.0.17
# Local development dependencies go here -r base.txt django-coverage-plugin==1.4 coverage==4.3.4 Sphinx==1.5.1 django-extensions==1.7.5 Werkzeug==0.11.15 django-test-plus==1.0.16 django-debug-toolbar==1.6 # improved REPL ipdb==0.10.1 pytest-django==3.1.2 pytest-sugar==0.8.0
# Local development dependencies go here -r base.txt django-coverage-plugin==1.4 coverage==4.3.4 Sphinx==1.5.1 django-extensions==1.7.5 Werkzeug==0.11.15 django-test-plus==1.0.17 django-debug-toolbar==1.6 # improved REPL ipdb==0.10.1 pytest-django==3.1.2 pytest-sugar==0.8.0
Remove downstream expectations for fast/canvas/webgl/uniform-location.html, since they've been upstreamed.
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. // Skip these tests until the test_expectations can be updated after this Chromium patch lands. BUGWK44797 SKIP : fullscreen = PASS FAIL TIMEOUT // Skip this test until the expected results are updated upstream. BUGWK56621 SKIP : editing/pasteboard/onpaste-text-html-types.html = FAIL // Went from CRASH to TEXT in 78710; this expectation should be upstreamed. BUG_SENORBLANCO WIN : fast/canvas/webgl/uniform-location.html = TIMEOUT CRASH TEXT
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. // Skip these tests until the test_expectations can be updated after this Chromium patch lands. BUGWK44797 SKIP : fullscreen = PASS FAIL TIMEOUT // Skip this test until the expected results are updated upstream. BUGWK56621 SKIP : editing/pasteboard/onpaste-text-html-types.html = FAIL
Change the license from MIT to BSD to match the anim_encoder license.
Copyright (c) 2012 Ryan Prichard 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) 2012 Ryan Prichard 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 and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the <organization> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Add license file. Still need to add other authors.
Copyright (c) 2007,2008 Roberto Alsina <ralsina@netmanagers.co.ar> 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 xsens directory for compilation.
add_subdirectory(TaskSpace EXCLUDE_FROM_ALL) file(GLOB TO_COMPILE "future*.cpp") # These executables are *not* tests. include_directories(${OpenSim_SOURCE_DIR} ${OpenSim_SOURCE_DIR}/Vendors) add_subdirectory(ExampleHopperDevice) set(SANDBOX_FILES "futureOrientationInverseKinematics.osim" "futureOrientationInverseKinematics.trc" ) foreach(dataFile ${SANDBOX_FILES}) configure_file(${dataFile} ${CMAKE_CURRENT_BINARY_DIR}/${dataFile} COPYONLY) endforeach() OpenSimCopySharedTestFiles(gait10dof18musc_subject01.osim) foreach(exec_file ${TO_COMPILE}) get_filename_component(_target_name ${exec_file} NAME_WE) add_executable(${_target_name} EXCLUDE_FROM_ALL ${exec_file}) target_link_libraries(${_target_name} osimTools) set_target_properties(${_target_name} PROPERTIES FOLDER "Future sandbox" ) endforeach() if(UNIX) add_executable(ImuStreaming ImuStreaming.cpp) target_link_libraries(ImuStreaming osimCommon osimSimulation osimTools) endif()
add_subdirectory(TaskSpace EXCLUDE_FROM_ALL) file(GLOB TO_COMPILE "future*.cpp") # These executables are *not* tests. include_directories(${OpenSim_SOURCE_DIR} ${OpenSim_SOURCE_DIR}/Vendors) add_subdirectory(ExampleHopperDevice) set(SANDBOX_FILES "futureOrientationInverseKinematics.osim" "futureOrientationInverseKinematics.trc" ) foreach(dataFile ${SANDBOX_FILES}) configure_file(${dataFile} ${CMAKE_CURRENT_BINARY_DIR}/${dataFile} COPYONLY) endforeach() OpenSimCopySharedTestFiles(gait10dof18musc_subject01.osim) foreach(exec_file ${TO_COMPILE}) get_filename_component(_target_name ${exec_file} NAME_WE) add_executable(${_target_name} EXCLUDE_FROM_ALL ${exec_file}) target_link_libraries(${_target_name} osimTools) set_target_properties(${_target_name} PROPERTIES FOLDER "Future sandbox" ) endforeach() if(UNIX) add_executable(ImuStreaming ImuStreaming.cpp) target_link_libraries(ImuStreaming osimCommon osimSimulation osimTools) endif() add_subdirectory(xsens)
Update setuptools from 41.0.0 to 41.0.1
# scratchdir/requirements/build.txt # # Requirements necessary to build the scratchdir package. pip==19.0.3 setuptools==36.8.0; python_version < '2.7' # pyup: ignore setuptools==41.0.0; python_version > '2.7'
# scratchdir/requirements/build.txt # # Requirements necessary to build the scratchdir package. pip==19.0.3 setuptools==36.8.0; python_version < '2.7' # pyup: ignore setuptools==41.0.1; python_version > '2.7'
Update django-nose 1.4.0 -> 1.4.1
-r base.txt coverage==3.7.1 django-nose==1.4 flake8==2.4.1 mccabe==0.3.1 pep8==1.6.2 pyflakes==0.9.2 mock==1.0.1 nose==1.3.6
-r base.txt coverage==3.7.1 django-nose==1.4.1 flake8==2.4.1 mccabe==0.3.1 pep8==1.6.2 pyflakes==0.9.2 mock==1.0.1 nose==1.3.6
Copy ctkTest.h in installed files
project(CTKTesting) # CMake Macros include(CMake/ctkMacroGenerateMocs.cmake)
project(CTKTesting) # CMake Macros include(CMake/ctkMacroGenerateMocs.cmake) install(FILES ctkTest.h DESTINATION ${CTK_INSTALL_INCLUDE_DIR} COMPONENT Development )
Update psycopg2 from 2.7.3 to 2.7.3.1
# These packages all have pre-compiled manylinux builds for Debian now, so we # only need to build them on Alpine cffi==1.10.0 cryptography==2.0.3 Pillow==4.2.1 psycopg2==2.7.3 numpy==1.13.1
# These packages all have pre-compiled manylinux builds for Debian now, so we # only need to build them on Alpine cffi==1.10.0 cryptography==2.0.3 Pillow==4.2.1 psycopg2==2.7.3.1 numpy==1.13.1
Add missing file to CMake list
add_llvm_library(LLVMDebugInfo DIContext.cpp DWARFAbbreviationDeclaration.cpp DWARFCompileUnit.cpp DWARFContext.cpp DWARFDebugAbbrev.cpp DWARFDebugArangeSet.cpp DWARFDebugAranges.cpp DWARFDebugInfoEntry.cpp DWARFDebugLine.cpp DWARFDebugRangeList.cpp DWARFFormValue.cpp )
add_llvm_library(LLVMDebugInfo DIContext.cpp DWARFAbbreviationDeclaration.cpp DWARFCompileUnit.cpp DWARFContext.cpp DWARFDebugAbbrev.cpp DWARFDebugArangeSet.cpp DWARFDebugAranges.cpp DWARFDebugFrame.cpp DWARFDebugInfoEntry.cpp DWARFDebugLine.cpp DWARFDebugRangeList.cpp DWARFFormValue.cpp )
Add explanatory comment about the peculiar config module
set(HEADERS config.h) set(SOURCES config.cc) include(AddAktualizrTest) add_library(config OBJECT ${SOURCES}) add_aktualizr_test(NAME config SOURCES config_test.cc ARGS ${PROJECT_BINARY_DIR} PROJECT_WORKING_DIRECTORY) # config file test for collisions between import and FS->SQL migration paths add_test(NAME config-import COMMAND ${PROJECT_SOURCE_DIR}/tests/run_import_clash_test.sh ${PROJECT_SOURCE_DIR}/config) aktualizr_source_file_checks(${SOURCES} ${HEADERS} config_test.cc)
set(HEADERS config.h) set(SOURCES config.cc) include(AddAktualizrTest) add_library(config OBJECT ${SOURCES}) # note: the Config object is composed with multiple sub-config objects that live # close to the modules their refer too. To make the config module as # self-contained as possible, the method definitions of these sub objects are # also added to the module with CMake `target_sources(config PRIVATE ...)` # declarations. add_aktualizr_test(NAME config SOURCES config_test.cc ARGS ${PROJECT_BINARY_DIR} PROJECT_WORKING_DIRECTORY) # config file test for collisions between import and FS->SQL migration paths add_test(NAME config-import COMMAND ${PROJECT_SOURCE_DIR}/tests/run_import_clash_test.sh ${PROJECT_SOURCE_DIR}/config) aktualizr_source_file_checks(${SOURCES} ${HEADERS} config_test.cc)
Refactor and adding external libraries.
cmake_minimum_required(VERSION 3.10) project(AMBER VERSION 2.1) include(GNUInstallDirs) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++14") set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -g0 -march=native -mtune=native") add_executable(amber src/CommandLine.cpp src/TransientSearch.cpp src/Trigger.cpp ) target_include_directories(amber PRIVATE include) target_link_libraries(amber dedispersion integration snr isa_utils isa_opencl astrodata OpenCL) if($ENV{LOFAR}) target_link_libraries(amber hdf5 hdf5_cpp z) endif() if($ENV{PSRDADA}) target_link_libraries(amber psrdada cudart) endif() install(TARGETS amber RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
cmake_minimum_required(VERSION 3.10) project(AMBER VERSION 2.1) include(GNUInstallDirs) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++14") set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -march=native -mtune=native") set(TARGET_LINK_LIBRARIES "isa_utils isa_opencl astrodata dedispersion integration snr OpenCL") if($ENV{LOFAR}) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DHAVE_HDF5") set(TARGET_LINK_LIBRARIES "${TARGET_LINK_LIBRARIES} hdf5 hdf5_cpp z") endif() if($ENV{PSRDADA}) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DHAVE_PSRDADA") set(TARGET_LINK_LIBRARIES "${TARGET_LINK_LIBRARIES} psrdada cudart") endif() # amber add_executable(amber src/CommandLine.cpp src/TransientSearch.cpp src/Trigger.cpp ) target_include_directories(amber PRIVATE include) target_link_libraries(amber ${TARGET_LINK_LIBRARIES}) install(TARGETS amber RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
Update readme.txt to refer to new github location.
safe_data 0.1 ============= safe_data provides convenient and efficient C++ data types that are self-validating. Validates ranges, min/max, string length, container sizes, etc. safe_data guarantees to hold valid data at all times. Installation ------------ Before installing safe_data, you must have the C++ Boost Libraries installed. Visit http://www.boost.org/ for more information. After installing Boost, include this directory in your compiler's include directory. Once successfully configured, you should be able to use this statement to include the files: #include <safe_data/safe_data.hpp> You can also compile and run test.cpp to make sure your compiler works with safe_data. Directions ---------- Review the code in example.cpp for general usage. The file test.cpp can be referenced for more advanced features. Current Release --------------- The most current release can always be found at: http://sourceforge.net/projects/safedata/
safe_data 0.2 ============= safe_data provides convenient and efficient C++ data types that are self-validating. Validates ranges, min/max, string length, container sizes, etc. safe_data guarantees to hold valid data at all times. Installation ------------ Before installing safe_data, you must have the C++ Boost Libraries installed. Visit http://www.boost.org/ for more information. After installing Boost, include this directory in your compiler's include directory. Once successfully configured, you should be able to use this statement to include the files: #include <safe_data/safe_data.hpp> You can also compile and run test.cpp to make sure your compiler works with safe_data. Directions ---------- Review the code in example.cpp for general usage. The file test.cpp can be referenced for more advanced features. Current Release --------------- The most current release can always be found at: https://github.com/syvex/safe_data
Add information about import xml analyzer only tested on Singularity with Firestorm producing a package with a slightly different structure
= README = A bunch of miscellaneous tools that may (or may not) grow over time. == analyze-import-xml == a very basic script to analyze an xml package that can be imported via a viewer's import xml facility currently just checks whether required textures are present package currently needs to be unzipped first == create-user-line-generator == a very basic script to generate a bunch of create user lines for pasting into an OpenSimulator ROBUST console in order to generate many users simultaneously (e.g. for bot testing purposes == opensimulator-script-analyzer == a very basic script that looks for OpenSimulator script functions (ll, os, mod, etc) in a bunch of files and prints out the number of times each one is used. == reset-user-password-line-generator == another very basic script to generate a bunch of reset user password lines for pasting into an OpenSimulator ROBUST console. One use is to reset bot scripts.
= README = A bunch of miscellaneous tools that may (or may not) grow over time. == analyze-import-xml == A very basic script to analyze an xml package that can be imported via a Singularity or Imprudence viewer's import xml facility. From reports, the import package used by Firestorm is slightly different so this may not work on that. Currently just checks whether required textures are present XML package currently needs to be unzipped first == create-user-line-generator == A very basic script to generate a bunch of create user lines for pasting into an OpenSimulator ROBUST Console in order to generate many users simultaneously (e.g. for bot testing purposes == opensimulator-script-analyzer == A very basic script that looks for OpenSimulator script functions (ll, os, mod, etc) In a bunch of files and prints out the number of times each one is used. == reset-user-password-line-generator == Another very basic script to generate a bunch of reset user password lines for pasting Into an OpenSimulator ROBUST console. One use is to reset bot scripts.
Remove code at old location of "optional-import-statements"
# no-space dashes-long-line <new_line> # Dashrep compiler output <new_line> <new_line> # object-code-copyright-notice <new_line> <new_line> <new_line> # no-space dashes-long-line <new_line> # Optional import statements <new_line> <new_line> optional-import-statements <new_line> <new_line> # no-space dashes-long-line <new_line> # Declare and initialize global arrays and variables <new_line> <new_line>
# no-space dashes-long-line <new_line> # Dashrep compiler output <new_line> <new_line> # object-code-copyright-notice <new_line> <new_line> <new_line> # no-space dashes-long-line <new_line> # Declare and initialize global arrays and variables <new_line> <new_line>
Fix name in license file
The MIT License (MIT) Copyright (c) 2015 Luis G 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.
The MIT License (MIT) Copyright (c) 2015 Luis Gmez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Update pip from 19.2.3 to 19.3
ansible==2.8.5 pip==19.2.3 wheel==0.33.6 watchdog==0.9.0 flake8==3.7.8 tox==3.14.0 coverage==4.5.4 Sphinx==2.2.0 twine==2.0.0 rstcheck==3.3.1 pycodestyle==2.5.0 pylint==2.4.2
ansible==2.8.5 pip==19.3 wheel==0.33.6 watchdog==0.9.0 flake8==3.7.8 tox==3.14.0 coverage==4.5.4 Sphinx==2.2.0 twine==2.0.0 rstcheck==3.3.1 pycodestyle==2.5.0 pylint==2.4.2
Add the codon data file.
UUU F UUC F UUA L UUG L UCU S UCC S UCA S UCG S UAU Y UAC Y UAA Stop UAG Stop UGU C UGC C UGA Stop UGG W CUU L CUC L CUA L CUG L CCU P CCC P CCA P CCG P CAU H CAC H CAA Q CAG Q CGU R CGC R CGA R CGG R AUU I AUC I AUA I AUG M ACU T ACC T ACA T ACG T AAU N AAC N AAA K AAG K AGU S AGC S AGA R AGG R GUU V GUC V GUA V GUG V GCU A GCC A GCA A GCG A GAU D GAC D GAA E GAG E GGU G GGC G GGA G GGG G
Update setuptools_scm from 1.15.7 to 1.16.0
setuptools_scm==1.15.7 numpy==1.14.2 typing==3.6.4
setuptools_scm==1.16.0 numpy==1.14.2 typing==3.6.4
Update TimerDroid to 2.1.1 (1412211)
Categories:Office License:GPLv3 Web Site: Source Code:https://github.com/hoffimar/timerdroid Issue Tracker:https://github.com/hoffimar/timerdroid/issues Auto Name:TimerDroid Summary:Use multiple timers Description: Use multiple timers with additional features such as a widget, send-to-background, categories, etc. . Repo Type:git Repo:https://github.com/hoffimar/timerdroid Build:2.1.0,1412210 commit=29728b070da2c51b63bd370987853e1a5632f5d7 Auto Update Mode:None Update Check Mode:RepoManifest Current Version:2.1.1 Current Version Code:1412211
Categories:Office License:GPLv3 Web Site: Source Code:https://github.com/hoffimar/timerdroid Issue Tracker:https://github.com/hoffimar/timerdroid/issues Auto Name:TimerDroid Summary:Use multiple timers Description: Use multiple timers with additional features such as a widget, send-to-background, categories, etc. . Repo Type:git Repo:https://github.com/hoffimar/timerdroid Build:2.1.0,1412210 commit=29728b070da2c51b63bd370987853e1a5632f5d7 Build:2.1.1,1412211 commit=e99cb9aef575979c4097b08d0ce85ba63f8fca3f Auto Update Mode:None Update Check Mode:RepoManifest Current Version:2.1.1 Current Version Code:1412211
Update pytest from 6.2.1 to 6.2.3
-r requirements.txt coveralls==3.0.1 pytest==6.2.1 pytest-cov==2.11.1 flake8==3.8.4
-r requirements.txt coveralls==3.0.1 pytest==6.2.3 pytest-cov==2.11.1 flake8==3.8.4
Update coverage from 4.4.2 to 4.5.1
async-timeout==2.0.1 brotlipy==0.7.0 cchardet==2.1.1 chardet==3.0.4 coverage==4.4.2 cython==0.27.3 flake8==3.5.0 gunicorn==19.7.1 isort==4.2.15 multidict==3.3.2 pip==9.0.1 pyflakes==1.6.0 pytest-cov==2.5.1 pytest-mock==1.6.3 pytest==3.5.0 towncrier==17.8.0 tox==2.9.1 twine==1.9.1 yarl==0.16.0
async-timeout==2.0.1 brotlipy==0.7.0 cchardet==2.1.1 chardet==3.0.4 coverage==4.5.1 cython==0.27.3 flake8==3.5.0 gunicorn==19.7.1 isort==4.2.15 multidict==3.3.2 pip==9.0.1 pyflakes==1.6.0 pytest-cov==2.5.1 pytest-mock==1.6.3 pytest==3.5.0 towncrier==17.8.0 tox==2.9.1 twine==1.9.1 yarl==0.16.0
Update tox from 2.9.1 to 3.0.0
-r common.txt PyYAML==3.12 bumpversion==0.5.3 coverage==4.5.1 cryptography==2.2.2 flake8==3.5.0 mock==2.0.0 pip==9.0.3 tox==2.9.1 watchdog==0.8.3 wheel==0.31.0
-r common.txt PyYAML==3.12 bumpversion==0.5.3 coverage==4.5.1 cryptography==2.2.2 flake8==3.5.0 mock==2.0.0 pip==9.0.3 tox==3.0.0 watchdog==0.8.3 wheel==0.31.0
Upgrade setuptools from 40.8.0 to 41.0.1.
# Dependencies for setting up pip to install our requirements.txt file. pip==19.1 setuptools==40.8.0 wheel==0.33.1
# Dependencies for setting up pip to install our requirements.txt file. pip==19.1 setuptools==41.0.1 wheel==0.33.1
Update sphinx from 1.4.4 to 1.4.5
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.4 cryptography==1.4 PyYAML==3.11 pytest==2.9.2 requests==2.10.0
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.5 cryptography==1.4 PyYAML==3.11 pytest==2.9.2 requests==2.10.0
Upgrade dependency raven to ==5.9.2
-r base.txt raven==5.9.1 python3-memcached==1.51
-r base.txt raven==5.9.2 python3-memcached==1.51
Update pip from 20.2 to 20.2.1
pip==20.2 wheel==0.34.2 watchdog==0.10.3 flake8==3.8.3 Sphinx==3.1.2 tox==3.18.1 coverage==5.2.1 PyYAML==5.3.1 pytest==6.0.1
pip==20.2.1 wheel==0.34.2 watchdog==0.10.3 flake8==3.8.3 Sphinx==3.1.2 tox==3.18.1 coverage==5.2.1 PyYAML==5.3.1 pytest==6.0.1
Make examples make rules instead of cmake options
option(InteractiveExample "Compile interactive example" OFF) option(PlaybackExample "Compile playback example" OFF) option(SerializationExample "Compile serialization example" OFF) set(LIBS ${LIBS} myosim) if(InteractiveExample) add_executable(interactive interactive.cpp) target_link_libraries(interactive ${LIBS}) target_compile_features(interactive PRIVATE cxx_auto_type) # C++11 endif(InteractiveExample) if(PlaybackExample) add_executable(playback playback.cpp) target_link_libraries(playback ${LIBS}) target_compile_features(playback PRIVATE cxx_auto_type) # C++11 endif(PlaybackExample) if(SerializationExample) add_executable(serialization serialize.cpp) target_link_libraries(serialization ${LIBS}) target_compile_features(serialization PRIVATE cxx_auto_type) # C++11 endif(SerializationExample)
set(LIBS ${LIBS} myosim) add_executable(interactive-example EXCLUDE_FROM_ALL interactive.cpp) set_target_properties(interactive-example PROPERTIES OUTPUT_NAME interactive) target_link_libraries(interactive-example ${LIBS}) target_compile_features(interactive-example PRIVATE cxx_auto_type) # C++11 add_executable(playback-example EXCLUDE_FROM_ALL playback.cpp) set_target_properties(playback-example PROPERTIES OUTPUT_NAME playback) target_link_libraries(playback-example ${LIBS}) target_compile_features(playback-example PRIVATE cxx_auto_type) # C++11 add_executable(serialization-example EXCLUDE_FROM_ALL serialize.cpp) set_target_properties(serialization-example PROPERTIES OUTPUT_NAME serialization) target_link_libraries(serialization-example ${LIBS}) target_compile_features(serialization-example PRIVATE cxx_auto_type) # C++11
Bump black from 19.3b0 to 20.8b1
black==19.3b0 bleach==3.1.5 defusedxml==0.6.0 django>=3.0.8,<3.1 django-annoying==0.10.6 django-autocomplete-light==3.5.1 django-contrib-comments==1.9.2 django-countries==6.1.3 django-crispy-forms==1.9.2 django-cron==0.5.1 django-durationfield==0.5.5 django-filter==2.3.0 django-modeltranslation==0.15.1 django-premailer django-request==1.5.6 django-reversion==3.0.7 django-taggit==1.3.0 djangorestframework==3.11.1 djmail==2.0.0 docutils==0.16 factory_boy>=2.10.0,<3.0 mwoauth==0.3.7 pillow==7.2.0 pypandoc==1.5 python-dateutil==2.8.1 pytz==2020.1 setuptools>=45.2.0 six==1.15.0 wheel>=0.34.2 whitenoise==5.2.0
black==20.8b1 bleach==3.1.5 defusedxml==0.6.0 django>=3.0.8,<3.1 django-annoying==0.10.6 django-autocomplete-light==3.5.1 django-contrib-comments==1.9.2 django-countries==6.1.3 django-crispy-forms==1.9.2 django-cron==0.5.1 django-durationfield==0.5.5 django-filter==2.3.0 django-modeltranslation==0.15.1 django-premailer django-request==1.5.6 django-reversion==3.0.7 django-taggit==1.3.0 djangorestframework==3.11.1 djmail==2.0.0 docutils==0.16 factory_boy>=2.10.0,<3.0 mwoauth==0.3.7 pillow==7.2.0 pypandoc==1.5 python-dateutil==2.8.1 pytz==2020.1 setuptools>=45.2.0 six==1.15.0 wheel>=0.34.2 whitenoise==5.2.0
Update m2r from 0.1.12 to 0.1.13
m2r==0.1.12 setuptools==38.5.1 sphinx==1.6.7 sphinx-rtd-theme==0.2.4
m2r==0.1.13 setuptools==38.5.1 sphinx==1.6.7 sphinx-rtd-theme==0.2.4
Update libdeps. llvm/Target/TargetOptions.h depends on MC.
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} AsmPrinter CodeGen Core MIRParser Support Target ) add_llvm_unittest(MITests LiveIntervalTest.cpp )
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} AsmPrinter CodeGen Core MC MIRParser Support Target ) add_llvm_unittest(MITests LiveIntervalTest.cpp )
Upgrade the pyusb version to 1.2, since Python 3.6+ requires 1.2 at min
hexformat==0.2 hidapi==0.10.1 progress==1.5 pyserial==3.5 pyusb==1.1.1
hexformat==0.2 hidapi==0.10.1 progress==1.5 pyserial==3.5 pyusb==1.2.0
Update django from 1.10.6 to 1.11
celery==4.0.2 coverage==4.3.4 django-extra-fields==0.9 django-nose==1.4.4 django-rest-framework-social-oauth2==1.0.5 django-rest-swagger==2.1.2 django==1.10.6 djangorestframework==3.6.2 psycopg2==2.7.1 pylint==1.6.5 pylint-django==0.7.2 radon==1.5.0 social-auth-app-django==1.1.0 social-auth-core==1.2.0
celery==4.0.2 coverage==4.3.4 django-extra-fields==0.9 django-nose==1.4.4 django-rest-framework-social-oauth2==1.0.5 django-rest-swagger==2.1.2 django==1.11 djangorestframework==3.6.2 psycopg2==2.7.1 pylint==1.6.5 pylint-django==0.7.2 radon==1.5.0 social-auth-app-django==1.1.0 social-auth-core==1.2.0
Bump sparqlwrapper from 1.8.4 to 1.8.5 in /arches/install
Django==2.2.13 psycopg2-binary==2.8.4 elasticsearch>=7.0.0,<8.0.0 rdflib==4.2.2 django-guardian==2.1.0 python-memcached==1.59 celery==4.4.4 django-celery-results==1.2.1 mapbox-vector-tile==1.2.0 SPARQLWrapper==1.8.4 django-recaptcha==2.0.5 edtf==4.0.1 couchdb==1.2 django-revproxy==0.9.15 django-cors-headers==3.1.1 django-oauth-toolkit==1.2.0 python-docx==0.8.10 PyLD[requests]==1.0.5 pyprind==2.11.2 pycryptodome<4.0.0,>=3.3.1 pyshp==2.1.0 requests[security]>=2.18.1 python-slugify==4.0.0 pillow==7.0.0 arcgis2geojson==2.0.0
Django==2.2.13 psycopg2-binary==2.8.4 elasticsearch>=7.0.0,<8.0.0 rdflib==4.2.2 django-guardian==2.1.0 python-memcached==1.59 celery==4.4.4 django-celery-results==1.2.1 mapbox-vector-tile==1.2.0 SPARQLWrapper==1.8.5 django-recaptcha==2.0.5 edtf==4.0.1 couchdb==1.2 django-revproxy==0.9.15 django-cors-headers==3.1.1 django-oauth-toolkit==1.2.0 python-docx==0.8.10 PyLD[requests]==1.0.5 pyprind==2.11.2 pycryptodome<4.0.0,>=3.3.1 pyshp==2.1.0 requests[security]>=2.18.1 python-slugify==4.0.0 pillow==7.0.0 arcgis2geojson==2.0.0
Update ryu from 4.24 to 4.25
astroid bitstring codecov concurrencytest exabgp influxdb ipaddress netifaces networkx packaging prometheus_client pylint pytest-cov pyyaml requests ryu==4.24 beka==0.3.3
astroid bitstring codecov concurrencytest exabgp influxdb ipaddress netifaces networkx packaging prometheus_client pylint pytest-cov pyyaml requests ryu==4.25 beka==0.3.3
Update sphinx from 1.7.0 to 1.7.1
sphinx==1.7.0 releases==1.4.0 sphinx-rtd-theme==0.2.4
sphinx==1.7.1 releases==1.4.0 sphinx-rtd-theme==0.2.4
Update Your local weather to 1.2 (3)
Categories:Internet License:GPL-3.0+ Web Site: Source Code:https://github.com/thuryn/your-local-weather Issue Tracker:https://github.com/thuryn/your-local-weather/issues Changelog:https://raw.githubusercontent.com/thuryn/your-local-weather/HEAD/CHANGELOG Auto Name:Your local weather Summary:Display weather information Description: Show current weather information from [http://openweathermap.org/ OpenWeatherMap]. Features: * Different languages: Basque, Belarusian, Czech, English, French, German, Japanese, Spanish, Polish, Russian * Current weather * 7 day forecast * Many locations * Notifications * Support different measuring units * Ad-free * Accelerometer based updates * Mozilla location provider * Nominatim address resolver . Repo Type:git Repo:https://github.com/thuryn/your-local-weather Build:1.0,1 commit=v1.0.2 subdir=app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.0 Current Version Code:1
Categories:Internet License:GPL-3.0+ Web Site: Source Code:https://github.com/thuryn/your-local-weather Issue Tracker:https://github.com/thuryn/your-local-weather/issues Changelog:https://raw.githubusercontent.com/thuryn/your-local-weather/HEAD/CHANGELOG Auto Name:Your local weather Summary:Display weather information Description: Show current weather information from [http://openweathermap.org/ OpenWeatherMap]. Features: * Different languages: Basque, Belarusian, Czech, English, French, German, Japanese, Spanish, Polish, Russian * Current weather * 7 day forecast * Many locations * Notifications * Support different measuring units * Ad-free * Accelerometer based updates * Mozilla location provider * Nominatim address resolver . Repo Type:git Repo:https://github.com/thuryn/your-local-weather Build:1.0,1 commit=v1.0.2 subdir=app gradle=yes Build:1.2,3 commit=v1.2 subdir=app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.2 Current Version Code:3
Add async es to this update
v0.5.0 (2019/11/26): Support adding license url from datasource metadata. v0.4.0 (2019/08/07): Improve a few test cases and test utility organization. v0.3.0 (2019/05/01): Support Elasticsearch 6.x as the backend, Elasticsearch 2.x is no longer supported. Require Python>=3.4. Removed httplib2 dependencies. Changed "msgpack=1" query parameter to "format=msgpack". Support "format=yaml" return format. Support "format=html" return format (useful for demo purpose). Support always_list and allow_null query parameters. Support optional "q=__any__" to return random docs. Redesigned test helper. Other accumulated improvements at https://github.com/biothings/biothings.api/commits/v0.3.0 v0.2.x Not been released to PyPI. v0.1.0 (2017/07/22): initial release
v0.5.0 (2019/12/02): Support adding license url from datasource metadata. Improve concurrent performance with async elasticsearch transport client. v0.4.0 (2019/08/07): Improve a few test cases and test utility organization. v0.3.0 (2019/05/01): Support Elasticsearch 6.x as the backend, Elasticsearch 2.x is no longer supported. Require Python>=3.4. Removed httplib2 dependencies. Changed "msgpack=1" query parameter to "format=msgpack". Support "format=yaml" return format. Support "format=html" return format (useful for demo purpose). Support always_list and allow_null query parameters. Support optional "q=__any__" to return random docs. Redesigned test helper. Other accumulated improvements at https://github.com/biothings/biothings.api/commits/v0.3.0 v0.2.x Not been released to PyPI. v0.1.0 (2017/07/22): initial release
Update django-nose from 1.4.5 to 1.4.6
coverage==4.5.2 django-nose==1.4.5 flake8==3.5.0 mypy==0.630 pydocstyle==2.1.1 pydot==1.2.4 pygraphviz==1.5 pyparsing==2.2.2
coverage==4.5.2 django-nose==1.4.6 flake8==3.5.0 mypy==0.630 pydocstyle==2.1.1 pydot==1.2.4 pygraphviz==1.5 pyparsing==2.2.2
Update Sugarizer to 0.9.0 (9000)
Categories:Science & Education License:Apache-2.0 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 platform used by nearly 3 million children around the world. Sugarizer allow you to discover the Sugar Learning Platform from your smartphone or tablet. It includes a bunch of educative activities coming from Sugar. . Repo Type:git Repo:https://github.com/llaske/sugarizer_android_build.git Build:0.6.0,600 commit=v0.6 Build:0.7.0,700 commit=v0.7 Build:0.8.0,800 commit=v0.8 scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:0.8.0 Current Version Code:800
Categories:Science & Education License:Apache-2.0 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 platform used by nearly 3 million children around the world. Sugarizer allow you to discover the Sugar Learning Platform from your smartphone or tablet. It includes a bunch of educative activities coming from Sugar. . Repo Type:git Repo:https://github.com/llaske/sugarizer_android_build.git Build:0.6.0,600 commit=v0.6 Build:0.7.0,700 commit=v0.7 Build:0.8.0,800 commit=v0.8 scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class Build:0.9.0,9000 commit=v0.9.0 scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:0.9.0 Current Version Code:9000
Add MIT license to project
MIT License Copyright (c) 2017 Bert Huang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Update flask from 0.12 to 0.12.2
# Everything needed in production # Flask Flask==0.12 MarkupSafe==1.0 Werkzeug==0.12 Jinja2==2.9.5 itsdangerous==0.24 click>=5.0 # Database Flask-SQLAlchemy==2.2 psycopg2==2.7.1 SQLAlchemy==1.1.6 # Migrations Flask-Migrate==2.0.3 # Forms Flask-WTF==0.14.2 WTForms==2.1 # Deployment gunicorn>=19.1.1 # Assets Flask-Assets==0.12 cssmin>=0.2.0 jsmin>=2.0.11 # Auth Flask-Login==0.4.0 Flask-Bcrypt==0.7.1 # Caching Flask-Caching>=1.0.0 # Debug toolbar Flask-DebugToolbar==0.10.1 # Requests requests==2.13.0
# Everything needed in production # Flask Flask==0.12.2 MarkupSafe==1.0 Werkzeug==0.12 Jinja2==2.9.5 itsdangerous==0.24 click>=5.0 # Database Flask-SQLAlchemy==2.2 psycopg2==2.7.1 SQLAlchemy==1.1.6 # Migrations Flask-Migrate==2.0.3 # Forms Flask-WTF==0.14.2 WTForms==2.1 # Deployment gunicorn>=19.1.1 # Assets Flask-Assets==0.12 cssmin>=0.2.0 jsmin>=2.0.11 # Auth Flask-Login==0.4.0 Flask-Bcrypt==0.7.1 # Caching Flask-Caching>=1.0.0 # Debug toolbar Flask-DebugToolbar==0.10.1 # Requests requests==2.13.0