Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update pytest from 4.0.1 to 4.0.2 | setuptools>=17.1
pytest-cov==2.6.0
pytest==4.0.1
flake8==3.6.0
| setuptools>=17.1
pytest-cov==2.6.0
pytest==4.0.2
flake8==3.6.0
|
Update pytest from 4.4.1 to 5.3.5 | -r requirements.txt
-e .
pytest==4.4.1
mock==2.0.0
| -r requirements.txt
-e .
pytest==5.3.5
mock==2.0.0
|
Update django-debug-toolbar from 1.6 to 1.8 | # Local development dependencies go here
-r base.txt
coverage==4.2
django-coverage-plugin==1.3.1
Sphinx==1.4.8
django-extensions==1.7.4
Werkzeug==0.11.11
django-test-plus==1.0.16
factory_boy==2.7.0
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.6
# improved REPL
ipdb==0.10.1
# pytest!
pytest-django==3.0.0
pytest-sugar==0.7.1
gevent==1.1.2
# Enables better email testing
maildump==0.5.4
# Own stuff
pytest-cov==2.4.0
codecov==2.0.5
| # Local development dependencies go here
-r base.txt
coverage==4.2
django-coverage-plugin==1.3.1
Sphinx==1.4.8
django-extensions==1.7.4
Werkzeug==0.11.11
django-test-plus==1.0.16
factory_boy==2.7.0
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.8
# improved REPL
ipdb==0.10.1
# pytest!
pytest-django==3.0.0
pytest-sugar==0.7.1
gevent==1.1.2
# Enables better email testing
maildump==0.5.4
# Own stuff
pytest-cov==2.4.0
codecov==2.0.5
|
Update pillow from 5.4.1 to 6.0.0 | -r pip.txt
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
psycopg2==2.7.7 --no-binary psycopg2
gunicorn==19.9.0
django-redis-cache==2.0.0
#For resizing images
pillow==5.4.1
| -r pip.txt
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
psycopg2==2.7.7 --no-binary psycopg2
gunicorn==19.9.0
django-redis-cache==2.0.0
#For resizing images
pillow==6.0.0
|
Use static Google Test libs. |
# Google test
if(BUILD_TESTS AND NOT TARGET gmock)
if(WIN32)
set(gtest_force_shared_crt ON)
endif()
set(BUILD_GTEST ON)
add_subdirectory(googletest)
endif()
# docopt.cpp
if(BUILD_APPS AND HAVE_DOCOPT)
add_subdirectory(docopt.cpp)
endif()
|
# Google test
if(BUILD_TESTS AND NOT TARGET gmock)
if(WIN32)
set(gtest_force_shared_crt OFF)
endif()
set(BUILD_GTEST ON)
add_subdirectory(googletest)
endif()
# docopt.cpp
if(BUILD_APPS AND HAVE_DOCOPT)
add_subdirectory(docopt.cpp)
endif()
|
Fix CMake for adding GTest/ | set(KWSYS_NAMESPACE adios2sys)
set(KWSYS_USE_DynamicLoader ON)
set(KWSYS_BUILD_SHARED OFF)
if(NOT ADIOS_BUILD_SHARED_LIBS)
set(KWSYS_INSTALL_EXPORT_NAME adios2)
set(KWSYS_INSTALL_LIB_DIR ${CMAKE_INSTALL_LIBDIR})
endif()
add_subdirectory(adios2sys)
# Add the include usage requirements for KWSys
target_include_directories(adios2sys
INTERFACE ${CMAKE_CURRENT_BINARY_DIR}/adios2sys
)
| set(BUILD_GTEST ON)
set(BUILD_GMOCK OFF)
add_subdirectory(googletest)
|
Update whitenoise from 5.1.0 to 5.2.0 | -e git+https://github.com/dubirajara/django-tagulous.git@master#egg=django_tagulous-django3.0
-e git+https://github.com/perceptiveminds/django-registration#egg=django-registration-django3.0
-e git+https://github.com/dubirajara/django-recaptcha.git@develop#egg=django-recaptcha-django3.0
dj-config-url==0.1.1
dj-database-url==0.5.0
django-crispy-forms==1.9.0
Django==3.0.8
djangorestframework==3.11.0
gunicorn==20.0.4
psycopg2-binary==2.8.5
python-decouple==3.3
social-auth-app-django==4.0.0
whitenoise==5.1.0
| -e git+https://github.com/dubirajara/django-tagulous.git@master#egg=django_tagulous-django3.0
-e git+https://github.com/perceptiveminds/django-registration#egg=django-registration-django3.0
-e git+https://github.com/dubirajara/django-recaptcha.git@develop#egg=django-recaptcha-django3.0
dj-config-url==0.1.1
dj-database-url==0.5.0
django-crispy-forms==1.9.0
Django==3.0.8
djangorestframework==3.11.0
gunicorn==20.0.4
psycopg2-binary==2.8.5
python-decouple==3.3
social-auth-app-django==4.0.0
whitenoise==5.2.0
|
Revert to matplotlib 1.3 since 1.4 installs are currently broken | matplotlib>=1.0
numpy>=1.
scipy>=0.12
PySide>=1.2
six>=1.3
scikit-image>=0.10
scikit-learn>=0.12
| matplotlib==1.3
numpy>=1.
scipy>=0.12
PySide>=1.2
six>=1.3
scikit-image>=0.10
scikit-learn>=0.12
|
Update certifi from 2022.6.15 to 2022.9.24 | gunicorn==20.1.0
backports-abc==0.5
bkcharts==0.2
bokeh==3.0.0
certifi==2022.6.15
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
urllib3>=1.24.2
cachelib==0.9.0
pandas==1.4.4
scipy==1.9.1
astropy==5.1
matplotlib==3.5.3
git+https://github.com/mpld3/mpld3@master
tables==3.7.0
apscheduler==3.9.1
PyAstronomy==0.18.0
airbrake==2.1.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.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
urllib3>=1.24.2
cachelib==0.9.0
pandas==1.4.4
scipy==1.9.1
astropy==5.1
matplotlib==3.5.3
git+https://github.com/mpld3/mpld3@master
tables==3.7.0
apscheduler==3.9.1
PyAstronomy==0.18.0
airbrake==2.1.2
|
Use awscli version with get-caller-identity | awscli>=1.10.16
yamllint>=1.0.0
PyGithub>=1.26.0
| awscli>=1.10.38
yamllint>=1.0.0
PyGithub>=1.26.0
|
Add codecov for Travis' sake | # Invoke implicitly required by self/pip install -e .
# Invocations for common project tasks
invocations>=0.16,<2.0
# Spec for test organization/etc
spec==1.3.1
nose==1.3.0
six==1.6.1
# Mock for test mocking
mock==1.0.1
# Linting!
flake8==2.4.0
# Coverage!
coverage==3.7.1
# Documentation tools
sphinx>=1.4,<1.5
alabaster>=0.7,<2.0
releases>=0.7,<2.0
# Release tools
semantic_version>=2.4,<2.5
wheel==0.24
twine==1.5
| # Invoke implicitly required by self/pip install -e .
# Invocations for common project tasks
invocations>=0.16,<2.0
# Spec for test organization/etc
spec==1.3.1
nose==1.3.0
six==1.6.1
# Mock for test mocking
mock==1.0.1
# Linting!
flake8==2.4.0
# Coverage!
coverage==3.7.1
codecov==1.6.3
# Documentation tools
sphinx>=1.4,<1.5
alabaster>=0.7,<2.0
releases>=0.7,<2.0
# Release tools
semantic_version>=2.4,<2.5
wheel==0.24
twine==1.5
|
Update dependency packaging to v21.2 | cachetools==4.2.4
certifi==2021.10.8
chardet==4.0.0
coverage==6.0.2
google-api-core==2.2.1
google-api-python-client==2.28.0
google-auth==2.3.2
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.4.6
googleapis-common-protos==1.53.0
httplib2==0.20.1
idna==3.3
oauth2client==4.1.3
oauthlib==3.1.1
packaging==21.0
protobuf==3.19.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing==2.4.7
python-slugify==5.0.2
pytube==11.0.1
pytz==2021.3
requests==2.26.0
requests-oauthlib==1.3.0
rsa==4.7.2
sitemap-python==0.2.0
six==1.16.0
text-unidecode==1.3
typing-extensions==3.10.0.2
uritemplate==4.1.1
urllib3==1.26.7
| cachetools==4.2.4
certifi==2021.10.8
chardet==4.0.0
coverage==6.0.2
google-api-core==2.2.1
google-api-python-client==2.28.0
google-auth==2.3.2
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.4.6
googleapis-common-protos==1.53.0
httplib2==0.20.1
idna==3.3
oauth2client==4.1.3
oauthlib==3.1.1
packaging==21.2
protobuf==3.19.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing==2.4.7
python-slugify==5.0.2
pytube==11.0.1
pytz==2021.3
requests==2.26.0
requests-oauthlib==1.3.0
rsa==4.7.2
sitemap-python==0.2.0
six==1.16.0
text-unidecode==1.3
typing-extensions==3.10.0.2
uritemplate==4.1.1
urllib3==1.26.7
|
Update Mongo Explorer to 2.0.0 (10) | Disabled:No license
Categories:Office
License:Unknown
Web Site:
Source Code:https://github.com/grennis/MongoExplorer
Issue Tracker:https://github.com/grennis/mongoexplorer/issues
Auto Name:Mongo Explorer
Summary:Browse MongoDB databases
Description:
Mongo database client UI for Android! Featuring:
* Connect to MongoDB databases (MongoHQ, MongoLab, custom...)
* List, add, and remove collections
* Add, edit and delete documents
* Browse documents
* Write custom queries
.
Repo Type:git
Repo:https://github.com/grennis/MongoExplorer.git
Build:1.2.0,9
disable=no license
commit=61a1ffb
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.0.0
Current Version Code:10
| Categories:Office
License:Unknown
Web Site:
Source Code:https://github.com/grennis/MongoExplorer
Issue Tracker:https://github.com/grennis/mongoexplorer/issues
Auto Name:Mongo Explorer
Summary:Browse MongoDB databases
Description:
Mongo database client UI for Android! Featuring:
* Connect to MongoDB databases (MongoHQ, MongoLab, custom...)
* List, add, and remove collections
* Add, edit and delete documents
* Browse documents
* Write custom queries
.
Repo Type:git
Repo:https://github.com/grennis/MongoExplorer.git
Build:1.2.0,9
disable=https://github.com/grennis/MongoExplorer/issues/1
commit=61a1ffb
subdir=app
gradle=yes
Build:2.0.0,10
disable=https://github.com/grennis/MongoExplorer/issues/1
commit=e584e81409377269ec0d967336e76ed6ba8ae8dc
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.0.0
Current Version Code:10
|
Update mypy from 0.710 to 0.711 | autoflake==1.3
check-manifest==0.39
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==2.0.1 # Require single quotes
flake8==3.7.7 # Lint
isort==4.3.20 # Lint imports
mypy==0.710 # Type checking
pip_check_reqs==2.0.3
pydocstyle==3.0.0 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
pygithub==1.43.7
Pygments==2.4.2
pylint==2.3.1 # Lint
pyroma==2.5 # Packaging best practices checker
pytest-cov==2.7.1 # Measure code coverage
pytest==4.6.3 # Test runners
PyYAML==5.1.1
Sphinx==2.1.2
sphinx-autodoc-typehints==1.6.0
sphinxcontrib-spelling==4.3.0
twine==1.13.0
versioneer==0.18
vulture==1.0
VWS-Python-Mock==2018.12.1.0
yapf==0.27.0 # Automatic formatting for Python
| autoflake==1.3
check-manifest==0.39
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==2.0.1 # Require single quotes
flake8==3.7.7 # Lint
isort==4.3.20 # Lint imports
mypy==0.711 # Type checking
pip_check_reqs==2.0.3
pydocstyle==3.0.0 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
pygithub==1.43.7
Pygments==2.4.2
pylint==2.3.1 # Lint
pyroma==2.5 # Packaging best practices checker
pytest-cov==2.7.1 # Measure code coverage
pytest==4.6.3 # Test runners
PyYAML==5.1.1
Sphinx==2.1.2
sphinx-autodoc-typehints==1.6.0
sphinxcontrib-spelling==4.3.0
twine==1.13.0
versioneer==0.18
vulture==1.0
VWS-Python-Mock==2018.12.1.0
yapf==0.27.0 # Automatic formatting for Python
|
Update OpenLP to 2.0 (6) | Categories:Multimedia,Reading
License:GPLv2
Web Site:https://openlp.org/
Source Code:https://code.launchpad.net/~openlp-core/openlp/android2
Issue Tracker:https://bugs.launchpad.net/openlp
Donate:https://openlp.org/donate
Auto Name:OpenLP
Summary:Worship Presentation Software for your Church
Description:
OpenLP is an open-source presentation platform created for use in churches large
and small. Say good-bye to the hassle of subscription costs and device
platforms; this software offers a wide variety of features that will greatly
benefit your worship service.
Control your presentations from anywhere using OpenLP's first-of-its-kind remote
system. With a built-in web app, you can access your service from any
network-enabled device that has a browser and a touch screen. Change slides, or
even change what is currently presenting from your phone. Search for songs,
Bible verses, images and more without needing to touch the computer.
This android app has all the same features as the web app, packed into a native
application.
.
Repo Type:bzr
Repo:lp:openlp/android2
Build:2.0,5
commit=33
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.0
Current Version Code:6
| Categories:Multimedia,Reading
License:GPLv2
Web Site:https://openlp.org/
Source Code:https://code.launchpad.net/~openlp-core/openlp/android2
Issue Tracker:https://bugs.launchpad.net/openlp
Donate:https://openlp.org/donate
Auto Name:OpenLP
Summary:Worship Presentation Software for your Church
Description:
OpenLP is an open-source presentation platform created for use in churches large
and small. Say good-bye to the hassle of subscription costs and device
platforms; this software offers a wide variety of features that will greatly
benefit your worship service.
Control your presentations from anywhere using OpenLP's first-of-its-kind remote
system. With a built-in web app, you can access your service from any
network-enabled device that has a browser and a touch screen. Change slides, or
even change what is currently presenting from your phone. Search for songs,
Bible verses, images and more without needing to touch the computer.
This android app has all the same features as the web app, packed into a native
application.
.
Repo Type:bzr
Repo:lp:openlp/android2
Build:2.0,5
commit=33
subdir=app
gradle=yes
Build:2.0,6
commit=39
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.0
Current Version Code:6
|
Update invoke from 1.4.1 to 1.5.0 | # install all base requirements
-r requirements.txt
python_http_client==3.3.1
invoke==1.4.1
twine==3.2.0
# Tests
pytest==6.1.2
pytest-cov==2.10.1
codecov==2.1.10
python-coveralls==2.9.3
coveralls==2.2.0
mock==4.0.2
# Version update
PyGithub==1.54
bumpversion==0.6.0
| # install all base requirements
-r requirements.txt
python_http_client==3.3.1
invoke==1.5.0
twine==3.2.0
# Tests
pytest==6.1.2
pytest-cov==2.10.1
codecov==2.1.10
python-coveralls==2.9.3
coveralls==2.2.0
mock==4.0.2
# Version update
PyGithub==1.54
bumpversion==0.6.0
|
Update pytest from 3.0.5 to 3.0.6 | ipdb==0.10.1
coverage==4.3.4
pytest==3.0.5
pytest-cov==2.4.0
pep8==1.7.0
pyflakes==1.5.0
aiohttp==1.2.0
pytest-aiohttp==0.1.3
pytest-sugar==0.8.0
-e .
| ipdb==0.10.1
coverage==4.3.4
pytest==3.0.6
pytest-cov==2.4.0
pep8==1.7.0
pyflakes==1.5.0
aiohttp==1.2.0
pytest-aiohttp==0.1.3
pytest-sugar==0.8.0
-e .
|
Add flake8 to dev dependencies. | -r requirements.txt
mock
nose
sure==1.2.24
coverage
freezegun
flask
boto3>=1.4.4
botocore>=1.4.28
six
| -r requirements.txt
mock
nose
sure==1.2.24
coverage
flake8
freezegun
flask
boto3>=1.4.4
botocore>=1.4.28
six
|
Fix for Canny Edge example | add_example( CannyEdgeDetectionImageFilter )
compare_to_baseline( CannyEdgeDetectionImageFilter Output)
add_example( SobelEdgeDetectionImageFilter )
compare_to_baseline( SobelEdgeDetectionImageFilter Output)
add_example( LaplacianRecursiveGaussianImageFilter )
compare_to_baseline( LaplacianRecursiveGaussianImageFilter Output)
add_example( SegmentBloodVessels )
compare_to_baseline( SegmentBloodVessels Output LABELS RUNS_LONG )
| add_example( DetectEdgesWithCannyFilter )
compare_to_baseline( DetectEdgesWithCannyFilter Output)
add_example( SobelEdgeDetectionImageFilter )
compare_to_baseline( SobelEdgeDetectionImageFilter Output)
add_example( LaplacianRecursiveGaussianImageFilter )
compare_to_baseline( LaplacianRecursiveGaussianImageFilter Output)
add_example( SegmentBloodVessels )
compare_to_baseline( SegmentBloodVessels Output LABELS RUNS_LONG )
|
Use qt4 or qt5 in qtsparkle | cmake_minimum_required(VERSION 2.6)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
set(SOURCES
appcast.cpp
common.cpp
compareversions.cpp
followredirects.cpp
uicontroller.cpp
updatechecker.cpp
updatedialog.cpp
updater.cpp
)
set(MOC_SOURCES
followredirects.h
uicontroller.h
updatechecker.h
updatedialog.h
updater.h
)
set(UI_SOURCES
updatedialog.ui
)
qt4_wrap_cpp(MOC ${MOC_SOURCES})
qt4_wrap_ui(UIC ${UI_SOURCES})
add_library(qtsparkle
${SOURCES}
${MOC}
${UIC}
)
target_link_libraries(qtsparkle
${QT_LIBRARIES}
) | cmake_minimum_required(VERSION 2.6)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
set(SOURCES
appcast.cpp
common.cpp
compareversions.cpp
followredirects.cpp
uicontroller.cpp
updatechecker.cpp
updatedialog.cpp
updater.cpp
)
set(MOC_SOURCES
followredirects.h
uicontroller.h
updatechecker.h
updatedialog.h
updater.h
)
set(UI_SOURCES
updatedialog.ui
)
qt_wrap_cpp(MOC ${MOC_SOURCES})
qt_wrap_ui(UIC ${UI_SOURCES})
add_library(qtsparkle
${QT_INCLUDES}
${SOURCES}
${MOC}
${UIC}
)
if (QT5_BUILD)
qt5_use_modules(qtsparkle Core Widgets Network Svg)
endif()
target_link_libraries(qtsparkle
${QT_LIBRARIES}
)
|
Update 'mypy' from '0.511' to '0.521'. | # adbwp/requirements/dev.txt
#
# Requirements for using developing package.
-r base.txt
bumpversion==0.5.3
isort==4.2.15
mypy==0.511
pydocstyle==2.0.0
pylint==1.6.3
safety==1.5.1
| # adbwp/requirements/dev.txt
#
# Requirements for using developing package.
-r base.txt
bumpversion==0.5.3
isort==4.2.15
mypy==0.521
pydocstyle==2.0.0
pylint==1.6.3
safety==1.5.1
|
Update pytest from 3.8.2 to 4.0.0 | pip==10.0.1
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.9.0
flake8==3.6.0
tox==3.1.2
coverage==4.5.1
Sphinx==1.8.2
cryptography==2.3.1
PyYAML==3.12
pytest==3.8.2
pytest-runner==4.2
vcrpy==1.13.0
twine==1.12.1
| pip==10.0.1
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.9.0
flake8==3.6.0
tox==3.1.2
coverage==4.5.1
Sphinx==1.8.2
cryptography==2.3.1
PyYAML==3.12
pytest==4.0.0
pytest-runner==4.2
vcrpy==1.13.0
twine==1.12.1
|
Update tox from 3.9.0 to 3.10.0 | -r requirements.txt
-e .
black==19.3b0; python_version > '3'
bump2version==0.5.10
coverage==4.5.3
coveralls==1.7.0
flake8==3.7.7
mock==3.0.5
pre-commit==1.16.1
pytest==4.5.0
pytest-cov==2.7.1
responses==0.10.6
Sphinx==1.8.5 # pyup: <2
testfixtures==6.8.2
tox==3.9.0
twine==1.13.0
watchdog==0.9.0
wheel==0.33.1
| -r requirements.txt
-e .
black==19.3b0; python_version > '3'
bump2version==0.5.10
coverage==4.5.3
coveralls==1.7.0
flake8==3.7.7
mock==3.0.5
pre-commit==1.16.1
pytest==4.5.0
pytest-cov==2.7.1
responses==0.10.6
Sphinx==1.8.5 # pyup: <2
testfixtures==6.8.2
tox==3.10.0
twine==1.13.0
watchdog==0.9.0
wheel==0.33.1
|
Update coverage from 4.5.2 to 4.5.3 | aiohttp-jinja2==1.1.0
aiohttp-security==0.4.0
aiohttp-session==2.7.0
aiohttp==3.5.4
aiomysql==0.0.20
aiopg==0.16.0
coverage==4.5.2
docker==3.7.0
flake8==3.7.7
ipdb==0.11
motor==2.0.0
pytest-cov==2.6.1
pytest-sugar==0.9.2
pytest==4.3.1
python-dateutil==2.8.0
sqlalchemy==1.2.18
trafaret==1.2.0
pymysql==0.9.3
-r requirements-doc.txt
| aiohttp-jinja2==1.1.0
aiohttp-security==0.4.0
aiohttp-session==2.7.0
aiohttp==3.5.4
aiomysql==0.0.20
aiopg==0.16.0
coverage==4.5.3
docker==3.7.0
flake8==3.7.7
ipdb==0.11
motor==2.0.0
pytest-cov==2.6.1
pytest-sugar==0.9.2
pytest==4.3.1
python-dateutil==2.8.0
sqlalchemy==1.2.18
trafaret==1.2.0
pymysql==0.9.3
-r requirements-doc.txt
|
Update tox from 2.7.0 to 2.8.0 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.7.0
Sphinx==1.6.3
coverage==4.4.1
cryptography==2.0.3
PyYAML==3.12
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.0
Sphinx==1.6.3
coverage==4.4.1
cryptography==2.0.3
PyYAML==3.12
|
Update sphinx from 1.7.8 to 1.7.9 | pip==18.0
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.9.0
flake8==3.5.0
tox==3.2.1
coverage==4.5.1
Sphinx==1.7.8
cryptography==2.3.1
PyYAML==4.2b4
pytest==3.7.4
pyaudio==0.2.11
| pip==18.0
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.9.0
flake8==3.5.0
tox==3.2.1
coverage==4.5.1
Sphinx==1.7.9
cryptography==2.3.1
PyYAML==4.2b4
pytest==3.7.4
pyaudio==0.2.11
|
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
Sphinx==1.6.1
tox==2.7.0
coverage==4.4.1
cryptography==1.8.1
PyYAML==3.12
pytest==3.1.0
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
Sphinx==1.6.1
tox==2.7.0
coverage==4.4.1
cryptography==1.8.2
PyYAML==3.12
pytest==3.1.0
|
Update cryptography from 1.8.2 to 1.9 | 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.2
cryptography==1.8.2
PyYAML==3.12
pytest==3.1.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.2
cryptography==1.9
PyYAML==3.12
pytest==3.1.0
|
Update tox from 3.5.2 to 3.5.3 | pip==18.1
bumpversion==0.5.3
wheel==0.32.2
watchdog==0.9.0
flake8==3.6.0
tox==3.5.2
coverage==4.5.1
Sphinx==1.8.1
cryptography==2.3.1
PyYAML==4.2b4
pytest==3.9.2
pyaudio==0.2.11
| pip==18.1
bumpversion==0.5.3
wheel==0.32.2
watchdog==0.9.0
flake8==3.6.0
tox==3.5.3
coverage==4.5.1
Sphinx==1.8.1
cryptography==2.3.1
PyYAML==4.2b4
pytest==3.9.2
pyaudio==0.2.11
|
Update CV of Money Manager Ex to 2016.05.03 (839) | 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
Summary:Money management and expenses tracking
Description:
A simple and easy-to-use application to manage personal finances, bank accounts,
family budget, and so on. It's main goal is to add a mobile implementation for
an application we love to use on our Desktop machines.
Features:
* Management of single transactions
* Account, payee, category, currency management
* Storage card Import/Export
* Dropbox synchronization
* Security, application lock/unlock
* Repeating transactions
* Charts
* Supported languages: English, Italian, Portoguese, Spanish and Russian
.
Repo Type:git
Repo:https://github.com/moneymanagerex/android-money-manager-ex
Build:2.15.2,687
disable=third party maven repo, jar
commit=2.15.2
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2016.04.16
Current Version Code:827
| 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
Summary:Money management and expenses tracking
Description:
A simple and easy-to-use application to manage personal finances, bank accounts,
family budget, and so on. It's main goal is to add a mobile implementation for
an application we love to use on our Desktop machines.
Features:
* Management of single transactions
* Account, payee, category, currency management
* Storage card Import/Export
* Dropbox synchronization
* Security, application lock/unlock
* Repeating transactions
* Charts
* Supported languages: English, Italian, Portoguese, Spanish and Russian
.
Repo Type:git
Repo:https://github.com/moneymanagerex/android-money-manager-ex
Build:2.15.2,687
disable=third party maven repo, jar
commit=2.15.2
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2016.05.03
Current Version Code:839
|
Mark parameter as optional in parameter list |
{{alias}}( str[, reviver] )
Attempts to parse a string as JSON.
Function behavior differs from `JSON.parse()` as follows:
- throws a `TypeError` if provided any value which is not a string.
- throws a `TypeError` if provided a `reviver` argument which is not a
function.
- returns, rather than throws, a `SyntaxError` if unable to parse a string
as JSON.
Parameters
----------
str: string
String to parse.
reviver: Function
Transformation function.
Returns
-------
out: any|Error
Parsed value or an error.
Examples
--------
> var obj = {{alias}}( '{"beep":"boop"}' )
{ 'beep': 'boop' }
// Provide a reviver:
> function reviver( key, value ) {
... if ( key === '' ) { return value; }
... if ( key === 'beep' ) { return value; }
... };
> var str = '{"beep":"boop","a":"b"}';
> var out = {{alias}}( str, reviver )
{ 'beep': 'boop' }
See Also
--------
|
{{alias}}( str[, reviver] )
Attempts to parse a string as JSON.
Function behavior differs from `JSON.parse()` as follows:
- throws a `TypeError` if provided any value which is not a string.
- throws a `TypeError` if provided a `reviver` argument which is not a
function.
- returns, rather than throws, a `SyntaxError` if unable to parse a string
as JSON.
Parameters
----------
str: string
String to parse.
reviver: Function (optional)
Transformation function.
Returns
-------
out: any|Error
Parsed value or an error.
Examples
--------
> var obj = {{alias}}( '{"beep":"boop"}' )
{ 'beep': 'boop' }
// Provide a reviver:
> function reviver( key, value ) {
... if ( key === '' ) { return value; }
... if ( key === 'beep' ) { return value; }
... };
> var str = '{"beep":"boop","a":"b"}';
> var out = {{alias}}( str, reviver )
{ 'beep': 'boop' }
See Also
--------
|
Add a test dependency on cxx-headers | set(PROFILE_LIT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(PROFILE_LIT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
set(PROFILE_TESTSUITES)
set(PROFILE_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
if(NOT COMPILER_RT_STANDALONE_BUILD)
list(APPEND PROFILE_TEST_DEPS profile llvm-profdata llvm-cov)
endif()
set(PROFILE_TEST_ARCH ${PROFILE_SUPPORTED_ARCH})
if(APPLE)
darwin_filter_host_archs(PROFILE_SUPPORTED_ARCH PROFILE_TEST_ARCH)
endif()
foreach(arch ${PROFILE_TEST_ARCH})
set(PROFILE_TEST_TARGET_ARCH ${arch})
get_test_cc_for_arch(${arch} PROFILE_TEST_TARGET_CC PROFILE_TEST_TARGET_CFLAGS)
set(CONFIG_NAME Profile-${arch})
configure_lit_site_cfg(
${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in
${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME}/lit.site.cfg.py
)
list(APPEND PROFILE_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME})
endforeach()
add_lit_testsuite(check-profile "Running the profile tests"
${PROFILE_TESTSUITES}
DEPENDS ${PROFILE_TEST_DEPS})
set_target_properties(check-profile PROPERTIES FOLDER "Compiler-RT Misc")
| set(PROFILE_LIT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(PROFILE_LIT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
set(PROFILE_TESTSUITES)
set(PROFILE_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
if(NOT COMPILER_RT_STANDALONE_BUILD)
list(APPEND PROFILE_TEST_DEPS cxx-headers profile llvm-profdata llvm-cov)
endif()
set(PROFILE_TEST_ARCH ${PROFILE_SUPPORTED_ARCH})
if(APPLE)
darwin_filter_host_archs(PROFILE_SUPPORTED_ARCH PROFILE_TEST_ARCH)
endif()
foreach(arch ${PROFILE_TEST_ARCH})
set(PROFILE_TEST_TARGET_ARCH ${arch})
get_test_cc_for_arch(${arch} PROFILE_TEST_TARGET_CC PROFILE_TEST_TARGET_CFLAGS)
set(CONFIG_NAME Profile-${arch})
configure_lit_site_cfg(
${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in
${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME}/lit.site.cfg.py
)
list(APPEND PROFILE_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME})
endforeach()
add_lit_testsuite(check-profile "Running the profile tests"
${PROFILE_TESTSUITES}
DEPENDS ${PROFILE_TEST_DEPS})
set_target_properties(check-profile PROPERTIES FOLDER "Compiler-RT Misc")
|
Fix Step5 tutorial compile error | cmake_minimum_required(VERSION 2.8.5 FATAL_ERROR)
if(POLICY CMP0025)
cmake_policy(SET CMP0025 NEW) # CMake 3.0
endif()
if(POLICY CMP0053)
cmake_policy(SET CMP0053 NEW) # CMake 3.1
endif()
PROJECT (Step5)
find_package(VTK REQUIRED)
vtk_module_config(VTK(
vtkCommonCore
vtkFiltersSources
vtkInteractionStyle
vtkRendering${VTK_RENDERING_BACKEND}
)
include(${VTK_USE_FILE})
add_executable(Cone5 MACOSX_BUNDLE Cone5.cxx)
target_link_libraries(Cone5 ${VTK_LIBRARIES})
| cmake_minimum_required(VERSION 2.8.5 FATAL_ERROR)
if(POLICY CMP0025)
cmake_policy(SET CMP0025 NEW) # CMake 3.0
endif()
if(POLICY CMP0053)
cmake_policy(SET CMP0053 NEW) # CMake 3.1
endif()
PROJECT (Step5)
find_package(VTK REQUIRED)
vtk_module_config(VTK
vtkCommonCore
vtkFiltersSources
vtkInteractionStyle
vtkRendering${VTK_RENDERING_BACKEND}
)
include(${VTK_USE_FILE})
add_executable(Cone5 MACOSX_BUNDLE Cone5.cxx)
target_link_libraries(Cone5 ${VTK_LIBRARIES})
|
Add utility tests library; refactored test library names | INCLUDE_DIRECTORIES(${${PROJECT_NAME}_INCLUDE_DIR})
LIST(APPEND DIRS powerset )
FOREACH( D ${DIRS} )
ADD_SUBDIRECTORY( ${D} )
ENDFOREACH( D )
ADD_EXECUTABLE(test_main test_main.cpp)
TARGET_LINK_LIBRARIES( test_main ${COMMON_LIBRARIES} powerset ${PROJECT_NAME}_utility)
| INCLUDE_DIRECTORIES(${${PROJECT_NAME}_INCLUDE_DIR})
LIST(APPEND DIRS powerset )
LIST(APPEND DIRS utility )
FOREACH( D ${DIRS} )
ADD_SUBDIRECTORY( ${D} )
ENDFOREACH( D )
ADD_EXECUTABLE(test_main test_main.cpp)
TARGET_LINK_LIBRARIES( test_main ${COMMON_LIBRARIES} ${PROJECT_NAME}_powerset_test ${PROJECT_NAME}_utility ${PROJECT_NAME}_utility_test)
|
Update SQLAlchemy to latest version | alembic==0.9.2
boto==2.47.0
certifi==2017.4.17
chardet==3.0.4
configparser==3.5.0
cornice==2.4.0
hawkauthlib==0.1.1
hupper==1.0
idna==2.5
konfig==1.1
Mako==1.0.6
MarkupSafe==1.0
mozsvc==0.10
Paste==2.0.3
PasteDeploy==1.5.2
PyBrowserID==0.14.0
PyFxA==0.6.0
PyMySQL==0.7.11
pymysql-sa==1.0
pyramid==1.8.4
python-dateutil==2.6.0
python-editor==1.0.3
repoze.lru==0.6
requests==2.20.0
simplejson==3.10.0
six==1.10.0
SQLAlchemy==1.1.10
testfixtures==5.1.1
tokenlib==0.3.1
translationstring==1.3
urllib3==1.24.1
venusian==1.1.0
WebOb==1.7.2
zope.deprecation==4.2.0
zope.interface==4.4.1
| alembic==1.0.9
asn1crypto==0.24.0
boto==2.49.0
certifi==2019.3.9
cffi==1.12.2
chardet==3.0.4
configparser==3.7.4
cornice==3.5.1
cryptography==2.6.1
enum34==1.1.6
hawkauthlib==2.0.0
hupper==1.6.1
idna==2.8
ipaddress==1.0.22
konfig==1.1
Mako==1.0.9
MarkupSafe==1.1.1
mozsvc==0.10
Paste==3.0.8
PasteDeploy==2.0.1
plaster==1.0
plaster-pastedeploy==0.7
PyBrowserID==0.14.0
pycparser==2.19
PyFxA==0.7.1
PyMySQL==0.9.3
pymysql-sa==1.0
pyramid==1.10.4
python-dateutil==2.8.0
python-editor==1.0.4
repoze.lru==0.7
requests==2.21.0
simplejson==3.16.0
six==1.12.0
SQLAlchemy==1.3.3
testfixtures==6.7.0
tokenlib==2.0.0
translationstring==1.3
urllib3==1.24.1
venusian==1.2.0
WebOb==1.8.5
zope.deprecation==4.4.0
zope.interface==4.6.0
|
Upgrade dependency python-dateutil to ==2.7.2 | arrow==0.12.1
beautifulsoup4==4.6.0
blessed==1.14.2
certifi==2018.1.18
chardet==3.0.4
Django==2.0.3
django-picklefield==1.0.0
django-q==0.9.4
fake-useragent==0.1.10
future==0.16.0
idna==2.6
psycopg2-binary==2.7.4
python-dateutil==2.7.1
pytz==2018.3
raven==6.6.0
requests==2.18.4
six==1.11.0
urllib3==1.22
uWSGI==2.0.17
wcwidth==0.1.7
| arrow==0.12.1
beautifulsoup4==4.6.0
blessed==1.14.2
certifi==2018.1.18
chardet==3.0.4
Django==2.0.3
django-picklefield==1.0.0
django-q==0.9.4
fake-useragent==0.1.10
future==0.16.0
idna==2.6
psycopg2-binary==2.7.4
python-dateutil==2.7.2
pytz==2018.3
raven==6.6.0
requests==2.18.4
six==1.11.0
urllib3==1.22
uWSGI==2.0.17
wcwidth==0.1.7
|
Update uvloop from 0.10.1 to 0.10.2 | aioamqp==0.11.0
aiobotocore==0.9.2
aiodns==1.1.1
aiohttp==3.3.2
async-timeout==3.0.0
attrs==18.1.0
botocore==1.10.12
cchardet==2.1.1
chardet==3.0.4
codecov==2.0.15
colorama==0.3.9
coverage==4.5.1
docutils==0.14
execnet==1.5.0
jmespath==0.9.3
multidict==4.3.1
mypy==0.610
packaging==17.1
protobuf==3.6.0
pycares==2.3.0
pycodestyle==2.3.1
py==1.5.3
pyparsing==2.2.0
pytest==3.6.2
pytest-cov==2.5.1
pytest-forked==0.2
pytest-xdist==1.22.2
python-dateutil==2.7.3
pytz==2018.4
readme-renderer==21.0
requests==2.19.1
six==1.11.0
tzlocal==1.5.1
ujson==1.35
uvloop==0.10.1
yarl==1.2.6
| aioamqp==0.11.0
aiobotocore==0.9.2
aiodns==1.1.1
aiohttp==3.3.2
async-timeout==3.0.0
attrs==18.1.0
botocore==1.10.12
cchardet==2.1.1
chardet==3.0.4
codecov==2.0.15
colorama==0.3.9
coverage==4.5.1
docutils==0.14
execnet==1.5.0
jmespath==0.9.3
multidict==4.3.1
mypy==0.610
packaging==17.1
protobuf==3.6.0
pycares==2.3.0
pycodestyle==2.3.1
py==1.5.3
pyparsing==2.2.0
pytest==3.6.2
pytest-cov==2.5.1
pytest-forked==0.2
pytest-xdist==1.22.2
python-dateutil==2.7.3
pytz==2018.4
readme-renderer==21.0
requests==2.19.1
six==1.11.0
tzlocal==1.5.1
ujson==1.35
uvloop==0.10.2
yarl==1.2.6
|
Update pytest from 3.4.2 to 3.5.0 | docker==3.1.3
molecule==1.25.0
pytest==3.4.2
python-vagrant==0.5.15
tox==2.9.1
testinfra==1.11.1
| docker==3.1.3
molecule==1.25.0
pytest==3.5.0
python-vagrant==0.5.15
tox==2.9.1
testinfra==1.11.1
|
Update boto3 from 1.7.44 to 1.7.47 | APScheduler==3.5.1
cached-property==1.4.3
boto3==1.7.44
click==6.7
Flask-Sockets==0.2.1
Flask==1.0.2
flask-crossdomain==0.1
future==0.16.0
gevent==1.3.4
greenlet==0.4.13
gunicorn==19.8.1
localconfig==1.1.1
pexpect==4.6.0
psycopg2-binary==2.7.5
psutil==5.4.6
redis==2.10.6
requests==2.19.1
rq==0.11.0
selenium==3.12.0
six==1.11.0
SQLAlchemy==1.2.8
sqlalchemy-postgres-copy==0.5.0
ua-parser==0.8.0
user-agents==1.1.0
| APScheduler==3.5.1
cached-property==1.4.3
boto3==1.7.47
click==6.7
Flask-Sockets==0.2.1
Flask==1.0.2
flask-crossdomain==0.1
future==0.16.0
gevent==1.3.4
greenlet==0.4.13
gunicorn==19.8.1
localconfig==1.1.1
pexpect==4.6.0
psycopg2-binary==2.7.5
psutil==5.4.6
redis==2.10.6
requests==2.19.1
rq==0.11.0
selenium==3.12.0
six==1.11.0
SQLAlchemy==1.2.8
sqlalchemy-postgres-copy==0.5.0
ua-parser==0.8.0
user-agents==1.1.0
|
Update pyyaml from 5.1.2 to 5.3 | requests==2.22.0
urllib3==1.25.8
patool==1.12
# configs
pyyaml==5.1.2
# Logs
daiquiri==1.6.0
# Find media name
guessit==3.1.0
# Emails
sendgrid==6.1.0
| requests==2.22.0
urllib3==1.25.8
patool==1.12
# configs
pyyaml==5.3
# Logs
daiquiri==1.6.0
# Find media name
guessit==3.1.0
# Emails
sendgrid==6.1.0
|
Fix for mac address update in ARP | -e git+https://github.com/f5devcentral/f5-ctlr-agent.git@5cb53a0fafc0262bf48e66211842e4d821fb81db#egg=f5-ctlr-agent
-e git+https://github.com/f5devcentral/f5-cccl.git@d8da31b9090042c8f84abdaf8e0ac5f83e30a16a#egg=f5-cccl
| -e git+https://github.com/f5devcentral/f5-ctlr-agent.git@5cb53a0fafc0262bf48e66211842e4d821fb81db#egg=f5-ctlr-agent
-e git+https://github.com/f5devcentral/f5-cccl.git@50b59e38b8e53402edf8b39c0d64c08681e087d5#egg=f5-cccl
|
Upgrade dependency psycopg2 to ==2.7.2 | 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
funcy==1.8
idna==2.5
Jinja2==2.9.6
MarkupSafe==1.0
packaging==16.8
psycopg2==2.7.1
pycodestyle==2.3.1
Pygments==2.2.0
PyJWT==1.5.2
pyparsing==2.2.0
python-dateutil==2.6.1
pytz==2017.2
raven==6.1.0
redis==2.10.5
requests==2.18.1
six==1.10.0
sqlparse==0.2.3
urllib3==1.21.1
uWSGI==2.0.15
| 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
funcy==1.8
idna==2.5
Jinja2==2.9.6
MarkupSafe==1.0
packaging==16.8
psycopg2==2.7.2
pycodestyle==2.3.1
Pygments==2.2.0
PyJWT==1.5.2
pyparsing==2.2.0
python-dateutil==2.6.1
pytz==2017.2
raven==6.1.0
redis==2.10.5
requests==2.18.1
six==1.10.0
sqlparse==0.2.3
urllib3==1.21.1
uWSGI==2.0.15
|
Bump packages so GitHub stops nagging me | future==0.16.0
Pillow==5.2.0
pyglet==1.3.2
| Pillow==7.1.1
pyglet==1.5.3
|
Bump afdko from 3.4.0 to 3.7.1 | afdko==3.4.0
appdirs==1.4.4
attrs==19.3.0
black==21.8b0
booleanOperations==0.9.0
Brotli==1.0.9
click==7.1.2
cu2qu==1.6.7
defcon==0.6.0
fontMath==0.6.0
fontParts==0.9.2
fontPens==0.2.4
fonttools==4.11.0
fs==2.4.11
lxml==4.6.3
MutatorMath==3.0.1
pathspec>=0.9.0
Pillow==8.3.2
psautohint==2.0.1
pyclipper==1.2.1
pytz==2020.1
regex==2020.5.14
scour==0.37
six==1.16.0
toml==0.10.1
typed-ast>=1.4.2
ufonormalizer==0.4.1
ufoProcessor==1.9.0
unicodedata2==13.0.0.post2
zopfli==0.1.7
| afdko==3.7.1
appdirs==1.4.4
attrs==19.3.0
black==21.8b0
booleanOperations==0.9.0
Brotli==1.0.9
click==7.1.2
cu2qu==1.6.7
defcon==0.6.0
fontMath==0.6.0
fontParts==0.9.2
fontPens==0.2.4
fonttools==4.11.0
fs==2.4.11
lxml==4.6.3
MutatorMath==3.0.1
pathspec>=0.9.0
Pillow==8.3.2
psautohint==2.0.1
pyclipper==1.2.1
pytz==2020.1
regex==2020.5.14
scour==0.37
six==1.16.0
toml==0.10.1
typed-ast>=1.4.2
ufonormalizer==0.4.1
ufoProcessor==1.9.0
unicodedata2==13.0.0.post2
zopfli==0.1.7
|
Update testinfra from 1.9.1 to 1.10.0 | docker==2.6.1
molecule==1.25.0
pytest==3.2.5
python-vagrant==0.5.15
testinfra==1.9.1
tox==2.9.1
| docker==2.6.1
molecule==1.25.0
pytest==3.2.5
python-vagrant==0.5.15
testinfra==1.10.0
tox==2.9.1
|
Update tornado from 6.0.1 to 6.0.2 | Flask_Mako==0.4
requests==2.21.0
tornado==6.0.1
Flask==1.0.2
wsgi_request_logger==0.4.6
| Flask_Mako==0.4
requests==2.21.0
tornado==6.0.2
Flask==1.0.2
wsgi_request_logger==0.4.6
|
Upgrade requests and urllib3 to address CVE | asn1crypto==0.24.0
Authlib==0.10
certifi==2019.3.9
cffi==1.12.2
chardet==3.0.4
Click==7.0
cryptography==2.6.1
Flask==1.0.2
gunicorn==19.9.0
idna==2.8
itsdangerous==1.1.0
Jinja2==2.10
MarkupSafe==1.1.1
psycopg2==2.7.7
pycparser==2.19
python-dotenv==0.10.1
requests==2.21.0
six==1.12.0
urllib3==1.24.1
Werkzeug==0.15.1
| asn1crypto==0.24.0
Authlib==0.10
certifi==2019.3.9
cffi==1.12.2
chardet==3.0.4
Click==7.0
cryptography==2.6.1
Flask==1.0.2
gunicorn==19.9.0
idna==2.8
itsdangerous==1.1.0
Jinja2==2.10
MarkupSafe==1.1.1
psycopg2==2.7.7
pycparser==2.19
python-dotenv==0.10.1
requests==2.22.0
six==1.12.0
urllib3==1.25.3
Werkzeug==0.15.1
|
Update Pillow to v8.3.2 (from v8.3.1) | bbcode==1.1.0
blinker==1.4
click==8.0.1
flask==2.0.1
flask-babel==2.0.0
flask-sqlalchemy==2.5.1
hiredis==2.0.0
itsdangerous==2.0.1
jinja2==3.0.1
markupsafe==2.0.1
marrow.mailer==4.0.3
marrow.util==1.2.3
marshmallow==3.13.0
pendulum==2.1.2
pillow==8.3.1
psycopg2-binary==2.9.1
python-dateutil==2.8.2
pytzdata==2020.1
redis==3.5.3
requests==2.26.0
rq==1.9.0
rq-dashboard==0.6.1
rtoml==0.7.0
sqlalchemy==1.4.23
tenacity==8.0.1
werkzeug==2.0.1
wtforms==2.3.3
| bbcode==1.1.0
blinker==1.4
click==8.0.1
flask==2.0.1
flask-babel==2.0.0
flask-sqlalchemy==2.5.1
hiredis==2.0.0
itsdangerous==2.0.1
jinja2==3.0.1
markupsafe==2.0.1
marrow.mailer==4.0.3
marrow.util==1.2.3
marshmallow==3.13.0
pendulum==2.1.2
pillow==8.3.2
psycopg2-binary==2.9.1
python-dateutil==2.8.2
pytzdata==2020.1
redis==3.5.3
requests==2.26.0
rq==1.9.0
rq-dashboard==0.6.1
rtoml==0.7.0
sqlalchemy==1.4.23
tenacity==8.0.1
werkzeug==2.0.1
wtforms==2.3.3
|
Update pytest from 3.0.6 to 3.0.7 | coverage==4.3.4
docker-py==1.10.6
docutils==0.13.1
ipdb==0.10.2
ipython==5.3.0
flake8==3.3.0
wheel==0.29.0
setuptools==34.3.0
-e .[sa]
sphinx==1.5.3
tox==2.6.0
pytest==3.0.6
pytest-cov==2.4.0
pytest-sugar==0.8.0
pytest-timeout==1.2.0
sphinxcontrib-asyncio==0.2.0
sqlalchemy==1.1.5
psycopg2==2.6.2
| coverage==4.3.4
docker-py==1.10.6
docutils==0.13.1
ipdb==0.10.2
ipython==5.3.0
flake8==3.3.0
wheel==0.29.0
setuptools==34.3.0
-e .[sa]
sphinx==1.5.3
tox==2.6.0
pytest==3.0.7
pytest-cov==2.4.0
pytest-sugar==0.8.0
pytest-timeout==1.2.0
sphinxcontrib-asyncio==0.2.0
sqlalchemy==1.1.5
psycopg2==2.6.2
|
Update requests from 2.18.4 to 2.19.1 | # basis
requests==2.18.4
envparse==0.2.0
# json validation (inspector)
jsonschema==2.6.0
# testing
pytest==3.6.1
betamax==0.8.1
# documentation
Sphinx==1.7.5
nbsphinx==0.3.3
# data science
jupyter==1.0.0
matplotlib==2.2.2
# integration
tox==3.0.0
# code style
flake8==3.5.0
pydocstyle==2.1.1
mypy==0.610; python_version >= '3.4'
# to fix connection issues
PyOpenSSL==18.0.0; python_version <= '2.7'
# for package management (uploads)
twine==1.11.0
# for version comparison
semver==2.8.0
| # basis
requests==2.19.1
envparse==0.2.0
# json validation (inspector)
jsonschema==2.6.0
# testing
pytest==3.6.1
betamax==0.8.1
# documentation
Sphinx==1.7.5
nbsphinx==0.3.3
# data science
jupyter==1.0.0
matplotlib==2.2.2
# integration
tox==3.0.0
# code style
flake8==3.5.0
pydocstyle==2.1.1
mypy==0.610; python_version >= '3.4'
# to fix connection issues
PyOpenSSL==18.0.0; python_version <= '2.7'
# for package management (uploads)
twine==1.11.0
# for version comparison
semver==2.8.0
|
Update alembic from 0.9.6 to 0.9.7 | alembic==0.9.6
antiorm==1.2.1
appdirs==1.4.3
chardet==3.0.4
codeclimate-test-reporter==0.2.3
coverage==4.4.2
dataset==1.0.5
db==0.1.1
db-sqlite3==0.0.1
ddt==1.1.1
Mako==1.0.7
MarkupSafe==1.0
normality==0.5.7
packaging==16.8
psycopg2==2.7.3.2
pygraphviz==1.3.1
pyparsing==2.2.0
python-editor==1.0.3
PyYAML==3.12
requests==2.18.4
six==1.11.0
SQLAlchemy==1.2.1
toolz==0.9.0
transitions==0.6.4
| alembic==0.9.7
antiorm==1.2.1
appdirs==1.4.3
chardet==3.0.4
codeclimate-test-reporter==0.2.3
coverage==4.4.2
dataset==1.0.5
db==0.1.1
db-sqlite3==0.0.1
ddt==1.1.1
Mako==1.0.7
MarkupSafe==1.0
normality==0.5.7
packaging==16.8
psycopg2==2.7.3.2
pygraphviz==1.3.1
pyparsing==2.2.0
python-editor==1.0.3
PyYAML==3.12
requests==2.18.4
six==1.11.0
SQLAlchemy==1.2.1
toolz==0.9.0
transitions==0.6.4
|
Update pyxdameraulevenshtein from 1.7.0 to 1.7.1 | beautifulsoup4==4.11.1
bcrypt==3.2.2
croniter==1.3.5
Cython==0.29.32
feedparser==6.0.10
furl==2.1.3
google-api-python-client==2.55.0
isodate==0.6.1
jq==1.2.2
jsonpath-ng==1.5.3
lxml==4.9.1
Pillow==9.2.0
parsedatetime==2.6
psutil==5.9.1
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.7.0
regex==2022.7.25
requests==2.28.1
ruamel.yaml==0.17.21
Twisted[tls]==22.4.0
| beautifulsoup4==4.11.1
bcrypt==3.2.2
croniter==1.3.5
Cython==0.29.32
feedparser==6.0.10
furl==2.1.3
google-api-python-client==2.55.0
isodate==0.6.1
jq==1.2.2
jsonpath-ng==1.5.3
lxml==4.9.1
Pillow==9.2.0
parsedatetime==2.6
psutil==5.9.1
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.7.1
regex==2022.7.25
requests==2.28.1
ruamel.yaml==0.17.21
Twisted[tls]==22.4.0
|
Add django-taggit & force celery<4 | Django<1.11
django-allauth
django-autocomplete-light>=2.0,<3.0
django-crispy-forms
django-extensions
django-el-pagination
django-filter
celery[redis]
Pillow
vobject
pygments
# database layer
MySQL-python
# workaround python-dateutil issue (python 2.x / python 3)
python-dateutil
| Django<1.11
django-allauth
django-autocomplete-light>=2.0,<3.0
django-crispy-forms
django-extensions
django-el-pagination
django-filter
django-taggit
celery[redis]<4.0
Pillow
vobject
pygments
# database layer
MySQL-python
# workaround python-dateutil issue (python 2.x / python 3)
python-dateutil
|
Remove Babel as a runtime requirement | # 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.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
PrettyTable<0.8,>=0.7.1 # BSD
keystoneauth1>=3.1.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
warlock!=1.3.0,<2,>=1.0.1 # Apache-2.0
six>=1.9.0 # MIT
oslo.utils>=3.20.0 # Apache-2.0
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
wrapt>=1.7.0 # BSD License
pyOpenSSL>=0.14 # Apache-2.0
| # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
PrettyTable<0.8,>=0.7.1 # BSD
keystoneauth1>=3.1.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
warlock!=1.3.0,<2,>=1.0.1 # Apache-2.0
six>=1.9.0 # MIT
oslo.utils>=3.20.0 # Apache-2.0
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
wrapt>=1.7.0 # BSD License
pyOpenSSL>=0.14 # Apache-2.0
|
Update pytest from 3.2.0 to 3.2.1 | docker==2.5.0
molecule==1.25.0
pytest==3.2.0
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.7.0
| 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
|
Update singledispatch from 3.4.0.3 to 3.6.2 | gunicorn==20.1.0
backports-abc==0.5
bkcharts==0.2
bokeh==2.3.2
certifi==2021.5.30
chardet==4.0.0
click==8.0.1
Flask==2.0.1
idna==3.2
itsdangerous==2.0.1
Jinja2>=2.10.1
MarkupSafe==2.0.1
numpy==1.20.3
python-dateutil==2.8.1
pyyaml>=4.2b1
requests>=2.20.0
singledispatch==3.4.0.3
six==1.15.0
tornado==6.1
urllib3>=1.24.2
cachelib==0.1.1
pandas==1.1.4
scipy==1.5.4
astropy==4.2
matplotlib==3.3.3
git+https://github.com/mpld3/mpld3@master
tables==3.6.1
apscheduler==3.6.3
PyAstronomy==0.15.2
airbrake==2.1.2
| gunicorn==20.1.0
backports-abc==0.5
bkcharts==0.2
bokeh==2.3.2
certifi==2021.5.30
chardet==4.0.0
click==8.0.1
Flask==2.0.1
idna==3.2
itsdangerous==2.0.1
Jinja2>=2.10.1
MarkupSafe==2.0.1
numpy==1.20.3
python-dateutil==2.8.1
pyyaml>=4.2b1
requests>=2.20.0
singledispatch==3.6.2
six==1.15.0
tornado==6.1
urllib3>=1.24.2
cachelib==0.1.1
pandas==1.1.4
scipy==1.5.4
astropy==4.2
matplotlib==3.3.3
git+https://github.com/mpld3/mpld3@master
tables==3.6.1
apscheduler==3.6.3
PyAstronomy==0.15.2
airbrake==2.1.2
|
Update social-auth-app-django from 3.0.0 to 3.1.0 | -e git://github.com/dubirajara/django-tagulous#egg=django_tagulous
dj-config-url==0.1.1
dj-database-url==0.5.0
django-crispy-forms==1.7.2
django-recaptcha==1.4.0
django-registration-redux==2.5
Django==2.1.2
djangorestframework==3.9.0
gunicorn==19.9.0
psycopg2-binary==2.7.5
python-decouple==3.1
social-auth-app-django==3.0.0
whitenoise==4.1 | -e git://github.com/dubirajara/django-tagulous#egg=django_tagulous
dj-config-url==0.1.1
dj-database-url==0.5.0
django-crispy-forms==1.7.2
django-recaptcha==1.4.0
django-registration-redux==2.5
Django==2.1.2
djangorestframework==3.9.0
gunicorn==19.9.0
psycopg2-binary==2.7.5
python-decouple==3.1
social-auth-app-django==3.1.0
whitenoise==4.1 |
Revert "Not let go till laughing" | Live, 0
Lose, 5
!Let, 1
Laugh, 4
Love, 2
| Live, 0
Lose It, 5
Let Go, 1
Laugh, 4
Love, 2
|
Fix minizip library compilation under OS X | project(minizip)
cmake_minimum_required(VERSION 2.6)
find_package(ZLIB REQUIRED)
set (SOURCES
ioapi.c
unzip.c
zip.c
)
set (HEADERS
ioapi.h
unzip.h
zip.h
)
add_library(minizip
${SOURCES}
${HEADERS}
)
target_link_libraries(minizip z)
| project(minizip)
cmake_minimum_required(VERSION 2.6)
find_package(ZLIB REQUIRED)
set (SOURCES
ioapi.c
unzip.c
zip.c
)
set (HEADERS
ioapi.h
unzip.h
zip.h
)
if (APPLE)
# Mac OS X does not have fopen64()
# and several related functions as the standard fopen()
# calls are 64bit
add_definitions("-DUSE_FILE32API")
endif()
add_library(minizip
${SOURCES}
${HEADERS}
)
target_link_libraries(minizip z)
|
Update raven from 6.2.1 to 6.3.0 | # 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.2
gunicorn==19.7.1
# Email backends for Mailgun, Postmark, SendGrid and more
# -------------------------------------------------------
django-anymail==1.0
# Raven is the Sentry client
# --------------------------
raven==6.2.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.2
gunicorn==19.7.1
# Email backends for Mailgun, Postmark, SendGrid and more
# -------------------------------------------------------
django-anymail==1.0
# Raven is the Sentry client
# --------------------------
raven==6.3.0
|
Update click from 8.0.1 to 8.0.3 | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt setup.py
#
click==8.0.1 # via flask
flask==1.1.2
gevent==21.1.2
greenlet==1.0.0 # via gevent
itsdangerous==2.0.1 # via flask
jinja2==2.11.3 # via flask
markupsafe==2.0.1 # via jinja2
werkzeug==1.0.1 # via flask
| #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt setup.py
#
click==8.0.3 # via flask
flask==1.1.2
gevent==21.1.2
greenlet==1.0.0 # via gevent
itsdangerous==2.0.1 # via flask
jinja2==2.11.3 # via flask
markupsafe==2.0.1 # via jinja2
werkzeug==1.0.1 # via flask
|
Update rollbar package to 0.13.2 | Flask==0.11.1
django-dotenv==1.4.1 # Read environment variables from .env
django-getenv==1.3.1 # Get environment variables
newrelic
# Error tracking
blinker==1.4
rollbar==0.13.1
| Flask==0.11.1
django-dotenv==1.4.1 # Read environment variables from .env
django-getenv==1.3.1 # Get environment variables
newrelic
# Error tracking
blinker==1.4
rollbar==0.13.2
|
Upgrade dependency pytest-runner to ==2.11 | pyaml==15.8.2
pytest-runner==2.10
pytest==2.9.2
pytest-cov==2.2.1
semantic_version==2.5.0
requests==2.10.0
| pyaml==15.8.2
pytest-runner==2.11
pytest==2.9.2
pytest-cov==2.2.1
semantic_version==2.5.0
requests==2.10.0
|
Update django version to latest stable | django==1.9.6
mysqlclient==1.3.7
factory_boy==2.7.0
django-formtools==1.0
django-filter==0.13.0
| django==1.9.7
mysqlclient==1.3.7
factory_boy==2.7.0
django-formtools==1.0
django-filter==0.13.0
|
Define spambayes as a requirement | lxml==2.3.2
git+https://github.com/mitsuhiko/jinja2.git#egg=Jinja2
| lxml==2.3.2
git+https://github.com/mitsuhiko/jinja2.git#egg=Jinja2
spambayes==1.1b1
|
Upgrade dependency django-cacheops to ==3.2 | appdirs==1.4.3
contextlib2==0.5.5
Django==1.11
django-appconf==1.0.2
django-cacheops==3.1.3
django-compressor==2.1.1
django-debug-toolbar==1.8
django-imagekit==4.0
django-querycount==0.6.0
freezegun==0.3.8
funcy==1.7.3
olefile==0.44
packaging==16.8
pilkit==2.0
Pillow==4.1.1
psycopg2==2.7.1
pyparsing==2.2.0
python-dateutil==2.6.0
pytz==2017.2
raven==6.0.0
rcssmin==1.0.6
redis==2.10.5
rjsmin==1.0.12
six==1.10.0
sqlparse==0.2.3
uWSGI==2.0.15
| appdirs==1.4.3
contextlib2==0.5.5
Django==1.11
django-appconf==1.0.2
django-cacheops==3.2
django-compressor==2.1.1
django-debug-toolbar==1.8
django-imagekit==4.0
django-querycount==0.6.0
freezegun==0.3.8
funcy==1.7.3
olefile==0.44
packaging==16.8
pilkit==2.0
Pillow==4.1.1
psycopg2==2.7.1
pyparsing==2.2.0
python-dateutil==2.6.0
pytz==2017.2
raven==6.0.0
rcssmin==1.0.6
redis==2.10.5
rjsmin==1.0.12
six==1.10.0
sqlparse==0.2.3
uWSGI==2.0.15
|
Update pytest from 6.0.1 to 6.0.2 | ansible-lint==4.3.4
docker==4.3.1
flake8==3.8.3
molecule==3.0.8
pytest==6.0.1
testinfra==5.3.1
tox==3.20.0
| ansible-lint==4.3.4
docker==4.3.1
flake8==3.8.3
molecule==3.0.8
pytest==6.0.2
testinfra==5.3.1
tox==3.20.0
|
Update botocore from 1.5.93 to 1.5.94 | boto3==1.4.5
botocore==1.5.93
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==19.7.1
idna==2.6
jmespath==0.9.3
MySQL-python==1.2.5
newrelic==2.90.0.75
psycopg2==2.7.3
python-dateutil==2.6.1
python-ptrace==0.9.2
pyuploadcare==2.2.1
requests==2.18.3
rollbar==0.13.12
s3transfer==0.1.10
simplejson==3.11.1
six==1.10.0
static3==0.7.0
urllib3==1.22
Whoosh==2.7.4
| boto3==1.4.5
botocore==1.5.94
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==19.7.1
idna==2.6
jmespath==0.9.3
MySQL-python==1.2.5
newrelic==2.90.0.75
psycopg2==2.7.3
python-dateutil==2.6.1
python-ptrace==0.9.2
pyuploadcare==2.2.1
requests==2.18.3
rollbar==0.13.12
s3transfer==0.1.10
simplejson==3.11.1
six==1.10.0
static3==0.7.0
urllib3==1.22
Whoosh==2.7.4
|
Update tqdm from 4.21.0 to 4.22.0 | future==0.16.0
tqdm==4.21.0
networkx==2.1 | future==0.16.0
tqdm==4.22.0
networkx==2.1 |
Use the correct version of boto. | numpy
boto
-e hg+https://bitbucket.org/pansapiens/django-storages#egg=django-storages | numpy
boto>=2.38.0
-e hg+https://bitbucket.org/pansapiens/django-storages#egg=django-storages |
Update flask-migrate from 2.1.1 to 2.2.0 | Flask==1.0.2
Flask-SQLAlchemy==2.3.2
Flask-Assets==0.12
Flask-Mail==0.9.1
Flask-WTF==0.14.2
Flask-RQ==0.2
git+https://github.com/hasgeek/baseframe
git+https://github.com/hasgeek/coaster
git+https://github.com/hasgeek/flask-lastuser
jsmin==2.2.2
pytz==2018.4
psycopg2==2.7.5
wtforms_json==0.3.3
rq==0.11.0
itsdangerous==0.24
html2text==2018.1.9
premailer==3.2.0
python-dateutil==2.7.3
tabulate==0.8.2
Flask-Admin==1.5.1
unicodecsv==0.14.1
isoweek==1.3.3
Flask-Migrate==2.1.1
pycountry==18.5.26
html5print==0.1.2
| Flask==1.0.2
Flask-SQLAlchemy==2.3.2
Flask-Assets==0.12
Flask-Mail==0.9.1
Flask-WTF==0.14.2
Flask-RQ==0.2
git+https://github.com/hasgeek/baseframe
git+https://github.com/hasgeek/coaster
git+https://github.com/hasgeek/flask-lastuser
jsmin==2.2.2
pytz==2018.4
psycopg2==2.7.5
wtforms_json==0.3.3
rq==0.11.0
itsdangerous==0.24
html2text==2018.1.9
premailer==3.2.0
python-dateutil==2.7.3
tabulate==0.8.2
Flask-Admin==1.5.1
unicodecsv==0.14.1
isoweek==1.3.3
Flask-Migrate==2.2.0
pycountry==18.5.26
html5print==0.1.2
|
Implement __getattr__ in Vehicle model | Cython==0.23.4
-e git://github.com/openmaraude/APITaxi_utils.git@57f9d94c58afe546e661f8527c5ecddff679985a#egg=APITaxi_utils
-e git://github.com/openmaraude/APITaxi_models.git@01238d2e161e437d60bbf307173517b461953914#egg=APITaxi_models
nose==1.3.7
Flask-Testing==0.4.2
Flask-Dogpile-Cache==0.2
Flask-Redis==0.3.0
Flask-Celery-Helper==1.1.0
Flask-Cors==2.1.2
psycopg2==2.6.1
shortuuid==0.4.2
parse==1.6.6
geopy==1.11.0
Flask-Uploads==0.2.1
Flask-Script==2.0.5
Flask-Migrate==1.8.1
Shapely==1.5.13
pyshp==1.2.3
bcrypt
Geohash
| Cython==0.23.4
-e git://github.com/openmaraude/APITaxi_utils.git@57f9d94c58afe546e661f8527c5ecddff679985a#egg=APITaxi_utils
-e git://github.com/openmaraude/APITaxi_models.git@a77ec4855efbd2739b6503264ab08fd8bb9a10c2#egg=APITaxi_models
nose==1.3.7
Flask-Testing==0.4.2
Flask-Dogpile-Cache==0.2
Flask-Redis==0.3.0
Flask-Celery-Helper==1.1.0
Flask-Cors==2.1.2
psycopg2==2.6.1
shortuuid==0.4.2
parse==1.6.6
geopy==1.11.0
Flask-Uploads==0.2.1
Flask-Script==2.0.5
Flask-Migrate==1.8.1
Shapely==1.5.13
pyshp==1.2.3
bcrypt
Geohash
|
Update py2neo from 3.1.1 to 3.1.2 | Eve==0.6.4
py2neo==3.1.1
-e git+git://github.com/rodrigorn/flask-neo4j.git#egg=flask-neo4j
| Eve==0.6.4
py2neo==3.1.2
-e git+git://github.com/rodrigorn/flask-neo4j.git#egg=flask-neo4j
|
Update hypothesis from 3.56.5 to 3.56.6 | # unit test requirements
docutils>=0.9
pytest>=2.8
mock>=1.0b1
hypothesis==3.56.5
# documentation requirements
sphinx>=1.0.7
# linting
pylint==1.8.4
yapf==0.21.0
| # unit test requirements
docutils>=0.9
pytest>=2.8
mock>=1.0b1
hypothesis==3.56.6
# documentation requirements
sphinx>=1.0.7
# linting
pylint==1.8.4
yapf==0.21.0
|
Update gevent from 1.2.2 to 1.3.0 | APScheduler==3.5.1
cached-property==1.4.2
boto3==1.5.20
click==6.7
Flask-Sockets==0.2.1
Flask==0.12.2
flask-crossdomain==0.1
future==0.16.0
gevent==1.2.2
greenlet==0.4.13
gunicorn==19.8.1
localconfig==1.0.2
pexpect==4.4.0
psycopg2==2.7.4
psutil==5.4.4
redis==2.10.6
requests==2.18.4
rq==0.10.0
selenium==3.11.0
six==1.11.0
SQLAlchemy==1.2.7
sqlalchemy-postgres-copy==0.5.0
ua-parser==0.8.0
user-agents==1.1.0
| APScheduler==3.5.1
cached-property==1.4.2
boto3==1.5.20
click==6.7
Flask-Sockets==0.2.1
Flask==0.12.2
flask-crossdomain==0.1
future==0.16.0
gevent==1.3.0
greenlet==0.4.13
gunicorn==19.8.1
localconfig==1.0.2
pexpect==4.4.0
psycopg2==2.7.4
psutil==5.4.4
redis==2.10.6
requests==2.18.4
rq==0.10.0
selenium==3.11.0
six==1.11.0
SQLAlchemy==1.2.7
sqlalchemy-postgres-copy==0.5.0
ua-parser==0.8.0
user-agents==1.1.0
|
Update django from 1.10.4 to 1.10.5 | Django==1.10.4
dj-database-url==0.4.1
django-assets==0.12
django-bulk-update==1.1.10
django-cors-middleware==1.3.1
django-test-without-migrations==0.4
djangorestframework==3.5.3
gunicorn==19.6.0
psycopg2==2.6.2
py-gfm==0.1.3
python-decouple==3.0
python-memcached==1.58
requests==2.12.4
| Django==1.10.5
dj-database-url==0.4.1
django-assets==0.12
django-bulk-update==1.1.10
django-cors-middleware==1.3.1
django-test-without-migrations==0.4
djangorestframework==3.5.3
gunicorn==19.6.0
psycopg2==2.6.2
py-gfm==0.1.3
python-decouple==3.0
python-memcached==1.58
requests==2.12.4
|
Update pytest from 3.0.6 to 3.0.7 | sphinx==1.5.3
sphinx-rtd-theme==0.2.3
coverage==4.3.4
pytest==3.0.6
pytest-cov==2.4.0 | sphinx==1.5.3
sphinx-rtd-theme==0.2.3
coverage==4.3.4
pytest==3.0.7
pytest-cov==2.4.0 |
Update fonttools from 3.21.2 to 3.22.0 | fonttools==3.21.2
defcon==0.3.5
MutatorMath==2.1.0
| fonttools==3.22.0
defcon==0.3.5
MutatorMath==2.1.0
|
Upgrade dependency django-extensions to ==1.6.5 | Django==1.9.6
django-extensions==1.6.3
django-rest-swagger==0.3.6
django-webpack-loader==0.3.0
djangorestframework==3.3.3
djangorestframework-jwt==1.8.0
psycopg2==2.6.1
PyJWT==1.4.0
PyYAML==3.11
six==1.10.0
Werkzeug==0.11.9
| Django==1.9.6
django-extensions==1.6.5
django-rest-swagger==0.3.6
django-webpack-loader==0.3.0
djangorestframework==3.3.3
djangorestframework-jwt==1.8.0
psycopg2==2.6.1
PyJWT==1.4.0
PyYAML==3.11
six==1.10.0
Werkzeug==0.11.9
|
Upgrade watchdog to 0.9, argh to 0.24 | # vim: ft=conf
#
# don't forget about scripts/build-debs.sh when updating this file.
# also, don't forget about readthedocs-requirements.txt
#
# opmuse deps
CherryPy >=16,<17
Jinja2 >=2.10,<2.11
SQLAlchemy >=1.3,<1.4
mmh3 >=2.5
whoosh >=2.7,<2.8
mutagen >=1.42,<1.43
rarfile >=3.0,<3.1
ws4py >=0.5.1,<0.6
wsaccel >=0.6.2,<0.7
Unidecode >=1.1.1,<1.2
alembic >=1.0,<1.1
musicbrainzngs >=0.6,<0.7
pycountry >=18,<19
watchdog >=0.8,<0.9
deluge-client >=1.0,<1.1
croniter >=0.3,<0.4
# Jinja2 deps
MarkupSafe >=1.1
# alembic deps
Mako >=1.0
python-editor >=1.0
# watchdog deps
argh >=0.24.1
pathtools >=0.1.2,<0.2
| # vim: ft=conf
#
# don't forget about scripts/build-debs.sh when updating this file.
# also, don't forget about readthedocs-requirements.txt
#
# opmuse deps
CherryPy >=16,<17
Jinja2 >=2.10,<2.11
SQLAlchemy >=1.3,<1.4
mmh3 >=2.5
whoosh >=2.7,<2.8
mutagen >=1.42,<1.43
rarfile >=3.0,<3.1
ws4py >=0.5.1,<0.6
wsaccel >=0.6.2,<0.7
Unidecode >=1.1.1,<1.2
alembic >=1.0,<1.1
musicbrainzngs >=0.6,<0.7
pycountry >=18,<19
watchdog >=0.9,<0.10
deluge-client >=1.0,<1.1
croniter >=0.3,<0.4
# Jinja2 deps
MarkupSafe >=1.1
# alembic deps
Mako >=1.0
python-editor >=1.0
# watchdog deps
argh >=0.26.2
pathtools >=0.1.2
|
Update dependency urllib3 to v1.26.11 | #
# This file is autogenerated by pip-compile with python 3.6
# To update, run:
#
# pip-compile requirements.in
#
certifi==2021.10.8
# via requests
charset-normalizer==2.1.0
# via requests
idna==3.3
# via requests
requests==2.28.1
# via -r requirements.in
urllib3==1.26.10
# via requests
xmltodict==0.13.0
# via -r requirements.in
| #
# This file is autogenerated by pip-compile with python 3.6
# To update, run:
#
# pip-compile requirements.in
#
certifi==2021.10.8
# via requests
charset-normalizer==2.1.0
# via requests
idna==3.3
# via requests
requests==2.28.1
# via -r requirements.in
urllib3==1.26.11
# via requests
xmltodict==0.13.0
# via -r requirements.in
|
Update celery from 4.0.0 to 4.1.0 | -e .
# General test libraries
tox==2.9.1
pytest==3.3.0
pytest-django==3.1.2
pytest-isort==0.1.0
tzlocal==1.5.1
# Pep8 and code quality checkers
flake8==3.5.0
pytest-cov==2.5.1
coverage==4.4.2
# Fixtures, test helpers
factory-boy==2.9.2
mock==2.0.0
# General dependencies
django==2.0
# Imap utilities
dnspython3==1.15.0
imapclient==1.1.0
# For async worker support
celery==4.0.0
# i18n/l10n,
babel==2.3.4
django-babel==0.5.1
# For our REST Api
djangorestframework==3.5.3
PyJWT==1.4.2
requests==2.9.1
urllib3==1.19.1
requests-toolbelt==0.7.0
# For proper timezone support.
pytz==2016.7
# Charset detection
chardet==2.3.0
# Docs requirements
sphinx==1.4.8
sphinx_rtd_theme
# Postgresql
psycopg2==2.7.3.2
# Redis
redis==2.10.5
| -e .
# General test libraries
tox==2.9.1
pytest==3.3.0
pytest-django==3.1.2
pytest-isort==0.1.0
tzlocal==1.5.1
# Pep8 and code quality checkers
flake8==3.5.0
pytest-cov==2.5.1
coverage==4.4.2
# Fixtures, test helpers
factory-boy==2.9.2
mock==2.0.0
# General dependencies
django==2.0
# Imap utilities
dnspython3==1.15.0
imapclient==1.1.0
# For async worker support
celery==4.1.0
# i18n/l10n,
babel==2.3.4
django-babel==0.5.1
# For our REST Api
djangorestframework==3.5.3
PyJWT==1.4.2
requests==2.9.1
urllib3==1.19.1
requests-toolbelt==0.7.0
# For proper timezone support.
pytz==2016.7
# Charset detection
chardet==2.3.0
# Docs requirements
sphinx==1.4.8
sphinx_rtd_theme
# Postgresql
psycopg2==2.7.3.2
# Redis
redis==2.10.5
|
Upgrade deps + drop cerberus as unnecessary | cerberus==1.0.1
pillow==6.2.0
validx==0.3
jinja2==2.10.1
# Testing
mypy==0.660
flake8==3.7.5
| pillow==7.1.2
validx==0.6.1
jinja2==2.11.2
# Testing
mypy==0.782
flake8==3.8.3
|
Fix CVE-2017-18342 pyyaml arbirary code exploit | flapjack_stack==1.0.0
orderedset==2.0.1
py==1.4.32
six==1.10.0
SQLAlchemy==1.2.2
sqlparse==0.2.2
stevedore==1.27.1
tablib==0.12.1
Cerberus==1.2
PyYAML==3.13
| flapjack_stack==1.0.0
orderedset==2.0.1
py==1.4.32
six==1.10.0
SQLAlchemy==1.2.2
sqlparse==0.2.2
stevedore==1.27.1
tablib==0.12.1
Cerberus==1.2
pyyaml>=4.2b1
|
Update markupsafe from 0.23 to 1.0 | Flask==0.12.2
Flask-Mail==0.9.1
Jinja2==2.9.6
MarkupSafe==0.23
Werkzeug==0.9.6
amqp==1.4.6
anyjson==0.3.3
apiclient==1.0.2
argparse==1.2.1
billiard==3.3.0.18
blinker==1.3
celery==3.1.16
certifi==14.05.14
cffi==0.8.2
cryptography==0.4
flower==0.7.2
gunicorn==19.1.1
httplib2==0.9
itsdangerous==0.24
kombu==3.0.23
nose==1.3.4
oauth2client==1.2
pika==0.9.14
psycopg2==2.5.4
pycparser==2.10
pytz==2014.9
six==1.8.0
tornado==4.0
twilio==3.6.10
urllib3==1.9.1
virtualenv==1.11.6
wsgiref==0.1.2
| Flask==0.12.2
Flask-Mail==0.9.1
Jinja2==2.9.6
MarkupSafe==1.0
Werkzeug==0.9.6
amqp==1.4.6
anyjson==0.3.3
apiclient==1.0.2
argparse==1.2.1
billiard==3.3.0.18
blinker==1.3
celery==3.1.16
certifi==14.05.14
cffi==0.8.2
cryptography==0.4
flower==0.7.2
gunicorn==19.1.1
httplib2==0.9
itsdangerous==0.24
kombu==3.0.23
nose==1.3.4
oauth2client==1.2
pika==0.9.14
psycopg2==2.5.4
pycparser==2.10
pytz==2014.9
six==1.8.0
tornado==4.0
twilio==3.6.10
urllib3==1.9.1
virtualenv==1.11.6
wsgiref==0.1.2
|
Update coverage from 4.1 to 4.5.2 | Flask==1.0.2
Flask-Admin==1.5.3
Flask-SQLAlchemy==2.3.2
SQLAlchemy==1.2.15
WTForms==2.2.1
coverage==4.1
pytest==2.9.2
pytest-cov==2.3.0
pytest-flask==0.10.0
Flask-HTTPAuth==3.1.2
| Flask==1.0.2
Flask-Admin==1.5.3
Flask-SQLAlchemy==2.3.2
SQLAlchemy==1.2.15
WTForms==2.2.1
coverage==4.5.2
pytest==2.9.2
pytest-cov==2.3.0
pytest-flask==0.10.0
Flask-HTTPAuth==3.1.2
|
Update dependency emoji to v2.2.0 | beautifulsoup4==4.11.1
celery[redis]==5.2.7
dateparser==1.1.2
emoji==2.1.0
fake-useragent==0.1.11
influxdb==5.3.1
parsedatetime==2.6
python-telegram-bot==13.14
redis==4.3.4
requests==2.28.1
| beautifulsoup4==4.11.1
celery[redis]==5.2.7
dateparser==1.1.2
emoji==2.2.0
fake-useragent==0.1.11
influxdb==5.3.1
parsedatetime==2.6
python-telegram-bot==13.14
redis==4.3.4
requests==2.28.1
|
Update requests to latest and use a Microcosm fork of grequests | Django==1.5.9
requests==1.1.0
python-dateutil==1.4
# Production server
gunicorn==0.17.2
# Riemann client
bernhard==0.1.1
# Mock python objects for testing
mock==1.0.1
# Memcache client
pylibmc==1.2.3
# Gevent requests
grequests==0.2.0
newrelic==2.16.0.12
| Django==1.5.9
requests==2.4.1
python-dateutil==1.4
# Production server
gunicorn==0.17.2
# Riemann client
bernhard==0.1.1
# Mock python objects for testing
mock==1.0.1
# Memcache client
pylibmc==1.2.3
# Gevent requests
# grequests==0.2.0
git+https://github.com/microcosm-cc/grequests.git@85884230bff825063e2f05e7b5de1d31c8e9cfd2
newrelic==2.16.0.12
|
Update rollbar package to 0.14.4 | # Core packages
python-dotenv==0.9.1 # Read environment variables from .env
Flask==1.0.2 # Web microframework
Flask-Assets==0.12 # Merge and minify CSS and JS assets
pyscss==1.3.5 # CSS minification
uWSGI==2.0.17.1 # Application server
syspath==1.1.0 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==4.2.0.100 # Website monitoring
rollbar==0.14.3 # rollbar.com error logging
| # Core packages
python-dotenv==0.9.1 # Read environment variables from .env
Flask==1.0.2 # Web microframework
Flask-Assets==0.12 # Merge and minify CSS and JS assets
pyscss==1.3.5 # CSS minification
uWSGI==2.0.17.1 # Application server
syspath==1.1.0 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==4.2.0.100 # Website monitoring
rollbar==0.14.4 # rollbar.com error logging
|
Update sphinx from 1.4.8 to 1.6.3 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.5.0
coverage==4.4.1
Sphinx==1.4.8
sphinx-rtd-theme==0.1.9
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.5.0
coverage==4.4.1
Sphinx==1.6.3
sphinx-rtd-theme==0.1.9
|
Update pyyaml from 3.12 to 4.1 | pip==10.0.1
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.8.3
tox==3.0.0
flake8==3.5.0
Sphinx==1.7.5
cryptography==2.2.2
PyYAML==3.12
click==6.7
beautifulsoup4==4.6.0
requests==2.19.1
diskcache==3.0.6
selenium==3.13.0
| pip==10.0.1
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.8.3
tox==3.0.0
flake8==3.5.0
Sphinx==1.7.5
cryptography==2.2.2
PyYAML==4.1
click==6.7
beautifulsoup4==4.6.0
requests==2.19.1
diskcache==3.0.6
selenium==3.13.0
|
Update pytest from 4.4.2 to 4.5.0 | -e .
coverage==4.5.3
mypy==0.701
prospector==1.1.6.2
pytest==4.4.2
pytest-cov==2.7.1
pytest-django==3.4.8
sphinx_rtd_theme==0.4.3
tox==3.9.0
| -e .
coverage==4.5.3
mypy==0.701
prospector==1.1.6.2
pytest==4.5.0
pytest-cov==2.7.1
pytest-django==3.4.8
sphinx_rtd_theme==0.4.3
tox==3.9.0
|
Update cryptography from 1.7.1 to 1.7.2 | #
# This file is autogenerated by pip-compile
# Make changes in requirements.in, then run this to update:
#
# pip-compile requirements.in
#
cffi==1.9.1; platform_python_implementation != 'PyPy'
characteristic==14.3.0 # via service-identity
cryptography==1.7.1 # via pyopenssl
enum34==1.1.6 # via cryptography
idna==2.2 # via cryptography, twisted
ipaddress==1.0.17 # via cryptography
lxml==3.7.1
pyasn1-modules==0.0.8 # via service-identity
pyasn1==0.1.9 # via cryptography, pyasn1-modules, service-identity
pyopenssl==16.2.0 # via service-identity, twisted
service-identity==16.0.0 # via twisted
six==1.10.0 # via cryptography, pyopenssl
Twisted[tls]==16.6.0
zope.interface==4.3.3 # via twisted
# The following packages are commented out because they are
# considered to be unsafe in a requirements file:
# setuptools # via cryptography, zope.interface
| #
# This file is autogenerated by pip-compile
# Make changes in requirements.in, then run this to update:
#
# pip-compile requirements.in
#
cffi==1.9.1; platform_python_implementation != 'PyPy'
characteristic==14.3.0 # via service-identity
cryptography==1.7.2 # via pyopenssl
enum34==1.1.6 # via cryptography
idna==2.2 # via cryptography, twisted
ipaddress==1.0.17 # via cryptography
lxml==3.7.1
pyasn1-modules==0.0.8 # via service-identity
pyasn1==0.1.9 # via cryptography, pyasn1-modules, service-identity
pyopenssl==16.2.0 # via service-identity, twisted
service-identity==16.0.0 # via twisted
six==1.10.0 # via cryptography, pyopenssl
Twisted[tls]==16.6.0
zope.interface==4.3.3 # via twisted
# The following packages are commented out because they are
# considered to be unsafe in a requirements file:
# setuptools # via cryptography, zope.interface
|
Update pytest from 6.2.1 to 6.2.2 | # install all base requirements
-r requirements.txt
python_http_client==3.3.1
invoke==1.5.0
twine==3.3.0
# Tests
pytest==6.2.1
pytest-cov==2.10.1
codecov==2.1.11
python-coveralls==2.9.3
coveralls==2.2.0
mock==4.0.3
# Version update
PyGithub==1.54.1
bumpversion==0.6.0
| # install all base requirements
-r requirements.txt
python_http_client==3.3.1
invoke==1.5.0
twine==3.3.0
# Tests
pytest==6.2.2
pytest-cov==2.10.1
codecov==2.1.11
python-coveralls==2.9.3
coveralls==2.2.0
mock==4.0.3
# Version update
PyGithub==1.54.1
bumpversion==0.6.0
|
Update dependency Sphinx to v2.4.1 | # Local development dependencies go here
-r base.txt
Sphinx==2.4.0
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==2.2
django-extensions==2.2.8
django-autofixture==0.12.1
graphviz==0.13.2
factory-boy==2.12.0
django-coverage-plugin==1.8.0
django-test-plus==1.4.0
vcrpy==4.0.2
ipdb==0.12.3
| # Local development dependencies go here
-r base.txt
Sphinx==2.4.1
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==2.2
django-extensions==2.2.8
django-autofixture==0.12.1
graphviz==0.13.2
factory-boy==2.12.0
django-coverage-plugin==1.8.0
django-test-plus==1.4.0
vcrpy==4.0.2
ipdb==0.12.3
|
Update sphinx from 1.7.6 to 1.7.7 | sphinx==1.7.6
alagitpull==0.0.21
releases==1.6.1
sphinx-argparse==0.2.2
sphinxcontrib-napoleon==0.6.1 | sphinx==1.7.7
alagitpull==0.0.21
releases==1.6.1
sphinx-argparse==0.2.2
sphinxcontrib-napoleon==0.6.1 |
Update pip from 8.1.2 to 9.0.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.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
pytest==2.9.2
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
tox==2.3.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
pytest==2.9.2
|
Update coverage from 4.1 to 4.4.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.1
Sphinx==1.4.8
| 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.4.8
|
Update pytest from 3.4.2 to 3.5.0 | pip==9.0.2
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.7.1
cryptography==2.2
PyYAML==3.12
pytest==3.4.2
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.2
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.7.1
cryptography==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
|
Update pytest from 5.1.1 to 5.1.2 | cookiecutter==1.6.0
sh==1.12.14
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==19.3b0
flake8==3.7.8
# Testing
# ------------------------------------------------------------------------------
tox==3.14.0
pytest==5.1.1
pytest_cases==1.11.1
pytest-cookies==0.4.0
pytest-xdist==1.29.0
pyyaml==5.1.2
| cookiecutter==1.6.0
sh==1.12.14
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==19.3b0
flake8==3.7.8
# Testing
# ------------------------------------------------------------------------------
tox==3.14.0
pytest==5.1.2
pytest_cases==1.11.1
pytest-cookies==0.4.0
pytest-xdist==1.29.0
pyyaml==5.1.2
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.