Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update coverage from 4.4.1 to 4.4.2
-r prod.txt 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.1 Sphinx==1.6.5 cryptography==2.1.3 PyYAML==3.12
-r prod.txt 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.5 cryptography==2.1.3 PyYAML==3.12
Update flake8 from 3.4.0 to 3.4.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.4.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0.2 PyYAML==3.12 pytest==3.1.3 pyaudio==0.2.11
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.4.1 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0.2 PyYAML==3.12 pytest==3.1.3 pyaudio==0.2.11
Update flake8 from 2.6.0 to 3.3.0
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.7.0 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.12 pytest==2.9.2
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.12 pytest==2.9.2
Update varsnap python package to v1.4.1
# Core packages python-dotenv==0.17.0 # Read environment variables from .env Flask==1.1.2 # Web microframework uWSGI==2.0.19.1 # Application server syspath==2.0.4 # Modify paths # Features feedgen==0.9.0 # Generate atom feeds flask-sitemap==0.3.0 # Web sitemaps markdown2==2.4.0 ...
# Core packages python-dotenv==0.17.0 # Read environment variables from .env Flask==1.1.2 # Web microframework uWSGI==2.0.19.1 # Application server syspath==2.0.4 # Modify paths # Features feedgen==0.9.0 # Generate atom feeds flask-sitemap==0.3.0 # Web sitemaps markdown2==2.4.0 ...
Update djangorestframework from 3.7.3 to 3.7.7
-e . # General test libraries tox==2.9.1 pytest==3.3.0 pytest-django==3.1.2 pytest-isort==0.1.0 tzlocal==1.5.1 # Pep8 and code quality checkers flake8==3.5.0 pytest-cov==2.5.1 coverage==4.4.2 # Fixtures, test helpers factory-boy==2.9.2 mock==2.0.0 # General dependencies django==2.0 # Imap utilities dnspython3==1....
-e . # General test libraries tox==2.9.1 pytest==3.3.0 pytest-django==3.1.2 pytest-isort==0.1.0 tzlocal==1.5.1 # Pep8 and code quality checkers flake8==3.5.0 pytest-cov==2.5.1 coverage==4.4.2 # Fixtures, test helpers factory-boy==2.9.2 mock==2.0.0 # General dependencies django==2.0 # Imap utilities dnspython3==1....
Fix tensorflow dependency to 2.2.0 for a quick workaround for now.
pip setuptools_scm setuptools_scm_git_archive configparser numpy flask cma apscheduler pycryptodome paramiko sshpubkeys PyNaCl requests requests_toolbelt python_jwt sseclient terminaltables PyYAML google-api-python-client google-cloud-storage <= 1.5.0 google-cloud-pubsub <= 0.28.3 google-gax <= 0.15.14 google-...
pip setuptools_scm setuptools_scm_git_archive configparser numpy flask cma apscheduler pycryptodome paramiko sshpubkeys PyNaCl requests requests_toolbelt python_jwt sseclient terminaltables PyYAML google-api-python-client google-cloud-storage <= 1.5.0 google-cloud-pubsub <= 0.28.3 google-gax <= 0.15.14 google-...
Use new, shorter syntax for declaring arrays.
# Sample commands to display map of Europe -- try changing colors # and numbers, then pressing the green arrow to see what happens. worlds -11, 34, 37, 73 # Ocean as blue background. box -180, -90, 180, 90 color "lightblue" fill # Each country has a colorcode number. Set color to use for each colorcode. let c[1] = "...
# Sample commands to display map of Europe -- try changing colors # and numbers, then pressing the green arrow to see what happens. worlds -11, 34, 37, 73 # Ocean as blue background. box -180, -90, 180, 90 color "lightblue" fill # Each country has a colorcode number. Set color to use for each colorcode. let c = ["ye...
Use Eigen when building client library.
osvr_setup_lib_vars(Client) set(API "${HEADER_LOCATION}/ClientContext.h" "${HEADER_LOCATION}/ClientContext_fwd.h" "${HEADER_LOCATION}/ClientInterface.h" "${HEADER_LOCATION}/ClientInterfacePtr.h" "${HEADER_LOCATION}/CreateContext.h") set(SOURCE ClientContext.cpp ClientInterface.cpp Crea...
osvr_setup_lib_vars(Client) set(API "${HEADER_LOCATION}/ClientContext.h" "${HEADER_LOCATION}/ClientContext_fwd.h" "${HEADER_LOCATION}/ClientInterface.h" "${HEADER_LOCATION}/ClientInterfacePtr.h" "${HEADER_LOCATION}/CreateContext.h") set(SOURCE ClientContext.cpp ClientInterface.cpp Crea...
Make influxdb a non-editable requirement in pip and install it globally instead of the src subfolder
certifi==2015.4.28 -e git://github.com/influxdb/influxdb-python.git@815f7f96caf700c9bb3e6b5eb3108cfcee4c0469#egg=influxdb kafka-python==0.9.4 mock==1.0.1 nose==1.3.7 PyYAML==3.11 requests==2.7.0 six==1.9.0 virtualenv==13.1.0 wheel==0.24.0
certifi==2015.4.28 git+https://github.com/influxdb/influxdb-python.git@815f7f96caf700c9bb3e6b5eb3108cfcee4c0469#egg=influxdb kafka-python==0.9.4 mock==1.0.1 nose==1.3.7 PyYAML==3.11 requests==2.7.0 six==1.9.0 virtualenv==13.1.0 wheel==0.24.0
Update coverage from 6.4 to 6.4.1
numpy==1.22.3 matplotlib==3.5.2 scipy==1.8.1 six==1.16.0 coverage==6.4 nose==1.3.7
numpy==1.22.3 matplotlib==3.5.2 scipy==1.8.1 six==1.16.0 coverage==6.4.1 nose==1.3.7
Update python-coveralls from 2.9.1 to 2.9.2
requests==2.22.0 urllib3==1.25.3 patool==1.12 # configs pyyaml==5.1.1 # Logs daiquiri==1.5.0 # Tests pytest==4.6.3 pytest-cov==2.7.1 codecov==2.0.15 python-coveralls==2.9.1 coveralls==1.8.0 mock==3.0.5 # Find media name guessit==3.0.3 # Emails sendgrid==6.0.5
requests==2.22.0 urllib3==1.25.3 patool==1.12 # configs pyyaml==5.1.1 # Logs daiquiri==1.5.0 # Tests pytest==4.6.3 pytest-cov==2.7.1 codecov==2.0.15 python-coveralls==2.9.2 coveralls==1.8.0 mock==3.0.5 # Find media name guessit==3.0.3 # Emails sendgrid==6.0.5
Update mongoengine from 0.10.9 to 0.11.0
Flask==0.11.1 mongoengine==0.10.9 flask-mongoengine==0.8.2 Flask-Assets==0.12 jsmin==2.2.1 cssmin==0.2.0 webassets==0.12.0 Flask-Admin==1.4.2 Flask-SQLAlchemy==2.1 SQLAlchemy-Utils==0.32.11 Flask-Security==1.7.5 Flask-Login==0.4.0 Flask-Script==2.0.5 Flask-Mail==0.9.1 Pillow==3.4.2 Flask-BabelEx==0.9.3 Flask-Migrate==2...
Flask==0.11.1 mongoengine==0.11.0 flask-mongoengine==0.8.2 Flask-Assets==0.12 jsmin==2.2.1 cssmin==0.2.0 webassets==0.12.0 Flask-Admin==1.4.2 Flask-SQLAlchemy==2.1 SQLAlchemy-Utils==0.32.11 Flask-Security==1.7.5 Flask-Login==0.4.0 Flask-Script==2.0.5 Flask-Mail==0.9.1 Pillow==3.4.2 Flask-BabelEx==0.9.3 Flask-Migrate==2...
Update psycopg2 from 2.7.3.1 to 2.7.3.2
-r base.txt gunicorn==19.7.1 whitenoise==3.3.1 psycopg2==2.7.3.1
-r base.txt gunicorn==19.7.1 whitenoise==3.3.1 psycopg2==2.7.3.2
Update beautifulsoup4 from 4.8.0 to 4.8.1
bandit==1.6.2 beautifulsoup4==4.8.0 GitPython==3.0.2 codecov==2.0.15 coverage==4.5.4 ddt==1.2.1 defusedxml==0.6.0 flake8==3.7.8 internetarchive==1.8.5 mypy==0.730 nose==1.3.7 oauthlib==3.1.0 patool==1.12 pip==19.2.3 pyfiglet==0.8.post1 pylint==2.4.2 PyGithub==1.43.8 pywikibot==3.0.20190722 requests==2.22.0 requests-moc...
bandit==1.6.2 beautifulsoup4==4.8.1 GitPython==3.0.2 codecov==2.0.15 coverage==4.5.4 ddt==1.2.1 defusedxml==0.6.0 flake8==3.7.8 internetarchive==1.8.5 mypy==0.730 nose==1.3.7 oauthlib==3.1.0 patool==1.12 pip==19.2.3 pyfiglet==0.8.post1 pylint==2.4.2 PyGithub==1.43.8 pywikibot==3.0.20190722 requests==2.22.0 requests-moc...
Add dependency on 'docutils' for check reST syntax
Flask==0.10.1 itsdangerous==0.24 Jinja2==2.8 MarkupSafe==0.23 Werkzeug==0.10.4 wheel==0.26.0
docutils==0.12 Flask==0.10.1 itsdangerous==0.24 Jinja2==2.8 MarkupSafe==0.23 Werkzeug==0.10.4 wheel==0.26.0
Update sqlalchemy-utils from 0.32.14 to 0.32.16
codecov==2.0.9 cov-core==1.15.0 #nose2 coverage, not in conda, pip install coverage==4.4.1 futures==3.1.1 nose==1.3.7 #pycharm cant currently run nose2 nose2==0.6.5 #not in conda, pip install nose2-html-report==0.5.0 nose-cov==1.6 #not in conda, pip install nose-html-reporting==0.2.3 #not in conda, pip install numpy==1...
codecov==2.0.9 cov-core==1.15.0 #nose2 coverage, not in conda, pip install coverage==4.4.1 futures==3.1.1 nose==1.3.7 #pycharm cant currently run nose2 nose2==0.6.5 #not in conda, pip install nose2-html-report==0.5.0 nose-cov==1.6 #not in conda, pip install nose-html-reporting==0.2.3 #not in conda, pip install numpy==1...
Add temp fix for pycapnp
#See http://www.pip-installer.org/en/latest/requirements.html for details asteval==0.9.1 coverage==3.7.1 mock==1.0.1 ordereddict==1.1 pillow==2.3.0 psutil==1.0.1 pycapnp==0.5.0 pylint==1.1.0 pytest==2.4.2 pytest-cov==1.6 pytest-xdist==1.8 python-dateutil==2.1 PyYAML==3.10 unittest2==0.5.1 validictory==0.9.1 PyMySQL==0....
#See http://www.pip-installer.org/en/latest/requirements.html for details asteval==0.9.1 coverage==3.7.1 mock==1.0.1 ordereddict==1.1 pillow==2.3.0 psutil==1.0.1 # TODO: Remove setuptools/cython: https://github.com/jparyani/pycapnp/pull/36 cython>=0.21 setuptools>=0.8 pycapnp==0.5.0 pylint==1.1.0 pytest==2.4.2 pytest-c...
Upgrade dependency funcy to ==1.8
appdirs==1.4.3 contextlib2==0.5.5 Django==1.11.2 django-appconf==1.0.2 django-cacheops==3.2.1 django-compressor==2.1.1 django-debug-toolbar==1.8 django-querycount==0.6.0 freezegun==0.3.9 funcy==1.7.5 packaging==16.8 psycopg2==2.7.1 PyJWT==1.5.0 pyparsing==2.2.0 PySocks==1.6.7 python-dateutil==2.6.0 pytz==2017.2 raven==...
appdirs==1.4.3 contextlib2==0.5.5 Django==1.11.2 django-appconf==1.0.2 django-cacheops==3.2.1 django-compressor==2.1.1 django-debug-toolbar==1.8 django-querycount==0.6.0 freezegun==0.3.9 funcy==1.8 packaging==16.8 psycopg2==2.7.1 PyJWT==1.5.0 pyparsing==2.2.0 PySocks==1.6.7 python-dateutil==2.6.0 pytz==2017.2 raven==6....
Update whitenoise from 3.3.1 to 4.0
-e git://github.com/dubirajara/django-tagulous#egg=django_tagulous dj-config-url==0.1.1 dj-database-url==0.5.0 django-crispy-forms==1.7.2 django-recaptcha==1.4.0 django-registration-redux==2.4 Django==2.1 djangorestframework==3.8.2 gunicorn==19.8.1 psycopg2-binary==2.7.5 python-decouple==3.1 social-auth-app-django==2.1...
-e git://github.com/dubirajara/django-tagulous#egg=django_tagulous dj-config-url==0.1.1 dj-database-url==0.5.0 django-crispy-forms==1.7.2 django-recaptcha==1.4.0 django-registration-redux==2.4 Django==2.1 djangorestframework==3.8.2 gunicorn==19.8.1 psycopg2-binary==2.7.5 python-decouple==3.1 social-auth-app-django==2.1...
Update pillow from 6.2.1 to 7.0.0
beautifulsoup4==4.8.2 bcrypt==3.1.7 croniter==0.3.31 Cython==0.29.14 feedparser==5.2.1 git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2 google-api-python-client==1.7.11 isodate==0.6.0 jsonpath-ng==1.4.3 lxml==4.5.0 numpy==1.18.1 Pillow==6.2.1 parsedatetime==2.4 psutil==5.6.4 pyhedrals==0.2.0 python-dateutil==2....
beautifulsoup4==4.8.2 bcrypt==3.1.7 croniter==0.3.31 Cython==0.29.14 feedparser==5.2.1 git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2 google-api-python-client==1.7.11 isodate==0.6.0 jsonpath-ng==1.4.3 lxml==4.5.0 numpy==1.18.1 Pillow==7.0.0 parsedatetime==2.4 psutil==5.6.4 pyhedrals==0.2.0 python-dateutil==2....
Update setuptools from 33.1.0 to 35.0.0
# Requirements required by this package: -r requirements_setup.txt # Requirements needed for development & build & testing pytest==3.0.5 coverage==4.3.1 coveralls==1.1 wheel==0.29.0 setuptools==33.1.0 docutils==0.13.1 pygments==2.1.3 flake8==3.2.1 invoke==0.12.2 # pyup: ignore
# Requirements required by this package: -r requirements_setup.txt # Requirements needed for development & build & testing pytest==3.0.5 coverage==4.3.1 coveralls==1.1 wheel==0.29.0 setuptools==35.0.0 docutils==0.13.1 pygments==2.1.3 flake8==3.2.1 invoke==0.12.2 # pyup: ignore
Upgrade dependency zappa to ==0.19.4
base58==0.2.3 Django>=1.8 mysql-connector-python-rf==2.1.3 requests>=2.9.1 wheel==0.29.0 zappa==0.19.3
base58==0.2.3 Django>=1.8 mysql-connector-python-rf==2.1.3 requests>=2.9.1 wheel==0.29.0 zappa==0.19.4
Update uwsgi from 2.0.17 to 2.0.17.1
# These requirements are only necessary when developing on Oscar. # development Werkzeug==0.14.1 django-debug-toolbar==1.9.1 django-extensions==2.0.7 psycopg2==2.7.5 # Sandbox Pillow==5.2.0 Whoosh==2.7.4 django-environ==0.4.5 django-redis==4.9.0 pysolr==3.7.0 redis==2.10.6 requests==2.19.1 uWSGI==2.0.17 whitenoise==3...
# These requirements are only necessary when developing on Oscar. # development Werkzeug==0.14.1 django-debug-toolbar==1.9.1 django-extensions==2.0.7 psycopg2==2.7.5 # Sandbox Pillow==5.2.0 Whoosh==2.7.4 django-environ==0.4.5 django-redis==4.9.0 pysolr==3.7.0 redis==2.10.6 requests==2.19.1 uWSGI==2.0.17.1 whitenoise=...
Update pytest from 4.3.1 to 4.4.1
Flask>=0.11.1 Flask-Cache==0.13.1 requests==2.21.0 beautifulsoup4>=4.5.1 flake8==3.7.5 pytest==4.3.1 retry==0.9.2 selenium==3.141.0 notifications-python-client==5.3.0
Flask>=0.11.1 Flask-Cache==0.13.1 requests==2.21.0 beautifulsoup4>=4.5.1 flake8==3.7.5 pytest==4.4.1 retry==0.9.2 selenium==3.141.0 notifications-python-client==5.3.0
Set a minimal version for oslo.utils
babel iso8601 lockfile>=0.9.1 netaddr oslo.config>=1.4.0.0a1 oslo.db>=0.5.0 oslo.serialization>=1.0.0 oslo.utils oslotest pandas pecan posix_ipc python-swiftclient six sqlalchemy sqlalchemy-utils stevedore tooz>=0.4 voluptuous werkzeug
babel iso8601 lockfile>=0.9.1 netaddr oslo.config>=1.4.0.0a1 oslo.db>=0.5.0 oslo.serialization>=1.0.0 oslo.utils>=0.3.0 oslotest pandas pecan posix_ipc python-swiftclient six sqlalchemy sqlalchemy-utils stevedore tooz>=0.4 voluptuous werkzeug
Update pillow to address security concerns
beautifulsoup4==4.6.0 celery==4.1.1 cryptography==2.4.2 dateutils==0.6.7 Flask==1.0.2 Flask-Migrate==1.8.0 Flask-Script==2.0.5 Flask-SQLAlchemy==2.1 Flask-JWT-Extended==3.12.0 google-cloud-storage==1.17.0 gevent==1.3.7 gunicorn==19.7.1 idna==2.7 imagehash==4.0 iso8601==0.1.12 jsonschema==2.6.0 kombu==4.5.0 pdftotext==...
beautifulsoup4==4.6.0 celery==4.1.1 cryptography==2.4.2 dateutils==0.6.7 Flask==1.0.2 Flask-Migrate==1.8.0 Flask-Script==2.0.5 Flask-SQLAlchemy==2.1 Flask-JWT-Extended==3.12.0 google-cloud-storage==1.17.0 gevent==1.3.7 gunicorn==19.7.1 idna==2.7 imagehash==4.0 iso8601==0.1.12 jsonschema==2.6.0 kombu==4.5.0 pdftotext==...
Update tox from 3.14.6 to 3.15.0
cookiecutter==1.7.2 sh==1.13.1 binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==19.10b0 flake8==3.7.9 flake8-isort==3.0.0 # Testing # ------------------------------------------------------------------------------ tox==3.14.6 pytest==5.4.1 pytest...
cookiecutter==1.7.2 sh==1.13.1 binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==19.10b0 flake8==3.7.9 flake8-isort==3.0.0 # Testing # ------------------------------------------------------------------------------ tox==3.15.0 pytest==5.4.1 pytest...
Update notebook from 5.2.1 to 5.2.2
click==6.7 h5py==2.7.1 Keras>=2.0.0 matplotlib==2.1.0 notebook==5.2.1 numpy==1.13.3 pandas==0.21.0 Pillow==4.3.0 protobuf==3.5.0 requests==2.18.4 scipy==1.0.0 stevedore==1.27.1
click==6.7 h5py==2.7.1 Keras>=2.0.0 matplotlib==2.1.0 notebook==5.2.2 numpy==1.13.3 pandas==0.21.0 Pillow==4.3.0 protobuf==3.5.0 requests==2.18.4 scipy==1.0.0 stevedore==1.27.1
Update pytest from 5.4.2 to 5.4.3
cookiecutter==1.7.2 sh==1.13.1 binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==19.10b0 flake8==3.8.2 flake8-isort==3.0.0 # Testing # ------------------------------------------------------------------------------ tox==3.15.1 pytest==5.4.2 pytest...
cookiecutter==1.7.2 sh==1.13.1 binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==19.10b0 flake8==3.8.2 flake8-isort==3.0.0 # Testing # ------------------------------------------------------------------------------ tox==3.15.1 pytest==5.4.3 pytest...
Bump pylint from 2.3.1 to 2.4.1
apache-airflow==1.10.2 # pyup: ignore autoflake==1.3.1 black==19.3b0 flake8==3.7.8 google-api-python-client==1.7.11 isort==4.3.21 j2cli==0.3.10 Jinja2==2.10.0 # pyup: ignore lark-parser==0.7.5 mypy==0.720 parameterized==0.7.0 paramiko==2.6.0 pre-commit==1.18.3 pydeps==1.7.3 pylint==2.3.1 pytest==5.1.3 pytest-cov==2.7.1...
apache-airflow==1.10.2 # pyup: ignore autoflake==1.3.1 black==19.3b0 flake8==3.7.8 google-api-python-client==1.7.11 isort==4.3.21 j2cli==0.3.10 Jinja2==2.10.0 # pyup: ignore lark-parser==0.7.5 mypy==0.720 parameterized==0.7.0 paramiko==2.6.0 pre-commit==1.18.3 pydeps==1.7.3 pylint==2.4.1 pytest==5.1.3 pytest-cov==2.7.1...
Update aiohttp from 1.1.4 to 1.1.5
flake8==3.2.0 docutils==0.12 pytest==3.0.4 pytest-aiohttp==0.1.2 pytest-cov==2.4.0 pytest-sugar==0.7.1 pytest-mock==1.4.0 sphinx==1.4.8 aiohttp==1.1.4 yarl==0.7.0 multidict==2.1.2 -e .
flake8==3.2.0 docutils==0.12 pytest==3.0.4 pytest-aiohttp==0.1.2 pytest-cov==2.4.0 pytest-sugar==0.7.1 pytest-mock==1.4.0 sphinx==1.4.8 aiohttp==1.1.5 yarl==0.7.0 multidict==2.1.2 -e .
Update Coverage to v6.3.1 (from v6.2)
coverage==6.2 freezegun==1.1.0 pytest==6.2.5 pytest-cov==3.0.0 requests-mock==1.9.3
coverage==6.3.1 freezegun==1.1.0 pytest==6.2.5 pytest-cov==3.0.0 requests-mock==1.9.3
Update tox requirement from <2.10,>=2.9 to >=2.9,<3.15
django-oscar>=2.0,<2.1 # Testing coverage==4.5.4 django-webtest==1.9.7 factory-boy>=2.10,<2.13 pytest-django>=3.5,<3.6 tox>=2.9,<2.10 freezegun>=0.3,<0.4 sorl-thumbnail
django-oscar>=2.0,<2.1 # Testing coverage==4.5.4 django-webtest==1.9.7 factory-boy>=2.10,<2.13 pytest-django>=3.5,<3.6 tox>=2.9,<3.15 freezegun>=0.3,<0.4 sorl-thumbnail
Update pytest from 3.5.0 to 3.5.1
aioamqp==0.10.0 aiobotocore==0.6.0 aiodns==1.1.1 aiohttp==3.1.3 async-timeout==2.0.1 attrs==17.4.0 botocore==1.8.21 cchardet==2.1.1 chardet==3.0.4 codecov==2.0.15 colorama==0.3.9 coverage==4.5.1 docutils==0.14 jmespath==0.9.3 multidict==4.1.0 mypy==0.590 packaging==17.1 protobuf==3.5.2.post1 pycares==2.3.0 pycodestyle=...
aioamqp==0.10.0 aiobotocore==0.6.0 aiodns==1.1.1 aiohttp==3.1.3 async-timeout==2.0.1 attrs==17.4.0 botocore==1.8.21 cchardet==2.1.1 chardet==3.0.4 codecov==2.0.15 colorama==0.3.9 coverage==4.5.1 docutils==0.14 jmespath==0.9.3 multidict==4.1.0 mypy==0.590 packaging==17.1 protobuf==3.5.2.post1 pycares==2.3.0 pycodestyle=...
Update requests from 2.18.1 to 2.18.2
bleach==2.0.0 mistune==0.7.4 requests==2.18.1 python-json-logger==0.1.7 Flask>=0.10 orderedset==2.0 Jinja2==2.9.6 statsd==3.2.1 Flask-Redis==0.3.0 boto3==1.4.4 pyyaml==3.12 phonenumbers==8.6.0
bleach==2.0.0 mistune==0.7.4 requests==2.18.2 python-json-logger==0.1.7 Flask>=0.10 orderedset==2.0 Jinja2==2.9.6 statsd==3.2.1 Flask-Redis==0.3.0 boto3==1.4.4 pyyaml==3.12 phonenumbers==8.6.0
Update Travis build to include dronekit module
./SyntheticDataset ./SUASSystem ./SDAPackage ./UpdatedSyntheticDataset nose
./SyntheticDataset ./SUASSystem ./SDAPackage ./UpdatedSyntheticDataset nose dronekit
Update numpy from 1.18.3 to 1.18.4
numpy==1.18.3 scipy>=0.19.0 astropy>=1.3.2 pandas>=0.19.2 matplotlib>=2.0.1 hypothesis>=3.9.0 PyAstronomy>=0.10.1 requests>=2.13.0 seaborn>=0.7.1 astroquery==0.4 lineid_plot==0.6 isochrones==2.1
numpy==1.18.4 scipy>=0.19.0 astropy>=1.3.2 pandas>=0.19.2 matplotlib>=2.0.1 hypothesis>=3.9.0 PyAstronomy>=0.10.1 requests>=2.13.0 seaborn>=0.7.1 astroquery==0.4 lineid_plot==0.6 isochrones==2.1
Update django-cors-headers from 2.2.0 to 2.3.0
coverage==4.5.1 dj-database-url==0.5.0 Django==2.0.6 django-cors-headers==2.2.0 django-extensions==2.0.7 django-import-export==1.0.1 django-test-without-migrations==0.6 gunicorn==19.8.1 psycopg2==2.7.4 python-decouple==3.1 pytz tblib whitenoise==3.3.1
coverage==4.5.1 dj-database-url==0.5.0 Django==2.0.6 django-cors-headers==2.3.0 django-extensions==2.0.7 django-import-export==1.0.1 django-test-without-migrations==0.6 gunicorn==19.8.1 psycopg2==2.7.4 python-decouple==3.1 pytz tblib whitenoise==3.3.1
Update requests -library as it contains vulnerabilities
beautifulsoup4==4.5.3 dj-database-url==0.4.1 Django==1.10 django-appconf==1.0.2 django-autofixture==0.12.1 django-bootstrap3==7.0.0 django-webpack-loader==0.4.1 gunicorn==19.6.0 psycopg2==2.7.1 pyasn1==0.1.9 pycurl==7.43.0 python-http-client==1.2.3 rcssmin==1.0.6 requests==2.11.1 rjsmin==1.0.12 sendgrid==2.2.1 sendgrid...
beautifulsoup4==4.5.3 dj-database-url==0.4.1 Django==1.10 django-appconf==1.0.2 django-autofixture==0.12.1 django-bootstrap3==7.0.0 django-webpack-loader==0.4.1 gunicorn==19.6.0 psycopg2==2.7.1 pyasn1==0.1.9 pycurl==7.43.0 python-http-client==1.2.3 rcssmin==1.0.6 requests==2.22.0 rjsmin==1.0.12 sendgrid==2.2.1 sendgrid...
Add some instructions for developers.
INSTRUCTIONS FOR DEVELOPERS: Pushing a read-only copy of the git repo master branch to the google code SVN repo. -- Based on an article found at : http://blog.nanorails.com/articles/2008/1/31/git-to-svn-read-only Setup: Clone a local copy of the git repo from GitHub: 'git clone git@github.com:DocSavage/rails-auth...
Add original license for Python API
*** The real license isn't finished yet, here's what goes in plain english *** You may execute the minecraft-pi binary on a Raspberry Pi or an emulator You may use any of the source code included in the distribution for any purpose (except evil) You may not redistribute any modified binary parts of the distribution
Update arrow from 0.8.0 to 0.10.0
sortedcontainers==1.5.4 arrow==0.8.0 future==0.16.0 intervals==0.8.0
sortedcontainers==1.5.4 arrow==0.10.0 future==0.16.0 intervals==0.8.0
Add some more reserved crates
alloc arena ast collections compiletest core coretest debug driver flate fmt_macros grammar graphviz macro macros rbml rust-installer rustbook rustc rustc_back rustc_borrowck rustc_driver rustc_llvm rustc_resolve rustc_trans rustc_typeck rustdoc rustllvm rustuv serialize std syntax test unicode
alloc arena ast builtins collections compiler-builtins compiler-rt compiler_builtins compiler_rt compiletest core coretest debug driver flate fmt_macros grammar graphviz macro macros rbml rust-installer rustbook rustc rustc_back rustc_borrowck rustc_driver rustc_llvm rustc_resolve rustc_trans rustc_typeck rustdoc rustl...
Update lxml from 3.6.0 to 3.8.0
cffi==1.10.0 ago==0.0.9 Flask==0.12.2 Flask-Script==2.0.5 Flask-WTF==0.14.2 Flask-Login==0.4.0 credstash==1.13.2 boto3==1.4.4 py-gfm==0.1.3 blinker==1.4 lxml==3.6.0 pyexcel==0.2.1 pyexcel-io==0.1.0 pyexcel-xls==0.1.0 pyexcel-xlsx==0.1.0 pyexcel-ods3==0.1.1 pytz==2016.4 six==1.10.0 gunicorn==19.6.0 whitenoise==1.0.6 #...
cffi==1.10.0 ago==0.0.9 Flask==0.12.2 Flask-Script==2.0.5 Flask-WTF==0.14.2 Flask-Login==0.4.0 credstash==1.13.2 boto3==1.4.4 py-gfm==0.1.3 blinker==1.4 lxml==3.8.0 pyexcel==0.2.1 pyexcel-io==0.1.0 pyexcel-xls==0.1.0 pyexcel-xlsx==0.1.0 pyexcel-ods3==0.1.1 pytz==2016.4 six==1.10.0 gunicorn==19.6.0 whitenoise==1.0.6 #...
Update tox from 3.21.3 to 3.21.4
ansible-lint==4.3.0 docker==4.4.1 flake8==3.8.4 molecule==3.0.8 pytest==6.2.2 testinfra==6.0.0 tox==3.21.3
ansible-lint==4.3.0 docker==4.4.1 flake8==3.8.4 molecule==3.0.8 pytest==6.2.2 testinfra==6.0.0 tox==3.21.4
Update djangorestframework from 3.9.0 to 3.9.1
-e git://github.com/dubirajara/django-tagulous#egg=django_tagulous dj-config-url==0.1.1 dj-database-url==0.5.0 django-crispy-forms==1.7.2 django-recaptcha==1.5.0 django-registration-redux==2.5 Django==2.1.5 djangorestframework==3.9.0 gunicorn==19.9.0 psycopg2-binary==2.7.6.1 python-decouple==3.1 social-auth-app-django=...
-e git://github.com/dubirajara/django-tagulous#egg=django_tagulous dj-config-url==0.1.1 dj-database-url==0.5.0 django-crispy-forms==1.7.2 django-recaptcha==1.5.0 django-registration-redux==2.5 Django==2.1.5 djangorestframework==3.9.1 gunicorn==19.9.0 psycopg2-binary==2.7.6.1 python-decouple==3.1 social-auth-app-django=...
Update pandas from 0.20.2 to 0.20.3
backports-abc==0.5 bkcharts==0.2 bokeh==0.12.9 certifi==2017.7.27.1 chardet==3.0.4 click==6.7 Flask==0.12.2 futures==3.1.1 idna==2.6 itsdangerous==0.24 Jinja2==2.9.6 MarkupSafe==1.0 numpy==1.13.1 python-dateutil==2.6.1 PyYAML==3.12 requests==2.18.4 singledispatch==3.4.0.3 six==1.11.0 tornado==4.5.2 urllib3==1.22 Werkze...
backports-abc==0.5 bkcharts==0.2 bokeh==0.12.9 certifi==2017.7.27.1 chardet==3.0.4 click==6.7 Flask==0.12.2 futures==3.1.1 idna==2.6 itsdangerous==0.24 Jinja2==2.9.6 MarkupSafe==1.0 numpy==1.13.1 python-dateutil==2.6.1 PyYAML==3.12 requests==2.18.4 singledispatch==3.4.0.3 six==1.11.0 tornado==4.5.2 urllib3==1.22 Werkze...
Update pytest from 3.3.0 to 3.3.1
pytest==3.3.0 pytest-cookies==0.3.0 pyaml==17.10.0 testinfra==1.10.1 tox==2.9.1
pytest==3.3.1 pytest-cookies==0.3.0 pyaml==17.10.0 testinfra==1.10.1 tox==2.9.1
Update matplotlib from 2.1.2 to 2.2.0
tqdm==4.19.6 numpy==1.14.1 pandas==0.22.0 astropy==3.0 matplotlib==2.1.2 multiprocess==0.70.5 scipy==1.0.0
tqdm==4.19.6 numpy==1.14.1 pandas==0.22.0 astropy==3.0 matplotlib==2.2.0 multiprocess==0.70.5 scipy==1.0.0
Bump django from 2.2.15 to 2.2.24
Django==2.2.15 Markdown==3.2.1 Pillow==7.2.0 django-markitup==4.0.0 django-model-utils==4.0.0 psycopg2-binary==2.8.5
Django==2.2.24 Markdown==3.2.1 Pillow==7.2.0 django-markitup==4.0.0 django-model-utils==4.0.0 psycopg2-binary==2.8.5
Use libcloud from git 0.12.x branch.
cliff>=1.3,<=1.4 -e git+git://github.com/racker/python-cliff-rackspace.git#egg=cliff_rackspace -e git+git://github.com/racker/cliff-tablib.git#egg=clifftablib apache-libcloud>=0.12.4 rackspace-monitoring>=0.3,<=0.4 service-registry>=0.2,<=0.3 flake8 unittest2
cliff>=1.3,<=1.4 -e git+git://github.com/racker/python-cliff-rackspace.git#egg=cliff_rackspace -e git+git://github.com/racker/cliff-tablib.git#egg=clifftablib #apache-libcloud>=0.12.4 -e git+git://github.com/apache/libcloud.git@0.12.x#egg=libcloud rackspace-monitoring>=0.3,<=0.4 service-registry>=0.2,<=0.3 flake8 un...
Fix hacking min version to 3.1.0
# The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking>=3.0,<4.0.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 stestr>=2.0.0 # A...
# The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking>=3.1.0,<4.0.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 stestr>=2.0.0 #...
Update sphinx from 2.3.0 to 2.3.1
sphinx==2.3.0 sphinx-rtd-theme==0.4.3 sphinx-argparse==0.2.5
sphinx==2.3.1 sphinx-rtd-theme==0.4.3 sphinx-argparse==0.2.5
Update wheel from 0.23.0 to 0.29.0
# Testing and deployment packages. coverage==4.1 pytest==2.9.2 pytest-cov==2.2.0 freezegun wheel==0.23.0
# Testing and deployment packages. coverage==4.1 pytest==2.9.2 pytest-cov==2.2.0 freezegun wheel==0.29.0
Update websocket-client from 0.47.0 to 0.56.0
google-api-python-client==1.7.8 gtts==2.0.3 playsound==1.2.2 PyAudio==0.2.11 PyYAML==3.13 requests==2.21.0 SpeechRecognition==3.8.1 websocket-client==0.47.0
google-api-python-client==1.7.8 gtts==2.0.3 playsound==1.2.2 PyAudio==0.2.11 PyYAML==3.13 requests==2.21.0 SpeechRecognition==3.8.1 websocket-client==0.56.0
Update numpy from 1.14.0 to 1.14.1
click==6.7 h5py==2.7.1 Keras>=2.0.0 matplotlib==2.1.2 notebook==5.4.0 numpy==1.14.0 pandas==0.22.0 Pillow==5.0.0 protobuf==3.5.1 requests==2.18.4 scipy==1.0.0 stevedore==1.28.0
click==6.7 h5py==2.7.1 Keras>=2.0.0 matplotlib==2.1.2 notebook==5.4.0 numpy==1.14.1 pandas==0.22.0 Pillow==5.0.0 protobuf==3.5.1 requests==2.18.4 scipy==1.0.0 stevedore==1.28.0
Fix for pip install error
github3.py==0.9.6 pkg-resources==0.0.0 requests==2.12.5 uritemplate==3.0.0 uritemplate.py==3.0.2 Yapsy==1.11.223
github3.py==0.9.6 requests==2.12.5 uritemplate==3.0.0 uritemplate.py==3.0.2 Yapsy==1.11.223
Update pytest-xdist from 1.28.0 to 1.29.0
cookiecutter==1.6.0 sh==1.12.14 binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==19.3b0 flake8==3.7.7 # Testing # ------------------------------------------------------------------------------ tox==3.12.1 pytest==4.6.3 pytest_cases==1.6.3 pytest...
cookiecutter==1.6.0 sh==1.12.14 binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==19.3b0 flake8==3.7.7 # Testing # ------------------------------------------------------------------------------ tox==3.12.1 pytest==4.6.3 pytest_cases==1.6.3 pytest...
Update pytest-sugar from 0.7.1 to 0.8.0
coverage==4.3.1 docker-py==1.10.6 docutils==0.13.1 ipdb==0.10.1 ipython==5.1.0 flake8==3.2.1 wheel==0.29.0 setuptools==32.3.0 -e .[sa] sphinx==1.5.1 tox==2.5.0 pytest==3.0.5 pytest-cov==2.4.0 pytest-sugar==0.7.1 pytest-timeout==1.2.0 sphinxcontrib-asyncio==0.2.0 sqlalchemy==1.1.4
coverage==4.3.1 docker-py==1.10.6 docutils==0.13.1 ipdb==0.10.1 ipython==5.1.0 flake8==3.2.1 wheel==0.29.0 setuptools==32.3.0 -e .[sa] sphinx==1.5.1 tox==2.5.0 pytest==3.0.5 pytest-cov==2.4.0 pytest-sugar==0.8.0 pytest-timeout==1.2.0 sphinxcontrib-asyncio==0.2.0 sqlalchemy==1.1.4
Update reprint from 0.2.2 to 0.3.0
git+git://github.com/cuducos/django-simple-history.git@cuducos-missing-translations-in-pt-br Django==1.11.2 brazilnum==0.8.8 dj-database-url==0.4.2 django-assets==0.12 django-bulk-update==2.1.0 django-cors-middleware==1.3.1 django-test-without-migrations==0.6 djangorestframework==3.6.3 freezegun==0.3.9 gunicorn==19.7.1...
git+git://github.com/cuducos/django-simple-history.git@cuducos-missing-translations-in-pt-br Django==1.11.2 brazilnum==0.8.8 dj-database-url==0.4.2 django-assets==0.12 django-bulk-update==2.1.0 django-cors-middleware==1.3.1 django-test-without-migrations==0.6 djangorestframework==3.6.3 freezegun==0.3.9 gunicorn==19.7.1...
Update pytest-cookies from 0.2.0 to 0.3.0
pytest==3.2.3 pytest-cookies==0.2.0 pyaml==17.10.0 testinfra==1.8.0 tox==2.9.1
pytest==3.2.3 pytest-cookies==0.3.0 pyaml==17.10.0 testinfra==1.8.0 tox==2.9.1
Update cnxml from 3.1.4 to 3.1.5
lxml==4.4.3 click>=7.1.2 cnxml>=3.1.4 cnx-epub>=0.26.2 cnx-litezip>=1.6.0 cnx-transforms>=1.2.2 docker>=4.2.2 pip requests>=2.24.0 setuptools aiohttp[speedups]>=3.6.2
lxml==4.4.3 click>=7.1.2 cnxml>=3.1.5 cnx-epub>=0.26.2 cnx-litezip>=1.6.0 cnx-transforms>=1.2.2 docker>=4.2.2 pip requests>=2.24.0 setuptools aiohttp[speedups]>=3.6.2
Bump djangorestframework from 3.9.3 to 3.9.4
Django==1.11.20 djangorestframework==3.9.3 django-filter==1.1.0 django-crispy-forms==1.7.2 dj-database-url==0.5.0 django-rest-swagger==2.2.0 django-secure==1.0.1 django-csp==3.5 django-csp-reports==1.2 whitenoise==4.1.2 django-excel==0.0.10 pyexcel==0.5.13 pyexcel-xls==0.5.8 pyexcel-xlsx==0.5.7 pytz==2019.1 future==0.1...
Django==1.11.20 djangorestframework==3.9.4 django-filter==1.1.0 django-crispy-forms==1.7.2 dj-database-url==0.5.0 django-rest-swagger==2.2.0 django-secure==1.0.1 django-csp==3.5 django-csp-reports==1.2 whitenoise==4.1.2 django-excel==0.0.10 pyexcel==0.5.13 pyexcel-xls==0.5.8 pyexcel-xlsx==0.5.7 pytz==2019.1 future==0.1...
Update pygithub-redux from 1.28.0 to 1.29.0
pygithub-redux==1.28.0 click==6.6 jinja2==2.8 tqdm==4.7.6
pygithub-redux==1.29.0 click==6.6 jinja2==2.8 tqdm==4.7.6
Update pytest from 3.1.2 to 3.1.3
tox==2.7.0 pytest==3.1.2 pytest-cov==2.5.1 pytest-pep8==1.0.6 pytest-watch==4.1.0 Sphinx==1.6.2 sphinx_rtd_theme==0.2.4
tox==2.7.0 pytest==3.1.3 pytest-cov==2.5.1 pytest-pep8==1.0.6 pytest-watch==4.1.0 Sphinx==1.6.2 sphinx_rtd_theme==0.2.4
Update awscli from 1.11.43 to 1.11.44
-r dev.txt # Releasing bumpversion==0.5.3 # AWS awscli==1.11.43
-r dev.txt # Releasing bumpversion==0.5.3 # AWS awscli==1.11.44
Fix installation path of SparseQR
FILE(GLOB Eigen_SparseQRSupport_SRCS "*.h") INSTALL(FILES ${Eigen_SparseQRSupport_SRCS} DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SparseQRSupport/ COMPONENT Devel )
FILE(GLOB Eigen_SparseQR_SRCS "*.h") INSTALL(FILES ${Eigen_SparseQR_SRCS} DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SparseQR/ COMPONENT Devel )
Update for the new year
<div class="License"> <h3>License</h3> <p class="Owner"> DotNetNuke® - <a href=http://www.dotnetnuke.com>http://www.dotnetnuke.com</a><br/> Copyright (c) 2002-2011<br/> by DotNetNuke Corporation </p> <p> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assoc...
<div class="License"> <h3>License</h3> <p class="Owner"> DotNetNuke® - <a href=http://www.dotnetnuke.com>http://www.dotnetnuke.com</a><br/> Copyright (c) 2002-2012<br/> by DotNetNuke Corporation </p> <p> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assoc...
Exclude more IPC tests from purify buildbot. Looks like one of the tests using TimeoutServer has a leak because the threads don't get to run for enough time.
# buganizer 1178136 ImporterTest.Firefox3Importer # issue 2468 URLFetcherBadHTTPSTest.BadHTTPSTest SafeBrowsingProtocolParsingTest.TestSubChunk # testing to see if this gets rid of the leaks IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout # issue 7891 FindInPageControllerTest.FindInPageFrames # Takes 10 minutes...
# buganizer 1178136 ImporterTest.Firefox3Importer # issue 2468 URLFetcherBadHTTPSTest.BadHTTPSTest SafeBrowsingProtocolParsingTest.TestSubChunk # testing to see if this gets rid of intermittent leaks IPCSyncChannelTest.SendWithTimeout* # issue 7891 FindInPageControllerTest.FindInPageFrames # Takes 10 minutes to run...
Upgrade project dependencies to latest versions
alfred-workflow-packager==1.2.1 attrs==19.3.0 biplist==1.0.3 colorama==0.4.3 coverage==5.2.1 flake8==3.8.3 importlib-metadata==1.7.0 isort==5.2.1 jsonschema==2.6.0 mccabe==0.6.1 nose==1.3.7 pycodestyle==2.6.0 pyflakes==2.2.0 pyrsistent==0.16.0 rednose==1.3.0 six==1.15.0 termstyle==0.1.11 zipp==3.1.0
alfred-workflow-packager==1.2.1 biplist==1.0.3 colorama==0.4.4 coverage==6.3.2 flake8==4.0.1 isort==5.10.1 jsonschema==2.6.0 mccabe==0.6.1 nose==1.3.7 pycodestyle==2.8.0 pyflakes==2.4.0 rednose==1.3.0 termstyle==0.1.11
Update bcrypt from 3.1.4 to 3.1.5
bcrypt==3.1.4 coverage==4.5.2 cryptography==2.4.2 motor==2.0.0 pymongo==3.7.2 pytest==4.0.0 pytest-cov==2.6.0 tornado==5.1.1
bcrypt==3.1.5 coverage==4.5.2 cryptography==2.4.2 motor==2.0.0 pymongo==3.7.2 pytest==4.0.0 pytest-cov==2.6.0 tornado==5.1.1
Update cryptography from 2.1.3 to 2.1.4
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 cryptography==2.1.3 tox==2.9.1 Sphinx==1.6.5 coverage==4.4.2 PyYAML==3.12 pytest-runner==3.0 pytest==3.3.0
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 cryptography==2.1.4 tox==2.9.1 Sphinx==1.6.5 coverage==4.4.2 PyYAML==3.12 pytest-runner==3.0 pytest==3.3.0
Update youtube-dl from 2017.10.20 to 2017.10.29
python-telegram-bot==8.0 boltons==17.1.0 plumbum==1.6.3 #transliterate==1.9 scdl==1.6.9 bandcamp-downloader==0.0.8.post8 youtube-dl==2017.10.20 pydub==0.20.0 mutagen==1.38 patool==1.12 pyshorteners==0.6.1 Celery==4.1.0 botanio==1.0.0 logentries==0.17 loggly-python-handler==1.0.0
python-telegram-bot==8.0 boltons==17.1.0 plumbum==1.6.3 #transliterate==1.9 scdl==1.6.9 bandcamp-downloader==0.0.8.post8 youtube-dl==2017.10.29 pydub==0.20.0 mutagen==1.38 patool==1.12 pyshorteners==0.6.1 Celery==4.1.0 botanio==1.0.0 logentries==0.17 loggly-python-handler==1.0.0
Bump flask from 0.12.2 to 1.0
astroid==1.5.3 blinker==1.4 certifi==2017.7.27.1 chardet==3.0.4 click==6.7 codeclimate-test-reporter==0.2.3 coverage==4.0.3 coveralls==1.2.0 docopt==0.6.2 dominate==2.3.1 Flask==0.12.2 Flask-Bootstrap==3.3.7.1 Flask-Script==2.0.6 Flask-Testing==0.6.2 gunicorn==19.7.1 idna==2.6 isort==4.2.15 itsdangerous==0.24 Jinja2==2...
astroid==1.5.3 blinker==1.4 certifi==2017.7.27.1 chardet==3.0.4 click==6.7 codeclimate-test-reporter==0.2.3 coverage==4.0.3 coveralls==1.2.0 docopt==0.6.2 dominate==2.3.1 Flask==1.0 Flask-Bootstrap==3.3.7.1 Flask-Script==2.0.6 Flask-Testing==0.6.2 gunicorn==19.7.1 idna==2.6 isort==4.2.15 itsdangerous==0.24 Jinja2==2.9....
Update virtualenv from 1.11.6 to 15.1.0
Flask==0.12.2 Flask-Mail==0.9.1 Jinja2==2.9.6 MarkupSafe==1.0 Werkzeug==0.12.2 amqp==2.1.4 anyjson==0.3.3 apiclient==1.0.3 argparse==1.4.0 billiard==3.5.0.2 blinker==1.4 celery==4.0.2 certifi==2017.4.17 cffi==1.10.0 cryptography==1.9 flower==0.9.2 gunicorn==19.7.1 httplib2==0.10.3 itsdangerous==0.24 kombu==4.0.2 nose==...
Flask==0.12.2 Flask-Mail==0.9.1 Jinja2==2.9.6 MarkupSafe==1.0 Werkzeug==0.12.2 amqp==2.1.4 anyjson==0.3.3 apiclient==1.0.3 argparse==1.4.0 billiard==3.5.0.2 blinker==1.4 celery==4.0.2 certifi==2017.4.17 cffi==1.10.0 cryptography==1.9 flower==0.9.2 gunicorn==19.7.1 httplib2==0.10.3 itsdangerous==0.24 kombu==4.0.2 nose==...
Update requests from 2.20.0 to 2.20.1
requests==2.20.0 mock==2.0.0 simplejson==3.16.0 flake8==3.6.0
requests==2.20.1 mock==2.0.0 simplejson==3.16.0 flake8==3.6.0
Update Glucosio to 0.8.1 (2)
Categories:Sports & Health License:GPLv3 Web Site:https://glucosio.org/ Source Code:https://github.com/Glucosio/android Issue Tracker:https://github.com/Glucosio/android/issues Auto Name:Glucosio Summary:Manage your diabetes Description: Manage and research diabetes. . Repo Type:git Repo:https://github.com/Glucosio/a...
Categories:Sports & Health License:GPLv3 Web Site:https://glucosio.org/ Source Code:https://github.com/Glucosio/android Issue Tracker:https://github.com/Glucosio/android/issues Auto Name:Glucosio Summary:Manage your diabetes Description: Manage and research diabetes. . Repo Type:git Repo:https://github.com/Glucosio/a...
Update coverage requirement from <4.4,>=4.0 to >=4.0,<5.1
-r requirements.txt peeweext cachext redis celery pytest pytest-cov flake8 coveralls codeclimate-test-reporter coverage>=4.0,<4.4 prometheus_client
-r requirements.txt peeweext cachext redis celery pytest pytest-cov flake8 coveralls codeclimate-test-reporter coverage>=4.0,<5.1 prometheus_client
Update pytest-cov from 2.6.1 to 2.7.1
setuptools>=17.1 pytest==4.4.1 pytest-cov==2.6.1 flake8==3.7.7
setuptools>=17.1 pytest==4.4.1 pytest-cov==2.7.1 flake8==3.7.7
Update pyyaml from 3.12 to 3.13
PyYAML==3.12 pytest==3.6.3 pytest-asyncio==0.8.0 pytest-cov==2.5.1 docker-py==1.10.6
PyYAML==3.13 pytest==3.6.3 pytest-asyncio==0.8.0 pytest-cov==2.5.1 docker-py==1.10.6
Update pylint from 2.1.0 to 2.1.1
ansible==2.6.2 pip==18.0 wheel==0.31.1 watchdog==0.8.3 flake8==3.5.0 tox==3.1.3 coverage==4.5.1 Sphinx==1.7.6 twine==1.11.0 rstcheck==3.3 pycodestyle==2.4.0 pylint==2.1.0
ansible==2.6.2 pip==18.0 wheel==0.31.1 watchdog==0.8.3 flake8==3.5.0 tox==3.1.3 coverage==4.5.1 Sphinx==1.7.6 twine==1.11.0 rstcheck==3.3 pycodestyle==2.4.0 pylint==2.1.1
Update codecov from 2.0.15 to 2.0.16
# install all base requirements -r requirements.txt python_http_client==3.2.5 invoke==1.4.1 twine==3.1.1 # Tests pytest==5.3.5 pytest-cov==2.8.1 codecov==2.0.15 python-coveralls==2.9.3 coveralls==1.11.1 mock==4.0.1 # Version update PyGithub==1.46 bumpversion==0.5.3
# install all base requirements -r requirements.txt python_http_client==3.2.5 invoke==1.4.1 twine==3.1.1 # Tests pytest==5.3.5 pytest-cov==2.8.1 codecov==2.0.16 python-coveralls==2.9.3 coveralls==1.11.1 mock==4.0.1 # Version update PyGithub==1.46 bumpversion==0.5.3
Update Guess to 0.12 (12)
Categories:Games License:PublicDomain Web Site:https://gitorious.org/guess-the-number Source Code:https://gitorious.org/guess-the-number/guess-the-number Issue Tracker:https://gitorious.org/guess-the-number/guess-the-number/merge_requests Auto Name:Guess Summary:Guess a number Description: Simple guessing game. The go...
Categories:Games License:PublicDomain Web Site:https://gitorious.org/guess-the-number Source Code:https://gitorious.org/guess-the-number/guess-the-number Issue Tracker:https://gitorious.org/guess-the-number/guess-the-number/merge_requests Auto Name:Guess Summary:Guess a number Description: Simple guessing game. The go...
Install cornice from the spore branch
pyramid cornice colander couchdb pyramid_debugtoolbar waitress lettuce
pyramid https://github.com/mozilla-services/cornice/tarball/spore-support#egg=cornice colander couchdb pyramid_debugtoolbar waitress lettuce
Update TA-Lib to latest version.
# Logging Logbook==0.6.0 # Scientific Libraries pytz==2013.9 numpy==1.8.0 pandas==0.12.0 python-dateutil==2.2 six==1.5.2 # Cython is required for TA-Lib Cython==0.20 TA-Lib==0.4.7 # For fetching remote data requests==2.2.0
# Logging Logbook==0.6.0 # Scientific Libraries pytz==2013.9 numpy==1.8.0 pandas==0.12.0 python-dateutil==2.2 six==1.5.2 # Cython is required for TA-Lib Cython==0.20 TA-Lib==0.4.8 # For fetching remote data requests==2.2.0
Use () after function name
Features * New functions in the error module return constant strings for high- and low-level error codes, complementing mbedtls_strerror which constructs a string for any error code, including compound ones, but requires a writable buffer. Contributed by Gaurav Aggarwal in #3176.
Features * New functions in the error module return constant strings for high- and low-level error codes, complementing mbedtls_strerror() which constructs a string for any error code, including compound ones, but requires a writable buffer. Contributed by Gaurav Aggarwal in #3176.
Update Elementary to 0.1.6 (7)
Categories:Science & Education License:MIT Web Site:http://ultramegasoft.com Source Code:https://github.com/ultramega/elementary Issue Tracker:https://github.com/ultramega/elementary/issues Donate:http://ey.ultramegatech.com/donate Auto Name:Elementary Summary:Periodic table of elements Description: Tap the element to...
Categories:Science & Education License:MIT Web Site:http://ultramegasoft.com Source Code:https://github.com/ultramega/elementary Issue Tracker:https://github.com/ultramega/elementary/issues Donate:http://ey.ultramegatech.com/donate Auto Name:Elementary Summary:Periodic table of elements Description: Tap the element to...
Add missing include directory for Pythia8
############################################################################ # CMakeLists.txt file for building ROOT montecarlo/pythia8 package # @author Pere Mato, CERN ############################################################################ ROOT_STANDARD_LIBRARY_PACKAGE(EGPythia8 HEADERS TPythia8.h TPy...
############################################################################ # CMakeLists.txt file for building ROOT montecarlo/pythia8 package # @author Pere Mato, CERN ############################################################################ ROOT_STANDARD_LIBRARY_PACKAGE(EGPythia8 HEADERS TPythia8.h TPy...
Update kaptan from 0.5.8 to 0.5.9
sqlalchemy==1.1.14 kaptan==0.5.8 colorama==0.3.9 # Updated from 0.3.7 appdirs==1.4.3 unihan-etl==0.9.5
sqlalchemy==1.1.14 kaptan==0.5.9 colorama==0.3.9 # Updated from 0.3.7 appdirs==1.4.3 unihan-etl==0.9.5
Include variable name in blocktrans to allow different grammars
{% load i18n %} {% autoescape off %} {% trans "Hello" %} {{ user.first_name }}, {% trans "You requested a password reset on" %} {{ site.name }} {% trans "without activating your account first." %} {% trans "Here is a link to activate your account:" %}: {{ domain }}{% url 'registration_activate' activation_key %} ...
{% load i18n %} {% autoescape off %} {% trans "Hello" %} {{ user.first_name }}, {% blocktrans with site_name=site.name %}You requested a password reset on {{ site_name }} without activating your account first.{% endblocktrans %} {% trans "Here is a link to activate your account:" %}: {{ domain }}{% url 'registratio...
Update codecov from 2.1.6 to 2.1.7
# install all base requirements -r requirements.txt python_http_client==3.2.7 invoke==1.4.1 twine==3.1.1 # Tests pytest==5.4.3 pytest-cov==2.10.0 codecov==2.1.6 python-coveralls==2.9.3 coveralls==2.0.0 mock==4.0.2 # Version update PyGithub==1.51 bumpversion==0.6.0
# install all base requirements -r requirements.txt python_http_client==3.2.7 invoke==1.4.1 twine==3.1.1 # Tests pytest==5.4.3 pytest-cov==2.10.0 codecov==2.1.7 python-coveralls==2.9.3 coveralls==2.0.0 mock==4.0.2 # Version update PyGithub==1.51 bumpversion==0.6.0
Update CMakeList.txt for new lli sources.
link_directories( ${LLVM_INTEL_JITEVENTS_LIBDIR} ) set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag) if( LLVM_USE_OPROFILE ) set(LLVM_LINK_COMPONENTS ${LLVM_LINK_COMPONENTS} OProfileJIT ) endif( LLVM_USE_OPROFILE ) if( LLVM_USE_INTEL_JITEVENTS ) set(LLVM_...
link_directories( ${LLVM_INTEL_JITEVENTS_LIBDIR} ) set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag) if( LLVM_USE_OPROFILE ) set(LLVM_LINK_COMPONENTS ${LLVM_LINK_COMPONENTS} OProfileJIT ) endif( LLVM_USE_OPROFILE ) if( LLVM_USE_INTEL_JITEVENTS ) set(LLVM_...
Update OpenMoneyBox to 3.2.1.3 (20)
Categories:Money License:GPL-3.0-only Web Site:http://igisw-bilancio.sourceforge.net/ Source Code:https://launchpad.net/bilancio Issue Tracker:https://bugs.launchpad.net/bilancio Changelog:https://sourceforge.net/p/igisw-bilancio/wiki/Changelog_3.2.1_Android/ Donate:http://igisw-bilancio.sourceforge.net/donation.html ...
Categories:Money License:GPL-3.0-only Web Site:http://igisw-bilancio.sourceforge.net/ Source Code:https://launchpad.net/bilancio Issue Tracker:https://bugs.launchpad.net/bilancio Changelog:https://sourceforge.net/p/igisw-bilancio/wiki/Changelog_3.2.1_Android/ Donate:http://igisw-bilancio.sourceforge.net/donation.html ...
Update CV of OpenAPK to 0.8 (21)
Categories:System License:GPL-3.0 Web Site: Source Code:https://github.com/dkanada/OpenAPK Issue Tracker:https://github.com/dkanada/OpenAPK/issues Changelog:https://github.com/dkanada/OpenAPK/blob/HEAD/CHANGELOG.md Summary:A material design app manager forked from ML Manager Description: A material design app manager ...
Categories:System License:GPL-3.0 Web Site: Source Code:https://github.com/dkanada/OpenAPK Issue Tracker:https://github.com/dkanada/OpenAPK/issues Changelog:https://github.com/dkanada/OpenAPK/blob/HEAD/CHANGELOG.md Auto Name:OpenAPK Summary:A material design app manager forked from ML Manager Description: A material d...
Remove capture log which landed in pytest.
flake8 # https://github.com/spulec/moto/issues/532 moto==0.4.19 pytest pytest-cache pytest-cover pytest-sugar pytest-xdist pytest-capturelog mock tox webtest
flake8 # https://github.com/spulec/moto/issues/532 moto==0.4.19 pytest pytest-cache pytest-cover pytest-sugar pytest-xdist mock tox webtest
Update sqlalchemy from 1.1.4 to 1.1.5
ipykernel==4.5.2 lxml==3.7.2 mock==2.0.0 nbsphinx==0.2.12 pandoc==1.0.0b2 pytest==3.0.5 pytest-flake8==0.8.1 sphinx==1.5.1 sphinx-rtd-theme==0.1.9 sphinxcontrib-napoleon==0.6.0 SQLAlchemy==1.1.4 tox==2.5.0 twine==1.8.1 xlrd==1.0.0 numpy==1.10.2 statsmodels==0.8.0rc1
ipykernel==4.5.2 lxml==3.7.2 mock==2.0.0 nbsphinx==0.2.12 pandoc==1.0.0b2 pytest==3.0.5 pytest-flake8==0.8.1 sphinx==1.5.1 sphinx-rtd-theme==0.1.9 sphinxcontrib-napoleon==0.6.0 SQLAlchemy==1.1.5 tox==2.5.0 twine==1.8.1 xlrd==1.0.0 numpy==1.10.2 statsmodels==0.8.0rc1
Add xilinx CAN device tree bindings documentation
Xilinx Axi CAN/Zynq CANPS controller Device Tree Bindings --------------------------------------------------------- Required properties: - compatible : Should be "xlnx,zynq-can-1.0" for Zynq CAN controllers and "xlnx,axi-can-1.00.a" for Axi CAN controllers. - reg : Physical base address and size of the Ax...
Update Medic Log to 0.2.3 (6)
Categories:Sports & Health License:GPL-3.0 Author Name:John Lines Author Email:john.mediclog@paladyn.org Web Site:https://github.com/JohnLines/mediclog/wiki Source Code:https://github.com/JohnLines/mediclog Issue Tracker:https://github.com/JohnLines/mediclog/issues Auto Name:Medic Log Summary:Log basic medical inform...
Categories:Sports & Health License:GPL-3.0 Author Name:John Lines Author Email:john.mediclog@paladyn.org Web Site:https://github.com/JohnLines/mediclog/wiki Source Code:https://github.com/JohnLines/mediclog Issue Tracker:https://github.com/JohnLines/mediclog/issues Auto Name:Medic Log Summary:Log basic medical inform...
Update codacy-coverage from 1.3.7 to 1.3.10
-r base.txt pytest==3.3.2 pytest-cov==2.5.1 pytest-django==3.1.2 codacy-coverage==1.3.7
-r base.txt pytest==3.3.2 pytest-cov==2.5.1 pytest-django==3.1.2 codacy-coverage==1.3.10
Upgrade devproject Django requirement from 2.0.4 to 2.0.5
Django==2.0.4 django-debug-toolbar==1.9.1 twython==3.7.0
Django==2.0.5 django-debug-toolbar==1.9.1 twython==3.7.0