Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update ipywidgets from 7.0.0b2 to 7.0.0
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0 PyYAML==3.12 pytest==3.1.3 pytest-runner==2.11.1 sphinxcontrib-napoleon==0.6.1 numpy==1.13.1 pandas==0.20.3 matplotlib==2.0.2 jupyter==1.0.0 ipywidgets==7.0.0b2 opencv-contrib-python==3...
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0 PyYAML==3.12 pytest==3.1.3 pytest-runner==2.11.1 sphinxcontrib-napoleon==0.6.1 numpy==1.13.1 pandas==0.20.3 matplotlib==2.0.2 jupyter==1.0.0 ipywidgets==7.0.0 opencv-contrib-python==3.2...
Update coverage package to 4.5.4
# Testing coverage==4.5.3 # Test coverage flake8==3.7.8 # Python linting mypy==0.711 # Type checking
# Testing coverage==4.5.4 # Test coverage flake8==3.7.8 # Python linting mypy==0.711 # Type checking
Update CV of ADB Manager to 1.0.7 (20)
Categories:Development License:Apache2 Web Site: Source Code:https://github.com/ilijamt/android-adbm Issue Tracker:https://github.com/ilijamt/android-adbm/issues Auto Name:ADB Manager Summary:Manage Android Debug Bridge Description: * Easy control and access details from notification bar * Auto connect on saved WiFi n...
Categories:Development License:Apache2 Web Site: Source Code:https://github.com/ilijamt/android-adbm Issue Tracker:https://github.com/ilijamt/android-adbm/issues Auto Name:ADB Manager Summary:Manage Android Debug Bridge Description: * Easy control and access details from notification bar * Auto connect on saved WiFi n...
Fix output folder for test
-cd ../SimpleClass1 +incdir+.+../../third_party/UVM/uvm-1.2/src/ ../../third_party/UVM/uvm-1.2/src/uvm_pkg.sv -sverilog -writepp -parse -d inst top.v -l batch.log -exe ../TestBatchMode/fake_command.exe -o ../../build/tests/TestBatchMode/slpp_all/class1 -cd ../SimpleClass2 +incdir+.+../../third_party/UVM/uvm-1.2/src/...
-cd ../SimpleClass1 +incdir+.+../../third_party/UVM/uvm-1.2/src/ ../../third_party/UVM/uvm-1.2/src/uvm_pkg.sv -sverilog -writepp -parse -d inst top.v -l batch.log -exe ../TestBatchMode/fake_command.exe -o ../../build/regression/TestBatchMode/slpp_all/class1 -cd ../SimpleClass2 +incdir+.+../../third_party/UVM/uvm-1.2/sr...
Update Spring Boot kurento logo
.------------------------------------. | | | | |/ / _ _ _ ___ _ _| |_ ___ | | | ' < || | '_/ -_) ' \ _/ _ \ | | |_|\_\_,_|_| \___|_||_\__\___/ | | | | C O N T R O L S E R V E R | '---------------------...
.------------------------------------. | | | | |/ / _ _ _ ___ _ _| |_ ___ | | | ' < || | '_/ -_) ' \ _/ _ \ | | |_|\_\_,_|_| \___|_||_\__\___/ | | | '------------------------------------' versi...
Update bourses collège / lycée values for 2016
openfisca_web_api[paster]==3.0.0 openfisca_france==10.0.0 git+https://github.com/sgmap/openfisca-paris.git@a4b6f324f48e465b89ffd01d25cea8ff68202718#egg=openfisca-paris
openfisca_web_api[paster]==3.0.0 openfisca_france==10.2.0 git+https://github.com/sgmap/openfisca-paris.git@a4b6f324f48e465b89ffd01d25cea8ff68202718#egg=openfisca-paris
Fix wrapping runtime warning on unknown itk::Matrix.
itk_wrap_module(ITKCommon) set(WRAPPER_LIBRARY_GROUPS vcl_complex vnl_matrix vnl_vector vnl_unary_function ITKCommonBase itkOffset itkArray itkFixedArray itkIndex itkSize itkVector itkPoint itkContinuousIndex itkVectorContainer itkMapContainer itkBoundingBox itkCovariantVector itkRG...
itk_wrap_module(ITKCommon) set(WRAPPER_LIBRARY_GROUPS vcl_complex vnl_matrix vnl_vector vnl_unary_function ITKCommonBase itkOffset itkArray itkFixedArray itkIndex itkSize itkVector itkPoint itkContinuousIndex itkMatrix itkVectorContainer itkMapContainer itkBoundingBox itkCovariantVe...
Update dependency pytype to v2019.8.29
-r requirements.txt bitstring codecov concurrencytest deb_pkg_tools exabgp==4.1.2 importlab>=0.3.1 netifaces packaging pylint pytest-cov pytype==2019.8.9 requests scapy==2.4.3
-r requirements.txt bitstring codecov concurrencytest deb_pkg_tools exabgp==4.1.2 importlab>=0.3.1 netifaces packaging pylint pytest-cov pytype==2019.8.29 requests scapy==2.4.3
Update sphinx from 1.7.4 to 1.7.5
# 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.11.1 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.5 coverage==4.5.1 django-extensions==2.0.7 django-test-plus==1.0.22 factory-boy==2.11.1 django-debug-toolbar==1.9.1 # pytest! pytest-django==3.2.1 pytest-sugar==0.9.1
Resolve cmake infinite loop issue
cmake_minimum_required (VERSION 2.6) project ( ${PROJECT_SOURCE_DIR}/launch_bounds) include_directories( ${HIPTEST_SOURCE_DIR} ) make_hip_executable (hip_launch_bounds hip_launch_bounds.cpp) make_test(hip_launch_bounds " ")
cmake_minimum_required (VERSION 2.6) include_directories( ${HIPTEST_SOURCE_DIR} ) make_hip_executable (hip_launch_bounds hip_launch_bounds.cpp) make_test(hip_launch_bounds " ")
Add specific versions to pip packages
django<1.7 south raven django-bootstrap3 phonenumbers requests django-impersonate pytz git+https://github.com/goinnn/django-multiselectfield easy_thumbnails bleach python-ldap pisa reportlab<3 html5lib django-jfu django-sendfile django-haystack whoosh pdfminer textract celery-haystack celery pypdf wand schwifty
django<1.7 south raven django-bootstrap3 phonenumbers requests django-impersonate pytz git+https://github.com/goinnn/django-multiselectfield easy_thumbnails bleach python-ldap pisa reportlab<3 html5lib==1.0b8 django-jfu django-sendfile django-haystack==2.4.1 whoosh pdfminer textract celery-haystack celery pypdf wand sc...
Update selenium from 3.8.0 to 3.8.1
# Testing requirements -r common.txt -r flake8.txt # pytest pytest==3.3.1 pytest-django==3.1.2 pytest-xdist==1.21.0 pytest-stepwise==0.4 pytest-mock==1.6.3 factory-boy==2.9.2 mock==2.0.0 selenium==3.8.0 # tox tox==2.9.* # coverage coverage==4.4.2 pytest-cov==2.5.1 codecov==2.0.11 # Misc mypy==0.560 Werkzeug==0.14.1...
# Testing requirements -r common.txt -r flake8.txt # pytest pytest==3.3.1 pytest-django==3.1.2 pytest-xdist==1.21.0 pytest-stepwise==0.4 pytest-mock==1.6.3 factory-boy==2.9.2 mock==2.0.0 selenium==3.8.1 # tox tox==2.9.* # coverage coverage==4.4.2 pytest-cov==2.5.1 codecov==2.0.11 # Misc mypy==0.560 Werkzeug==0.14.1...
Update psutil from 5.2.1 to 5.2.2
Twisted==17.1.0 beautifulsoup4==4.5.3 psutil==5.2.1 python-dateutil==2.6.0 ply==3.10 enum34==1.1.6 twitter==1.17.1 requests==2.13.0 pytimeparse==1.1.6 pymysql==0.7.11 pycrypto==2.6.1 pyasn1==0.2.3 isodate==0.5.4 jq==0.1.6 google-api-python-client==1.6.2 pyxDamerauLevenshtein==1.4.1 re2==0.2.22 parsedatetime==2.3 crypto...
Twisted==17.1.0 beautifulsoup4==4.5.3 psutil==5.2.2 python-dateutil==2.6.0 ply==3.10 enum34==1.1.6 twitter==1.17.1 requests==2.13.0 pytimeparse==1.1.6 pymysql==0.7.11 pycrypto==2.6.1 pyasn1==0.2.3 isodate==0.5.4 jq==0.1.6 google-api-python-client==1.6.2 pyxDamerauLevenshtein==1.4.1 re2==0.2.22 parsedatetime==2.3 crypto...
Upgrade Sphinx to 1.5.3 :rocket:
alabaster==0.7.9 Babel==2.3.4 click==6.7 docutils==0.13.1 Flask==0.12 Flask-SSLify==0.1.5 gunicorn==19.6.0 imagesize==0.7.1 itsdangerous==0.24 Jinja2==2.9.5 MarkupSafe==0.23 Pygments==2.2.0 pytz==2016.10 requests==2.13.0 six==1.10.0 snowballstemmer==1.2.1 Sphinx==1.5.2 sphinx-rtd-theme==0.1.9 Werkzeug==0.11.15
alabaster==0.7.9 Babel==2.3.4 click==6.7 docutils==0.13.1 Flask==0.12 Flask-SSLify==0.1.5 gunicorn==19.6.0 imagesize==0.7.1 itsdangerous==0.24 Jinja2==2.9.5 MarkupSafe==0.23 Pygments==2.2.0 pytz==2016.10 requests==2.13.0 six==1.10.0 snowballstemmer==1.2.1 Sphinx==1.5.3 sphinx-rtd-theme==0.1.9 Werkzeug==0.11.15
Make pip download a zip for Pyramid
--index-url http://pypi.camptocamp.net/pypi --find-links http://pypi.camptocamp.net/internal-pypi/index/c2cgeoportal --find-links http://pypi.camptocamp.net/internal-pypi/index/c2cgeoportal-win -r CONST_versions.txt -e git+https://github.com/camptocamp/pyramid_closure@819bc43420b3cd924d8698c5a9606592c19dbb15#egg=pyrami...
--index-url http://pypi.camptocamp.net/pypi --find-links http://pypi.camptocamp.net/internal-pypi/index/c2cgeoportal --find-links http://pypi.camptocamp.net/internal-pypi/index/c2cgeoportal-win -r CONST_versions.txt -e git+https://github.com/camptocamp/pyramid_closure@819bc43420b3cd924d8698c5a9606592c19dbb15#egg=pyrami...
Update botocore from 1.5.94 to 1.6.2
boto3==1.4.6 botocore==1.5.94 botocore==1.6.2 certifi==2017.7.27.1 chardet==3.0.4 dj-database-url==0.4.2 dj-static==0.0.6 Django==1.11.4 django-grappelli==2.10.1 django-haystack==2.6.1 django-linkcheck==1.4 django-s3-folder-storage==0.5 django-storages==1.6.5 docutils==0.14 elasticsearch==2.4.1 futures==3.1.1 gunicorn=...
boto3==1.4.6 botocore==1.6.2 botocore==1.6.2 certifi==2017.7.27.1 chardet==3.0.4 dj-database-url==0.4.2 dj-static==0.0.6 Django==1.11.4 django-grappelli==2.10.1 django-haystack==2.6.1 django-linkcheck==1.4 django-s3-folder-storage==0.5 django-storages==1.6.5 docutils==0.14 elasticsearch==2.4.1 futures==3.1.1 gunicorn==...
Update pytest from 3.0.0 to 3.0.1
cookiecutter==1.4.0 flake8==3.0.4 sh==1.11 virtualenv==15.0.3 Sphinx==1.4.5 sphinx-rtd-theme==0.1.9 # Testing pytest==3.0.0 pep8==1.7.0 pyflakes==1.2.3 tox==2.3.1 pytest-cookies==0.2.0
cookiecutter==1.4.0 flake8==3.0.4 sh==1.11 virtualenv==15.0.3 Sphinx==1.4.5 sphinx-rtd-theme==0.1.9 # Testing pytest==3.0.1 pep8==1.7.0 pyflakes==1.2.3 tox==2.3.1 pytest-cookies==0.2.0
Remove pathlib now that its been fixed in inotify_simple
boto3>=1.4.0 clint>=0.5.1 filelock>=2.0.12 python-magic>=0.4.12 tabulate>=0.7.7 tqdm>=4.8.4 scandir>=1.5 inotify-simple>=1.1.0 enum34>=1.1.6 pathlib
boto3>=1.4.0 clint>=0.5.1 filelock>=2.0.12 python-magic>=0.4.12 tabulate>=0.7.7 tqdm>=4.8.4 scandir>=1.5 inotify-simple>=1.1.7 enum34>=1.1.6
Add dogstatsd dependency for metrics reporting.
Django >= 1.4, < 1.5 pika django_nose nosexcover rednose requests boto path.py
Django >= 1.4, < 1.5 pika django_nose nosexcover rednose requests boto path.py dogstatsd-python==0.2
Use a working ansible version
ansible boto
# ansible # -e git+git://github.com/ansible/ansible.git@44faad0593d75921db83b379711b767f2ff6ca84#egg=ansible-2.2-beta ansible==2.1.3.0 boto
Upgrade dependency python-dateutil to ==2.6.1
appdirs==1.4.3 contextlib2==0.5.5 Django==1.11.2 django-appconf==1.0.2 django-cacheops==3.2 django-compressor==2.1.1 django-debug-toolbar==1.8 django-imagekit==4.0.1 django-querycount==0.6.0 freezegun==0.3.9 funcy==1.8 olefile==0.44 packaging==16.8 pilkit==2.0 Pillow==4.1.1 psycopg2==2.7.1 pyparsing==2.2.0 python-dateu...
appdirs==1.4.3 contextlib2==0.5.5 Django==1.11.2 django-appconf==1.0.2 django-cacheops==3.2 django-compressor==2.1.1 django-debug-toolbar==1.8 django-imagekit==4.0.1 django-querycount==0.6.0 freezegun==0.3.9 funcy==1.8 olefile==0.44 packaging==16.8 pilkit==2.0 Pillow==4.1.1 psycopg2==2.7.1 pyparsing==2.2.0 python-dateu...
Use cjson for faster JSON encoding
requests urlparse json hmac hashlib mock==1.3.0 unittest2==0.5.1; python_version == '2.6' nose coverage
requests urlparse cjson hmac hashlib mock==1.3.0 unittest2==0.5.1; python_version == '2.6' nose coverage
Update django-crispy-forms requirement from ~=1.11 to ~=1.12
# # Common requirements for wger # # Application bleach~=3.3 django-bootstrap-breadcrumbs~=0.9 django-formtools~=2.3 django-recaptcha~=2.0.6 Django~=3.2 django-crispy-forms~=1.11 django_compressor~=2.4 django_extensions~=3.1 django-storages~=1.11 easy-thumbnails~=2.7 icalendar==4.0.7 invoke~=1.5 pillow~=8.2 python-mim...
# # Common requirements for wger # # Application bleach~=3.3 django-bootstrap-breadcrumbs~=0.9 django-formtools~=2.3 django-recaptcha~=2.0.6 Django~=3.2 django-crispy-forms~=1.12 django_compressor~=2.4 django_extensions~=3.1 django-storages~=1.11 easy-thumbnails~=2.7 icalendar==4.0.7 invoke~=1.5 pillow~=8.2 python-mim...
Update pywikibot from 3.0.20170801 to 3.0.20171212
GitPython==2.1.8 httpretty==0.8.14 internetarchive==1.7.5 oauthlib==2.0.6 pywikibot==3.0.20170801 requests==2.18.4 requests-oauthlib==0.8.0 roman==2.0.0
GitPython==2.1.8 httpretty==0.8.14 internetarchive==1.7.5 oauthlib==2.0.6 pywikibot==3.0.20171212 requests==2.18.4 requests-oauthlib==0.8.0 roman==2.0.0
Update dependency pytube to v9.5.2
cachetools==3.1.1 certifi==2019.6.16 chardet==3.0.4 coverage==4.5.4 google-api-python-client==1.7.11 google-auth==1.6.3 google-auth-httplib2==0.0.3 google-auth-oauthlib==0.4.0 httplib2==0.13.1 idna==2.8 oauth2client==4.1.3 oauthlib==3.1.0 pyasn1==0.4.7 pyasn1-modules==0.2.6 python-slugify==3.0.3 pytube==9.5.1 requests=...
cachetools==3.1.1 certifi==2019.6.16 chardet==3.0.4 coverage==4.5.4 google-api-python-client==1.7.11 google-auth==1.6.3 google-auth-httplib2==0.0.3 google-auth-oauthlib==0.4.0 httplib2==0.13.1 idna==2.8 oauth2client==4.1.3 oauthlib==3.1.0 pyasn1==0.4.7 pyasn1-modules==0.2.6 python-slugify==3.0.3 pytube==9.5.2 requests=...
Update pygithub from 1.43.6 to 1.43.7
autoflake==1.2 check-manifest==0.37 codecov==2.0.15 # Upload coverage data doc8==0.8.0 dodgy==0.1.9 # Look for uploaded secrets dulwich==0.19.11 flake8-commas==2.0.0 # Require silicon valley commas flake8-quotes==1.0.0 # Require single quotes flake8==3.7.7 # Lint isort==4.3.17 # Lint imports mypy==0.700 # Type ch...
autoflake==1.2 check-manifest==0.37 codecov==2.0.15 # Upload coverage data doc8==0.8.0 dodgy==0.1.9 # Look for uploaded secrets dulwich==0.19.11 flake8-commas==2.0.0 # Require silicon valley commas flake8-quotes==1.0.0 # Require single quotes flake8==3.7.7 # Lint isort==4.3.17 # Lint imports mypy==0.700 # Type ch...
Update pynacl from 1.2.0 to 1.2.1
--editable . cryptography==2.1.4 pynacl==1.2.0 six==1.11.0 tox==2.9.1 coveralls==1.2.0 coverage==4.4.2
--editable . cryptography==2.1.4 pynacl==1.2.1 six==1.11.0 tox==2.9.1 coveralls==1.2.0 coverage==4.4.2
Update django from 1.11.3 to 1.11.4
sphinx==1.6.3 sphinx-rtd-theme==0.2.4 Django==1.11.3 -e .
sphinx==1.6.3 sphinx-rtd-theme==0.2.4 Django==1.11.4 -e .
Add link to Textmate bundle.
.. -*- mode: rst -*- =================================== Using Pygments in various scenarios =================================== PyGtk ----- Armin has written a piece of sample code that shows how to create a Gtk `TextBuffer` object containing Pygments-highlighted text. See the article here: http://lucumr.pocoo.org...
.. -*- mode: rst -*- =================================== Using Pygments in various scenarios =================================== PyGtk ----- Armin has written a piece of sample code that shows how to create a Gtk `TextBuffer` object containing Pygments-highlighted text. See the article here: http://lucumr.pocoo.org...
Fix typo in requirements file.
Jinja2==2.6 PyYAML==3.10 ansible==1.2.2 argparse==1.2.1 boto==2.8.0 paramiko==1.10.1 pycrypto==2.6 wsgiref==0.1.2 requests=1.1.0
Jinja2==2.6 PyYAML==3.10 ansible==1.2.2 argparse==1.2.1 boto==2.8.0 paramiko==1.10.1 pycrypto==2.6 wsgiref==0.1.2 requests==1.1.0
Update Simple Draw to 1.9 (9)
Categories:System License:Apache2 Web Site: Source Code:https://github.com/SimpleMobileTools/Simple-Draw Issue Tracker:https://github.com/SimpleMobileTools/Simple-Draw/issues Changelog:https://github.com/SimpleMobileTools/Simple-Draw/blob/HEAD/CHANGELOG.md Auto Name:Simple Draw Summary:A canvas you can draw on with di...
Categories:System License:Apache2 Web Site: Source Code:https://github.com/SimpleMobileTools/Simple-Draw Issue Tracker:https://github.com/SimpleMobileTools/Simple-Draw/issues Changelog:https://github.com/SimpleMobileTools/Simple-Draw/blob/HEAD/CHANGELOG.md Auto Name:Simple Draw Summary:A canvas you can draw on with di...
Use pip-tools from PyPI, it has pip-compile now.
# We need a version of pip-tools that is from the future branch which will # bring in the pip-compile command. https://github.com/nvie/pip-tools/archive/future.zip#egg=pip-tools # We need a newer version of pyramid_debugtoolbar than what is currently # available on PyPI, so we'll install this from Github. This can be ...
pip-tools==1.0.5 # We need a newer version of pyramid_debugtoolbar than what is currently # available on PyPI, so we'll install this from Github. This can be switched # back when Pylons/pyramid_debugtoolbar#212 is merged and released. https://github.com/dstufft/pyramid_debugtoolbar/archive/no-inline.zip#egg=pyramid_de...
Update pytest from 4.6.1 to 4.6.2
-r requirements.txt freezegun==0.3.12 pytest==4.6.1 pytest-mock==1.10.4 sphinx==1.8.5
-r requirements.txt freezegun==0.3.12 pytest==4.6.2 pytest-mock==1.10.4 sphinx==1.8.5
Upgrade dependency botocore to ==1.5.14
argcomplete==1.8.2 base58==0.2.4 botocore==1.5.13 boto3==1.4.4 docutils>=0.12 durationpy==0.3 futures==3.0.5 hjson==2.0.2 jmespath==0.9.1 kappa==0.7.0 lambda-packages==0.14.2 python-dateutil==2.6.0 python-slugify==1.2.1 PyYAML==3.12 requests>=2.10.0 six==1.10.0 toml==0.9.2 tqdm==4.11.2 troposphere>=1.9.0 Werkzeug==0.11...
argcomplete==1.8.2 base58==0.2.4 botocore==1.5.14 boto3==1.4.4 docutils>=0.12 durationpy==0.3 futures==3.0.5 hjson==2.0.2 jmespath==0.9.1 kappa==0.7.0 lambda-packages==0.14.2 python-dateutil==2.6.0 python-slugify==1.2.1 PyYAML==3.12 requests>=2.10.0 six==1.10.0 toml==0.9.2 tqdm==4.11.2 troposphere>=1.9.0 Werkzeug==0.11...
Update python-twitch-client from 0.3.1 to 0.4.0
certifi==2017.11.5 chardet==3.0.4 Django==1.11.7 djangorestframework==3.7.3 gunicorn==19.7.1 idna==2.6 psycopg2==2.7.3.2 python-twitch-client==0.3.1 pytz==2017.3 requests==2.18.4 six==1.11.0 urllib3==1.22
certifi==2017.11.5 chardet==3.0.4 Django==1.11.7 djangorestframework==3.7.3 gunicorn==19.7.1 idna==2.6 psycopg2==2.7.3.2 python-twitch-client==0.4.0 pytz==2017.3 requests==2.18.4 six==1.11.0 urllib3==1.22
Update tqdm from 4.19.9 to 4.20.0
future==0.16.0 tqdm==4.19.9 networkx==2.1
future==0.16.0 tqdm==4.20.0 networkx==2.1
Upgrade dependency urllib3 to ==1.22
appdirs==1.4.3 autopep8==1.3.2 certifi==2017.4.17 chardet==3.0.4 contextlib2==0.5.5 Django==1.11.3 django-appconf==1.0.2 django-cacheops==3.2.1 django-cors-headers==2.1.0 django-silk==1.0.0 django-taggit==0.22.1 django-taggit-serializer==0.1.5 djangorestframework==3.6.3 djangorestframework-jwt==1.11.0 freezegun==0.3.9 ...
appdirs==1.4.3 autopep8==1.3.2 certifi==2017.4.17 chardet==3.0.4 contextlib2==0.5.5 Django==1.11.3 django-appconf==1.0.2 django-cacheops==3.2.1 django-cors-headers==2.1.0 django-silk==1.0.0 django-taggit==0.22.1 django-taggit-serializer==0.1.5 djangorestframework==3.6.3 djangorestframework-jwt==1.11.0 freezegun==0.3.9 ...
Update pytest from 3.5.1 to 3.6.2
pip==10.0.1 bumpversion==0.5.3 wheel==0.31.1 watchdog==0.8.3 flake8==3.5.0 cryptography==2.2.2 tox==2.9.1 Sphinx==1.7.5 coverage==4.5.1 PyYAML==3.12 pytest-runner==4.2 pytest==3.5.1
pip==10.0.1 bumpversion==0.5.3 wheel==0.31.1 watchdog==0.8.3 flake8==3.5.0 cryptography==2.2.2 tox==2.9.1 Sphinx==1.7.5 coverage==4.5.1 PyYAML==3.12 pytest-runner==4.2 pytest==3.6.2
Update sphinx from 1.5.4 to 1.5.5
Django>=1.8 Sphinx==1.5.4 sphinx-rtd-theme==0.2.4 enum34==1.1.6; python_version < '3.4'
Django>=1.8 Sphinx==1.5.5 sphinx-rtd-theme==0.2.4 enum34==1.1.6; python_version < '3.4'
Revert jsonschema to v4.0.0.0 to keep support for Py3.6
fake-factory==0.5.7 iso3166==0.8 jsonschema==4.5.1
fake-factory==0.5.7 iso3166==0.8 jsonschema==4.0.0
Update sphinx-tabs from 1.2.1 to 1.3.0
# Packages required to build docs, independent of application dependencies Sphinx==3.2.1 # doctuils==0.15 produces this error # File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted # nodes[0][0].rawsource = unescape(text, True) # AttributeError: 'str' object has no attribute 'r...
# Packages required to build docs, independent of application dependencies Sphinx==3.2.1 # doctuils==0.15 produces this error # File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted # nodes[0][0].rawsource = unescape(text, True) # AttributeError: 'str' object has no attribute 'r...
Update coverage from 4.3.4 to 4.4
coverage==4.3.4 pytest==3.0.7 flake8>=2.1.0 tox>=1.7.0
coverage==4.4 pytest==3.0.7 flake8>=2.1.0 tox>=1.7.0
Update django-allauth from 0.35.0 to 0.38.0
# Django stuff Django==2.0.4 dj-database-url==0.5.0 django-choices==1.6.0 django-extensions==2.0.6 django-storages==1.6.6 djangorestframework==3.7.7 whitenoise==3.3.1 # Allauth defusedxml==0.5.0 django-allauth==0.35.0 oauthlib==2.0.7 python3-openid==3.1.0 requests-oauthlib==0.8.0 # Github github3.py==1.0.2 uritemplat...
# Django stuff Django==2.0.4 dj-database-url==0.5.0 django-choices==1.6.0 django-extensions==2.0.6 django-storages==1.6.6 djangorestframework==3.7.7 whitenoise==3.3.1 # Allauth defusedxml==0.5.0 django-allauth==0.38.0 oauthlib==2.0.7 python3-openid==3.1.0 requests-oauthlib==0.8.0 # Github github3.py==1.0.2 uritemplat...
Update MAXS Module Notification to 0.0.1.18 (22)
Categories:System License:GPLv3 Web Site:http://projectmaxs.org Source Code:http://projectmaxs.org/source Issue Tracker:http://projectmaxs.org/issues Donate:http://projectmaxs.org/donate FlattrID:2148361 Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt Auto Name:MAXS Module Notification Summary:A Module for MAXS Description...
Categories:System License:GPLv3 Web Site:http://projectmaxs.org Source Code:http://projectmaxs.org/source Issue Tracker:http://projectmaxs.org/issues Donate:http://projectmaxs.org/donate FlattrID:2148361 Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt Auto Name:MAXS Module Notification Summary:A Module for MAXS Description...
Update flake8 from 3.7.9 to 3.8.1
-r requirements.txt flake8==3.7.9 pytest==5.4.2 pytest-cov==2.8.1 pytest-django==3.8.0
-r requirements.txt flake8==3.8.1 pytest==5.4.2 pytest-cov==2.8.1 pytest-django==3.8.0
Update coverage from 4.4.2 to 4.5.1
coverage==4.4.2 flake8==3.4.1 ipdb==0.10.2 ipython==6.1.0 pytest==3.3.1 pytest-cov==2.5.1 pytest-sugar==0.9.0 sphinx==1.6.5 sphinxcontrib-asyncio==0.2.0 sqlalchemy==1.2.1
coverage==4.5.1 flake8==3.4.1 ipdb==0.10.2 ipython==6.1.0 pytest==3.3.1 pytest-cov==2.5.1 pytest-sugar==0.9.0 sphinx==1.6.5 sphinxcontrib-asyncio==0.2.0 sqlalchemy==1.2.1
Test file for two word game
7468652066697368 677265617420676f6c6c79 776861742773207570
Update flake8 from 3.5.0 to 3.6.0
sphinx-rtd-theme==0.4.2 backports-abc==0.5 click==7.0 configparser==3.5.0 flake8==3.5.0 future==0.16.0 Keras>=2.0.0 matplotlib==3.0.0 mock==2.0.0 numpy==1.15.2 pandas==0.23.4 pandocfilters==1.4.2 pathlib2==2.3.2 pbr==4.3.0 pexpect==4.6.0 Pillow==5.3.0 protobuf==3.6.1 Pygments==2.2.0 python-dateutil==2.7.3 PyYAML==4.1 p...
sphinx-rtd-theme==0.4.2 backports-abc==0.5 click==7.0 configparser==3.5.0 flake8==3.6.0 future==0.16.0 Keras>=2.0.0 matplotlib==3.0.0 mock==2.0.0 numpy==1.15.2 pandas==0.23.4 pandocfilters==1.4.2 pathlib2==2.3.2 pbr==4.3.0 pexpect==4.6.0 Pillow==5.3.0 protobuf==3.6.1 Pygments==2.2.0 python-dateutil==2.7.3 PyYAML==4.1 p...
Add documentation of commands for adjusting dylibs for mxo bundle.
After building externals for OSX: ./dylibbundler -cd -b -p '@loader_path/../libs/' -x ../mapper.mxo/Contents/MacOS/mapper -d ../mapper.mxo/Contents/libs/ ./dylibbundler -cd -b -p '@loader_path/../libs/' -x ../map.device.mxo/Contents/MacOS/map.device -d ../map.device.mxo/Contents/libs/ ./dylibbundler -cd -b -p '@loa...
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
Fix bug were CMake could not find libxml2 on different machine
CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(modes_rx_db_2_gpx) FIND_PATH( SQLITE3_INCLUDE_DIR sqlite3.h ) FIND_LIBRARY(SQLITE3_LIBRARY NAMES sqlite3 ) FIND_PACKAGE( Boost 1.40 COMPONENTS program_options REQUIRED ) FIND_PATH( LIBXML_INCLUDE_DIR xmlversion.h ) MESSAGE(STATUS "LIBXML_INCLUDE_DIR = ${LIBXML_INCLUDE_D...
CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(modes_rx_db_2_gpx) FIND_PATH( SQLITE3_INCLUDE_DIR sqlite3.h ) FIND_LIBRARY(SQLITE3_LIBRARY NAMES sqlite3 ) FIND_PACKAGE( Boost 1.40 COMPONENTS program_options REQUIRED ) FIND_PACKAGE( LibXml2 REQUIRED ) INCLUDE_DIRECTORIES( ${SQLITE3_INCLUDE_DIR} ${LIBXML2_INCLUDE_DIR...
Add missing equivilant tiles option to RIOPAD_M definition.
project_xray_tile( PART artix7 TILE RIOPAD_M SITE_TYPES ILOGICE3/ILOGICE3 OLOGICE3/OLOGICE3 IDELAYE2/IDELAYE2 USE_DATABASE )
project_xray_tile( PART artix7 TILE RIOPAD_M SITE_TYPES ILOGICE3/ILOGICE3 OLOGICE3/OLOGICE3 IDELAYE2/IDELAYE2 USE_DATABASE EQUIVALENT_SITES RIOPAD_M )
Update django-storages from 1.5.2 to 1.6.5
# Pro-tip: Try not to put anything here. Avoid dependencies in # production that aren't in development. -r base.txt # WSGI Handler # ------------------------------------------------ gevent==1.2.1 gunicorn==19.7.1 # Static and Media Storage # ------------------------------------------------ boto3 django-storages==1....
# Pro-tip: Try not to put anything here. Avoid dependencies in # production that aren't in development. -r base.txt # WSGI Handler # ------------------------------------------------ gevent==1.2.1 gunicorn==19.7.1 # Static and Media Storage # ------------------------------------------------ boto3 django-storages==1....
Allow LinkChecker to crawl the site for broken links
user-agent: * {% if disallow_all -%} disallow: / {% else -%} disallow: /*/download/ disallow: /*/firstrun/ disallow: /*/newsletter/existing/ disallow: /*/whatsnew/ disallow: /*/firefox/os/1.1/ disallow: /*/firefox/os/1.3/ disallow: /*/firefox/os/1.3t/ disallow: /*/firefox/os/1.4/ disallow: /b/ {% endif %}
user-agent: LinkChecker disallow: crawl-delay: 1 user-agent: * {% if disallow_all -%} disallow: / {% else -%} disallow: /*/download/ disallow: /*/firstrun/ disallow: /*/newsletter/existing/ disallow: /*/whatsnew/ disallow: /*/firefox/os/1.1/ disallow: /*/firefox/os/1.3/ disallow: /*/firefox/os/1.3t/ disallow: /*/firefo...
Add non-SI units. Add scaled units. Add derived quantities.
metre = { dim : LENGTH symbol : "m" siFactor : 1 } second = { dim : TIME symbol : "s" siFactor : 1 } metrepersecond = { dim : LENGTH TIME^-1 symbol : [ "m/s", "ms^-1" ] siFactor : 1 } metrepersecondpersecond = { dim = LENGTH TIME^-2 symbol : [ "m/s/s", "ms^-1" ] siFact...
metre = { dim : LENGTH symbol : m scale : 1 } millimetre = { dim = LENGTH symbol = mm scale = 1/1000 } second = { dim : TIME symbol : s scale : 1 } metrepersecond = { dim : LENGTH TIME^-1 symbol : [ m/s, ms^-1 ] scale : 1 } metrepersecondpersecond = { dim = LENGTH...
Update pytest-mock from 1.9.0 to 1.10.0
-r requirements.txt flake8==3.5.0 moto==1.3.3 pytest==3.5.1 pytest-env==0.6.2 pytest-mock==1.9.0 pytest-cov==2.5.1 pytest-xdist==1.22.2 coveralls==1.3.0 freezegun==0.3.10 requests-mock==1.4.0 # optional requirements for jsonschema strict-rfc3339==0.7 rfc3987==1.3.7
-r requirements.txt flake8==3.5.0 moto==1.3.3 pytest==3.5.1 pytest-env==0.6.2 pytest-mock==1.10.0 pytest-cov==2.5.1 pytest-xdist==1.22.2 coveralls==1.3.0 freezegun==0.3.10 requests-mock==1.4.0 # optional requirements for jsonschema strict-rfc3339==0.7 rfc3987==1.3.7
Update pytest from 3.4.0 to 3.4.2
# Requirements marshmallow # Task running invoke==0.22.1 # Testing pytest==3.4.0 tox==2.9.1 mock==2.0.0 webtest==2.0.29 # Web frameworks Flask>=0.10.1 Django>=1.6.5 bottle>=0.12.10 tornado>=4.0 pyramid>=1.5.2 webapp2>=3.0.0b1 falcon>=0.3.0 # Syntax checking flake8==3.5.0 flake8-quotes==0.13.0
# Requirements marshmallow # Task running invoke==0.22.1 # Testing pytest==3.4.2 tox==2.9.1 mock==2.0.0 webtest==2.0.29 # Web frameworks Flask>=0.10.1 Django>=1.6.5 bottle>=0.12.10 tornado>=4.0 pyramid>=1.5.2 webapp2>=3.0.0b1 falcon>=0.3.0 # Syntax checking flake8==3.5.0 flake8-quotes==0.13.0
Update sphinx-rtd-theme from 0.2.0 to 0.2.2
pre-commit==0.13.3 watchdog==0.8.3 sphinx-rtd-theme==0.2.0
pre-commit==0.13.3 watchdog==0.8.3 sphinx-rtd-theme==0.2.2
Update pytest from 6.1.1 to 6.1.2
-r requirements.txt flake8==3.8.4 pytest==6.1.1 pytest-cov==2.10.1 pytest-django==4.1.0
-r requirements.txt flake8==3.8.4 pytest==6.1.2 pytest-cov==2.10.1 pytest-django==4.1.0
Update pytest from 3.1.2 to 3.1.3
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements-dev.txt requirements-dev.in # amqp==2.1.4 # via kombu billiard==3.5.0.2 # via celery celery==4.0.2 coverage==4.4.1 flake8==3.3.0 isort==4.2.15 kombu==4.0.2 # via celery mccabe...
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements-dev.txt requirements-dev.in # amqp==2.1.4 # via kombu billiard==3.5.0.2 # via celery celery==4.0.2 coverage==4.4.1 flake8==3.3.0 isort==4.2.15 kombu==4.0.2 # via celery mccabe...
Update coverage from 4.2 to 4.3.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.2.1 tox==2.5.0 coverage==4.2 Sphinx==1.5.1 cryptography==1.7.1 PyYAML==3.12 pytest==3.0.5
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.2.1 tox==2.5.0 coverage==4.3.1 Sphinx==1.5.1 cryptography==1.7.1 PyYAML==3.12 pytest==3.0.5
Update cryptography from 2.1.4 to 2.3
bumpversion==0.5.3 coverage==4.5.1 cryptography==2.1.4 flake8==3.5.0 isort==4.3.4 pip>=9.0.1 pytest==3.3.1 PyYAML==3.13 Sphinx==1.6.5 tox==2.9.1 wheel==0.31.1
bumpversion==0.5.3 coverage==4.5.1 cryptography==2.3 flake8==3.5.0 isort==4.3.4 pip>=9.0.1 pytest==3.3.1 PyYAML==3.13 Sphinx==1.6.5 tox==2.9.1 wheel==0.31.1
Update pip from 19.0.1 to 19.0.2
colour-runner==0.1.1 coveralls==1.5.1 coverage==4.5.2 dj-database-url==0.5.0 factory-boy==2.11.1 flake8-docstrings==1.3.0 flake8-import-order==0.18 flake8==3.7.5 incuna-test-utils==7.0.0 pip==19.0.1 psycopg2-binary==2.7.7 pyflakes==2.1.0 pycodestyle==2.5.0 setuptools==40.8.0 twine==1.12.1 wheel==0.32.3
colour-runner==0.1.1 coveralls==1.5.1 coverage==4.5.2 dj-database-url==0.5.0 factory-boy==2.11.1 flake8-docstrings==1.3.0 flake8-import-order==0.18 flake8==3.7.5 incuna-test-utils==7.0.0 pip==19.0.2 psycopg2-binary==2.7.7 pyflakes==2.1.0 pycodestyle==2.5.0 setuptools==40.8.0 twine==1.12.1 wheel==0.32.3
Update pytest-mock from 1.7.1 to 1.8.0
pip==9.0.3 bumpversion==0.5.3 wheel==0.31.0 watchdog==0.8.3 flake8==3.5.0 tox==3.0.0 coverage==4.5.1 Sphinx==1.7.2 cryptography==2.2.2 PyYAML==3.12 pytest==3.5.0 pytest-cov==2.5.1 pytest-mock==1.7.1 pytest-pylint==0.9.0 requests-mock==1.4.0 spec==1.4.1
pip==9.0.3 bumpversion==0.5.3 wheel==0.31.0 watchdog==0.8.3 flake8==3.5.0 tox==3.0.0 coverage==4.5.1 Sphinx==1.7.2 cryptography==2.2.2 PyYAML==3.12 pytest==3.5.0 pytest-cov==2.5.1 pytest-mock==1.8.0 pytest-pylint==0.9.0 requests-mock==1.4.0 spec==1.4.1
Update WebTube to 0.9 (10)
AntiFeatures:NonFreeNet Categories:Multimedia,Internet License:GPLv3 Web Site:https://github.com/martykan/webTube/blob/HEAD/README.md Source Code:https://github.com/martykan/webTube Issue Tracker:https://github.com/martykan/webTube/issues Auto Name:WebTube Summary:Play YouTube videos Description: Lightweight YouTube f...
AntiFeatures:NonFreeNet Categories:Multimedia,Internet License:GPLv3 Web Site:https://github.com/martykan/webTube/blob/HEAD/README.md Source Code:https://github.com/martykan/webTube Issue Tracker:https://github.com/martykan/webTube/issues Auto Name:WebTube Summary:Play YouTube videos Description: Lightweight YouTube f...
Update Recurrence to 1.2 (12)
Categories:Time License:Apache2 Web Site:https://github.com/jonasbleyl/Recurrence/blob/HEAD/README.md Source Code:https://github.com/jonasbleyl/Recurrence Issue Tracker:https://github.com/jonasbleyl/Recurrence/issues Auto Name:Recurrence Summary:Get reminded about notifications Description: Get reminded about notifica...
Categories:Time License:Apache2 Web Site:https://github.com/jonasbleyl/Recurrence/blob/HEAD/README.md Source Code:https://github.com/jonasbleyl/Recurrence Issue Tracker:https://github.com/jonasbleyl/Recurrence/issues Auto Name:Recurrence Summary:Get reminded about notifications Description: Get reminded about notifica...
Update pip from 19.2.2 to 19.2.3
# scratchdir/requirements/build.txt # # Requirements necessary to build the scratchdir package. pip==19.2.2 setuptools==36.8.0; python_version < '2.7' # pyup: ignore setuptools==41.2.0; python_version > '2.7'
# scratchdir/requirements/build.txt # # Requirements necessary to build the scratchdir package. pip==19.2.3 setuptools==36.8.0; python_version < '2.7' # pyup: ignore setuptools==41.2.0; python_version > '2.7'
Update CV of Moving Polygons to 1.0.0.3 (4)
Categories:Theming License:GPLv3 Web Site: Source Code:https://github.com/jagossel/MovingPolygons Issue Tracker:https://github.com/jagossel/MovingPolygons/issues Auto Name:Moving Polygons Summary:Bouncing lines live wallpaper Description: Simple live wallpaper with a series of lines that have points bouncing off of th...
Categories:Theming License:GPLv3 Web Site: Source Code:https://github.com/jagossel/MovingPolygons Issue Tracker:https://github.com/jagossel/MovingPolygons/issues Auto Name:Moving Polygons Summary:Bouncing lines live wallpaper Description: Simple live wallpaper with a series of lines that have points bouncing off of th...
Update CV of Shutdown to 1.2.1 (10201)
Categories:System License:GPLv3 Web Site:https://github.com/ppareit/Shutdown Source Code:https://github.com/ppareit/Shutdown Issue Tracker:https://github.com/ppareit/Shutdown/issues Auto Name:Shutdown Summary:Shutdown dialog Description: Displays a shutdown/reboot dialog which is helpful with TV sticks and devices ali...
Categories:System License:GPLv3 Web Site:https://github.com/ppareit/Shutdown Source Code:https://github.com/ppareit/Shutdown Issue Tracker:https://github.com/ppareit/Shutdown/issues Auto Name:Shutdown Summary:Shutdown dialog Description: Displays a shutdown/reboot dialog which is helpful with TV sticks and devices ali...
Update Bimba to 1.1.0 (4)
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 OCReader to 0.1 (4)
Categories:Reading,Internet License:GPLv3+ Author Name:Daniel Schaal Author Email:daniel@schaal.email Web Site: Source Code:https://github.com/schaal/ocreader Issue Tracker:https://github.com/schaal/ocreader/issues Changelog:https://github.com/schaal/ocreader/blob/HEAD/CHANGELOG.md Auto Name:OCReader Summary:Reader fo...
Categories:Reading,Internet License:GPLv3+ Author Name:Daniel Schaal Author Email:daniel@schaal.email Web Site: Source Code:https://github.com/schaal/ocreader Issue Tracker:https://github.com/schaal/ocreader/issues Changelog:https://github.com/schaal/ocreader/blob/HEAD/CHANGELOG.md Auto Name:OCReader Summary:Reader fo...
Update CV of Recurrence to 1.2 (12)
Categories:Time License:Apache2 Web Site:https://github.com/jonasbleyl/Recurrence/blob/HEAD/README.md Source Code:https://github.com/jonasbleyl/Recurrence Issue Tracker:https://github.com/jonasbleyl/Recurrence/issues Auto Name:Recurrence Summary:Get reminded about notifications Description: Get reminded about notifica...
Categories:Time License:Apache2 Web Site:https://github.com/jonasbleyl/Recurrence/blob/HEAD/README.md Source Code:https://github.com/jonasbleyl/Recurrence Issue Tracker:https://github.com/jonasbleyl/Recurrence/issues Auto Name:Recurrence Summary:Get reminded about notifications Description: Get reminded about notifica...
Update Fancy Places to 1.2.0 (5)
Categories:Navigation License:GPLv3 Web Site: Source Code:https://github.com/gabm/FancyPlaces Issue Tracker:https://github.com/gabm/FancyPlaces/issues Auto Name:Fancy Places Summary:Store your FancyPlaces Description: Store your fancy places (geobookmarks) to find them later.. . Repo Type:git Repo:https://github.com/...
Categories:Navigation License:GPLv3 Web Site: Source Code:https://github.com/gabm/FancyPlaces Issue Tracker:https://github.com/gabm/FancyPlaces/issues Auto Name:Fancy Places Summary:Store your FancyPlaces Description: Store your fancy places (geobookmarks) to find them later.. . Repo Type:git Repo:https://github.com/...
Update CV of Money Manager Ex to 3.0.2 (740)
Categories:Money License:GPLv2 Web Site:http://www.codelathe.com/mmex Source Code:https://github.com/moneymanagerex/android-money-manager-ex Issue Tracker:https://github.com/moneymanagerex/android-money-manager-ex/issues Auto Name:Money Manager Ex Summary:Money management and expenses tracking Description: A simple an...
Categories:Money License:GPLv2 Web Site:http://www.codelathe.com/mmex Source Code:https://github.com/moneymanagerex/android-money-manager-ex Issue Tracker:https://github.com/moneymanagerex/android-money-manager-ex/issues Auto Name:Money Manager Ex Summary:Money management and expenses tracking Description: A simple an...
Update pytest from 6.1.2 to 6.2.0
-r base.txt factory-boy==3.1.0 Faker==5.0.1 flake8==3.8.4 freezegun==1.0.0 isort==5.6.4 pytest==6.1.2 pytest-cov==2.10.1 pytest-django==4.1.0 pytest-factoryboy==2.0.3
-r base.txt factory-boy==3.1.0 Faker==5.0.1 flake8==3.8.4 freezegun==1.0.0 isort==5.6.4 pytest==6.2.0 pytest-cov==2.10.1 pytest-django==4.1.0 pytest-factoryboy==2.0.3
Update flake8-quotes from 2.1.1 to 3.0.0
# Everything the developer needs in addition to the production requirements -r prod.txt # Testing pytest==5.4.1 factory-boy==2.12.0 pytest-mock==2.0.0 webtest==2.0.34 pytest-cov==2.8.1 # Lint and code style flake8==3.7.9 flake8-docstrings==1.5.0 flake8-quotes==2.1.1 pep8-naming==0.10.0
# Everything the developer needs in addition to the production requirements -r prod.txt # Testing pytest==5.4.1 factory-boy==2.12.0 pytest-mock==2.0.0 webtest==2.0.34 pytest-cov==2.8.1 # Lint and code style flake8==3.7.9 flake8-docstrings==1.5.0 flake8-quotes==3.0.0 pep8-naming==0.10.0
Update py from 1.4.33 to 1.4.34
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements-dev.txt requirements-dev.in # amqp==2.1.4 # via kombu billiard==3.5.0.2 # via celery celery==4.0.2 coverage==4.4.1 flake8==3.3.0 isort==4.2.15 kombu==4.0.2 # via celery mccabe...
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements-dev.txt requirements-dev.in # amqp==2.1.4 # via kombu billiard==3.5.0.2 # via celery celery==4.0.2 coverage==4.4.1 flake8==3.3.0 isort==4.2.15 kombu==4.0.2 # via celery mccabe...
Move docs to a separate requirements file
-r requirements.txt -r docs/requirements.txt appdirs==1.4.0 bumpversion==0.5.3 flake8==3.4.1 packaging==16.8 pytest==3.0.6 pytest-cov==2.4.0 twine==1.10.0 autopep8==1.3.1 mock==2.0.0 -e .
-r requirements.txt appdirs==1.4.0 bumpversion==0.5.3 flake8==3.4.1 packaging==16.8 pytest==3.0.6 pytest-cov==2.4.0 twine==1.10.0 autopep8==1.3.1 mock==2.0.0 -e .
Update coverage from 4.4.1 to 4.5.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.5.5 cryptography==2.0 PyYAML==3.12
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.5.1 Sphinx==1.5.5 cryptography==2.0 PyYAML==3.12
Update CV of Simple Bitcoin Widget to 2.5 (21)
Categories:Office License:MIT Web Site:https://github.com/hwki/SimpleBitcoinWidget Source Code:https://github.com/hwki/SimpleBitcoinWidget Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z Auto Name:Simple Bitcoin Widget Summary:Show current bitcoin exchange pr...
Categories:Office License:MIT Web Site:https://github.com/hwki/SimpleBitcoinWidget Source Code:https://github.com/hwki/SimpleBitcoinWidget Issue Tracker:https://github.com/hwki/SimpleBitcoinWidget/issues Bitcoin:15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z Auto Name:Simple Bitcoin Widget Summary:Show current bitcoin exchange pr...
Update sphinx from 1.6.6 to 1.7.1
bumpversion==0.5.3 wheel==0.30.0 Sphinx==1.6.6
bumpversion==0.5.3 wheel==0.30.0 Sphinx==1.7.1
Update pytest from 4.4.0 to 4.4.1
-r requirements.txt pytest==4.4.0 pytest-mock==1.10.3 pytest-cov==2.6.1 pytest-xdist==1.28.0 requests-mock==1.5.2 freezegun==0.3.11 flake8==3.7.7 flake8-print==3.1.0
-r requirements.txt pytest==4.4.1 pytest-mock==1.10.3 pytest-cov==2.6.1 pytest-xdist==1.28.0 requests-mock==1.5.2 freezegun==0.3.11 flake8==3.7.7 flake8-print==3.1.0
Update pytest-mock from 1.7.0 to 1.7.1
-r requirements.txt flake8==3.5.0 pytest==3.4.1 pytest-env==0.6.2 pytest-mock==1.7.0 pytest-cov==2.5.1 pytest-xdist==1.22.2 coveralls==1.2.0 freezegun==0.3.9 requests-mock==1.4.0 # optional requirements for jsonschema strict-rfc3339==0.7 rfc3987==1.3.7
-r requirements.txt flake8==3.5.0 pytest==3.4.1 pytest-env==0.6.2 pytest-mock==1.7.1 pytest-cov==2.5.1 pytest-xdist==1.22.2 coveralls==1.2.0 freezegun==0.3.9 requests-mock==1.4.0 # optional requirements for jsonschema strict-rfc3339==0.7 rfc3987==1.3.7
Update django-cachalot from 1.4.1 to 1.5.0
Django==1.11.1 wagtail==1.10.1 wagtailfontawesome==1.0.6 celery==4.0.2 django-cachalot==1.4.1 django-compressor==2.1.1 django-environ==0.4.3 django-foundation-formtags==0.0.8 django-wagtail-feeds==0.0.7 django-libsass==0.7 django-redis==4.8.0 libsass==0.12.3 psycopg2==2.7.1 wand==0.4.4 {% if cookiecutter.use_wagalytics...
Django==1.11.1 wagtail==1.10.1 wagtailfontawesome==1.0.6 celery==4.0.2 django-cachalot==1.5.0 django-compressor==2.1.1 django-environ==0.4.3 django-foundation-formtags==0.0.8 django-wagtail-feeds==0.0.7 django-libsass==0.7 django-redis==4.8.0 libsass==0.12.3 psycopg2==2.7.1 wand==0.4.4 {% if cookiecutter.use_wagalytics...
Update sphinx_autodoc_typehints from 1.2.3 to 1.2.4
# This file is required since we use ReadTheDocs services. # If it is not used, feel free to delete it. sphinx==1.6.6 sphinx_autodoc_typehints==1.2.3 sphinxcontrib-napoleon==0.6.1
# This file is required since we use ReadTheDocs services. # If it is not used, feel free to delete it. sphinx==1.6.6 sphinx_autodoc_typehints==1.2.4 sphinxcontrib-napoleon==0.6.1
Remove note claiming that Javassist is a dependency
This product includes software developed by The Apache Software Foundation (http://www.apache.org/). This product makes use of the Javassist library, distributed under the terms of the Mozilla Public License. http://www.jboss.com/products/javassist
This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
Test document for Part A - Lab 3
Hello, my name is GabeN. Wait, you should know my name, for I am LORD gaben.
Hello, my name is GabeN. Wait, you should know my name, for I am LORD gaben.
Copy change for student finance forms
# Disabled Students' Allowances – expenses Use the claim form for the academic year the expenses relate to. You reclaim these expenses at the end of the academic year. Academic year | Form - | - 2013 to 2014 | [Costs claim form (PDF, 431KB)](http://www.sfengland.slc.co.uk/media/609071/sfe_dsa_expenses_claim_form_1314...
# Disabled Students' Allowances – expenses Use the claim form for the academic year the expenses relate to. You reclaim these expenses at the end of the academic year. Academic year | Form - | - 2013 to 2014 | [Costs claim form (PDF, 431KB)](http://www.sfengland.slc.co.uk/media/609071/sfe_dsa_expenses_claim_form_1314...
Fix status code system for procedure
Grammar: DataElement 4.1 Namespace: shr.procedure Description: "The SHR Procedure domain contains base definitions for interventions." Uses: shr.core, shr.base, shr.encounter, shr.actor CodeSystem: LNC = http://loinc.org CodeSystem: MTH = http://ncimeta.nci.nih.gov Element: Procedure Concept: TBD Descripti...
Grammar: DataElement 4.1 Namespace: shr.procedure Description: "The SHR Procedure domain contains base definitions for interventions." Uses: shr.core, shr.base, shr.encounter, shr.actor CodeSystem: LNC = http://loinc.org CodeSystem: MTH = http://ncimeta.nci.nih.gov Element: Procedure Concept: TBD Descripti...
Add feature description and arch support status file for 'strncasecmp'
# # Feature name: strncasecmp # Kconfig: __HAVE_ARCH_STRNCASECMP # description: arch provides an optimized strncasecmp() function # ----------------------- | arch |status| ----------------------- | alpha: | TODO | | arc: | TODO | | a...
Add WIN32 to GUI target
set(QTLIBS Qt5::Network Qt5::Widgets) include_directories(..) qt5_add_resources(NEOVIM_RCC_SOURCES data.qrc) add_executable(nvim-qt main.cpp shell.cpp input.cpp errorwidget.cpp mainwindow.cpp ${NEOVIM_RCC_SOURCES}) target_link_libraries(nvim-qt ${QTLIBS} ${MSGPACK_LIBRARIES} neovim-qt) add_executable(nvim-qt-widget E...
set(QTLIBS Qt5::Network Qt5::Widgets) include_directories(..) qt5_add_resources(NEOVIM_RCC_SOURCES data.qrc) add_executable(nvim-qt WIN32 main.cpp shell.cpp input.cpp errorwidget.cpp mainwindow.cpp ${NEOVIM_RCC_SOURCES}) target_link_libraries(nvim-qt ${QTLIBS} ${MSGPACK_LIBRARIES} neovim-qt) add_executable(nvim-qt-wi...
Bump pytest from 6.2.4 to 6.2.5
# requirements of main dependencies used for tests pyramid==2.0 pyramid_localize==1.0.1 pyramid-basemodel==0.5.0; python_version>='3.7' zope.sqlalchemy==1.5 pyramid-mako==1.1.0 pyramid-tm==2.4 transaction==3.0.1 requests==2.26.0 velruse==1.1.1 sqlalchemy==1.4.23 mock==4.0.3 pytest==6.2.4 pytest-pyramid==1.0.0 pytest-co...
# requirements of main dependencies used for tests pyramid==2.0 pyramid_localize==1.0.1 pyramid-basemodel==0.5.0; python_version>='3.7' zope.sqlalchemy==1.5 pyramid-mako==1.1.0 pyramid-tm==2.4 transaction==3.0.1 requests==2.26.0 velruse==1.1.1 sqlalchemy==1.4.23 mock==4.0.3 pytest==6.2.5 pytest-pyramid==1.0.0 pytest-co...
Upgrade dependency raven to ==5.9.0
-r base.txt raven==5.8.1 python3-memcached==1.51
-r base.txt raven==5.9.0 python3-memcached==1.51
Update requests from 2.18.1 to 2.18.2
# Django Django==1.11.3 # Environmental var configuration django-configurations==2.0 # For the persistence stores #psycopg2==2.7.1 #dj-database-url==0.4.2 django-redis==4.8.0 # Models django-model-utils==3.0.0 # Rest apis djangorestframework==3.6.3 #Markdown==2.6.8 #django-filter==1.0.4 # Static files whitenoise==...
# Django Django==1.11.3 # Environmental var configuration django-configurations==2.0 # For the persistence stores #psycopg2==2.7.1 #dj-database-url==0.4.2 django-redis==4.8.0 # Models django-model-utils==3.0.0 # Rest apis djangorestframework==3.6.3 #Markdown==2.6.8 #django-filter==1.0.4 # Static files whitenoise==...
Build the workflow examples for the Personal product.
add_subdirectory(bin-info) add_subdirectory(breakpoint) add_subdirectory(cmdline_disasm) add_subdirectory(llil_parser) add_subdirectory(mlil_parser) add_subdirectory(print_syscalls) if(NOT HEADLESS) add_subdirectory(uinotification) endif() if(NOT DEMO AND NOT PERSONAL) add_subdirectory(workflows/inliner) add_subdire...
add_subdirectory(bin-info) add_subdirectory(breakpoint) add_subdirectory(cmdline_disasm) add_subdirectory(llil_parser) add_subdirectory(mlil_parser) add_subdirectory(print_syscalls) if(NOT HEADLESS) add_subdirectory(uinotification) endif() if(NOT DEMO) add_subdirectory(workflows/inliner) add_subdirectory(workflows/o...
Update flake8 from 3.7.5 to 3.7.7
# Test dependencies go here. -r base.txt pytest==4.3.0 coverage==4.5.2 django_coverage_plugin==1.6.0 flake8==3.7.5 django-test-plus==1.1.1 factory_boy==2.11.1 # nosetests with support for TAP and coveralls django_nose==1.4.6 nose-tap==1.9 coveralls==1.6.0
# Test dependencies go here. -r base.txt pytest==4.3.0 coverage==4.5.2 django_coverage_plugin==1.6.0 flake8==3.7.7 django-test-plus==1.1.1 factory_boy==2.11.1 # nosetests with support for TAP and coveralls django_nose==1.4.6 nose-tap==1.9 coveralls==1.6.0
Update coverage from 5.1 to 5.2.1
# ulid/requirements/test.txt # # Requirements for executing the test suite. -r dev.txt coverage==5.1 pytest<3.3.0; python_version < '3.4' # pyup: ignore pytest==4.6.5; python_version == '3.4' # pyup: ignore pytest==5.4.3; python_version > '3.4' pytest-benchmark==3.2.3 pytest-cov==2.10.0 pytest-mock==1.6.3; python_...
# ulid/requirements/test.txt # # Requirements for executing the test suite. -r dev.txt coverage==5.2.1 pytest<3.3.0; python_version < '3.4' # pyup: ignore pytest==4.6.5; python_version == '3.4' # pyup: ignore pytest==5.4.3; python_version > '3.4' pytest-benchmark==3.2.3 pytest-cov==2.10.0 pytest-mock==1.6.3; pytho...
Update coverage requirement from <5.6,>=4.0 to >=4.0,<6.3
-r requirements.txt peeweext cachext redis celery pytest pytest-cov flake8 coveralls codeclimate-test-reporter coverage>=4.0,<5.6 prometheus_client versioneer
-r requirements.txt peeweext cachext redis celery pytest pytest-cov flake8 coveralls codeclimate-test-reporter coverage>=4.0,<6.3 prometheus_client versioneer
Add csvkit to dev requirements
-r requirements.txt -r exampleproject/requirements.txt django-debug-toolbar Werkzeug South==0.7.3 ipython ipdb # app requirements lxml # for the initial population of institutions # requests # text processing # nltk # numpy # pyquery requests
-r requirements.txt -r exampleproject/requirements.txt csvkit django-debug-toolbar Werkzeug South==0.7.3 ipython ipdb # app requirements lxml # for the initial population of institutions # requests # text processing # nltk # numpy # pyquery requests
Update aiohttp from 1.3.1 to 2.0.1
flake8==3.3.0 coverage==4.3.4 sphinx==1.5.3 alabaster>=0.6.2 aiohttp==1.3.1 jinja2==2.9.5 pytest==3.0.7 pytest-cov==2.4.0 yarl==0.10.0 multidict==2.1.4 pytest-aiohttp==0.1.3 -e .
flake8==3.3.0 coverage==4.3.4 sphinx==1.5.3 alabaster>=0.6.2 aiohttp==2.0.1 jinja2==2.9.5 pytest==3.0.7 pytest-cov==2.4.0 yarl==0.10.0 multidict==2.1.4 pytest-aiohttp==0.1.3 -e .