Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update pytest from 3.0.7 to 3.1.0
pytest==3.0.7 pytest-cookies==0.2.0 pyaml==16.12.2 testinfra==1.6.2 tox==2.7.0
pytest==3.1.0 pytest-cookies==0.2.0 pyaml==16.12.2 testinfra==1.6.2 tox==2.7.0
Update pytest from 3.2.3 to 3.2.5
# basis requests==2.18.4 envparse==0.2.0 # json validation (inspector) jsonschema==2.6.0 # testing pytest==3.2.3 betamax==0.8.0 # documentation Sphinx==1.6.5 nbsphinx==0.2.17 # data science jupyter==1.0.0 matplotlib==2.1.0 # integration tox==2.9.1 # code style flake8==3.5.0 pydocstyle==2.1.1 mypy==0.550 # to fix...
# basis requests==2.18.4 envparse==0.2.0 # json validation (inspector) jsonschema==2.6.0 # testing pytest==3.2.5 betamax==0.8.0 # documentation Sphinx==1.6.5 nbsphinx==0.2.17 # data science jupyter==1.0.0 matplotlib==2.1.0 # integration tox==2.9.1 # code style flake8==3.5.0 pydocstyle==2.1.1 mypy==0.550 # to fix...
Disable a test that's hanging on the purify bot.
# buganizer 1178136 ImporterTest.Firefox3Importer # issue 2468 URLFetcherBadHTTPSTest.BadHTTPSTest SafeBrowsingProtocolParsingTest.TestSubChunk # testing to see if this gets rid of the leaks IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout
# 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
Create targets check-copyright and add-copyright.
cmake_minimum_required(VERSION 2.8.12) project(shaderc) enable_testing() include(cmake/setup_build.cmake) include(cmake/utils.cmake) # Configure subdirectories. # We depend on these for later projects, so they should come first. add_subdirectory(third_party) add_subdirectory(libshaderc_util) add_subdirectory(libshad...
cmake_minimum_required(VERSION 2.8.12) project(shaderc) enable_testing() include(cmake/setup_build.cmake) include(cmake/utils.cmake) add_custom_target(check-copyright ${PYTHON_EXE} ${CMAKE_CURRENT_SOURCE_DIR}/utils/add_copyright.py --check WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) add_custom_target(add-copy...
Fix builds by updating pyopenssl
simplejson pyserial pyyaml coveralls unittest2 # transifex requirements polib slumber transifex-client
simplejson pyserial pyopenssl>=16.2.0 pyyaml coveralls unittest2 # transifex requirements polib slumber transifex-client
Update pytest-mock from 1.4.0 to 1.5.0
aiohttp==1.1.5 motor==1.0 pytest==3.0.4 pytest-aiohttp==0.1.2 pytest-asyncio==0.5.0 pytest-catchlog==1.2.2 pytest-cov==2.4.0 pytest-flakes==1.0.1 pytest-mock==1.4.0 yarl==0.7.1
aiohttp==1.1.5 motor==1.0 pytest==3.0.4 pytest-aiohttp==0.1.2 pytest-asyncio==0.5.0 pytest-catchlog==1.2.2 pytest-cov==2.4.0 pytest-flakes==1.0.1 pytest-mock==1.5.0 yarl==0.7.1
Update pytest from 6.2.2 to 6.2.3
ansible-lint==4.3.0 docker==4.4.4 flake8==3.9.0 molecule==3.0.8 pytest==6.2.2 testinfra==6.0.0 tox==3.23.0
ansible-lint==4.3.0 docker==4.4.4 flake8==3.9.0 molecule==3.0.8 pytest==6.2.3 testinfra==6.0.0 tox==3.23.0
Update python-dotenv package to 0.10.1
# Core packages python-dotenv==0.9.1 # Read environment variables from .env Flask==1.0.2 # Web microframework Flask-Assets==0.12 # Merge and minify CSS and JS assets pyscss==1.3.5 # CSS minification uWSGI==2.0.17.1 # Application server syspath==1.1.0 # Modify paths # Features flask-sitemap=...
# Core packages python-dotenv==0.10.1 # Read environment variables from .env Flask==1.0.2 # Web microframework Flask-Assets==0.12 # Merge and minify CSS and JS assets pyscss==1.3.5 # CSS minification uWSGI==2.0.17.1 # Application server syspath==1.1.0 # Modify paths # Features fl...
Update requests from 2.12.3 to 2.12.4
feedparser==5.2.1 pocket-api==0.1.5 PyYAML==3.12 requests==2.12.3
feedparser==5.2.1 pocket-api==0.1.5 PyYAML==3.12 requests==2.12.4
Update school_local_id for Bedford assessment export
<?xml version="1.0" encoding="UTF-8"?> <!-- ************************************************* --> <!-- XML DEFINITION FOR THE "Student Insight Assessment Export" --> <!-- ************************************************* --> <export table-id="tblStdAssess" header-row="true"> <field id="relAsmStdOid.stdIDState" h...
<?xml version="1.0" encoding="UTF-8"?> <!-- ************************************************* --> <!-- XML DEFINITION FOR THE "Student Insight Assessment Export" --> <!-- ************************************************* --> <export table-id="tblStdAssess" header-row="true"> <field id="relAsmStdOid.stdIDState" h...
Update pytest-mock from 1.9.0 to 1.10.0
-r requirements.txt pytest==3.5.1 pytest-mock==1.9.0 pytest-cov==2.5.1 pytest-xdist==1.22.2 requests-mock==1.4.0 freezegun==0.3.10 flake8==3.5.0 flake8-print==3.1.0
-r requirements.txt pytest==3.5.1 pytest-mock==1.10.0 pytest-cov==2.5.1 pytest-xdist==1.22.2 requests-mock==1.4.0 freezegun==0.3.10 flake8==3.5.0 flake8-print==3.1.0
Bump pytest from 5.3.1 to 5.3.2
# test runs requirements (versions we'll be testing against) - automatically updated by requires.io pytest==5.3.1 pytest-cov==2.8.1 pytest-pyramid==0.3.1 coverage==5.0 # pytest-cov pyramid==1.10.4 .[tests]
# test runs requirements (versions we'll be testing against) - automatically updated by requires.io pytest==5.3.2 pytest-cov==2.8.1 pytest-pyramid==0.3.1 coverage==5.0 # pytest-cov pyramid==1.10.4 .[tests]
Add CudaTextureMapper to placement library.
cmake_minimum_required(VERSION 2.8.11) project(placement) include("${CMAKE_SOURCE_DIR}/add_dependencies.cmake") set(SOURCES summed_area_table.cu ) cuda_add_library(placement-lib ${SOURCES})
cmake_minimum_required(VERSION 2.8.11) project(placement) include("${CMAKE_SOURCE_DIR}/add_dependencies.cmake") set(SOURCES summed_area_table.cu cuda_texture_mapper.cpp ) cuda_add_library(placement-lib ${SOURCES})
Remove UTF-8 byte order mark (BOM).
User-agent: * Disallow: /Admin/ Sitemap: http://www.teacherpouch.com/sitemap.xml
User-agent: * Disallow: /Admin/ Sitemap: http://www.teacherpouch.com/sitemap.xml
Update sphinx from 1.7.3 to 1.7.4
# Local development dependencies go here -r base.txt Sphinx==1.7.3 coverage==4.5.1 django-extensions==2.0.7 django-test-plus==1.0.22 factory-boy==2.10.0 django-debug-toolbar==1.9.1 # pytest! pytest-django==3.2.1 pytest-sugar==0.9.1
# Local development dependencies go here -r base.txt Sphinx==1.7.4 coverage==4.5.1 django-extensions==2.0.7 django-test-plus==1.0.22 factory-boy==2.10.0 django-debug-toolbar==1.9.1 # pytest! pytest-django==3.2.1 pytest-sugar==0.9.1
Update django from 1.11.5 to 1.11.7
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt # WSGI Handler # ------------------------------------------------ gevent==1.2.2 gunicorn==19.7.1 # Static and Media Storage # ------------------------------------------------ boto==2.48.0 djan...
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt # WSGI Handler # ------------------------------------------------ gevent==1.2.2 gunicorn==19.7.1 # Static and Media Storage # ------------------------------------------------ boto==2.48.0 djan...
Update MagiaDNI to 1.7 (8)
Categories:Multimedia License:GPLv3+ Web Site:http://josep-portella.com/en/software/magia-dni Source Code:http://git.savannah.gnu.org/cgit/magiadni.git Issue Tracker: Auto Name:MagiaDNI Summary:OCR reader for Spanish id cards Description: Magia DNI uses the device's camera to read the OCR data on Spanish identity card...
Categories:Multimedia License:GPLv3+ Web Site:http://josep-portella.com/en/software/magia-dni Source Code:http://git.savannah.gnu.org/cgit/magiadni.git Issue Tracker: Auto Name:MagiaDNI Summary:OCR reader for Spanish id cards Description: Magia DNI uses the device's camera to read the OCR data on Spanish identity card...
Update CV of Vector Pinball to 1.4.2 (14)
Categories:Games License:GPLv3 Web Site:http://www.dozingcatsoftware.com Source Code:https://github.com/dozingcat/Vector-Pinball Issue Tracker:https://github.com/dozingcat/Vector-Pinball/issues Auto Name:Vector Pinball Summary:Pinball game Description: Vector Pinball is a pinball game. . Repo Type:git Repo:https://gi...
Categories:Games License:GPLv3 Web Site:http://www.dozingcatsoftware.com Source Code:https://github.com/dozingcat/Vector-Pinball Issue Tracker:https://github.com/dozingcat/Vector-Pinball/issues Auto Name:Vector Pinball Summary:Pinball game Description: Vector Pinball is a pinball game. . Repo Type:git Repo:https://gi...
Update argon2-cffi from 18.3.0 to 19.1.0
pytz==2018.9 # https://github.com/stub42/pytz python-slugify==2.0.1 # https://github.com/un33k/python-slugify Pillow==5.4.1 # https://github.com/python-pillow/Pillow argon2-cffi==18.3.0 # https://github.com/hynek/argon2_cffi redis>=2.10.6, < 3 # pyup: < 3 # https://github.com/antirez/redis # Django # ------------...
pytz==2018.9 # https://github.com/stub42/pytz python-slugify==2.0.1 # https://github.com/un33k/python-slugify Pillow==5.4.1 # https://github.com/python-pillow/Pillow argon2-cffi==19.1.0 # https://github.com/hynek/argon2_cffi redis>=2.10.6, < 3 # pyup: < 3 # https://github.com/antirez/redis # Django # ------------...
Add apps that support heroku addons
boto==2.9.6 django-bootstrap-pagination==0.1.10 django-braces==1.0.0 django-ckeditor==4.0.2 django-haystack==2.0.0 django-model-utils==1.3.1 django-ses==0.4.1 django-storages==1.1.8 django==1.5.1 docutils==0.10 logutils==0.3.3 pylibmc==1.2.3 shortuuid==0.3 sorl-thumbnail==11.12 south==0.7.6 whoosh==2.4.1 git+git://git...
boto==2.9.6 django-bootstrap-pagination==0.1.10 django-braces==1.0.0 django-ckeditor==4.0.2 django-haystack==2.0.0 django-heroku-memcacheify==0.5 django-heroku-postgresify==0.3 django-heroku-sendgridify==0.1.1 django-model-utils==1.3.1 django-ses==0.4.1 django-storages==1.1.8 django==1.5.1 docutils==0.10 logutils==0.3....
Downgrade lxml from 4.5.0 to 4.4.3
certifi==2020.4.5.1 chardet==3.0.4 cnx-common==1.3.3 cnx-db==3.5.3 cnx-epub==0.21.1 cnx-query-grammar==0.2.2 cnx-transforms==1.2.0 hupper==1.10.2 idna==2.9 jinja2==2.11.2 lxml==4.5.0 markupsafe==1.1.1 parsimonious==0.8.1 pastedeploy==2.1.0 plaster-pastedeploy==0.7 plaster==1.0 psycopg2==2.8.5 pyramid-jinja2==2.8 pyrami...
certifi==2020.4.5.1 chardet==3.0.4 cnx-common==1.3.3 cnx-db==3.5.3 cnx-epub==0.21.1 cnx-query-grammar==0.2.2 cnx-transforms==1.2.0 hupper==1.10.2 idna==2.9 jinja2==2.11.2 lxml==4.4.3 markupsafe==1.1.1 parsimonious==0.8.1 pastedeploy==2.1.0 plaster-pastedeploy==0.7 plaster==1.0 psycopg2==2.8.5 pyramid-jinja2==2.8 pyrami...
Update coverage from 4.4.2 to 4.5.1
# Test dependencies go here. -r base.txt django-coverage-plugin==1.5.0 django-test-plus==1.0.21 coverage==4.4.2 flake8==3.5.0 factory-boy==2.9.2 # pytest pytest-django==3.1.2 pytest-sugar==0.9.0
# Test dependencies go here. -r base.txt django-coverage-plugin==1.5.0 django-test-plus==1.0.21 coverage==4.5.1 flake8==3.5.0 factory-boy==2.9.2 # pytest pytest-django==3.1.2 pytest-sugar==0.9.0
Add an exact version check for docutils
-r requirements.txt # For creating the documentation pages sphinx # Need the newest version docutils # For documenting Django applications django-sphinx-autodoc # For drawing ascii art diagrams sphinxcontrib-aafig
-r requirements.txt # For creating the documentation pages sphinx # Need the newest version docutils==0.13.1 # For documenting Django applications django-sphinx-autodoc # For drawing ascii art diagrams sphinxcontrib-aafig
Bring back the "Made in Japan"
Copyright (c) 2017-2017, John Mettraux, jmettraux+flor@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,...
Copyright (c) 2017-2017, John Mettraux, jmettraux+flor@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,...
Update django-watson to 1.2.3, compatible with Django 1.10
Django==1.10.1 Pillow==3.2.0 celery==3.1.23 # Static files django-compressor==2.0 django-libsass==0.7 # Admin -e git+https://github.com/unaizalakain/django-grappelli.git@7e08d650319ace7f000e6f2ff51c1c6a636a0158#egg=django-grappelli django-admin-sortable2==0.6.3 # Fields django-autoslug==1.9.3 django-ckeditor==5.0.3...
Django==1.10.1 Pillow==3.2.0 celery==3.1.23 # Static files django-compressor==2.0 django-libsass==0.7 # Admin -e git+https://github.com/unaizalakain/django-grappelli.git@7e08d650319ace7f000e6f2ff51c1c6a636a0158#egg=django-grappelli django-admin-sortable2==0.6.3 # Fields django-autoslug==1.9.3 django-ckeditor==5.0.3...
Update django-atom from 0.15.0 to 0.15.3
# Wheel 0.25+ needed to install certain packages on CPython 3.5+ # like Pillow and psycopg2 # See http://bitly.com/wheel-building-fails-CPython-35 # Verified bug on Python 3.5.1 wheel==0.29.0 # Configuration django-environ==0.4.4 # Forms django-braces==1.11.0 django-crispy-forms==1.6.1 # Models django-model-utils=...
# Wheel 0.25+ needed to install certain packages on CPython 3.5+ # like Pillow and psycopg2 # See http://bitly.com/wheel-building-fails-CPython-35 # Verified bug on Python 3.5.1 wheel==0.29.0 # Configuration django-environ==0.4.4 # Forms django-braces==1.11.0 django-crispy-forms==1.6.1 # Models django-model-utils=...
Add feature description and arch support status file for 'arch-tick-broadcast'
# # Feature name: arch-tick-broadcast # Kconfig: ARCH_HAS_TICK_BROADCAST # description: arch provides tick_broadcast() # ----------------------- | arch |status| ----------------------- | alpha: | TODO | | arc: | TODO | | arm: | ok ...
Install boto3 for accessing AWS
# Stemming Hausa words hausastemmer # Unit tests nose # Finding out which Readability version we're using pip # PostgreSQL psycopg2 # Configuration file pyyaml # Date parsing python-dateutil # Extracting text from stories readability-lxml==0.6.2 # Normalizing URLs url_normalize
# Read / write to Amazon S3 boto3 # Stemming Hausa words hausastemmer # Unit tests nose # Finding out which Readability version we're using pip # PostgreSQL psycopg2 # Configuration file pyyaml # Date parsing python-dateutil # Extracting text from stories readability-lxml==0.6.2 # Normalizing URLs url_normalize...
Update watchdog from 0.8.3 to 0.9.0
redis==2.10.6 rq==0.12.0 watchdog==0.8.3
redis==2.10.6 rq==0.12.0 watchdog==0.9.0
Fix build: add pytest version.
snakemake==5.10.0 pytest pytest-cov codacy-coverage
snakemake==5.10.0 pytest>=4.6 pytest-cov codacy-coverage
Update test baselines for release-0.9.0 bug fixes after merge
0.ts line 12 col 4: error TS2094: The property 'toExponential' does not exist on value of type 'String'.
0.ts line 6 col 4: error TS2094: The property 'x' does not exist on value of type 'Number'. 0.ts line 6 col 4: error TS2094: The property 'x' does not exist on value of type 'Number'. 0.ts line 8 col 4: error TS2094: The property 'x' does not exist on value of type 'Number'. 0.ts line 8 col 4: error TS2094: The prop...
Upgrade PyCrypto to to 2.6.1
Paste==1.7.5.1 argparse==1.2.1 beautifulsoup4==4.3.2 distribute==0.6.34 psutil==1.1.1 pycrypto==2.6 python-bcrypt==0.3.2 python-gnupg==0.3.5 web.py==0.37 wsgiref==0.1.2
Paste==1.7.5.1 argparse==1.2.1 beautifulsoup4==4.3.2 distribute==0.6.34 psutil==1.1.1 pycrypto==2.6.1 python-bcrypt==0.3.2 python-gnupg==0.3.5 web.py==0.37 wsgiref==0.1.2
Update flask from 1.0.2 to 1.0.3
flask==1.0.2 healthcheck==1.3.3 six==1.12.0
flask==1.0.3 healthcheck==1.3.3 six==1.12.0
Set autoname of GPS Share
Disabled:Google Maps shenanigans AntiFeatures:NonFreeDep Categories:Navigation License:MIT Web Site:https://bitbucket.org/kkinder/gpsshare Source Code:https://bitbucket.org/kkinder/gpsshare/src Issue Tracker:https://bitbucket.org/kkinder/gpsshare/issues Auto Name:Acquiring location Summary:Share your location Descript...
Disabled:Google Maps shenanigans AntiFeatures:NonFreeDep Categories:Navigation License:MIT Web Site:https://bitbucket.org/kkinder/gpsshare Source Code:https://bitbucket.org/kkinder/gpsshare/src Issue Tracker:https://bitbucket.org/kkinder/gpsshare/issues Auto Name:GPS Share Summary:Share your location Description: Shar...
Add Frederik Gladhorn to contributors list
Contributors ------------ A. Jesse Jiryu Davis Alejandro Gómez Alexander Bayandin Alexander Shorin Alexander Travov Alexey Popravka Andrew Svetlov Andrei Ursulenko Andrej Antonov Anton Kasyanov Arthur Darcet Ben Bader Brian C. Lane Dima Veselov Dimitar Dimitrov Erich Healy Eugene Chernyshov Georges Dubus Greg Holt Jun...
Contributors ------------ A. Jesse Jiryu Davis Alejandro Gómez Alexander Bayandin Alexander Shorin Alexander Travov Alexey Popravka Andrew Svetlov Andrei Ursulenko Andrej Antonov Anton Kasyanov Arthur Darcet Ben Bader Brian C. Lane Dima Veselov Dimitar Dimitrov Erich Healy Eugene Chernyshov Frederik Gladhorn Georges D...
Upgrade dependency botocore to ==1.4.20
-e . base58==0.2.2 boto3==1.3.1 # via zappa botocore==1.4.19 # via boto3, zappa Django==1.9.6 docutils==0.12 # via botocore, zappa filechunkio==1.6 # via zappa flake8==2.5.4 futures==3.0.5 # via zappa isort==4.2.5 jmespath==0.9.0 # via boto3, botocore, zapp...
-e . base58==0.2.2 boto3==1.3.1 # via zappa botocore==1.4.20 # via boto3, zappa Django==1.9.6 docutils==0.12 # via botocore, zappa filechunkio==1.6 # via zappa flake8==2.5.4 futures==3.0.5 # via zappa isort==4.2.5 jmespath==0.9.0 # via boto3, botocore, zapp...
Update wheel from 0.37.0 to 0.37.1
-e .[all] bumpversion==0.6.0 flake8==4.0.1 isort==5.9.3 moto==2.3.0 pytest-cov==3.0.0 pytest==6.2.5 wheel==0.37.0
-e .[all] bumpversion==0.6.0 flake8==4.0.1 isort==5.9.3 moto==2.3.0 pytest-cov==3.0.0 pytest==6.2.5 wheel==0.37.1
Update dependency eventlet to v0.30.1
docker==4.4.1 eventlet==0.30.0 falcon==2.0.0 falcon-cors==1.1.7 gunicorn==20.0.4
docker==4.4.1 eventlet==0.30.1 falcon==2.0.0 falcon-cors==1.1.7 gunicorn==20.0.4
Fix hwloc for Mac OS X
add_subdirectory("pthread") add_subdirectory("basic") add_subdirectory("topology") set(POCL_DEVICES_LINK_LIST ${HWLOC_LIBRARIES}) set(POCL_DEVICES_OBJS "$<TARGET_OBJECTS:pocl-devices>" "$<TARGET_OBJECTS:pocl-devices-pthread>" "$<TARGET_OBJECTS:pocl-devices-basic>" "$<TARGET_OBJECTS:pocl-devices-topol...
add_subdirectory("pthread") add_subdirectory("basic") add_subdirectory("topology") set(POCL_DEVICES_LINK_LIST ${HWLOC_LDFLAGS}) set(POCL_DEVICES_OBJS "$<TARGET_OBJECTS:pocl-devices>" "$<TARGET_OBJECTS:pocl-devices-pthread>" "$<TARGET_OBJECTS:pocl-devices-basic>" "$<TARGET_OBJECTS:pocl-devices-topolog...
Add CancelConnect() and IsConnected() methods
BlueZ D-Bus Input API description ********************************* Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org> Input hierarchy =============== Service org.bluez Interface org.bluez.Input Object path /{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX Methods void Connect() Connect to the input device....
BlueZ D-Bus Input API description ********************************* Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org> Input hierarchy =============== Service org.bluez Interface org.bluez.Input Object path /{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX Methods void Connect() Connect to the input device....
Update coveralls from 1.3.0 to 1.5.1
appdirs==1.4.3 certifi==2018.4.16 chardet==3.0.4 coverage==4.5.1 coveralls==1.3.0 Django==2.0.6 docopt==0.6.2 idna==2.7 packaging==17.1 pyparsing==2.2.0 pytz==2018.4 requests==2.19.1 six==1.11.0 urllib3==1.22
appdirs==1.4.3 certifi==2018.4.16 chardet==3.0.4 coverage==4.5.1 coveralls==1.5.1 Django==2.0.6 docopt==0.6.2 idna==2.7 packaging==17.1 pyparsing==2.2.0 pytz==2018.4 requests==2.19.1 six==1.11.0 urllib3==1.22
Update alagitpull from 0.0.4 to 0.0.5
-r ./base.txt sphinx==1.5.6 alagitpull==0.0.4 releases==1.3.1 # updated from 1.2.1
-r ./base.txt sphinx==1.5.6 alagitpull==0.0.5 releases==1.3.1 # updated from 1.2.1
Update pyyaml from 3.11 to 3.12
pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11
pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.12
Bump isort from 5.0.9 to 5.1.3
check-manifest==0.42 coverage==5.2 flake8==3.8.3 isort==5.0.9 mock==4.0.2 nose==1.3.7 pymemcache==3.2.0 readme-renderer==26.0
check-manifest==0.42 coverage==5.2 flake8==3.8.3 isort==5.1.3 mock==4.0.2 nose==1.3.7 pymemcache==3.2.0 readme-renderer==26.0
Update dependency plotly to v4.4.1
# Installation numpy plotly==4.2.0 pynumpress==0.0.5 regex ms_deisotope==0.0.9 dash==1.5.1
# Installation numpy plotly==4.4.1 pynumpress==0.0.5 regex ms_deisotope==0.0.9 dash==1.5.1
Update arrow from 0.14.2 to 0.14.4
flask==1.0.3 xmind2testlink==2.0.8 arrow==0.14.2
flask==1.0.3 xmind2testlink==2.0.8 arrow==0.14.4
Fix CMake for X-RAY tests
include_directories(..) add_custom_target(XRayUnitTests) set_target_properties(XRayUnitTests PROPERTIES FOLDER "XRay unittests") set(XRAY_UNITTEST_CFLAGS ${XRAY_CFLAGS} ${COMPILER_RT_UNITTEST_CFLAGS} ${COMPILER_RT_GTEST_CFLAGS} -I${COMPILER_RT_SOURCE_DIR}/include -I${COMPILER_RT_SOURCE_DIR}/lib/xray -I${C...
include_directories(..) add_custom_target(XRayUnitTests) set_target_properties(XRayUnitTests PROPERTIES FOLDER "XRay unittests") set(XRAY_UNITTEST_CFLAGS ${XRAY_CFLAGS} ${COMPILER_RT_UNITTEST_CFLAGS} ${COMPILER_RT_GTEST_CFLAGS} -I${COMPILER_RT_SOURCE_DIR}/include -I${COMPILER_RT_SOURCE_DIR}/lib/xray -I${C...
Update alembic requirement to 0.6.0 version
pbr>=0.5.21,<1.0 WebOb>=1.2.3,<1.3 kombu>=2.4.8 iso8601>=0.1.4 argparse SQLAlchemy>=0.7.8,<0.8 sqlalchemy-migrate>=0.7.2 alembic>=0.4.1 netaddr pymongo>=2.4 eventlet>=0.13.0 anyjson>=0.3.3 Flask>=0.10,<1.0 pecan>=0.2.0 stevedore>=0.10 msgpack-python python-glanceclient>=0.9.0 python-novaclient>=2.12.0 python-keystonecl...
pbr>=0.5.21,<1.0 WebOb>=1.2.3,<1.3 kombu>=2.4.8 iso8601>=0.1.4 argparse SQLAlchemy>=0.7.8,<0.8 sqlalchemy-migrate>=0.7.2 alembic>=0.6.0 netaddr pymongo>=2.4 eventlet>=0.13.0 anyjson>=0.3.3 Flask>=0.10,<1.0 pecan>=0.2.0 stevedore>=0.10 msgpack-python python-glanceclient>=0.9.0 python-novaclient>=2.12.0 python-keystonecl...
Add pyinotify to improve dev server code reloading
# Packages required for local development -r test.txt -r docs.txt django-debug-toolbar==1.7 # i18n transifex-client==0.12.2 edx-i18n-tools==0.4.4 # Visual Studio Code Debugger ptvsd==3.0
# Packages required for local development -r test.txt -r docs.txt django-debug-toolbar==1.7 # i18n transifex-client==0.12.2 edx-i18n-tools==0.4.4 # Visual Studio Code Debugger ptvsd==3.0 # For devserver code reloading pyinotify==0.9.6
Update Bimba to 1.1.1 (5)
Categories:Navigation License:MIT Web Site:https://adamsprogs.ml/w/programmes/bimba Source Code:https://github.com/apiote/Bimba Issue Tracker:https://github.com/apiote/Bimba/issues Auto Name:Bimba Summary:First Free-Software Poznań Wandering Guide Description: With this app You can check the public transport timetable...
Categories:Navigation License:MIT Web Site:https://adamsprogs.ml/w/programmes/bimba Source Code:https://github.com/apiote/Bimba Issue Tracker:https://github.com/apiote/Bimba/issues Auto Name:Bimba Summary:First Free-Software Poznań Wandering Guide Description: With this app You can check the public transport timetable...
Update faker from 0.8.1 to 0.8.3
coverage==4.4.1 dj-database-url==0.4.2 Django==1.11.5 django-cors-middleware==1.3.1 django-crispy-forms==1.6.1 django-filter==1.0.4 django-guardian==1.4.9 django-model-utils==3.0.0 djangorestframework==3.6.4 djoser==0.7.0 djangorestframework-jwt==1.11.0 gunicorn==19.7.1 psycopg2==2.7.3.1 PyJWT==1.5.2 pytz==2017.2 reque...
coverage==4.4.1 dj-database-url==0.4.2 Django==1.11.5 django-cors-middleware==1.3.1 django-crispy-forms==1.6.1 django-filter==1.0.4 django-guardian==1.4.9 django-model-utils==3.0.0 djangorestframework==3.6.4 djoser==0.7.0 djangorestframework-jwt==1.11.0 gunicorn==19.7.1 psycopg2==2.7.3.1 PyJWT==1.5.2 pytz==2017.2 reque...
Update pycryptodome from 3.8.2 to 3.9.1
graphenelib==1.2.0 bitshares==0.4.0 autobahn>=0.14 pycryptodome==3.8.2 appdirs==1.4.3
graphenelib==1.2.0 bitshares==0.4.0 autobahn>=0.14 pycryptodome==3.9.1 appdirs==1.4.3
Bump sphinxcontrib-spelling from 5.0.0 to 5.1.0
-r doc.txt sphinxcontrib-spelling==5.0.0; platform_system!="Windows" # We only use it in Travis CI
-r doc.txt sphinxcontrib-spelling==5.1.0; platform_system!="Windows" # We only use it in Travis CI
Remove dependency on virtualenv. Setuptools' tests don't require it except pytest-virtualenv, which declares it.
importlib; python_version<"2.7" mock pytest-flake8 pytest-virtualenv>=1.2.7 pytest>=3.0.2 virtualenv
importlib; python_version<"2.7" mock pytest-flake8 pytest-virtualenv>=1.2.7 pytest>=3.0.2
Exclude PipelineIntegrationTest.SeekWhilePlaying for tsan TBR=acolwell@chromium.org BUG=109875 TEST=
# This test fails reliably in tsan bots after r119048, exclude it for # now. See http://crbug.com/109875 PipelineIntegrationTest.SeekWhilePlaying
Add comment regarding CBuilderX 1.0 Update 1
Feb 27, 2003 - Xerces C and Borland C++ Compiler v 5.5.1 ======================================================== - changes for Xerces C 2.2.0 How to build dll with Win95 support (tasm32 required, so only for BCB5): make -f Xerces-all.mak -DWITHASM=Y Aug 23, 2002 - Xerces C and Borland C++ Compiler v 5.5.1 =======...
Feb 27, 2003 - Xerces C and Borland C++ Compiler v 5.5.1 ======================================================== - changes for Xerces C 2.2.0 How to build dll with Win95 support (tasm32 required, so only for BCB5): make -f Xerces-all.mak -DWITHASM=Y Aug 23, 2002 - Xerces C and Borland C++ Compiler v 5.5.1 =======...
Update psycopg2-binary from 2.7.6.1 to 2.7.7
-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==2.0.1 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=...
-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==2.0.1 django-registration-redux==2.5 Django==2.1.5 djangorestframework==3.9.1 gunicorn==19.9.0 psycopg2-binary==2.7.7 python-decouple==3.1 social-auth-app-django==3...
Add 'repo' instead of file
FreeCodeCamp - Bonfire Algorithms (Personal Solutions) ——————————————————————————————————————————————————————————— The purpose of this file is to showcase many of my solutions to the beginner, intermediate and advanced JavaScript algorithms provided by the FreeCodeCamp self-paced, self-learning environment. Much time ...
FreeCodeCamp - Bonfire Algorithms (Personal Solutions) ——————————————————————————————————————————————————————————— The purpose of this repo is to showcase many of my solutions to the beginner, intermediate and advanced JavaScript algorithms provided by the FreeCodeCamp self-paced, self-learning environment. Much time ...
Update kombu from 4.6.7 to 5.0.2
celery==5.0.5 vine==5.0.0 kombu==4.6.7 billiard==3.6.2.0
celery==5.0.5 vine==5.0.0 kombu==5.0.2 billiard==3.6.2.0
Update hacking version in test requirements
# 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>=0.8.0,<0.9 coverage>=3.6 discover fixtures>=0.3.14 mock>=1.0 Babel>=1.3 MySQL-python oslotest>=1.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>=0.9.2,<0.10 coverage>=3.6 discover fixtures>=0.3.14 mock>=1.0 Babel>=1.3 MySQL-python oslotest>=1.1.0...
Update uharfbuzz from 0.24.1 to 0.26.0
# we use the official Brotli module on CPython and the CFFI-based # extension 'brotlipy' on PyPy brotli==1.0.9; platform_python_implementation != "PyPy" brotlicffi==1.0.9.2; platform_python_implementation == "PyPy" unicodedata2==14.0.0; python_version < '3.11' scipy==1.8.1; platform_python_implementation != "PyPy" munk...
# we use the official Brotli module on CPython and the CFFI-based # extension 'brotlipy' on PyPy brotli==1.0.9; platform_python_implementation != "PyPy" brotlicffi==1.0.9.2; platform_python_implementation == "PyPy" unicodedata2==14.0.0; python_version < '3.11' scipy==1.8.1; platform_python_implementation != "PyPy" munk...
Use upstream version of `finder_colors`.
-e git+https://github.com/mrmachine/finder_colors.git@xattr-import#egg=finder_colors -e .
-e git+https://github.com/danthedeckie/finder_colors.git#egg=finder_colors -e .
Upgrade discord.py library version to 0.16.7
aiohttp==1.0.5 async-timeout==1.1.0 chardet==2.3.0 discord.py==0.13.0 multidict==2.1.2 requests==2.11.1 websockets==3.2
aiohttp==1.0.5 async-timeout==1.1.0 chardet==2.3.0 discord.py==0.16.7 multidict==2.1.2 requests==2.11.1 websockets==3.2
Update required versions of scipy and scikit-learn
git+https://github.com/datasciencebr/serenata-toolbox.git#egg=serenata-toolbox geopy>=1.11.0 pycpfcnpj==1.0.2 scikit-learn>=0.17 scipy>=0.18
git+https://github.com/datasciencebr/serenata-toolbox.git#egg=serenata-toolbox geopy>=1.11.0 pycpfcnpj==1.0.2 scikit-learn==0.18.1 scipy==0.19.0
Update SexyTopo to 1.0.9 (9)
Categories:Science & Education License:GPLv3 Web Site: Source Code:https://github.com/richsmith/sexytopo Issue Tracker:https://github.com/richsmith/sexytopo/issues Auto Name:SexyTopo Summary:Assist in cave surveying Description: Assists in cave surveying. It interfaces with an automated measuring device (the Disto-X) ...
Categories:Science & Education License:GPLv3 Web Site: Source Code:https://github.com/richsmith/sexytopo Issue Tracker:https://github.com/richsmith/sexytopo/issues Auto Name:SexyTopo Summary:Assist in cave surveying Description: Assists in cave surveying. It interfaces with an automated measuring device (the Disto-X) ...
Update CV of MiMangaNu to 1.03 (3)
Categories:Reading License:MIT Web Site: Source Code:https://github.com/raulhaag/MiMangaNu Issue Tracker:https://github.com/raulhaag/MiMangaNu/issues Auto Name:MiMangaNu Summary:Manga reader Description: Read and organize mangas. . Repo Type:git Repo:https://github.com/raulhaag/MiMangaNu Build:1.0,1 commit=e59f7...
Categories:Reading License:MIT Web Site: Source Code:https://github.com/raulhaag/MiMangaNu Issue Tracker:https://github.com/raulhaag/MiMangaNu/issues Auto Name:MiMangaNu Summary:Manga reader Description: Read and organize mangas. . Repo Type:git Repo:https://github.com/raulhaag/MiMangaNu Build:1.0,1 commit=e59f7...
Fix typo in the sample queries for the `attvars` example
________________________________________________________________________ This file is part of Logtalk <https://logtalk.org/> Copyright 1998-2018 Paulo Moura <pmoura@logtalk.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may o...
________________________________________________________________________ This file is part of Logtalk <https://logtalk.org/> Copyright 1998-2018 Paulo Moura <pmoura@logtalk.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may o...
Bump django from 1.8.7 to 1.11.29 in /000000-stack/web
Django==1.8.7 dj-database-url==0.3.0 dj-static==0.0.6 django-rq==0.6.1 httplib2==0.8 xlwt==0.7.5 psycopg2==2.7.3.2 python-dateutil==2.2 pytz==2012d raven==5.23.0 redis==2.10.5 rq==0.3.13 static==0.4 nose==1.3.3 pre-commit==0.3.2 networkx==1.9.1 Jinja2==2.8 jsonfield==1.0.3 hypothesis==1.18.1 hypothesis-datetime==1.5.0 ...
Django==1.11.29 dj-database-url==0.3.0 dj-static==0.0.6 django-rq==0.6.1 httplib2==0.8 xlwt==0.7.5 psycopg2==2.7.3.2 python-dateutil==2.2 pytz==2012d raven==5.23.0 redis==2.10.5 rq==0.3.13 static==0.4 nose==1.3.3 pre-commit==0.3.2 networkx==1.9.1 Jinja2==2.8 jsonfield==1.0.3 hypothesis==1.18.1 hypothesis-datetime==1.5....
Update flake8 package to 4.0.1
# Testing coverage==6.3.1 # Test coverage flake8==3.9.2 # Python linting mypy==0.910 # Static typing
# Testing coverage==6.3.1 # Test coverage flake8==4.0.1 # Python linting mypy==0.910 # Static typing
Update django from 3.2.8 to 3.2.9
Django==3.2.8 six==1.16.0 sqlparse==0.4.2 # Whitenoise: Staticfile hosting whitenoise==5.3.0 django-npm==1.0.0 # Tagging # Taggit Helpers: TaggitCounter, TaggitListFilter # Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags django-taggit==1.5.1 django-taggit-helpers...
Django==3.2.9 six==1.16.0 sqlparse==0.4.2 # Whitenoise: Staticfile hosting whitenoise==5.3.0 django-npm==1.0.0 # Tagging # Taggit Helpers: TaggitCounter, TaggitListFilter # Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags django-taggit==1.5.1 django-taggit-helpers...
Update flake8 from 3.3.0 to 3.4.1
# Dependencies related to testing nsize-web -r base.txt # Fixtures #factory-boy==2.8.1 # Test Runner #django-nose==1.4.4 #nose-progressive==1.5.1 # Code Coverage coverage==4.4.1 # Style Enforcement flake8==3.3.0 fakeredis==0.8.2
# Dependencies related to testing nsize-web -r base.txt # Fixtures #factory-boy==2.8.1 # Test Runner #django-nose==1.4.4 #nose-progressive==1.5.1 # Code Coverage coverage==4.4.1 # Style Enforcement flake8==3.4.1 fakeredis==0.8.2
Update six from 1.15.0 to 1.16.0
numpy==1.20.2 matplotlib==3.4.1 scipy==1.6.3 six==1.15.0 coverage==5.5 nose==1.3.7
numpy==1.20.2 matplotlib==3.4.1 scipy==1.6.3 six==1.16.0 coverage==5.5 nose==1.3.7
Make flake8 a requirement, remove ipython
Django==1.5.2 Jinja2==2.7.1 Markdown==2.3.1 MarkupSafe==0.18 Pygments==1.6 Sphinx==1.2b1 dj-static==0.0.5 django-filter==0.7 django-social-auth==0.7.25 djangorestframework==2.3.7 docutils==0.11 httplib2==0.8 ipython==1.0.0 mock==1.0.1 oauth2==1.5.211 psycopg2==2.5.1 pyjade==2.0.2 pymongo==2.5.2 python-openid==2.2.5 sta...
Django==1.5.2 Jinja2==2.7.1 Markdown==2.3.1 MarkupSafe==0.18 Pygments==1.6 Sphinx==1.2b1 dj-static==0.0.5 django-filter==0.7 django-social-auth==0.7.25 djangorestframework==2.3.7 docutils==0.11 flake8 httplib2==0.8 mock==1.0.1 oauth2==1.5.211 psycopg2==2.5.1 pyjade==2.0.2 pymongo==2.5.2 python-openid==2.2.5 static==0.4...
Update pytest from 3.0.4 to 3.0.7
argparse==1.4.0 cssutils==1.0.1 defusedxml==0.4.1 fastchardet==0.2.0 mock==2.0.0 natsort==5.0.1 pytest==3.0.4 rdflib==3.4.0 requests==2.12.1 simplejson==3.10.0 spidermonkey==52.0a2.post1
argparse==1.4.0 cssutils==1.0.1 defusedxml==0.4.1 fastchardet==0.2.0 mock==2.0.0 natsort==5.0.1 pytest==3.0.7 rdflib==3.4.0 requests==2.12.1 simplejson==3.10.0 spidermonkey==52.0a2.post1
Update pytest from 3.6.0 to 3.6.1
docker==3.3.0 molecule==2.14.0 pytest==3.6.0 python-vagrant==0.5.15 tox==3.0.0
docker==3.3.0 molecule==2.14.0 pytest==3.6.1 python-vagrant==0.5.15 tox==3.0.0
Add pylev module for fuzzy string matching
Flask==0.9 GeoAlchemy==0.7.1 Jinja2==2.6 PyYAML==3.10 SQLAlchemy==0.8.0 Werkzeug==0.8.3 argparse==1.2.1 distribute==0.6.31 nltk==2.0.4 numpy==1.7.1 psycopg2==2.4.6 requests==1.2.0 wsgiref==0.1.2
Flask==0.9 GeoAlchemy==0.7.1 Jinja2==2.6 PyYAML==3.10 SQLAlchemy==0.8.0 Werkzeug==0.8.3 argparse==1.2.1 distribute==0.6.31 nltk==2.0.4 numpy==1.7.1 psycopg2==2.4.6 pylev==1.2.0 requests==1.2.0 wsgiref==0.1.2
Update botocore from 1.8.34 to 1.8.36
Django==2.0.1 dj_database_url==0.4.2 pytz==2017.3 python_box==3.1.1 six==1.11.0 gunicorn==19.7.1 psycopg2==2.7.3.2 python-decouple==3.1 raven==6.5.0 #Amazon S3 Stuff boto3==1.5.20 Collectfast==0.6.0 botocore==1.8.34 django-s3-folder-storage==0.5 django-storages==1.6.5 docutils==0.14 jmespath==0.9.3 python-dateutil==2....
Django==2.0.1 dj_database_url==0.4.2 pytz==2017.3 python_box==3.1.1 six==1.11.0 gunicorn==19.7.1 psycopg2==2.7.3.2 python-decouple==3.1 raven==6.5.0 #Amazon S3 Stuff boto3==1.5.20 Collectfast==0.6.0 botocore==1.8.36 django-s3-folder-storage==0.5 django-storages==1.6.5 docutils==0.14 jmespath==0.9.3 python-dateutil==2....
Update boto3 from 1.9.3 to 1.9.30
boto3==1.9.3 botocore==1.12.3 Collectfast==0.6.2 dj_database_url==0.5.0 django-debug-toolbar==1.10.1 django-ordered-model==3.0.0 django-s3-folder-storage==0.5 django-storages==1.7.1 Django==2.1.2 docutils==0.14 gunicorn==19.8.1 jmespath==0.9.3 pillow==5.3.0 psycopg2-binary==2.7.5 python-dateutil==2.7.3 python-decouple=...
boto3==1.9.30 botocore==1.12.3 Collectfast==0.6.2 dj_database_url==0.5.0 django-debug-toolbar==1.10.1 django-ordered-model==3.0.0 django-s3-folder-storage==0.5 django-storages==1.7.1 Django==2.1.2 docutils==0.14 gunicorn==19.8.1 jmespath==0.9.3 pillow==5.3.0 psycopg2-binary==2.7.5 python-dateutil==2.7.3 python-decouple...
Update python-markdown to wikipendium-hosted fork
django==1.7.3 django-registration-redux==1.1 git+git://github.com/sigvef/Python-Markdown.git#egg=markdown git+git://github.com/wikipendium/python-markdown-mathjax.git#egg=markdown_mathjax git+git://github.com/stianjensen/mdx_outline.git fabric==1.8.0 pytz==2013d boto==2.9.9 newrelic==2.4.0.4 django-mailgun==0.2.2 djang...
django==1.7.3 django-registration-redux==1.1 git+git://github.com/wikipendium/Python-Markdown.git@5e9e809#egg=markdown git+git://github.com/wikipendium/python-markdown-mathjax.git#egg=markdown_mathjax git+git://github.com/stianjensen/mdx_outline.git fabric==1.8.0 pytz==2013d boto==2.9.9 newrelic==2.4.0.4 django-mailgun...
Update flake8 from 3.2.0 to 3.2.1
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.1 multidict==2.1.2 -e .
flake8==3.2.1 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.1 multidict==2.1.2 -e .
Update psycopg2 from 2.7.4 to 2.7.5
# Those dependencies are needed for the test_migrations.sh script PyMySQL==0.8.1 psycopg2==2.7.4
# Those dependencies are needed for the test_migrations.sh script PyMySQL==0.8.1 psycopg2==2.7.5
Update Xposed Downloader to 0.2.4 (7)
Categories:Internet License:GPLv3 Web Site: Source Code:https://github.com/daktak/xposed_downloader Issue Tracker:https://github.com/daktak/xposed_downloader/issues Bitcoin:16VEzu37BePgR3o9hAciZkGK2VCAQFE28r Auto Name:Xposed Downloader Summary:Download Xposed Framework zip Description: App to auto download Xposed Fram...
Categories:Internet License:GPLv3 Web Site: Source Code:https://github.com/daktak/xposed_downloader Issue Tracker:https://github.com/daktak/xposed_downloader/issues Bitcoin:16VEzu37BePgR3o9hAciZkGK2VCAQFE28r Auto Name:Xposed Downloader Summary:Download Xposed Framework zip Description: App to auto download Xposed Fram...
Use the right version of taskthread
# Requirements argparse logutils pyodbc taskthread # Documentation sphinx # Testing coverage mock pep8==1.2 unittest2
# Requirements argparse logutils pyodbc taskthread>=1.2 # Documentation sphinx # Testing coverage mock pep8==1.2 unittest2
Update flake8 from 3.7.5 to 3.7.6
setuptools>=17.1 pytest==4.2.1 pytest-cov==2.6.1 flake8==3.7.5
setuptools>=17.1 pytest==4.2.1 pytest-cov==2.6.1 flake8==3.7.6
Update GfxTablet to 1.4 (5)
Categories:Multimedia License:MIT Web Site:https://rfc2822.github.io/GfxTablet/ Source Code:https://github.com/rfc2822/GfxTablet Issue Tracker:https://github.com/rfc2822/GfxTablet/issues Donate:https://rfc2822.github.io/GfxTablet/#donate Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU Auto Name:GfxTablet Summary:Use touchs...
Categories:Multimedia License:MIT Web Site:https://rfc2822.github.io/GfxTablet/ Source Code:https://github.com/rfc2822/GfxTablet Issue Tracker:https://github.com/rfc2822/GfxTablet/issues Donate:https://rfc2822.github.io/GfxTablet/#donate Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU Auto Name:GfxTablet Summary:Use touchs...
Add new idea about a tapestry-wro4j module
Ideas and TODOs: Compile CoffeeScript for modules with --bare (no top-level function wrapper), as module is always just define([..], function() { ... }); Replace default.css with Twitter Bootstrap + Tapestry extensions. Include a new Java module that supports writing an exception log file on error. Merge PageCatalo...
Ideas and TODOs: Compile CoffeeScript for modules with --bare (no top-level function wrapper), as module is always just define([..], function() { ... }); Replace default.css with Twitter Bootstrap + Tapestry extensions. Include a new Java module that supports writing an exception log file on error. New module to re...
Update django-storages-redux from 1.3.2 to 1.3.3
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt Django==1.11.2 # WSGI Handler # ------------------------------------------------ gevent==1.2.2 gunicorn==19.7.1 # Static and Media Storage # ------------------------------------------------ bot...
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt Django==1.11.2 # WSGI Handler # ------------------------------------------------ gevent==1.2.2 gunicorn==19.7.1 # Static and Media Storage # ------------------------------------------------ bot...
Update gevent from 1.1.2 to 1.2.1
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt # WSGI Handler # ------------------------------------------------ gevent==1.1.2 gunicorn==19.6.0 # Static and Media Storage # ------------------------------------------------ boto==2.42.0 djan...
# Pro-tip: Try not to put anything here. There should be no dependency in # production that isn't in development. -r base.txt # WSGI Handler # ------------------------------------------------ gevent==1.2.1 gunicorn==19.6.0 # Static and Media Storage # ------------------------------------------------ boto==2.42.0 djan...
Update django from 2.2.17 to 2.2.18
bleach==3.3.0 Django==2.2.17 # pyup: <2.3 django-allauth==0.44.0 django-autoslug==1.9.8 django-background-tasks==1.2.5 django-ckeditor==6.0.0 django-enumfield==2.0.2 django-filter==2.4.0 django-multiselectfield==0.1.12 django-widget-tweaks==1.4.8 djangorestframework==3.12.2 easy-thumbnails==2.7.1 html5lib==1.1 jsonfiel...
bleach==3.3.0 Django==2.2.18 # pyup: <2.3 django-allauth==0.44.0 django-autoslug==1.9.8 django-background-tasks==1.2.5 django-ckeditor==6.0.0 django-enumfield==2.0.2 django-filter==2.4.0 django-multiselectfield==0.1.12 django-widget-tweaks==1.4.8 djangorestframework==3.12.2 easy-thumbnails==2.7.1 html5lib==1.1 jsonfiel...
Update pytest from 6.2.4 to 6.2.5
-r requirements.txt isort==5.9.3 pytest==6.2.4 pytest-env==0.6.2 pytest-mock==3.6.1 pytest-xdist==2.2.1 beautifulsoup4==4.9.3 freezegun==1.1.0 flake8==3.9.2 flake8-bugbear==21.4.3 flake8-print==4.0.0 requests-mock==1.9.3 # used for creating manifest file locally jinja2-cli[yaml]==0.7.0
-r requirements.txt isort==5.9.3 pytest==6.2.5 pytest-env==0.6.2 pytest-mock==3.6.1 pytest-xdist==2.2.1 beautifulsoup4==4.9.3 freezegun==1.1.0 flake8==3.9.2 flake8-bugbear==21.4.3 flake8-print==4.0.0 requests-mock==1.9.3 # used for creating manifest file locally jinja2-cli[yaml]==0.7.0
Fix building frei0r module in KDE Craft
add_library(mltfrei0r MODULE factory.c filter_cairoblend_mode.c filter_frei0r.c frei0r_helper.c producer_frei0r.c transition_frei0r.c ) target_compile_options(mltfrei0r PRIVATE ${MLT_COMPILE_OPTIONS}) if(APPLE AND RELOCATABLE) target_compile_definitions(mltfrei0r PRIVATE RELOCATABLE) endif() target_link...
add_library(mltfrei0r MODULE factory.c filter_cairoblend_mode.c filter_frei0r.c frei0r_helper.c producer_frei0r.c transition_frei0r.c ) target_compile_options(mltfrei0r PRIVATE ${MLT_COMPILE_OPTIONS}) target_include_directories(mltfrei0r PRIVATE ${FREI0R_INCLUDE_DIRS}) if(APPLE AND RELOCATABLE) target_co...
Update whitenoise from 3.2.2 to 3.2.3
# Bleeding edge Django django==1.10.4 # Configuration django-environ==0.4.1 whitenoise==3.2.2 # Forms django-braces==1.10.0 django-crispy-forms==1.6.1 django-floppyforms==1.7.0 # Models django-model-utils==2.6 # Images Pillow==4.0.0 # For user registration, either via email or social # Well-built with regular rele...
# Bleeding edge Django django==1.10.4 # Configuration django-environ==0.4.1 whitenoise==3.2.3 # Forms django-braces==1.10.0 django-crispy-forms==1.6.1 django-floppyforms==1.7.0 # Models django-model-utils==2.6 # Images Pillow==4.0.0 # For user registration, either via email or social # Well-built with regular rele...
Update sqlalchemy from 1.2.17 to 1.2.18
sqlalchemy==1.2.17 appdirs==1.4.3 unihan-etl==0.10.1
sqlalchemy==1.2.18 appdirs==1.4.3 unihan-etl==0.10.1
Update django-autofixture from 0.11.0 to 0.12.1
# Local development dependencies go here -r base.txt Sphinx==1.4.1 django-extensions==1.6.1 Werkzeug==0.11.9 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==1.4 django-autofixture==0.11.0
# Local development dependencies go here -r base.txt Sphinx==1.4.1 django-extensions==1.6.1 Werkzeug==0.11.9 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==1.4 django-autofixture==0.12.1
Update pytest-django from 3.4.5 to 3.4.7
# Local development dependencies go here -r test.txt black==18.9b0 pre-commit==1.14.3 Sphinx==1.8.4 django-extensions==2.1.5 Werkzeug==0.14.1 django-debug-toolbar==1.11 # improved REPL ipdb==0.11 pytest-django==3.4.5 # pytest-sugar==0.9.2
# Local development dependencies go here -r test.txt black==18.9b0 pre-commit==1.14.3 Sphinx==1.8.4 django-extensions==2.1.5 Werkzeug==0.14.1 django-debug-toolbar==1.11 # improved REPL ipdb==0.11 pytest-django==3.4.7 # pytest-sugar==0.9.2
Update pytest-cov from 2.4.0 to 2.5.1
# Local development dependencies go here -r base.txt coverage==4.2 django-coverage-plugin==1.3.1 Sphinx==1.4.8 django-extensions==1.7.4 Werkzeug==0.11.11 django-test-plus==1.0.16 factory_boy==2.7.0 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==1.6 # improved REPL ipdb==0.10.1 # pytest! pyt...
# Local development dependencies go here -r base.txt coverage==4.2 django-coverage-plugin==1.3.1 Sphinx==1.4.8 django-extensions==1.7.4 Werkzeug==0.11.11 django-test-plus==1.0.16 factory_boy==2.7.0 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==1.6 # improved REPL ipdb==0.10.1 # pytest! pyt...
Update pytest from 3.5.0 to 3.5.1
fxapom==1.10.2 PyPOM==2.0.0 pytest==3.5.0 pytest-selenium==1.12.0 pytest-xdist==1.22.2 selenium==3.11.0
fxapom==1.10.2 PyPOM==2.0.0 pytest==3.5.1 pytest-selenium==1.12.0 pytest-xdist==1.22.2 selenium==3.11.0
Update vent from 0.4.6 to 0.4.8
elasticsearch==6.1.1 pika>=0.11.0 vent==0.4.6
elasticsearch==6.1.1 pika>=0.11.0 vent==0.4.8
Update CV of Pi Locker to 5.0.3 (10)
Categories:Office License:GPLv2 Web Site:http://forum.xda-developers.com/showthread.php?p=53218143 Source Code:https://github.com/Pi-Developers/Pi-Locker Issue Tracker:https://github.com/Pi-Developers/Pi-Locker/issues Auto Name:Pi Locker Summary:Lockscreen Description: A smart and clean lockscreen replacement with unl...
Categories:Office License:GPLv2 Web Site:http://forum.xda-developers.com/showthread.php?p=53218143 Source Code:https://github.com/Pi-Developers/Pi-Locker Issue Tracker:https://github.com/Pi-Developers/Pi-Locker/issues Auto Name:Pi Locker Summary:Lockscreen Description: A smart and clean lockscreen replacement with unl...
Test for list_table directive. Workswel, except for widths.
.. list-table:: Frozen Delights! :widths: 15 10 30 :header-rows: 1 * - Treat - Quantity - Description * - Albatross - 2.99 - On a stick! * - Crunchy Frog - 1.49 - If we took the bones out, it wouldn't be crunchy, now would it? * - Gannet Ripple - 1.99 - ...