Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Bump pyyaml from 5.1 to 5.1.1
marshmallow==2.19.2 pyyaml==5.1 sphinx==2.1.0 sphinx-issues==1.2.0 sphinx-rtd-theme==0.4.3
marshmallow==2.19.2 pyyaml==5.1.1 sphinx==2.1.0 sphinx-issues==1.2.0 sphinx-rtd-theme==0.4.3
Change name of repository used for kie-wb-distributions
droolsjbpm-build-bootstrap droolsjbpm-knowledge kie-commons drools optaplanner jbpm droolsjbpm-integration uberfire guvnor droolsjbpm-tools droolsjbpm-build-distribution jbpm-designer jbpm-console-ng kie-ide dashboard-builder
droolsjbpm-build-bootstrap droolsjbpm-knowledge kie-commons drools optaplanner jbpm droolsjbpm-integration uberfire guvnor droolsjbpm-tools droolsjbpm-build-distribution jbpm-designer jbpm-console-ng kie-wb-distributions dashboard-builder
Use private fork of flake8-pep257. Jedi is a dev requirement.
-r requirements.txt coveralls flake8 flake8-pep257 nose pudb pyfakefs rednose sure
-r requirements.txt coveralls flake8 git+https://github.com/codito/flake8-pep257.git@config-match-support jedi nose pudb pyfakefs rednose sure
Add note to remove the already built dists
Release Process =============== 1. Preparation 1. Check if the dependencies of the package are correct 2. Update the version number in __pkginfo__ 3. Put the version number and the release date into the changelog 4. Submit your changes. 2. If releasing a major or minor version, generate the new copyright ...
Release Process =============== 1. Preparation 1. Check if the dependencies of the package are correct 2. Update the version number in __pkginfo__ 3. Put the version number and the release date into the changelog 4. Submit your changes. 2. If releasing a major or minor version, generate the new copyright ...
Support for gcc 5.1. Define _GLIBCXX_USE_CXX11_ABI=0 for files using the Oracle occi binary library.
############################################################################ # CMakeLists.txt file for building ROOT sql/oracle package ############################################################################ ROOT_USE_PACKAGE(io/io) ROOT_USE_PACKAGE(net/net) include_directories(${ORACLE_INCLUDE_DIR}) ROOT_GENERA...
############################################################################ # CMakeLists.txt file for building ROOT sql/oracle package ############################################################################ ROOT_USE_PACKAGE(io/io) ROOT_USE_PACKAGE(net/net) include_directories(${ORACLE_INCLUDE_DIR}) ROOT_GENERA...
Update Enchanted Fortress to 1.4 (5)
Categories:Games License:LGPL-3.0 Web Site: Source Code:https://github.com/subchannel13/EnchantedFortress Issue Tracker:https://github.com/subchannel13/EnchantedFortress/issues Donate:https://www.paypal.me/IvanKravarscan/5 Auto Name:Enchanted Fortress Summary:Build, manage and defend your castle Description: A simple ...
Categories:Games License:LGPL-3.0 Web Site: Source Code:https://github.com/subchannel13/EnchantedFortress Issue Tracker:https://github.com/subchannel13/EnchantedFortress/issues Donate:https://www.paypal.me/IvanKravarscan/5 Auto Name:Enchanted Fortress Summary:Build, manage and defend your castle Description: A simple ...
Remove MPI (not needed for patented)
IF (VTK_WRAP_TCL) SUBDIRS(Tcl) ENDIF (VTK_WRAP_TCL) IF(PYTHON_EXECUTABLE) ADD_TEST(HeaderTesting-Patented ${PYTHON_EXECUTABLE} ${VTK_SOURCE_DIR}/Common/Testing/HeaderTesting.py "${VTK_SOURCE_DIR}/Patented" vtkMPI.h ) ENDIF(PYTHON_EXECUTABLE)
IF (VTK_WRAP_TCL) SUBDIRS(Tcl) ENDIF (VTK_WRAP_TCL) IF(PYTHON_EXECUTABLE) ADD_TEST(HeaderTesting-Patented ${PYTHON_EXECUTABLE} ${VTK_SOURCE_DIR}/Common/Testing/HeaderTesting.py "${VTK_SOURCE_DIR}/Patented" ) ENDIF(PYTHON_EXECUTABLE)
Update djangorestframework-gis from 0.11.2 to 0.12
# Wheel 0.25+ needed to install certain packages on CPython 3.5+ # like Pillow and psycopg2 wheel==0.30.0 django==1.11.7 # Configuration django-environ==0.4.4 whitenoise==3.3.1 # Python-PostgreSQL Database Adapter psycopg2==2.7.3.2 # Images Pillow==4.3.0 # DRFs djangorestframework==3.7.3 djangorestframework-gis==0...
# Wheel 0.25+ needed to install certain packages on CPython 3.5+ # like Pillow and psycopg2 wheel==0.30.0 django==1.11.7 # Configuration django-environ==0.4.4 whitenoise==3.3.1 # Python-PostgreSQL Database Adapter psycopg2==2.7.3.2 # Images Pillow==4.3.0 # DRFs djangorestframework==3.7.3 djangorestframework-gis==0...
Add find_package() for boost to pdb plugin
find_package(Qt4 4.6 COMPONENTS QtCore REQUIRED) set(QT_DONT_USE_QTGUI TRUE) include(${QT_USE_FILE}) set(SOURCES pdbfileformat.cpp pdbplugin.cpp ) set(MOC_HEADERS pdbplugin.h ) qt4_wrap_cpp(MOC_SOURCES ${MOC_HEADERS}) add_chemkit_plugin(pdb ${SOURCES} ${MOC_SOURCES}) target_link_libraries(pdb chemkit ${QT_LIB...
find_package(Qt4 4.6 COMPONENTS QtCore REQUIRED) set(QT_DONT_USE_QTGUI TRUE) include(${QT_USE_FILE}) find_package(Boost REQUIRED) include_directories(${Boost_INCLUDE_DIRS}) set(SOURCES pdbfileformat.cpp pdbplugin.cpp ) set(MOC_HEADERS pdbplugin.h ) qt4_wrap_cpp(MOC_SOURCES ${MOC_HEADERS}) add_chemkit_plugin(...
Update paramiko from 2.3.1 to 2.4.0
# Required packages for synapse tornado==4.5.2 cryptography==2.1.3 pyOpenSSL==17.3.0 msgpack-python==0.4.8 xxhash==1.0.1 lmdb==0.93 regex==2017.11.09 # Delayed import psycopg2==2.7.3.2 # Dynmod loaded by link paramiko==2.3.1 # Code style checks pycodestyle==2.3.1 # Test related packages coverage==4.3.4 # pyup: ignore ...
# Required packages for synapse tornado==4.5.2 cryptography==2.1.3 pyOpenSSL==17.3.0 msgpack-python==0.4.8 xxhash==1.0.1 lmdb==0.93 regex==2017.11.09 # Delayed import psycopg2==2.7.3.2 # Dynmod loaded by link paramiko==2.4.0 # Code style checks pycodestyle==2.3.1 # Test related packages coverage==4.3.4 # pyup: ignore ...
Update CV of Fake Dawn to 1.3 (4)
Categories:Science & Education License:GPLv3 Web Site:https://code.google.com/p/fakedawn Source Code:https://code.google.com/p/fakedawn/source Issue Tracker:https://code.google.com/p/fakedawn/issues Auto Name:Fake Dawn Summary:Gentle alarm clock Description: Fake Dawn is an alarm clock that gradually increases brightn...
Categories:Science & Education License:GPLv3 Web Site:https://code.google.com/p/fakedawn Source Code:https://code.google.com/p/fakedawn/source Issue Tracker:https://code.google.com/p/fakedawn/issues Auto Name:Fake Dawn Summary:Gentle alarm clock Description: Fake Dawn is an alarm clock that gradually increases brightn...
Update World Clock & Weather to 1.7.2 (37)
Categories:Office License:GPLv3+ Web Site:https://github.com/arminha/worldclockwidget/blob/HEAD/README.rst Source Code:https://github.com/arminha/worldclockwidget Issue Tracker:https://github.com/arminha/worldclockwidget/issues Auto Name:World Clock & Weather Summary:Display local time and weather conditions Descr...
Categories:Office License:GPLv3+ Web Site:https://github.com/arminha/worldclockwidget/blob/HEAD/README.rst Source Code:https://github.com/arminha/worldclockwidget Issue Tracker:https://github.com/arminha/worldclockwidget/issues Auto Name:World Clock & Weather Summary:Display local time and weather conditions Descr...
Update cryptography from 2.0 to 2.0.2
# Required packages for synapse tornado==4.5.1 cryptography==2.0 pyOpenSSL==17.2.0 msgpack-python==0.4.8 xxhash==1.0.1 lmdb==0.93 # Delayed import psycopg2==2.7.3 # Code style checks pycodestyle==2.3.1 # Test related packages coverage==4.3.4 # pyup: ignore codecov==2.0.9 nose==1.3.7
# Required packages for synapse tornado==4.5.1 cryptography==2.0.2 pyOpenSSL==17.2.0 msgpack-python==0.4.8 xxhash==1.0.1 lmdb==0.93 # Delayed import psycopg2==2.7.3 # Code style checks pycodestyle==2.3.1 # Test related packages coverage==4.3.4 # pyup: ignore codecov==2.0.9 nose==1.3.7
Update ipython-cypher from 0.2.4 to 0.2.5
git+https://github.com/marcusrehm/neo4jupyter.git@master aiofiles==0.3.2 aiohttp==2.3.7 beautifulsoup4==4.6.0 geopy==1.11.0 grequests==0.3.0 humanize==0.5.1 igraph==0.1.11 ipython-cypher==0.2.4 ipython==5.1.0 jgraph==0.2.1 networkx==1.11 nltk==3.2.1 pandas>=0.18.1 py2neo==3.1.2 pycpfcnpj==1.0.2 scikit-learn==0.18.1 sea...
git+https://github.com/marcusrehm/neo4jupyter.git@master aiofiles==0.3.2 aiohttp==2.3.7 beautifulsoup4==4.6.0 geopy==1.11.0 grequests==0.3.0 humanize==0.5.1 igraph==0.1.11 ipython-cypher==0.2.5 ipython==5.1.0 jgraph==0.2.1 networkx==1.11 nltk==3.2.1 pandas>=0.18.1 py2neo==3.1.2 pycpfcnpj==1.0.2 scikit-learn==0.18.1 sea...
Add Heroku's dj-database-url as dependency.
--find-links https://s3.amazonaws.com/sheepdog-assets/feta/index.html https://www.djangoproject.com/download/1.6b1/tarball/ Fabric==1.6.1 South==0.8.1 coverage==3.6 django-appconf==0.6 django-compressor==1.3 django-crispy-forms==1.3.2 django-debug-toolbar==0.9.4-sd2 django-versioned==0.3 gunicorn==17.5 paramiko==1.10.1...
--find-links https://s3.amazonaws.com/sheepdog-assets/feta/index.html https://www.djangoproject.com/download/1.6b1/tarball/ Fabric==1.6.1 South==0.8.1 coverage==3.6 dj-database-url==0.2.1 django-appconf==0.6 django-compressor==1.3 django-crispy-forms==1.3.2 django-debug-toolbar==0.9.4-sd2 django-versioned==0.3 gunicorn...
Upgrade pytz 2021.1 -> 2021.3
cron-descriptor==1.2.24 croniter==1.0.8 Django==3.2.6 django-compressor==2.4 fido2==0.9.1 psycopg2==2.9.1 pyotp==2.6.0 pytz==2021.1 requests==2.26.0 segno==1.3.3 statsd==3.3.0 whitenoise==5.3.0
cron-descriptor==1.2.24 croniter==1.0.8 Django==3.2.8 django-compressor==2.4 fido2==0.9.1 psycopg2==2.9.1 pyotp==2.6.0 pytz==2021.3 requests==2.26.0 segno==1.3.3 statsd==3.3.0 whitenoise==5.3.0
Update motor from 1.0 to 1.1
aiohttp==1.1.6 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
aiohttp==1.1.6 motor==1.1 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 sqlalchemy from 1.2.8 to 1.2.11
SQLAlchemy==1.2.8 skosprovider==0.6.1 #-e git+https://github.com/koenedaele/skosprovider.git#egg=skosprovider
SQLAlchemy==1.2.11 skosprovider==0.6.1 #-e git+https://github.com/koenedaele/skosprovider.git#egg=skosprovider
Set paramiko version > 1.9.0
pbr>=0.5.21,<1.0 gear PyYAML python-jenkins paramiko lockfile python-daemon extras statsd>=1.0.0,<3.0 voluptuous>=0.6,<0.7 apscheduler>=2.1.1,<3.0 sqlalchemy>=0.8.2,<0.9.0 pyzmq>=13.1.0,<14.0.0 python-novaclient MySQL-python PrettyTable>=0.6,<0.8 six>=1.4.1
pbr>=0.5.21,<1.0 gear PyYAML python-jenkins paramiko>1.9.0 lockfile python-daemon extras statsd>=1.0.0,<3.0 voluptuous>=0.6,<0.7 apscheduler>=2.1.1,<3.0 sqlalchemy>=0.8.2,<0.9.0 pyzmq>=13.1.0,<14.0.0 python-novaclient MySQL-python PrettyTable>=0.6,<0.8 six>=1.4.1
Build files now links to Ws2_32
cmake_minimum_required(VERSION 3.10) project(SimpleHTTPServer) # Define the sources for SimpleHTTPServer set(HTTP_SOURCES src/http/Http.cpp src/http/HttpServer.cpp src/http/HttpUtils.cpp src/http/HttpError.cpp) add_executable(shs src/main.cpp src/StringUtils.cpp ${HTTP_SOURCES}) # Include sockets.cpp into the proje...
cmake_minimum_required(VERSION 3.10) project(SimpleHTTPServer) # Define the sources for SimpleHTTPServer set(HTTP_SOURCES src/http/Http.cpp src/http/HttpServer.cpp src/http/HttpUtils.cpp src/http/HttpError.cpp) add_executable(shs src/main.cpp src/StringUtils.cpp ${HTTP_SOURCES}) # Include sockets.cpp into the proje...
Update xlsxwriter from 1.1.6 to 1.1.7
git+git://github.com/liqd/adhocracy4.git@mB-v2.1#egg=adhocracy4 Django==1.11.20 # pyup: <2.0 wagtail==2.3 # pyup: <2.4 bcrypt==3.1.6 brotli==1.0.7 django-capture-tag==1.0 django_csp==3.5 requests==2.21.0 whitenoise==4.1.2 zeep==3.3.1 # Inherited a4-core requirements bleach==3.1.0 django-allauth==0.39.1 django-autoslu...
git+git://github.com/liqd/adhocracy4.git@mB-v2.1#egg=adhocracy4 Django==1.11.20 # pyup: <2.0 wagtail==2.3 # pyup: <2.4 bcrypt==3.1.6 brotli==1.0.7 django-capture-tag==1.0 django_csp==3.5 requests==2.21.0 whitenoise==4.1.2 zeep==3.3.1 # Inherited a4-core requirements bleach==3.1.0 django-allauth==0.39.1 django-autoslu...
Update aiohttp requirement from ~=3.5.1 to ~=3.5.3
-r dev.txt dataclasses~=0.6.0 pytest-asyncio~=0.9.0 aiohttp~=3.5.1 valuable~=0.1.1 gentools~=1.1.0 toolz~=0.9.0
-r dev.txt dataclasses~=0.6.0 pytest-asyncio~=0.9.0 aiohttp~=3.5.3 valuable~=0.1.1 gentools~=1.1.0 toolz~=0.9.0
Revert to remove clang++ version
cmake_minimum_required(VERSION 3.2.2) project(happy-network-train) set(HAPPY_N_TRAIN_TARGET_VERSION "0.0.1" CACHE STRING "happy-network-train version") set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_CXX_COMPILER_ID "Clang") set(CMAKE_CXX_COMPILER "clang++-3.8") ...
cmake_minimum_required(VERSION 3.2.2) project(happy-network-train) set(HAPPY_N_TRAIN_TARGET_VERSION "0.0.1" CACHE STRING "happy-network-train version") set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_CXX_COMPILER_ID "Clang") set(CMAKE_CXX_COMPILER "clang++") set(...
Update ipython from 7.5.0 to 7.7.0
aiohttp==3.5.4 attrs==19.1.0 flake8==3.7.8 ipdb==0.12.2 ipython==7.5.0 pytest==4.6.1 pytest-cov==2.7.1 pytest-mock==1.10.4 tox==3.12.1 docker==4.0.1 isort==4.3.20 -e .
aiohttp==3.5.4 attrs==19.1.0 flake8==3.7.8 ipdb==0.12.2 ipython==7.7.0 pytest==4.6.1 pytest-cov==2.7.1 pytest-mock==1.10.4 tox==3.12.1 docker==4.0.1 isort==4.3.20 -e .
Remove the upper cap on ply version
pbr>=0.11,<2.0 Babel>=1.3 python-dateutil>=2.4.2 ply<=3.6 six>=1.9.0
pbr>=0.11,<2.0 Babel>=1.3 python-dateutil>=2.4.2 ply six>=1.9.0
Update botocore from 1.7.39 to 1.7.40
boto3==1.4.7 botocore==1.7.39 certifi==2017.11.5 chardet==3.0.4 dj-database-url==0.4.2 dj-static==0.0.6 Django==1.11.7 django-grappelli==2.10.1 django-haystack==2.6.1 django-linkcheck==1.5 django-s3-folder-storage==0.5 django-storages==1.6.5 docutils==0.14 elasticsearch==5.4.0 futures==3.1.1 gunicorn==19.7.1 idna==2.6 ...
boto3==1.4.7 botocore==1.7.40 certifi==2017.11.5 chardet==3.0.4 dj-database-url==0.4.2 dj-static==0.0.6 Django==1.11.7 django-grappelli==2.10.1 django-haystack==2.6.1 django-linkcheck==1.5 django-s3-folder-storage==0.5 django-storages==1.6.5 docutils==0.14 elasticsearch==5.4.0 futures==3.1.1 gunicorn==19.7.1 idna==2.6 ...
Update CV of TSCH_BYL to 1.16-8-sf (8)
Categories:Science & Education License:GPL-2.0-only Web Site: Source Code:https://gitlab.com/kollo/Tschernobyl Issue Tracker:https://gitlab.com/kollo/Tschernobyl/issues Auto Name:TSCH_BYL Summary:Calculates radiation doses and consequences after nuclear power accidents Description: Programm zur Abschätzung der Folgen ...
Categories:Science & Education License:GPL-2.0-only Web Site: Source Code:https://gitlab.com/kollo/Tschernobyl Issue Tracker:https://gitlab.com/kollo/Tschernobyl/issues Auto Name:TSCH_BYL Summary:Calculates radiation doses and consequences after nuclear power accidents Description: Programm zur Abschätzung der Folgen ...
Add all elements from the DTD
abiword c history m metadata p pagesize s section styles
a abiword awml bookmark br c cbr cell d data f field frame history i ignoredwords image iw l lists m metadata p pagesize pbr revisions s section styles table version
Include future package in python dependencies
numpy>=1.13 pyyaml>=3.12 matplotlib opencv-python>=3.2 setuptools Cython mock scipy six
numpy>=1.13 pyyaml>=3.12 matplotlib opencv-python>=3.2 setuptools Cython mock scipy six future
Update idna from 3.3 to 3.4
gunicorn==20.1.0 backports-abc==0.5 bkcharts==0.2 bokeh==3.0.0 certifi==2022.9.24 chardet==5.0.0 click==8.1.3 Flask==2.2.2 idna==3.3 itsdangerous==2.1.2 Jinja2>=2.10.1 MarkupSafe==2.1.1 numpy==1.23.2 python-dateutil==2.8.2 pyyaml>=4.2b1 requests>=2.20.0 singledispatch==3.7.0 six==1.16.0 tornado==6.2 ...
gunicorn==20.1.0 backports-abc==0.5 bkcharts==0.2 bokeh==3.0.0 certifi==2022.9.24 chardet==5.0.0 click==8.1.3 Flask==2.2.2 idna==3.4 itsdangerous==2.1.2 Jinja2>=2.10.1 MarkupSafe==2.1.1 numpy==1.23.2 python-dateutil==2.8.2 pyyaml>=4.2b1 requests>=2.20.0 singledispatch==3.7.0 six==1.16.0 tornado==6.2 ...
Update molecule from 2.12.1 to 2.13.0
molecule==2.12.1 pytest==3.5.1 python-vagrant==0.5.15 testinfra==1.12.0 tox==3.0.0
molecule==2.13.0 pytest==3.5.1 python-vagrant==0.5.15 testinfra==1.12.0 tox==3.0.0
Update ruamel.yaml from 0.15.94 to 0.15.96
beautifulsoup4==4.7.1 bcrypt==3.1.6 croniter==0.3.30 Cython==0.29.7 feedparser==5.2.1 git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2 google-api-python-client==1.7.8 isodate==0.6.0 jsonpath-ng==1.4.3 lxml==4.3.3 numpy==1.16.3 Pillow==6.0.0 parsedatetime==2.4 psutil==5.6.2 pyhedrals==0.2.0 python-dateutil==2.8....
beautifulsoup4==4.7.1 bcrypt==3.1.6 croniter==0.3.30 Cython==0.29.7 feedparser==5.2.1 git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2 google-api-python-client==1.7.8 isodate==0.6.0 jsonpath-ng==1.4.3 lxml==4.3.3 numpy==1.16.3 Pillow==6.0.0 parsedatetime==2.4 psutil==5.6.2 pyhedrals==0.2.0 python-dateutil==2.8....
Upgrade dependency Werkzeug to ==0.11.10
coverage==4.0.3 Flask==0.10.1 itsdangerous==0.24 Jinja2==2.8 MarkupSafe==0.23 pyflakes==1.2.3 pytest==2.9.1 pytest-cov==2.2.1 Werkzeug==0.11.9 wheel==0.29.0
coverage==4.0.3 Flask==0.10.1 itsdangerous==0.24 Jinja2==2.8 MarkupSafe==0.23 pyflakes==1.2.3 pytest==2.9.1 pytest-cov==2.2.1 Werkzeug==0.11.10 wheel==0.29.0
Update certifi from 2018.11.29 to 2019.6.16
-i https://pypi.org/simple ansimarkup==1.4.0 better-exceptions-fork==0.2.1.post6 certifi==2018.11.29 chardet==3.0.4 colorama==0.4.1 coverage==5.0a4 coveralls==1.5.1 docopt==0.6.2 idna==2.8 loguru==0.2.4 packaging==18.0 pbr==5.1.1 pygments==2.3.1 pyparsing==2.3.1 requests==2.21.0 six==1.12.0 urllib3>=1.24.2
-i https://pypi.org/simple ansimarkup==1.4.0 better-exceptions-fork==0.2.1.post6 certifi==2019.6.16 chardet==3.0.4 colorama==0.4.1 coverage==5.0a4 coveralls==1.5.1 docopt==0.6.2 idna==2.8 loguru==0.2.4 packaging==18.0 pbr==5.1.1 pygments==2.3.1 pyparsing==2.3.1 requests==2.21.0 six==1.12.0 urllib3>=1.24.2
Upgrade dependencies bbcode v1.0.32 to v1.0.33, Pillow v5.3.0 to v6.0.0, pytz v2018.9 to v2019.1
blinker == 1.4 Flask == 1.0.3 Jinja2 == 2.10.1 Werkzeug == 0.15.4 WTForms == 2.2.1 # data persistence Flask-SQLAlchemy == 2.4.0 psycopg2-binary == 2.8.2 SQLAlchemy == 1.3.4 # command line click == 7.0 pick == 0.6.4 arrow == 0.12.1 attrs == 19.1.0 bbcode == 1.0.32 Flask-Mail == 0.9.1 hiredis == 0.2.0 Pillow == 5.3.0 ...
blinker == 1.4 Flask == 1.0.3 Jinja2 == 2.10.1 Werkzeug == 0.15.4 WTForms == 2.2.1 # data persistence Flask-SQLAlchemy == 2.4.0 psycopg2-binary == 2.8.2 SQLAlchemy == 1.3.4 # command line click == 7.0 pick == 0.6.4 arrow == 0.12.1 attrs == 19.1.0 bbcode == 1.0.33 Flask-Mail == 0.9.1 hiredis == 0.2.0 Pillow == 6.0.0 ...
Update numpy from 1.14.2 to 1.14.3
numpy==1.14.2 scipy>=0.19.0 astropy>=1.3.2 pandas>=0.19.2 matplotlib>=2.0.1 hypothesis>=3.9.0 PyAstronomy>=0.10.1 requests>=2.13.0 seaborn>=0.7.1 astroquery==0.3.7 lineid_plot==0.6 isochrones==1.1
numpy==1.14.3 scipy>=0.19.0 astropy>=1.3.2 pandas>=0.19.2 matplotlib>=2.0.1 hypothesis>=3.9.0 PyAstronomy>=0.10.1 requests>=2.13.0 seaborn>=0.7.1 astroquery==0.3.7 lineid_plot==0.6 isochrones==1.1
Update ryu from 4.26 to 4.27
chewie==0.0.2 datadiff eventlet==0.22.1 # pyup: ignore influxdb ipaddress msgpack msgpack-python networkx pbr>=1.9 prometheus_client pyyaml ryu==4.26 beka==0.3.3
chewie==0.0.2 datadiff eventlet==0.22.1 # pyup: ignore influxdb ipaddress msgpack msgpack-python networkx pbr>=1.9 prometheus_client pyyaml ryu==4.27 beka==0.3.3
Update molecule from 2.14.0 to 2.15.0
molecule==2.14.0 pytest==3.6.1 python-vagrant==0.5.15 testinfra==1.14.0 tox==3.0.0
molecule==2.15.0 pytest==3.6.1 python-vagrant==0.5.15 testinfra==1.14.0 tox==3.0.0
Update dependency google-cloud-logging to v1.15.1
Flask==1.1.2 google-cloud-firestore==1.8.1 google-cloud-storage==1.31.0 google-cloud-logging==1.15.0 google-cloud-error-reporting==0.34.0 gunicorn==19.9.0 six==1.15.0
Flask==1.1.2 google-cloud-firestore==1.8.1 google-cloud-storage==1.31.0 google-cloud-logging==1.15.1 google-cloud-error-reporting==0.34.0 gunicorn==19.9.0 six==1.15.0
Add missing dependency on MLIRIR on MLIREDSCInterface
set(LLVM_OPTIONAL_SOURCES Builders.cpp CoreAPIs.cpp Helpers.cpp Intrinsics.cpp ) add_llvm_library(MLIREDSC Builders.cpp Helpers.cpp Intrinsics.cpp ADDITIONAL_HEADER_DIRS ${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC ) add_dependencies(MLIREDSC MLIRReferenceImplementationTestGen) target_link_libraries(MLIRE...
set(LLVM_OPTIONAL_SOURCES Builders.cpp CoreAPIs.cpp Helpers.cpp Intrinsics.cpp ) add_llvm_library(MLIREDSC Builders.cpp Helpers.cpp Intrinsics.cpp ADDITIONAL_HEADER_DIRS ${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC ) add_dependencies(MLIREDSC MLIRReferenceImplementationTestGen) target_link_libraries(MLIRE...
Make docs env requirements file reuse SuPPort's one.
alabaster==0.7.3 argh==0.26.1 Babel==1.3 backports.ssl-match-hostname==3.4.0.2 boltons==0.4.1 certifi==14.5.14 cffi==0.8.6 clastic==0.4.2 cryptography==0.7.2 docutils==0.12 enum34==1.0.4 faststat==0.3.1 gevent==1.0.1 greenlet==0.4.5 hyperloglog==0.0.9 Jinja2==2.7.3 lithoxyl==0.1.0 livereload==2.3.2 MarkupSafe==0.23 pat...
-r requirements.txt alabaster==0.7.3 argh==0.26.1 Babel==1.3 backports.ssl-match-hostname==3.4.0.2 certifi==14.5.14 docutils==0.12 Jinja2==2.7.3 livereload==2.3.2 MarkupSafe==0.23 pathtools==0.1.2 Pygments==2.0.2 pytz==2015.2 PyYAML==3.11 snowballstemmer==1.2.0 Sphinx==1.3.1 sphinx-autobuild==0.5.0 sphinx-rtd-theme==0....
Update coverage package to 6.4.1
# Testing coverage==6.3.2 # Test coverage flake8==4.0.1 # Python linting mypy==0.950 # Type checking
# Testing coverage==6.4.1 # Test coverage flake8==4.0.1 # Python linting mypy==0.950 # Type checking
Update coverage from 4.5.3 to 4.5.4
# Test dependencies go here. -r base.txt pytest==5.0.1 pytest-django==3.5.1 pytest-tap==2.3 coverage==4.5.3 coveralls==1.8.1 flake8==3.7.8 django-test-plus==1.2.1 factory_boy==2.12.0
# Test dependencies go here. -r base.txt pytest==5.0.1 pytest-django==3.5.1 pytest-tap==2.3 coverage==4.5.4 coveralls==1.8.1 flake8==3.7.8 django-test-plus==1.2.1 factory_boy==2.12.0
Update django-anymail from 1.1 to 1.2
-r base.txt gunicorn==19.7.1 django-anymail==1.1
-r base.txt gunicorn==19.7.1 django-anymail==1.2
Add djangorestframework and markdown deps
Django==1.8.1 chardet==2.2.1 colorama==0.2.5 django-haystack==2.3.1 django-taggit==0.14.0 elasticsearch==1.4.0 html5lib==0.999 psycopg2==2.6 requests==2.2.1 six==1.5.2 urllib3==1.10.3
Django==1.8.1 Markdown==2.6.2 chardet==2.2.1 colorama==0.2.5 django-haystack==2.3.1 django-taggit==0.14.0 djangorestframework==3.1.2 elasticsearch==1.4.0 html5lib==0.999 psycopg2==2.6 requests==2.2.1 six==1.5.2 urllib3==1.10.3
Update Atomic to 1.18 (18)
Categories:Internet License:GPLv3+ Web Site:http://indrora.github.io/Atomic Source Code:https://github.com/indrora/Atomic Issue Tracker:https://github.com/indrora/Atomic/issues Auto Name:Atomic Summary:IRC (chat) client Description: Internet Relay Chat (IRC) client based on [[org.yaaic]]. . Repo Type:git Repo:https:/...
Categories:Internet License:GPLv3+ Web Site:http://indrora.github.io/Atomic Source Code:https://github.com/indrora/Atomic Issue Tracker:https://github.com/indrora/Atomic/issues Auto Name:Atomic Summary:IRC (chat) client Description: Internet Relay Chat (IRC) client based on [[org.yaaic]]. . Repo Type:git Repo:https:/...
Update Teleposter to 1.5.2 (15)
Categories:Internet License:GPL-3.0-or-later Web Site:http://telegra.ph/ Source Code:https://github.com/jlelse/teleposter Issue Tracker:https://github.com/jlelse/teleposter/issues Changelog:https://github.com/jlelse/teleposter/releases Auto Name:Teleposter Summary:Write blogposts on telegra.ph Description: Independent...
Categories:Internet License:GPL-3.0-or-later Web Site:http://telegra.ph/ Source Code:https://github.com/jlelse/teleposter Issue Tracker:https://github.com/jlelse/teleposter/issues Changelog:https://github.com/jlelse/teleposter/releases Auto Name:Teleposter Summary:Write blogposts on telegra.ph Description: Independent...
Update faker from 0.8.12 to 0.9.1
-r base.txt # Nicer interfaces ipython==6.2.1 ipdb==0.11 # Flake8 flake8==3.4.1 mccabe==0.6.1 pycodestyle==2.3.1 pyflakes==1.6.0 # Testing Faker==0.8.12 factory-boy==2.10.0 requests-mock==1.4.0
-r base.txt # Nicer interfaces ipython==6.2.1 ipdb==0.11 # Flake8 flake8==3.4.1 mccabe==0.6.1 pycodestyle==2.3.1 pyflakes==1.6.0 # Testing Faker==0.9.1 factory-boy==2.10.0 requests-mock==1.4.0
Update release notes for 6.6.6 (hotfix)
This update includes a number of improvements and bug fixes, including: • Adds filtering to Artist Series. • Fixes an issue with submitting consignments from Artwork pages. • Fixes an issue with displaying long email addresses in the Profile tab. • Handles errors properly in Viewing Rooms. Have feedback? Email us at ...
This update fixes a bug that affected deep link handling when the app is closed. Have feedback? Email us at support@artsy.net
Update dask from 0.15.3 to 0.15.4
h5py==2.7.1 netCDF4==1.3.0 xarray==0.9.6 numpy==1.13.3 dask==0.15.3 scipy==0.19.1 numba==0.35.0 pandas==0.20.3 blaze==0.10.1 bottleneck==1.2.1
h5py==2.7.1 netCDF4==1.3.0 xarray==0.9.6 numpy==1.13.3 dask==0.15.4 scipy==0.19.1 numba==0.35.0 pandas==0.20.3 blaze==0.10.1 bottleneck==1.2.1
Revert "build documentation along with the application"
project(krecipes) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH}) # search packages used by KDE find_package(KDE4 REQUIRED) add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) include(KDE4Defaults) include(MacroLibrary) include_directories( ${KDE4_INCLUDES}...
project(krecipes) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH}) # search packages used by KDE find_package(KDE4 REQUIRED) add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) include(KDE4Defaults) include(MacroLibrary) include_directories( ${KDE4_INCLUDES}...
Update CV of Bitmask to 0.9.1 (112)
Disabled:waiting for verify Categories:System,Internet,Security License:GPLv3 Web Site:https://leap.se Source Code:https://github.com/leapcode/bitmask_android/ Issue Tracker:https://leap.se/code/projects/android/issues Auto Name:Bitmask Summary:Provides easy and secure encrypted communication (VPN) Description: Bitmas...
Disabled:waiting for verify Categories:System,Internet,Security License:GPLv3 Web Site:https://leap.se Source Code:https://github.com/leapcode/bitmask_android/ Issue Tracker:https://leap.se/code/projects/android/issues Auto Name:Bitmask Summary:Provides easy and secure encrypted communication (VPN) Description: Bitmas...
Update pytest from 3.1.3 to 3.2.0
bumpversion==0.5.3 codecov==2.0.9 pypandoc==1.4 pytest==3.1.3 twine==1.9.1
bumpversion==0.5.3 codecov==2.0.9 pypandoc==1.4 pytest==3.2.0 twine==1.9.1
Update ipython from 5.3.0 to 6.1.0
coverage==4.3.4 flake8==3.3.0 ipdb==0.10.2 ipython==5.3.0 pytest==3.1.3 pytest-cov==2.4.0 pytest-sugar==0.8.0 sphinx==1.6.3 sphinxcontrib-asyncio==0.2.0 sqlalchemy==1.1.11
coverage==4.3.4 flake8==3.3.0 ipdb==0.10.2 ipython==6.1.0 pytest==3.1.3 pytest-cov==2.4.0 pytest-sugar==0.8.0 sphinx==1.6.3 sphinxcontrib-asyncio==0.2.0 sqlalchemy==1.1.11
Update wheel from 0.36.2 to 0.37.0
-e .[all] bumpversion==0.6.0 flake8==3.9.2 isort==5.8.0 moto==2.2.1 pytest-cov==2.11.1 pytest==6.2.4 wheel==0.36.2
-e .[all] bumpversion==0.6.0 flake8==3.9.2 isort==5.8.0 moto==2.2.1 pytest-cov==2.11.1 pytest==6.2.4 wheel==0.37.0
Update pytest from 2.9.1 to 3.2.2
# Runtime requirements --requirement requirements.txt # Documentation Sphinx==1.6.4 sphinxcontrib-httpdomain==1.5.0 pygments==2.2.0 # Linting flake8==3.4.1 # Unit testing pytest==2.9.1 mock==2.0.0 webtest==2.0.20 pytest-cov==2.2.1 coveralls==1.1
# Runtime requirements --requirement requirements.txt # Documentation Sphinx==1.6.4 sphinxcontrib-httpdomain==1.5.0 pygments==2.2.0 # Linting flake8==3.4.1 # Unit testing pytest==3.2.2 mock==2.0.0 webtest==2.0.20 pytest-cov==2.2.1 coveralls==1.1
Update pytest from 3.4.1 to 3.6.0
# Runtime requirements --requirement requirements.txt # Documentation Sphinx==1.7.5 #testing tox==3.0.0 pytest==3.4.1 pytest-cov==2.5.1 responses==0.8.1
# Runtime requirements --requirement requirements.txt # Documentation Sphinx==1.7.5 #testing tox==3.0.0 pytest==3.6.0 pytest-cov==2.5.1 responses==0.8.1
Update flake8 from 3.4.1 to 3.5.0
isort==4.2.15 flake8==3.4.1 vulture==0.26
isort==4.2.15 flake8==3.5.0 vulture==0.26
Update isort from 4.3.12 to 4.3.13
# ulid/requirements/dev.txt # # Requirements for using developing package. -r base.txt bumpversion==0.5.3 mypy==0.670 pylint==1.7.5; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore pylint==2.3.1; (python_version > '2.7' and python_version < '3.0') or python_version >= '3....
# ulid/requirements/dev.txt # # Requirements for using developing package. -r base.txt bumpversion==0.5.3 mypy==0.670 pylint==1.7.5; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore pylint==2.3.1; (python_version > '2.7' and python_version < '3.0') or python_version >= '3....
Update releases from 1.2.0 to 1.2.1
-r ./base.txt sphinx sphinx_rtd_theme releases==1.2.0
-r ./base.txt sphinx sphinx_rtd_theme releases==1.2.1 # Updated from 1.2.0
Fix issue with virtio_block CMake script
cmake_minimum_required(VERSION 2.8.9) if (NOT DEFINED ENV{INCLUDEOS_PREFIX}) set(ENV{INCLUDEOS_PREFIX} /usr/local) endif() include($ENV{INCLUDEOS_PREFIX}/includeos/pre.service.cmake) project (test_virtioblk) set(SERVICE_NAME "VirtioBlk test") set(BINARY "virtioblk") set(SOURCES service.cpp ) set(DRIV...
cmake_minimum_required(VERSION 2.8.9) if (NOT DEFINED ENV{INCLUDEOS_PREFIX}) set(ENV{INCLUDEOS_PREFIX} /usr/local) endif() include($ENV{INCLUDEOS_PREFIX}/includeos/pre.service.cmake) project (test_virtioblk) set(SERVICE_NAME "VirtioBlk test") set(BINARY "virtioblk") set(SOURCES service.cpp ) if ("$EN...
Update CV of Material Tea Timer to 1.4 (14)
Categories:Time License:GPL-3.0 Web Site:https://github.com/ligi/MaterialTeaTimer/blob/HEAD/README.md Source Code:https://github.com/ligi/MaterialTeaTimer Issue Tracker:https://github.com/ligi/MaterialTeaTimer/issues Auto Name:Material Tea Timer Summary:Time your tea with style Description: Material design themed tea ...
Categories:Time License:GPL-3.0 Web Site:https://github.com/ligi/MaterialTeaTimer/blob/HEAD/README.md Source Code:https://github.com/ligi/MaterialTeaTimer Issue Tracker:https://github.com/ligi/MaterialTeaTimer/issues Auto Name:Material Tea Timer Summary:Time your tea with style Description: Material design themed tea ...
Remove skipped web timing related tests.
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. // TODO(podivilov): Re...
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. // TODO(podivilov): Re...
Update CV of RGB Tool to 1.3.1 (7)
Categories:Multimedia License:Apache2 Web Site: Source Code:https://github.com/fasteque/rgb-tool Issue Tracker:https://github.com/fasteque/rgb-tool/issues Auto Name:RGB Tool Summary:Get RGB and HEX values of a color Description: Simple and fast tool to get RGB channel and HEX values about a color. . Repo Type:git Rep...
Categories:Multimedia License:Apache2 Web Site: Source Code:https://github.com/fasteque/rgb-tool Issue Tracker:https://github.com/fasteque/rgb-tool/issues Auto Name:RGB Tool Summary:Get RGB and HEX values of a color Description: Simple and fast tool to get RGB channel and HEX values about a color. . Repo Type:git Rep...
Update CV of Self-Hosted GPS Tracker to 1.3 (8)
Categories:Navigation License:GPLv3 Web Site:https://github.com/herverenault/Self-Hosted-GPS-Tracker/blob/HEAD/README.md Source Code:https://github.com/herverenault/Self-Hosted-GPS-Tracker Issue Tracker:https://github.com/herverenault/Self-Hosted-GPS-Tracker/issues Auto Name:Self-Hosted GPS Tracker Summary:Track your ...
Categories:Navigation License:GPLv3 Web Site:https://github.com/herverenault/Self-Hosted-GPS-Tracker/blob/HEAD/README.md Source Code:https://github.com/herverenault/Self-Hosted-GPS-Tracker Issue Tracker:https://github.com/herverenault/Self-Hosted-GPS-Tracker/issues Auto Name:Self-Hosted GPS Tracker Summary:Track your ...
Remove not used mox library
# 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 already pins down pep8, pyflakes and flake8 bandit>=1.1.0 # Apache-2.0 hacking!=0.13.0,<0.14,>=0.12....
# 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 already pins down pep8, pyflakes and flake8 bandit>=1.1.0 # Apache-2.0 hacking!=0.13.0,<0.14,>=0.12....
Add pytest-flake8 to dev dependency
flake8==2.2.2 pytest==2.7.2 pytest-cov==1.8.1 tox==1.7.2 Sphinx==1.3.1
flake8==2.2.2 pytest==2.7.2 pytest-cov==1.8.1 pytest-flake8==0.1 tox==1.7.2 Sphinx==1.3.1
Update black requirement from ~=21.4b1 to ~=21.4b2
-e .[aiohttp,requests] -r docs.txt -r test.txt wheel~=0.36.2 twine~=3.4.1 isort==5.8.0 tox~=3.23.0 flake8==3.9.1 black~=21.4b1
-e .[aiohttp,requests] -r docs.txt -r test.txt wheel~=0.36.2 twine~=3.4.1 isort==5.8.0 tox~=3.23.0 flake8==3.9.1 black~=21.4b2
Update docker-compose from 1.11.2 to 1.12.0
-r test.txt autopep8==1.3.1 bumpversion==0.5.3 docker-compose==1.11.2 elpy==1.14.1 epc==0.0.5 flake8==3.3.0 grip==4.3.2 importmagic==0.1.7 ipdb==0.10.2 ipython==5.3.0 ipython-genutils==0.2.0 jedi==0.10.0 pre-commit==0.13.3 pylint==1.6.5 yapf==0.16.0
-r test.txt autopep8==1.3.1 bumpversion==0.5.3 docker-compose==1.12.0 elpy==1.14.1 epc==0.0.5 flake8==3.3.0 grip==4.3.2 importmagic==0.1.7 ipdb==0.10.2 ipython==5.3.0 ipython-genutils==0.2.0 jedi==0.10.0 pre-commit==0.13.3 pylint==1.6.5 yapf==0.16.0
Update pytest from 5.3.1 to 5.3.2
pip==19.3.1 bumpversion==0.5.3 wheel==0.33.6 watchdog==0.9.0 flake8==3.7.9 tox==3.14.2 coverage==4.5.4 Sphinx==2.2.2 cryptography==2.8 PyYAML==5.2 pytest==5.3.1 pytest-runner==5.2 vcrpy==2.1.1 twine==3.1.1
pip==19.3.1 bumpversion==0.5.3 wheel==0.33.6 watchdog==0.9.0 flake8==3.7.9 tox==3.14.2 coverage==4.5.4 Sphinx==2.2.2 cryptography==2.8 PyYAML==5.2 pytest==5.3.2 pytest-runner==5.2 vcrpy==2.1.1 twine==3.1.1
Update tox from 2.3.1 to 2.4.1
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.2 Sphinx==1.4.8 cryptography==1.5.2 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.4.1 coverage==4.2 Sphinx==1.4.8 cryptography==1.5.2 PyYAML==3.11
Update wheel from 0.33.0 to 0.33.1
# Database psycopg2-binary==2.7.7 pip==19.0.1 bumpversion==0.5.3 wheel==0.33.0 watchdog==0.9.0 flake8==3.7.5 tox==3.7.0 cryptography==2.5 Sphinx==1.8.4 coverage==4.5.2 pytest==4.2.1 pytest-runner==4.4 pytest-cov==2.6.1 # miscellaneous sphinx_rtd_theme==0.4.3 pre-commit==1.14.3 python-dotenv[cli]==0.10.1
# Database psycopg2-binary==2.7.7 pip==19.0.1 bumpversion==0.5.3 wheel==0.33.1 watchdog==0.9.0 flake8==3.7.5 tox==3.7.0 cryptography==2.5 Sphinx==1.8.4 coverage==4.5.2 pytest==4.2.1 pytest-runner==4.4 pytest-cov==2.6.1 # miscellaneous sphinx_rtd_theme==0.4.3 pre-commit==1.14.3 python-dotenv[cli]==0.10.1
Update cryptography from 1.8.1 to 1.8.2
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.1 cryptography==1.8.1 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.4.1 Sphinx==1.6.1 cryptography==1.8.2 PyYAML==3.12
Update aiographite from 0.1.8 to 0.1.9
pyyaml==3.13 aioworkers==0.11.4 aiographite==0.1.8
pyyaml==3.13 aioworkers==0.11.4 aiographite==0.1.9
Update LogMeIn to 0.6.2 (62)
Categories:Internet License:GPLv3 Web Site:http://shubhamchaudhary.in Source Code:https://github.com/DevelopFreedom/logmein-android Issue Tracker:https://github.com/DevelopFreedom/logmein-android/issues Auto Name:LogMeIn Summary:Login to campus networks Description: Automatically login to university campus networks. ....
Categories:Internet License:GPLv3 Web Site:http://shubhamchaudhary.in Source Code:https://github.com/DevelopFreedom/logmein-android Issue Tracker:https://github.com/DevelopFreedom/logmein-android/issues Auto Name:LogMeIn Summary:Login to campus networks Description: Automatically login to university campus networks. ....
Update pytest from 4.6.2 to 4.6.3
-r requirements.txt flake8==3.7.7 pytest==4.6.2 pytest-cov==2.7.1 pytest-django==3.5.0
-r requirements.txt flake8==3.7.7 pytest==4.6.3 pytest-cov==2.7.1 pytest-django==3.5.0
Update diff-cover from 0.9.12 to 1.0.0
flake8==3.5.0 pytest==3.2.3 pytest-cov==2.5.1 pytest-catchlog==1.2.2 docker-py==1.10.6 coveralls==1.2.0 Sphinx==1.6.5 lz4==0.10.1 xxhash==1.0.1 python-snappy==0.5.1 sphinxcontrib-asyncio==0.2.0 sphinxcontrib-spelling==4.0.1 alabaster==0.7.10 diff-cover==0.9.12 setuptools>=34.4.0
flake8==3.5.0 pytest==3.2.3 pytest-cov==2.5.1 pytest-catchlog==1.2.2 docker-py==1.10.6 coveralls==1.2.0 Sphinx==1.6.5 lz4==0.10.1 xxhash==1.0.1 python-snappy==0.5.1 sphinxcontrib-asyncio==0.2.0 sphinxcontrib-spelling==4.0.1 alabaster==0.7.10 diff-cover==1.0.0 setuptools>=34.4.0
Fix a mistake in readme
UnlimitedFS allows you to run an unlimited amount of filterscripts and plugins. It loads ALL filterscripts and plugins from "filterscripts/" and "plugins/" directories respectively. Therefore you don't have to server.cfg each time you add something. However UnlimitedFS doesn't handle RCON commands like "loadfs...
UnlimitedFS allows you to run an unlimited amount of filterscripts and plugins. It loads ALL filterscripts and plugins from "filterscripts/" and "plugins/" directories respectively. Therefore you don't have to edit server.cfg each time you add something. However UnlimitedFS doesn't handle RCON commands like "l...
Update CV of Money Manager Ex to 2016.06.01 (844)
Disabled:Non-free dependencies, have never been able to build a version 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...
Disabled:Non-free dependencies, have never been able to build a version 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...
Update to Freeciv server r35211.
FCREV=35168 FCBRANCH=trunk ORIGCAPSTR="+Freeciv.Devel-3.1-2017.Mar.26" # There's no need to bump this constantly as current freeciv-web # makes no connections to outside world - all connections are # internal to it. The server and client are always compatible. WEBCAPSTR="+Freeciv.Web.Devel-3.0"
FCREV=35211 FCBRANCH=trunk ORIGCAPSTR="+Freeciv.Devel-3.1-2017.Mar.26" # There's no need to bump this constantly as current freeciv-web # makes no connections to outside world - all connections are # internal to it. The server and client are always compatible. WEBCAPSTR="+Freeciv.Web.Devel-3.0"
Update CV of Just Notes to 1.3 (3)
Categories:Writing License:Apache-2.0 Web Site:https://thealaskalinuxuser.wordpress.com/ Source Code:https://github.com/alaskalinuxuser/app_justnotes Issue Tracker:https://github.com/alaskalinuxuser/app_justnotes/issues Auto Name:Just Notes Summary:Take notes Description: This is a no frills, simple, easy to use note ...
Categories:Writing License:Apache-2.0 Web Site:https://thealaskalinuxuser.wordpress.com/ Source Code:https://github.com/alaskalinuxuser/app_justnotes Issue Tracker:https://github.com/alaskalinuxuser/app_justnotes/issues Auto Name:Just Notes Summary:Take notes Description: This is a no frills, simple, easy to use note ...
Update log with partial refund change
2016-12-14 ---------- * Add authentication though parameters for methods: - Ping request; - Payment method list; - Reporting Details; - Create token; - Get token; - Remove token;
2016-12-14 ---------- * Add authentication though parameters for methods: - Ping request; - Payment method list; - Reporting Details; - Create token; - Get token; - Remove token; * Add support for partial refund
Fix remaining Mac build errors
# -*- cmake -*- project(login) include(00-Common) include(LLAddBuildTest) include(LLCommon) include(LLMath) include(LLXML) include(Pth) include_directories( ${LLCOMMON_INCLUDE_DIRS} ${LLMATH_INCLUDE_DIRS} ${LLXML_INCLUDE_DIRS} ${PTH_INCLUDE_DIRS} ) set(login_SOURCE_FILES lllogin.cpp ) s...
# -*- cmake -*- project(login) include(00-Common) include(LLAddBuildTest) include(LLCommon) include(LLMath) include(LLXML) include(Pth) include_directories( ${LLCOMMON_INCLUDE_DIRS} ${LLMATH_INCLUDE_DIRS} ${LLXML_INCLUDE_DIRS} ${PTH_INCLUDE_DIRS} ) set(login_SOURCE_FILES lllogin.cpp ) s...
Update dependencies: docutils dev version.
SciPy Proceedings ================= Paper Format ------------ General Guidelines `````````````````` - All figures and tables should have captions. - License conditions on images and figures must be respected (Creative Commons, etc.). - Code snippets should be formatted to fit inside a single column without overfl...
SciPy Proceedings ================= Paper Format ------------ General Guidelines `````````````````` - All figures and tables should have captions. - License conditions on images and figures must be respected (Creative Commons, etc.). - Code snippets should be formatted to fit inside a single column without overfl...
Add cmake file to Game Systems
include(ANHPythonBinding) AddANHPythonBinding(GameSystems PREFIX_NAME swgpy DEPENDS swganh_lib swganh_core_lib ADDITIONAL_INCLUDE_DIRS ${Boost_INCLUDE_DIR} ${GLM_INCLUDE_DIR} ${MYSQL_INCLUDE_DIR} ${MYSQLCONNECTORCPP_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIR} ...
Use ExternalProject_Add instead of add_subdirectory
cmake_minimum_required(VERSION 2.6.0) set(POD_NAME atlas-collection) include(cmake/pods.cmake) # Only build if private modules atlas and flycapture have been checked out if(IS_DIRECTORY atlas) add_subdirectory(atlas_lcmtypes) add_subdirectory(atlas) add_subdirectory(state_sync_atlas) add_subdirectory(bdi_walk...
cmake_minimum_required(VERSION 2.8.5) set(POD_NAME atlas-collection) include(cmake/pods.cmake) include(ExternalProject) set(default_cmake_args -DCMAKE_PREFIX_PATH:PATH=${CMAKE_INSTALL_PREFIX} -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX} -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} ) # Macro to add exte...
Update docker from 2.5.0 to 2.5.1
docker==2.5.0 molecule==1.25.0 pytest==3.2.1 python-vagrant==0.5.15 testinfra==1.6.5 tox==2.7.0
docker==2.5.1 molecule==1.25.0 pytest==3.2.1 python-vagrant==0.5.15 testinfra==1.6.5 tox==2.7.0
Update youtube-dl from 2018.4.25 to 2018.5.1
python-telegram-bot==10.1.0 python-telegram-handler==2.0.2 boltons==18.0.0 plumbum==1.6.6 #transliterate==1.9 scdl==1.6.11 bandcamp-downloader==0.0.9.dev0 youtube-dl==2018.4.25 pydub==0.21.0 mutagen==1.40.0 patool==1.12 pyshorteners==0.6.1 Celery==4.1.0 #botanio==1.0.0 logentries==0.17 #loggly-python-handler==1.0.0
python-telegram-bot==10.1.0 python-telegram-handler==2.0.2 boltons==18.0.0 plumbum==1.6.6 #transliterate==1.9 scdl==1.6.11 bandcamp-downloader==0.0.9.dev0 youtube-dl==2018.5.1 pydub==0.21.0 mutagen==1.40.0 patool==1.12 pyshorteners==0.6.1 Celery==4.1.0 #botanio==1.0.0 logentries==0.17 #loggly-python-handler==1.0.0
Remove uWSGI as WSGI server
Django==3.2.13 Pillow==9.0.1 dj-database-url==0.5.0 django-colorful==1.3 django-braces==1.15.0 djangorestframework==3.11.2 djangorestframework-xml==2.0.0 django-pylibmc==0.6.1 django-ratelimit==1.0.1 pylibmc==1.6.0 pytz==2018.9 psycopg2-binary==2.9.3 uWSGI==2.0.20 django-compressor==4.0 gunicorn==20.1.0
Django==3.2.13 Pillow==9.0.1 dj-database-url==0.5.0 django-colorful==1.3 django-braces==1.15.0 djangorestframework==3.11.2 djangorestframework-xml==2.0.0 django-pylibmc==0.6.1 django-ratelimit==1.0.1 pylibmc==1.6.0 pytz==2018.9 psycopg2-binary==2.9.3 django-compressor==4.0 gunicorn==20.1.0
Update vulnerable PyYAML dependency to a fixed 4.2b1
coverage==4.5.1 nose==1.3.7 PyYAML==3.11 requests==2.20.0 schedule==0.3.2 slacker==0.9.24 discord.py==0.16.10
coverage==4.5.1 nose==1.3.7 PyYAML==4.2b1 requests==2.20.0 schedule==0.3.2 slacker==0.9.24 discord.py==0.16.10
Install IPython from the beta release tarball
tornado>=3.1.1 pycurl pylibmc futures newrelic markdown ipython[nbconvert]==1.2.0
tornado>=3.1.1 pycurl pylibmc futures newrelic markdown http://archive.ipython.org/testing/2.0.0/ipython-2.0.0-b1.tar.gz
Support running tests on opcodes decoding.
cmake_minimum_required(VERSION 3.5) project(z80) add_executable(tester tester.cpp)
cmake_minimum_required(VERSION 3.5) project(z80) enable_testing() add_executable(tester tester.cpp) add_test(opcodes_decoding tester)
Update pillow from 4.1.1 to 4.2.0
{% if cookiecutter.use_python3 == 'y' -%} # 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 {%- endif %} # Bleeding edge Django django==1.11.2 # Configuration django-environ==0...
{% if cookiecutter.use_python3 == 'y' -%} # 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 {%- endif %} # Bleeding edge Django django==1.11.2 # Configuration django-environ==0...
Change name of requirement resync for read the docs build
--index-url https://pypi.python.org/simple/ ### requirements.txt ############################################## ### ### To install, run: ### $ pip install -r requirements.txt ### ################################################################### # Cannot name next requirement resync-ehri or something. Chaining...
--index-url https://pypi.python.org/simple/ ### requirements.txt ############################################## ### ### To install, run: ### $ pip install -r requirements.txt ### ################################################################### # Cannot name next requirement resync-ehri or something. Chaining...
Add WeightedAstar.cpp to CMake file
add_executable(shell-app main.cpp) include_directories( ${CMAKE_SOURCE_DIR}/include )
add_executable(shell-app main.cpp Astar.cpp Map.cpp WeightedAstar.cpp) include_directories( ${CMAKE_SOURCE_DIR}/include )
Update coverage from 4.4.1 to 4.5
coverage==4.4.1 requests-mock==1.3.0 faker==0.8.10 coveralls==1.2.0
coverage==4.5 requests-mock==1.3.0 faker==0.8.10 coveralls==1.2.0
Update lxml from 4.2.6 to 4.3.0
dj-database-url==0.5.0 django-apiblueprint-view==2.0.0 django-basicauth==0.5.1 django-extensions==2.1.4 django-localflavor==2.1 django-markdown-deux==1.0.5 django==1.11.17 # pyup: >=1.11,<2.0 djangorestframework==3.9.0 djangorestframework-gis==0.14 django-cors-headers==2.4.0 fastkml==0.11 lxml==4.2.6 psycopg2-binary==...
dj-database-url==0.5.0 django-apiblueprint-view==2.0.0 django-basicauth==0.5.1 django-extensions==2.1.4 django-localflavor==2.1 django-markdown-deux==1.0.5 django==1.11.17 # pyup: >=1.11,<2.0 djangorestframework==3.9.0 djangorestframework-gis==0.14 django-cors-headers==2.4.0 fastkml==0.11 lxml==4.3.0 psycopg2-binary==...
Upgrade python-memcached to a supported version.
# Django 1.4.5 is also in vendor, but needs to be kept here so packages that # depend on Django do not install a newer version Django==1.4.5 # Templates -e git://github.com/jbalogh/jingo.git#egg=jingo -e git://github.com/jsocol/jingo-minify.git#egg=jingo-minify GitPython==0.1.7 # Various tidbits -e git://github.com/j...
# Django 1.4.5 is also in vendor, but needs to be kept here so packages that # depend on Django do not install a newer version Django==1.4.5 # Templates -e git://github.com/jbalogh/jingo.git#egg=jingo -e git://github.com/jsocol/jingo-minify.git#egg=jingo-minify GitPython==0.1.7 # Various tidbits -e git://github.com/j...
Update flask-wtf from 0.13.1 to 0.14
# DRIBDAT requirements requests>=2.9.1 Flask-Markdown>=0.3 pyquery>=1.2.11 # pydiscourse>=0.7.0 # Everything needed in production setuptools==30.0.0 wheel==0.29.0 # Flask Flask==0.11.1 MarkupSafe==0.23 Werkzeug==0.11.11 Jinja2==2.8 itsdangerous==0.24 click>=5.0 # Database Flask-SQLAlchemy==2.1 psycopg2==2.6.2 SQLA...
# DRIBDAT requirements requests>=2.9.1 Flask-Markdown>=0.3 pyquery>=1.2.11 # pydiscourse>=0.7.0 # Everything needed in production setuptools==30.0.0 wheel==0.29.0 # Flask Flask==0.11.1 MarkupSafe==0.23 Werkzeug==0.11.11 Jinja2==2.8 itsdangerous==0.24 click>=5.0 # Database Flask-SQLAlchemy==2.1 psycopg2==2.6.2 SQLA...
Add English pronouns and auxiliary verbs to stopwords list
a about all also an and are as at be been but by for from had has have how if in into is it its more no not of on one or other out per said she so such than that the them there then there these this to was were what when which who will with would
a am about all also an and are as at be been being but by can could did do does for from had has have having he how I if in into is it its more my no not of on one or other out per said she should so such than that the their them then there these this to was we were what when which who will with would you