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 "${C...
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 "${C...
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 ...
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 ...
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_kor...
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_k...
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,::,_getScheduleMicr...
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,::,_getScheduleMicr...
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/...
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/...
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...
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...
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...
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...
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 %} {% endautoes...
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 n...
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 n...
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 gene...
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 gene...
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 twi...
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 twi...
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, ...
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, ...
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 anot...
{% 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 anot...
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 Bulga...
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 Bulga...
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 ...
.. _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 ...
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 ou...
# 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 ou...
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://tarb...
# 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/pytho...
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 Descr...
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 Descr...
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 Fla...
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 Flas...
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 witho...
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 witho...
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 uritemp...
# Django stuff Django==1.10.7 dj-database-url==0.4.2 django-choices==1.6.0 django-extensions==1.8.1 django-storages==1.6.5 djangorestframework==3.6.3 whitenoise==3.3.0 # Allauth defusedxml==0.5.0 django-allauth==0.32.0 oauthlib==2.0.2 python3-openid==3.1.0 requests-oauthlib==0.8.0 # Github github3.py==1.0.0a4 uritemp...
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_subdi...
# `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_subdi...
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 tefill...
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 tefill...
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_ident...
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_ident...
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 OSL...
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 OSL...
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 R...
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 R...
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 ...
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 ...
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 requireme...
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 requireme...
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 LIBRA...
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(T...
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) inst...
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) inst...
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 depen...
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...
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...
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 Des...
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 Des...
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_HE...
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_HE...
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(TARGE...
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...
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-P...
# 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-P...
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-P...
# 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-P...
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 pyte...
# 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 pyte...
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 un...
// 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 un...
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, subl...
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. * ...
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...
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" ...
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" ...
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-im...
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 thes...
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/Tr...
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...
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 Li...
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 Li...
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 == c...
= 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 ma...
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-lon...
# 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, pu...
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,...
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...
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. . R...
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. . R...
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}...
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(playb...
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...
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...
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 djan...
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 djan...
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...
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...
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 dep...
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...
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 plat...
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 plat...
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, distri...
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-...
# 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 Flas...