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 notices for this release: $ copyrite --contribution-threshold 1 --change-threshold 3 --backend-type git --aliases=.copyrite_aliases . --jobs=8 3. Make sure the tests are passing on Travis: https://travis-ci.org/PyCQA/astroid/ 4. Add a new tag 'astroid-$VERSION' 5. Publish all remaining changes to the Github repository: https://github.com/PyCQA/astroid 6. Run $ git clean -fd && find . -name '*.pyc' -delete $ python setup.py sdist --formats=gztar bdist_wheel $ twine upload dist/* to release a new version to PyPI.
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 notices for this release: $ copyrite --contribution-threshold 1 --change-threshold 3 --backend-type git --aliases=.copyrite_aliases . --jobs=8 3. Make sure the tests are passing on Travis: https://travis-ci.org/PyCQA/astroid/ 4. Add a new tag 'astroid-$VERSION' 5. Publish all remaining changes to the Github repository: https://github.com/PyCQA/astroid 6. Run $ git clean -fd && find . -name '*.pyc' -delete $ rm dist/* $ python setup.py sdist --formats=gztar bdist_wheel $ twine upload dist/* to release a new version to PyPI.
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_GENERATE_DICTIONARY(G__Oracle *.h LINKDEF LinkDef.h) ROOT_GENERATE_ROOTMAP(Oracle LINKDEF LinkDef.h DEPENDENCIES Net RIO) ROOT_LINKER_LIBRARY(Oracle *.cxx G__Oracle.cxx LIBRARIES Core ${ORACLE_LIBRARIES} DEPENDENCIES Net RIO) ROOT_INSTALL_HEADERS()
############################################################################ # 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_GENERATE_DICTIONARY(G__Oracle *.h LINKDEF LinkDef.h) ROOT_GENERATE_ROOTMAP(Oracle LINKDEF LinkDef.h DEPENDENCIES Net RIO) ROOT_LINKER_LIBRARY(Oracle *.cxx G__Oracle.cxx LIBRARIES Core ${ORACLE_LIBRARIES} DEPENDENCIES Net RIO) if(GCC_MAJOR GREATER 4) file(GLOB srcs src/TOracle*.cxx) set_source_files_properties(${srcs} PROPERTIES COMPILE_DEFINITIONS _GLIBCXX_USE_CXX11_ABI=0) endif() ROOT_INSTALL_HEADERS()
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 game inspired by Age of Castles. Distribute your population to farming, construction, guard duty and scholarship, survive demon invasion and find the way to banish them forever. . Repo Type:git Repo:https://github.com/subchannel13/EnchantedFortress Build:1.0,1 commit=0db12acb24f11fbb892f8c1e43e769254adadb4c subdir=app gradle=yes Build:1.1,2 commit=v1.1 subdir=app gradle=yes Build:1.2,3 commit=v1.2 subdir=app gradle=yes Build:1.3,4 commit=v1.3 subdir=app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.3 Current Version Code:4
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 game inspired by Age of Castles. Distribute your population to farming, construction, guard duty and scholarship, survive demon invasion and find the way to banish them forever. . Repo Type:git Repo:https://github.com/subchannel13/EnchantedFortress Build:1.0,1 commit=0db12acb24f11fbb892f8c1e43e769254adadb4c subdir=app gradle=yes Build:1.1,2 commit=v1.1 subdir=app gradle=yes Build:1.2,3 commit=v1.2 subdir=app gradle=yes Build:1.3,4 commit=v1.3 subdir=app gradle=yes Build:1.4,5 commit=v1.4 subdir=app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.4 Current Version Code:5
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.11.2 # Checks django-health-check==2.4.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.12 # Checks django-health-check==2.4.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_LIBRARIES})
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(pdb ${SOURCES} ${MOC_SOURCES}) target_link_libraries(pdb chemkit ${QT_LIBRARIES})
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 codecov==2.0.9 pytest==3.2.3 pytest-cov==2.5.1 pytest-xdist==1.20.1 # Legacy test packages - nose is included but no longer used by Synapse. nose==1.3.7
# 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 codecov==2.0.9 pytest==3.2.3 pytest-cov==2.5.1 pytest-xdist==1.20.1 # Legacy test packages - nose is included but no longer used by Synapse. nose==1.3.7
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 brightness and sound volume to lead you out of deep sleep and wake you up gently. You can adjust when the brightness of the screen starts to rise and reaches its maximum; when the sound starts to play and how the volume increases. Features: * fully customize the behavior of the dawn alarm * choose the screen color from a wide range * choose custom sound alarm or ring tone * vibrate with sound . Repo Type:git Repo:https://code.google.com/p/fakedawn Build:1.1,2 commit=v1.1 Build:1.2,3 commit=v1.2 Auto Update Mode:None Update Check Mode:Tags Current Version:1.2 Current Version Code:3
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 brightness and sound volume to lead you out of deep sleep and wake you up gently. You can adjust when the brightness of the screen starts to rise and reaches its maximum; when the sound starts to play and how the volume increases. Features: * fully customize the behavior of the dawn alarm * choose the screen color from a wide range * choose custom sound alarm or ring tone * vibrate with sound . Repo Type:git Repo:https://code.google.com/p/fakedawn Build:1.1,2 commit=v1.1 Build:1.2,3 commit=v1.2 Auto Update Mode:None Update Check Mode:Tags Current Version:1.3 Current Version Code:4
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 Description: Display the local time and current weather conditions in places all over the world. It comes with two home screen widgets which show weather and time or time only. [https://github.com/arminha/worldclockwidget/blob/HEAD/CHANGES.rst Changelog] . Repo Type:git Repo:https://github.com/arminha/worldclockwidget Build:1.6.2,34 commit=1.6.2 subdir=worldclockwidget gradle=yes prebuild=sed -i -e '/codequality/d' build.gradle Build:1.7.0,35 commit=1.7.0 subdir=worldclockwidget gradle=yes prebuild=sed -i -e '/codequality/d' build.gradle Build:1.7.1,36 commit=1.7.1 subdir=worldclockwidget gradle=yes prebuild=sed -i -e '/codequality/d' build.gradle Auto Update Mode:Version %v Update Check Mode:Tags Current Version:1.7.1 Current Version Code:36
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 Description: Display the local time and current weather conditions in places all over the world. It comes with two home screen widgets which show weather and time or time only. [https://github.com/arminha/worldclockwidget/blob/HEAD/CHANGES.rst Changelog] . Repo Type:git Repo:https://github.com/arminha/worldclockwidget Build:1.6.2,34 commit=1.6.2 subdir=worldclockwidget gradle=yes prebuild=sed -i -e '/codequality/d' build.gradle Build:1.7.0,35 commit=1.7.0 subdir=worldclockwidget gradle=yes prebuild=sed -i -e '/codequality/d' build.gradle Build:1.7.1,36 commit=1.7.1 subdir=worldclockwidget gradle=yes prebuild=sed -i -e '/codequality/d' build.gradle Build:1.7.2,37 commit=1.7.2 subdir=worldclockwidget gradle=yes prebuild=sed -i -e '/codequality/d' build.gradle Auto Update Mode:Version %v Update Check Mode:Tags Current Version:1.7.2 Current Version Code:37
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 seaborn==0.7.1 serenata-toolbox # pyup: ignore tinys3==0.1.11 tqdm==4.11.2
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 seaborn==0.7.1 serenata-toolbox # pyup: ignore tinys3==0.1.11 tqdm==4.11.2
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 psycopg2==2.5.1 pycrypto==2.6 raven==3.4.0 six==1.3.0 wsgiref==0.1.2
--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==17.5 paramiko==1.10.1 psycopg2==2.5.1 pycrypto==2.6 raven==3.4.0 six==1.3.0 wsgiref==0.1.2
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 project set(SOCKETSCPP_VERSION "v1.1.1") set(SOCKETSCPP_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/sockets.cpp-${SOCKETSCPP_VERSION}) include(ExternalProject) ExternalProject_Add(socketscpp GIT_REPOSITORY git@github.com:ILikePizza555/Sockets.cpp.git GIT_TAG ${SOCKETSCPP_VERSION} PREFIX ${SOCKETSCPP_PREFIX} CMAKE_ARGS "-DCMAKE_INSTALL_PREFIX=${SOCKETSCPP_PREFIX}") ExternalProject_Get_Property(socketscpp install_dir) include_directories(${install_dir}/include/include) add_dependencies(shs socketscpp) target_link_libraries(shs ${install_dir}/lib/libsocketscpp.a)
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 project set(SOCKETSCPP_VERSION "v1.1.1") set(SOCKETSCPP_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/sockets.cpp-${SOCKETSCPP_VERSION}) include(ExternalProject) ExternalProject_Add(socketscpp GIT_REPOSITORY git@github.com:ILikePizza555/Sockets.cpp.git GIT_TAG ${SOCKETSCPP_VERSION} PREFIX ${SOCKETSCPP_PREFIX} CMAKE_ARGS "-DCMAKE_INSTALL_PREFIX=${SOCKETSCPP_PREFIX}") ExternalProject_Get_Property(socketscpp install_dir) include_directories(${install_dir}/include/include) add_dependencies(shs socketscpp) target_link_libraries(shs ${install_dir}/lib/libsocketscpp.a) if(WIN32) target_link_libraries(shs wsock32 ws2_32) endif()
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-autoslug==1.9.4 django-background-tasks==1.2.0 django-cachalot==2.1.0 django-ckeditor==5.6.1 django-cloudflare-push==0.2.0 django-multiselectfield==0.1.8 django-filter==2.1.0 django-sites==0.10 django-widget-tweaks==1.4.3 djangorestframework==3.9.2 easy-thumbnails==2.6 html5lib==1.0.1 jsonfield==2.0.2 python-dateutil==2.8.0 python-magic==0.4.15 raven==6.10.0 rules==2.0.1 XlsxWriter==1.1.6
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-autoslug==1.9.4 django-background-tasks==1.2.0 django-cachalot==2.1.0 django-ckeditor==5.6.1 django-cloudflare-push==0.2.0 django-multiselectfield==0.1.8 django-filter==2.1.0 django-sites==0.10 django-widget-tweaks==1.4.3 djangorestframework==3.9.2 easy-thumbnails==2.6 html5lib==1.0.1 jsonfield==2.0.2 python-dateutil==2.8.0 python-magic==0.4.15 raven==6.10.0 rules==2.0.1 XlsxWriter==1.1.7
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") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -Wall -D__FILENAME__='\"$(subst ${CMAKE_SOURCE_DIR}/,,$(abspath $<))\"'") aux_source_directory(src/ PROJECT_SRC) add_executable(happyntrain main.cpp ${PROJECT_SRC})
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(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -Wall -D__FILENAME__='\"$(subst ${CMAKE_SOURCE_DIR}/,,$(abspath $<))\"'") aux_source_directory(src/ PROJECT_SRC) add_executable(happyntrain main.cpp ${PROJECT_SRC})
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 jmespath==0.9.3 MySQL-python==1.2.5 newrelic==2.96.0.80 psycopg2==2.7.3.2 python-dateutil==2.6.1 python-ptrace==0.9.3 pyuploadcare==2.2.1 requests==2.18.4 rollbar==0.13.17 s3transfer==0.1.11 simplejson==3.12.0 six==1.11.0 static3==0.7.0 urllib3==1.22 Whoosh==2.7.4
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 jmespath==0.9.3 MySQL-python==1.2.5 newrelic==2.96.0.80 psycopg2==2.7.3.2 python-dateutil==2.6.1 python-ptrace==0.9.3 pyuploadcare==2.2.1 requests==2.18.4 rollbar==0.13.17 s3transfer==0.1.11 simplejson==3.12.0 six==1.11.0 static3==0.7.0 urllib3==1.22 Whoosh==2.7.4
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 durch radioaktive Belastung nach einem Kernkraftwerksunfall. Ausgangsgröße ist die gemessene radioaktive Belastung der Luft, wie sie beim Erreichen des betroffenen Gebietes zuerst gemessen wird. Daraus werden die Strahlenbelastungen durch die Direktstrahlung, Bodenstrahlung und Nahrungsaufnahme abgeschätzt. Dann werden die Risiken analysiert und Verhaltensmaßregeln abgeleitet. . Repo Type:git Repo:https://gitlab.com/kollo/Tschernobyl.git Build:1.16-7,7 commit=7c1c3086abf4972f2bd64a86776873025034473c gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.16-7 Current Version Code:7
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 durch radioaktive Belastung nach einem Kernkraftwerksunfall. Ausgangsgröße ist die gemessene radioaktive Belastung der Luft, wie sie beim Erreichen des betroffenen Gebietes zuerst gemessen wird. Daraus werden die Strahlenbelastungen durch die Direktstrahlung, Bodenstrahlung und Nahrungsaufnahme abgeschätzt. Dann werden die Risiken analysiert und Verhaltensmaßregeln abgeleitet. . Repo Type:git Repo:https://gitlab.com/kollo/Tschernobyl.git Build:1.16-7,7 commit=7c1c3086abf4972f2bd64a86776873025034473c gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.16-8-sf Current Version Code:8
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 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.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 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
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.0 pytimeparse==1.1.8 pyxDamerauLevenshtein==1.5.3 requests==2.22.0 ruamel.yaml==0.15.94 Twisted[tls]==19.2.0
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.0 pytimeparse==1.1.8 pyxDamerauLevenshtein==1.5.3 requests==2.22.0 ruamel.yaml==0.15.96 Twisted[tls]==19.2.0
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 pytz == 2018.9 ranger == 0.10 redis == 2.10.6 rq == 0.12.0 rq-dashboard == 0.3.12
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 pytz == 2019.1 ranger == 0.10 redis == 2.10.6 rq == 0.12.0 rq-dashboard == 0.3.12
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(MLIREDSC PUBLIC MLIRAffineOps MLIRLoopOps MLIRStandardOps MLIRTransformUtils MLIRVectorOps ) add_llvm_library(MLIREDSCInterface CoreAPIs.cpp ADDITIONAL_HEADER_DIRS ${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC ) add_dependencies(MLIREDSC MLIRReferenceImplementationTestGen) target_link_libraries(MLIREDSC PUBLIC MLIRIR MLIRSupport MLIRParser )
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(MLIREDSC PUBLIC MLIRAffineOps MLIRLoopOps MLIRStandardOps MLIRTransformUtils MLIRVectorOps ) add_llvm_library(MLIREDSCInterface CoreAPIs.cpp ADDITIONAL_HEADER_DIRS ${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC ) add_dependencies(MLIREDSCInterface MLIRIR) add_dependencies(MLIREDSC MLIRReferenceImplementationTestGen) target_link_libraries(MLIREDSC PUBLIC MLIRIR MLIRSupport MLIRParser )
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 pathtools==0.1.2 psutil==2.2.1 py==1.4.26 pyasn1==0.1.7 pycparser==2.10 Pygments==2.0.2 pyjks==0.3.0.1 pyOpenSSL==0.14 pytest==2.6.4 pytz==2015.2 PyYAML==3.11 sampro==0.1 six==1.9.0 snowballstemmer==1.2.0 Sphinx==1.3.1 sphinx-autobuild==0.5.0 sphinx-rtd-theme==0.1.7 tornado==4.1 ufork==0.0.1 watchdog==0.8.3 Werkzeug==0.9.4
-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.1.7 tornado==4.1 watchdog==0.8.3
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://github.com/indrora/Atomic.git Build:1.13,13 commit=f79244e6a5c67fd40cf2ee9df7fcfcf61d0c93aa subdir=application target=android-19 Build:1.14,14 commit=v1.14 subdir=application target=android-19 Build:1.15,15 commit=v1.15 subdir=application Build:1.16,16 commit=v1.16 subdir=application submodules=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.16 Current Version Code:16
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://github.com/indrora/Atomic.git Build:1.13,13 commit=f79244e6a5c67fd40cf2ee9df7fcfcf61d0c93aa subdir=application target=android-19 Build:1.14,14 commit=v1.14 subdir=application target=android-19 Build:1.15,15 commit=v1.15 subdir=application Build:1.16,16 commit=v1.16 subdir=application submodules=yes Build:1.18,18 commit=v1.18 subdir=application submodules=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:1.18 Current Version Code:18
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 client app / wrapper around the [http://telegra.ph Telegra.ph] website, which allows to author blogposts. . Repo Type:git Repo:https://github.com/jlelse/teleposter Build:1.1.1,7 commit=1.1.1 subdir=app gradle=yes Build:1.5,13 commit=1.5 subdir=app gradle=yes Build:1.5.1,14 commit=1.5.1 subdir=app gradle=yes Auto Update Mode:Version %v Update Check Mode:Tags Current Version:1.5.1 Current Version Code:14
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 client app / wrapper around the [http://telegra.ph Telegra.ph] website, which allows to author blogposts. . Repo Type:git Repo:https://github.com/jlelse/teleposter Build:1.1.1,7 commit=1.1.1 subdir=app gradle=yes Build:1.5,13 commit=1.5 subdir=app gradle=yes Build:1.5.1,14 commit=1.5.1 subdir=app gradle=yes Build:1.5.2,15 commit=1.5.2 subdir=app gradle=yes Auto Update Mode:Version %v Update Check Mode:Tags Current Version:1.5.2 Current Version Code:15
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 support@artsy.net
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} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) add_subdirectory( src ) add_subdirectory( icons ) add_subdirectory( pics ) add_subdirectory( data ) add_subdirectory( layouts ) add_subdirectory( mimetypes ) add_subdirectory( doc )
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} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) add_subdirectory( src ) add_subdirectory( icons ) add_subdirectory( pics ) add_subdirectory( data ) add_subdirectory( layouts ) add_subdirectory( mimetypes )
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: Bitmask is an application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Currently, Bitmask supports encrypted internet (VPN) with encrypted email coming soon. . Repo Type:git Repo:https://github.com/leapcode/bitmask_android.git Binaries:https://dl.bitmask.net/client/android/Bitmask-Android-%v.apk Build:0.7.0,93 commit=0.7.0 subdir=app gradle=yes build=misc/build-native.sh buildjni=no Build:0.8.1,107 commit=0.8.1 subdir=app gradle=yes build=misc/build-native.sh buildjni=no Auto Update Mode:None Update Check Mode:Tags Current Version:0.9.0 Current Version Code:111
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: Bitmask is an application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Currently, Bitmask supports encrypted internet (VPN) with encrypted email coming soon. . Repo Type:git Repo:https://github.com/leapcode/bitmask_android.git Binaries:https://dl.bitmask.net/client/android/Bitmask-Android-%v.apk Build:0.7.0,93 commit=0.7.0 subdir=app gradle=yes build=misc/build-native.sh buildjni=no Build:0.8.1,107 commit=0.8.1 subdir=app gradle=yes build=misc/build-native.sh buildjni=no Auto Update Mode:None Update Check Mode:Tags Current Version:0.9.1 Current Version Code:112
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.4' safety==1.8.5 bandit==1.5.1 isort==4.2.15; (python_version > '3.0' and python_version < '3.4') # pyup: ignore isort==4.3.12; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.4'
# 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.4' safety==1.8.5 bandit==1.5.1 isort==4.2.15; (python_version > '3.0' and python_version < '3.4') # pyup: ignore isort==4.3.13; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.4'
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(DRIVERS virtioblk solo5blk) include($ENV{INCLUDEOS_PREFIX}/includeos/post.service.cmake)
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 ("$ENV{PLATFORM}" STREQUAL "x86_solo5") set(DRIVERS solo5blk) else() set(DRIVERS virtioblk) endif() include($ENV{INCLUDEOS_PREFIX}/includeos/post.service.cmake)
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 timer. . Repo Type:git Repo:https://github.com/ligi/MaterialTeaTimer Build:1.0,1 commit=1.0 subdir=app gradle=yes Build:1.2,12 commit=1.2 subdir=android gradle=prodNoFirebase prebuild=sed -i -e '/withFirebaseCompile/d' build.gradle Build:1.3,13 commit=1.3 subdir=android gradle=prodNoFirebase prebuild=sed -i -e '/withFirebaseCompile/d' build.gradle Build:1.4,14 commit=0.14 subdir=android gradle=noFirebase,forFDroid prebuild=sed -i -e '/withFirebaseCompile/d' build.gradle Auto Update Mode:Version %v Update Check Mode:Tags Current Version:1.3 Current Version Code:13
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 timer. . Repo Type:git Repo:https://github.com/ligi/MaterialTeaTimer Build:1.0,1 commit=1.0 subdir=app gradle=yes Build:1.2,12 commit=1.2 subdir=android gradle=prodNoFirebase prebuild=sed -i -e '/withFirebaseCompile/d' build.gradle Build:1.3,13 commit=1.3 subdir=android gradle=prodNoFirebase prebuild=sed -i -e '/withFirebaseCompile/d' build.gradle Build:1.4,14 commit=0.14 subdir=android gradle=noFirebase,forFDroid prebuild=sed -i -e '/withFirebaseCompile/d' build.gradle Auto Update Mode:Version %v Update Check Mode:Tags Current Version:1.4 Current Version Code:14
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): Remove on next roll. BUG_PODIVILOV MAC : svg/custom/clip-path-child-changes.svg = TEXT // TODO(ager): started crashing after the v8 roll of r52309. // http://crbug.com/49099 BUG_AGER LINUX DEBUG : fast/js/excessive-comma-usage.html = CRASH // Should pass after a clobber of the mac/win bots. BUG_TONYG MAC WIN : fast/dom/navigation-type-back-forward.html = TEXT BUG_TONYG MAC WIN : fast/dom/navigation-type-reload.html = TEXT BUG_TONYG MAC WIN : fast/dom/navigation-type-navigate.html = TEXT BUG_TONYG MAC WIN : fast/dom/prototype-inheritance.html = TEXT BUG_TONYG MAC WIN : fast/dom/webtiming.html = TEXT BUG_TONYG MAC WIN : http/tests/misc/webtiming-one-redirect.php = TEXT BUG_TONYG MAC WIN : http/tests/misc/webtiming-two-redirects.php = TEXT BUG_TONYG MAC WIN : fast/dom/Window/window-properties-performance.html = TEXT // TODO(johnnyg): remove after upstream expectations are rolled BUG_JOHNNYG WIN : fast/forms/input-file-directory-upload.html = TEXT
// 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): Remove on next roll. BUG_PODIVILOV MAC : svg/custom/clip-path-child-changes.svg = TEXT // TODO(ager): started crashing after the v8 roll of r52309. // http://crbug.com/49099 BUG_AGER LINUX DEBUG : fast/js/excessive-comma-usage.html = CRASH // TODO(johnnyg): remove after upstream expectations are rolled BUG_JOHNNYG WIN : fast/forms/input-file-directory-upload.html = TEXT
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 Repo:https://github.com/fasteque/rgb-tool Build:1.2.0,5 commit=88e446b4b1bdc3d75d8b25b929bbe2d63317cc05 subdir=android-rgb-tool gradle=yes prebuild=sed -i -e 's/gradle-plugin:0.13/gradle-plugin:0.12/g' -e 's/gradle:0.13.+/gradle:0.12.+/g' ../build.gradle Build:1.3.0,6 commit=cf5b35ad13d6b24b4bd5179d3e235147ccc88955 subdir=android-rgb-tool gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.3.0 Current Version Code:6
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 Repo:https://github.com/fasteque/rgb-tool Build:1.2.0,5 commit=88e446b4b1bdc3d75d8b25b929bbe2d63317cc05 subdir=android-rgb-tool gradle=yes prebuild=sed -i -e 's/gradle-plugin:0.13/gradle-plugin:0.12/g' -e 's/gradle:0.13.+/gradle:0.12.+/g' ../build.gradle Build:1.3.0,6 commit=cf5b35ad13d6b24b4bd5179d3e235147ccc88955 subdir=android-rgb-tool gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.3.1 Current Version Code:7
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 device Description: Sends your GPS coordinates to your server. It's your data, do what you want with it. Server part is available in the source repository aswell. . Repo Type:git Repo:https://github.com/herverenault/Self-Hosted-GPS-Tracker Build:1.1.3,6 commit=v1.1.3.1 prebuild=mv java src target=android-17 Build:1.2,7 commit=v1.2 prebuild=mv java src target=android-17 Auto Update Mode:None Update Check Mode:Tags Current Version:1.2 Current Version Code:7
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 device Description: Sends your GPS coordinates to your server. It's your data, do what you want with it. Server part is available in the source repository aswell. . Repo Type:git Repo:https://github.com/herverenault/Self-Hosted-GPS-Tracker Build:1.1.3,6 commit=v1.1.3.1 prebuild=mv java src target=android-17 Build:1.2,7 commit=v1.2 prebuild=mv java src target=android-17 Auto Update Mode:None Update Check Mode:Tags Current Version:1.3 Current Version Code:8
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.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD httplib2>=0.9.1 # MIT mock>=2.0.0 # BSD mox>=0.5.3 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0 requests-mock>=1.1.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT
# 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.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD httplib2>=0.9.1 # MIT mock>=2.0.0 # BSD oslo.context>=2.19.2 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0 requests-mock>=1.1.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT
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. . Repo Type:git Repo:https://github.com/DevelopFreedom/logmein-android.git Build:0.6.0,60 commit=v0.6.0 subdir=app gradle=yes Build:0.6.1,61 commit=v0.6.1 subdir=app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:0.6.1 Current Version Code:61
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. . Repo Type:git Repo:https://github.com/DevelopFreedom/logmein-android.git Build:0.6.0,60 commit=v0.6.0 subdir=app gradle=yes Build:0.6.1,61 commit=v0.6.1 subdir=app gradle=yes Build:0.6.2,62 commit=v0.6.2 subdir=app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:0.6.2 Current Version Code:62
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", etc, so there's a room for improvement.
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 "loadfs", etc, so there's a room for improvement.
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 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
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.06.01 Current Version Code:844
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 taking application for those times that you just want to get straight to the point. Make and take notes, as well as save and delete old notes. A confirmation box will open before you delete a note to make sure that you really want to get rid of it. If you are just starting out on app design, feel free to check out my "just" apps and "small" apps for easy to understand and usable code. . Repo Type:git Repo:https://github.com/alaskalinuxuser/app_justnotes Build:1.0,1 commit=26003a90a5c0e73f4adbd4fa89867f402cc226f6 subdir=app gradle=yes Build:1.2,2 commit=70f9f147251aa93f40295bb31dc7250be5839445 subdir=app gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.2 Current Version Code:2
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 taking application for those times that you just want to get straight to the point. Make and take notes, as well as save and delete old notes. A confirmation box will open before you delete a note to make sure that you really want to get rid of it. If you are just starting out on app design, feel free to check out my "just" apps and "small" apps for easy to understand and usable code. . Repo Type:git Repo:https://github.com/alaskalinuxuser/app_justnotes Build:1.0,1 commit=26003a90a5c0e73f4adbd4fa89867f402cc226f6 subdir=app gradle=yes Build:1.2,2 commit=70f9f147251aa93f40295bb31dc7250be5839445 subdir=app gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.3 Current Version Code:3
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 ) set(login_HEADER_FILES lllogin.h ) set_source_files_properties(${login_HEADER_FILES} PROPERTIES HEADER_FILE_ONLY TRUE) list(APPEND login_SOURCE_FILES ${login_HEADER_FILES} ) add_library(lllogin ${login_SOURCE_FILES} ) target_link_libraries(lllogin ${LLCOMMON_LIBRARIES} ${LLMATH_LIBRARIES} ${LLXML_LIBRARIES} ${PTH_LIBRARIES} ) SET(lllogin_TEST_SOURCE_FILES lllogin.cpp ) LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}")
# -*- 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 ) set(login_HEADER_FILES lllogin.h ) set_source_files_properties(${login_HEADER_FILES} PROPERTIES HEADER_FILE_ONLY TRUE) list(APPEND login_SOURCE_FILES ${login_HEADER_FILES} ) add_library(lllogin ${login_SOURCE_FILES} ) target_link_libraries(lllogin ${LLCOMMON_LIBRARIES} ${LLMATH_LIBRARIES} ${LLXML_LIBRARIES} ${PTH_LIBRARIES} ) SET(lllogin_TEST_SOURCE_FILES lllogin.cpp ) set_source_files_properties( lllogin.cpp PROPERTIES LL_TEST_ADDITIONAL_LIBRARIES "${PTH_LIBRARIES}" ) LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}")
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 overflow. - Try to use as little custom LaTeX markup as possible. - The paper abstract should be a single paragraph. Authors and affiliations ```````````````````````` Define the fields in the beginning of the paper:: :author: My Name :email: myname@myplace.com :institution: Some University :author: Author Two :email: two@myplace.com :institution: Some University Figures ``````` Use the following markup:: .. figure:: filename.png Caption of figure goes here. Mathematics ``````````` Use the inline ``math``-role:: This is some inline :math:`$f(x)`. Or insert an equation on a separate line:: Let us examine the following equation: .. raw:: latex \begin{equation*}\int_0^\infty f(x) dx\end{equation*} Build Process ------------- :: ./make_paper.sh papers/my_paper_dir Requirements ------------ - IEEETran class - Latest docutils
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 overflow. - Try to use as little custom LaTeX markup as possible. - The paper abstract should be a single paragraph. Authors and affiliations ```````````````````````` Define the fields in the beginning of the paper:: :author: My Name :email: myname@myplace.com :institution: Some University :author: Author Two :email: two@myplace.com :institution: Some University Figures ``````` Use the following markup:: .. figure:: filename.png Caption of figure goes here. Mathematics ``````````` Use the inline ``math``-role:: This is some inline :math:`$f(x)`. Or insert an equation on a separate line:: Let us examine the following equation: .. raw:: latex \begin{equation*}\int_0^\infty f(x) dx\end{equation*} Build Process ------------- :: ./make_paper.sh papers/my_paper_dir Requirements ------------ - IEEETran and AMSmath LaTeX classes - Latest docutils (development version, they haven't released in years)
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} ${TBB_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIR} DEBUG_LIBRARIES ${Boost_CHRONO_LIBRARY_DEBUG} ${Boost_DATE_TIME_LIBRARY_DEBUG} ${Boost_LOG_LIBRARY_DEBUG} ${Boost_FILESYSTEM_LIBRARY_DEBUG} ${Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG} ${Boost_PYTHON3_LIBRARY_DEBUG} ${Boost_REGEX_LIBRARY_DEBUG} ${Boost_SYSTEM_LIBRARY_DEBUG} ${Boost_THREAD_LIBRARY_DEBUG} ${MYSQL_LIBRARY_DEBUG} ${MYSQLCONNECTORCPP_LIBRARY_DEBUG} ${PYTHON_LIBRARY} ${TBB_DEBUG_LIBRARIES} ${ZLIB_LIBRARY_DEBUG} OPTIMIZED_LIBRARIES ${Boost_CHRONO_LIBRARY_RELEASE} ${Boost_DATE_TIME_LIBRARY_RELEASE} ${Boost_LOG_LIBRARY_RELEASE} ${Boost_FILESYSTEM_LIBRARY_RELEASE} ${Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE} ${Boost_PYTHON3_LIBRARY_RELEASE} ${Boost_REGEX_LIBRARY_RELEASE} ${Boost_SYSTEM_LIBRARY_RELEASE} ${Boost_THREAD_LIBRARY_RELEASE} ${MYSQL_LIBRARY_RELEASE} ${MYSQLCONNECTORCPP_LIBRARY_RELEASE} ${PYTHON_LIBRARY} ${TBB_LIBRARIES} ${ZLIB_LIBRARY_RELEASE} )
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_walking) add_subdirectory(flycapture) add_subdirectory(ptgrey) else() message(WARNING "Atlas does not exist - skip building atlas") endif()
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 external projects with dependencies macro(add_external_project proj) ExternalProject_Add(${proj} SOURCE_DIR ${PROJECT_SOURCE_DIR}/${proj} BINARY_DIR ${PROJECT_SOURCE_DIR}/${proj}/pod-build CMAKE_CACHE_ARGS ${default_cmake_args} DEPENDS ${${proj}_depends}) endmacro() # Only build if private modules atlas and flycapture have been checked out if(IS_DIRECTORY ${PROJECT_SOURCE_DIR}/atlas) add_external_project(atlas_lcmtypes) set(atlas_depends atlas_lcmtypes) add_external_project(atlas) set(state_sync_atlas_depends atlas atlas_lcmtypes) add_external_project(state_sync_atlas) add_external_project(bdi_walking) add_external_project(flycapture) set(ptgrey_depends flycapture) add_external_project(ptgrey) else() message(WARNING "Atlas does not exist - skip building atlas") endif()
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.4.3 # Models django-model-utils==3.0.0 # Images Pillow==4.1.1 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually # from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg {% else %} # Python-PostgreSQL Database Adapter psycopg2==2.7.1 {%- endif %} # Time zones support pytz==2017.2 # Redis support django-redis==4.8.0 redis>=2.10.5 # Your custom requirements go here
{% 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.4.3 # Models django-model-utils==3.0.0 # Images Pillow==4.2.0 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually # from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg {% else %} # Python-PostgreSQL Database Adapter psycopg2==2.7.1 {%- endif %} # Time zones support pytz==2017.2 # Redis support django-redis==4.8.0 redis>=2.10.5 # Your custom requirements go here
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 requirements from other modules will not work. git+https://github.com/EHRI/resync.git@ehribranch#egg=resyncehri validators paramiko scp -e .
--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 requirements from other modules will not work. git+https://github.com/EHRI/resync.git@ehribranch#egg=resync validators paramiko scp -e .
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==2.7.6.1 pyshp==2.0.1 requests==2.21.0 boto==2.49.0 uk-geo-utils==0.6.0 git+git://github.com/DemocracyClub/dc_base_theme.git@0.3.7 git+https://github.com/DemocracyClub/dc_signup_form.git@2.0.1
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==2.7.6.1 pyshp==2.0.1 requests==2.21.0 boto==2.49.0 uk-geo-utils==0.6.0 git+git://github.com/DemocracyClub/dc_base_theme.git@0.3.7 git+https://github.com/DemocracyClub/dc_signup_form.git@2.0.1
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/jsocol/commonware.git#egg=commonware -e git://github.com/mozilla/nuggets.git#egg=nuggets -e git://github.com/kurtmckee/feedparser#egg=feedparser # Security -e git://github.com/fwenzel/django-sha2.git#egg=django-sha2 # Celery: Message queue celery django-celery # L10n Babel>=0.9.4 -e git://github.com/clouserw/tower.git#egg=tower -e git://github.com/fwenzel/django-mozilla-product-details#egg=django-mozilla-product-details python-memcached==1.45 django-statsd-mozilla==0.3.5
# 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/jsocol/commonware.git#egg=commonware -e git://github.com/mozilla/nuggets.git#egg=nuggets -e git://github.com/kurtmckee/feedparser#egg=feedparser # Security -e git://github.com/fwenzel/django-sha2.git#egg=django-sha2 # Celery: Message queue celery django-celery # L10n Babel>=0.9.4 -e git://github.com/clouserw/tower.git#egg=tower -e git://github.com/fwenzel/django-mozilla-product-details#egg=django-mozilla-product-details python-memcached==1.53 django-statsd-mozilla==0.3.5
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 SQLAlchemy==1.1.4 # Migrations Flask-Migrate==2.0.1 # Forms Flask-WTF==0.13.1 WTForms==2.1 # Deployment gunicorn>=19.1.1 # Assets Flask-Assets==0.12 cssmin>=0.2.0 jsmin>=2.0.11 # Auth Flask-Login==0.4.0 Flask-Bcrypt==0.7.1 # Caching Flask-Caching>=1.0.0 # Debug toolbar Flask-DebugToolbar==0.10.0
# 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 SQLAlchemy==1.1.4 # Migrations Flask-Migrate==2.0.1 # Forms Flask-WTF==0.14 WTForms==2.1 # Deployment gunicorn>=19.1.1 # Assets Flask-Assets==0.12 cssmin>=0.2.0 jsmin>=2.0.11 # Auth Flask-Login==0.4.0 Flask-Bcrypt==0.7.1 # Caching Flask-Caching>=1.0.0 # Debug toolbar Flask-DebugToolbar==0.10.0
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