Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update time_targets to reflect morning | 0.0 0.0 2017-03-27T00:00:00.000-07:00
0.0 0.0 2017-03-28T00:00:00.000-07:00
10.0 10.0 2017-03-27T00:00:00.000-07:00
10.0 10.0 2017-03-28T00:00:00.000-07:00
20.0 20.0 2017-03-27T00:00:00.000-07:00
20.0 20.0 2017-03-28T00:00:00.000-07:00
15.0 10.0 2017-03-27T00:00:00.000-07:00
15.0 10.0 2017-03-28T00:00:00.000-07:00 | 0.0 0.0 Morning
10.0 10.0 Morning
20.0 20.0 Morning
15.0 10.0 Morning |
Update psycopg2 from 2.7.3 to 2.7.3.1 | # Everything needed in production
# Flask
Flask==0.12.2
MarkupSafe==1.0
Werkzeug==0.12.2
Jinja2==2.9.6
itsdangerous==0.24
click>=5.0
# Database
Flask-SQLAlchemy==2.2
psycopg2==2.7.3
SQLAlchemy==1.1.13
# Migrations
Flask-Migrate==2.1.0
# Forms
Flask-WTF==0.14.2
WTForms==2.1
# Deployment
gunicorn>=19.1.1
# Assets
F... | # Everything needed in production
# Flask
Flask==0.12.2
MarkupSafe==1.0
Werkzeug==0.12.2
Jinja2==2.9.6
itsdangerous==0.24
click>=5.0
# Database
Flask-SQLAlchemy==2.2
psycopg2==2.7.3.1
SQLAlchemy==1.1.13
# Migrations
Flask-Migrate==2.1.0
# Forms
Flask-WTF==0.14.2
WTForms==2.1
# Deployment
gunicorn>=19.1.1
# Assets... |
Update sphinx from 1.6.6 to 1.7.1 | # Runtime requirements
--requirement requirements.txt
# Documentation
Sphinx==1.6.6
sphinxcontrib-httpdomain==1.6.0
pygments==2.2.0
# Linting
flake8==3.5.0
# Unit testing
pytest==3.4.0
mock==2.0.0
webtest==2.0.29
pytest-cov==2.5.1
coveralls==1.2.0
| # Runtime requirements
--requirement requirements.txt
# Documentation
Sphinx==1.7.1
sphinxcontrib-httpdomain==1.6.0
pygments==2.2.0
# Linting
flake8==3.5.0
# Unit testing
pytest==3.4.0
mock==2.0.0
webtest==2.0.29
pytest-cov==2.5.1
coveralls==1.2.0
|
Update pytest-mock from 1.10.4 to 1.11.0 | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==5.1.3
factory-boy==2.12.0
pytest-mock==1.10.4
webtest==2.0.33
pytest-cov==2.7.1
# Lint and code style
flake8==3.7.8
flake8-docstrings==1.4.0
flake8-quotes==2.1.0
pep8-naming==0.8.2
| # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==5.1.3
factory-boy==2.12.0
pytest-mock==1.11.0
webtest==2.0.33
pytest-cov==2.7.1
# Lint and code style
flake8==3.7.8
flake8-docstrings==1.4.0
flake8-quotes==2.1.0
pep8-naming==0.8.2
|
Update tox from 3.17.0 to 3.17.1 | pip==20.1.1
bumpversion==0.6.0
wheel==0.34.2
watchdog==0.10.3
flake8==3.8.3
tox==3.17.0
coverage==5.2
Sphinx==3.1.2
cryptography==2.9.2
PyYAML==5.3.1
| pip==20.1.1
bumpversion==0.6.0
wheel==0.34.2
watchdog==0.10.3
flake8==3.8.3
tox==3.17.1
coverage==5.2
Sphinx==3.1.2
cryptography==2.9.2
PyYAML==5.3.1
|
Update wheel from 0.29.0 to 0.30.0 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.3.3
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.5
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.3.3
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.5
|
Update flake8 from 2.6.0 to 3.2.1 | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
tox==2.5.0
coverage==4.1
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.11
pytest==3.0.5
| pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.1
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.11
pytest==3.0.5
|
Update numpy from 1.11.2 to 1.11.3 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.2
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.5
numpy==1.11.2
scipy==0.18.1
scikit-learn==0.18.1
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.2
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.5
numpy==1.11.3
scipy==0.18.1
scikit-learn==0.18.1
|
Update Eventyay Attendee to 0.1.1 (5) | AntiFeatures:Tracking,NonFreeNet
Categories:Internet,Connectivity
License:Apache-2.0
Web Site:https://eventyay.com/
Source Code:https://github.com/fossasia/open-event-android
Issue Tracker:https://github.com/fossasia/open-event-android/issues
Auto Name:Eventyay Attendee
Summary:Events app to checkout nearby events
Des... | AntiFeatures:Tracking,NonFreeNet
Categories:Internet,Connectivity
License:Apache-2.0
Web Site:https://eventyay.com/
Source Code:https://github.com/fossasia/open-event-android
Issue Tracker:https://github.com/fossasia/open-event-android/issues
Auto Name:Eventyay Attendee
Summary:Events app to checkout nearby events
Des... |
Disable unused result warning for amx | include(AMXConfig)
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY INCLUDE_DIRECTORIES
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/..
)
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()
add_library(amx STATIC
amx.h
amxaux.c
amxa... | include(AMXConfig)
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY INCLUDE_DIRECTORIES
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/..
)
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()
add_library(amx STATIC
amx.h
amxaux.c
... |
Update CV of Bitmask to 0.8.2 (108) | Disabled:waiting for verify
Categories:System,Internet,Security
License:GPLv3
Web Site:https://leap.se
Source Code:https://github.com/leapcode/bitmask_android/
Issue Tracker:https://leap.se/code/projects/android/issues
Auto Name:Bitmask
Summary:Provides easy and secure encrypted communication (VPN)
Description:
Bitmas... | Disabled:waiting for verify
Categories:System,Internet,Security
License:GPLv3
Web Site:https://leap.se
Source Code:https://github.com/leapcode/bitmask_android/
Issue Tracker:https://leap.se/code/projects/android/issues
Auto Name:Bitmask
Summary:Provides easy and secure encrypted communication (VPN)
Description:
Bitmas... |
Update psycopg2 from 2.7.3.2 to 2.7.4 | # Pro-tip: Try not to put anything here. Avoid dependencies in
# production that aren't in development.
-r base.txt
{% if cookiecutter.windows == 'y' -%}
# Python-PostgreSQL Database Adapter
# If using Win for dev, this assumes Unix in prod
# ------------------------------------------------
psycopg2==2.7.3.2
{%- endif... | # Pro-tip: Try not to put anything here. Avoid dependencies in
# production that aren't in development.
-r base.txt
{% if cookiecutter.windows == 'y' -%}
# Python-PostgreSQL Database Adapter
# If using Win for dev, this assumes Unix in prod
# ------------------------------------------------
psycopg2==2.7.4
{%- endif %... |
Read me and using steps | /**
* PHPPy
* @author MB Rostami
* @copyright 2013
* mb.rostami.h@gmail.com
*/
1 - Download portable python 2.7 and place all files inside "Python" folder.
{
http://portablepython.com/wiki/PortablePython2.7.5.1/
}
2 - Download UniformServer and place all files in "UniServer" folder.
{
http://www.uniformserver... |
# PHPPy
Run your php project as stand alone executable file.
Do these steps :
1 - Download portable python 2.7 and place all files inside "Python" folder.
{
[PortablePython2.7.5.1](http://portablepython.com/wiki/PortablePython2.7.5.1/)
}
2 - Download UniformServer and place all files in "UniServer" folder.
{ ... |
Update pytest from 3.0.7 to 3.1.0 | hiredis==0.2.0
flake8==3.3.0
coverage==4.4.1
pytest==3.0.7
pytest-cov==2.5.1
pytest-xdist==1.16.0
async-timeout==1.2.1
| hiredis==0.2.0
flake8==3.3.0
coverage==4.4.1
pytest==3.1.0
pytest-cov==2.5.1
pytest-xdist==1.16.0
async-timeout==1.2.1
|
Add Black as development dependency | Flask-DebugToolbar == 0.10.1
flask-shell-ipython == 0.4.1
mypy == 0.720
python-dotenv == 0.9.1
| black == 19.3b0
Flask-DebugToolbar == 0.10.1
flask-shell-ipython == 0.4.1
mypy == 0.720
python-dotenv == 0.9.1
|
Add only CXX to LANGUAGES in cmake project command | cmake_minimum_required(VERSION 3.0)
project(test)
find_package(autodiff REQUIRED)
add_executable(test main.cpp)
target_link_libraries(test autodiff::autodiff)
| cmake_minimum_required(VERSION 3.0)
project(test LANGUAGES CXX)
find_package(autodiff REQUIRED)
add_executable(test main.cpp)
target_link_libraries(test autodiff::autodiff)
|
Fix function module does not wait protobuf header generate. | file(GLOB h_files . *Op.h)
file(GLOB cpp_files . *Op.cpp)
list(APPEND h_files Function.h)
list(APPEND cpp_files Function.cpp)
list(APPEND cpp_files BufferArg.cpp)
if(WITH_GPU)
file(GLOB cu_files . *OpGpu.cu)
cuda_compile(cu_objs ${cu_files})
endif()
add_library(paddle_function STATIC ${cpp_files} ${cu_objs})... | file(GLOB h_files . *Op.h)
file(GLOB cpp_files . *Op.cpp)
list(APPEND h_files Function.h)
list(APPEND cpp_files Function.cpp)
list(APPEND cpp_files BufferArg.cpp)
if(WITH_GPU)
file(GLOB cu_files . *OpGpu.cu)
cuda_compile(cu_objs ${cu_files})
endif()
add_library(paddle_function STATIC ${cpp_files} ${cu_objs})... |
Update sphinx from 1.6.5 to 1.7.0 | sphinx==1.6.5
sphinx-rtd-theme==0.2.4
Django==2.0
-e .
| sphinx==1.7.0
sphinx-rtd-theme==0.2.4
Django==2.0
-e .
|
Update djangorestframework from 3.7.7 to 3.8.2 | django-filter==1.1.0
django-js-reverse==0.8.1
djangorestframework==3.7.7
django==1.11.11 # pyup: >=1.11,<2
six==1.11.0
colorlog==3.1.2
docopt==0.6.2
django-mptt==0.9.0
djangorestframework-csv==2.1.0
tqdm==4.19.9 # progress bars
requests==2.18.4
cherrypy==13.0.1 # Temporarily pinning this until Che... | django-filter==1.1.0
django-js-reverse==0.8.1
djangorestframework==3.8.2
django==1.11.11 # pyup: >=1.11,<2
six==1.11.0
colorlog==3.1.2
docopt==0.6.2
django-mptt==0.9.0
djangorestframework-csv==2.1.0
tqdm==4.19.9 # progress bars
requests==2.18.4
cherrypy==13.0.1 # Temporarily pinning this until Che... |
Update numpy from 1.17.1 to 1.17.2 | # General
flask==1.1.1
requests==2.22.0
beautifulsoup4==4.8.0
eventlet==0.25.1
gunicorn==19.9.0
# CSS/JS Assets
flask_assets==0.12
yuicompressor==2.4.8
# Sockets
flask_socketio==4.2.1
python_socketio==4.3.1
python_engineio==3.9.3
# Celery
celery==4.3.0
redis==3.3.8
# Octave interaction
scipy==1.3.1
numpy==1.17.1
oc... | # General
flask==1.1.1
requests==2.22.0
beautifulsoup4==4.8.0
eventlet==0.25.1
gunicorn==19.9.0
# CSS/JS Assets
flask_assets==0.12
yuicompressor==2.4.8
# Sockets
flask_socketio==4.2.1
python_socketio==4.3.1
python_engineio==3.9.3
# Celery
celery==4.3.0
redis==3.3.8
# Octave interaction
scipy==1.3.1
numpy==1.17.2
oc... |
Update sqlalchemy from 1.1.14 to 1.1.15 | sqlalchemy==1.1.14
kaptan==0.5.9
colorama==0.3.9 # Updated from 0.3.7
appdirs==1.4.3
unihan-etl==0.9.5
| sqlalchemy==1.1.15
kaptan==0.5.9
colorama==0.3.9 # Updated from 0.3.7
appdirs==1.4.3
unihan-etl==0.9.5
|
Update CV of Shader Editor to 2.0.1 (14) | Categories:Development
License:MIT
Web Site:http://markusfisch.de
Source Code:https://github.com/markusfisch/ShaderEditor
Issue Tracker:https://github.com/markusfisch/ShaderEditor/issues
Auto Name:Shader Editor
Summary:Create and edit GLSL shaders
Description:
Create and edit GLSL shaders on your Android phone or tabl... | Categories:Development
License:MIT
Web Site:http://markusfisch.de
Source Code:https://github.com/markusfisch/ShaderEditor
Issue Tracker:https://github.com/markusfisch/ShaderEditor/issues
Auto Name:Shader Editor
Summary:Create and edit GLSL shaders
Description:
Create and edit GLSL shaders on your Android phone or tabl... |
Fix the site template variable used in the email for registrants. | Welcome to PyTasks
You are just a step away from using the website.
Click on the following link
http://{site}}/accounts/activate/{{activation_key}} to activate your account.
Note that the account has to activated within {{expiration_days}} days
Regards,
PyTasks Team
| Welcome to PyTasks
You are just a step away from using the website.
Click on the following link:
http://{{ site.domain }}/accounts/activate/{{activation_key}} to activate your account.
Note that the account has to activated within {{expiration_days}} days
Regards,
PyTasks Team
|
Update CV of Ithaka Board Game to 1.1 (2) | AntiFeatures:Ads
Categories:Games
License:GPLv3
Web Site:
Source Code:https://github.com/TodorBalabanov/IthakaBoardGame
Issue Tracker:https://github.com/TodorBalabanov/IthakaBoardGame/issues
Auto Name:Ithaka Board Game
Summary:Puzzle game
Description:
Ithaka is a board game is played on a four by four square grid.
.
... | AntiFeatures:Ads
Categories:Games
License:GPLv3
Web Site:
Source Code:https://github.com/TodorBalabanov/IthakaBoardGame
Issue Tracker:https://github.com/TodorBalabanov/IthakaBoardGame/issues
Auto Name:Ithaka Board Game
Summary:Puzzle game
Description:
Ithaka is a board game is played on a four by four square grid.
.
... |
Make evmjit dependency of LLVM private | set(TARGET_NAME evmjit)
file(GLOB SOURCES "*.cpp")
file(GLOB HEADERS "*.h")
set(INTERFACE_HEADERS interface.h)
source_group("" FILES ${HEADERS})
source_group("" FILES ${SOURCES})
if (NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
# Disable rtti for Cache as LLVM has no rtti
set_source_files_properties(Cache.cpp PR... | set(TARGET_NAME evmjit)
file(GLOB SOURCES "*.cpp")
file(GLOB HEADERS "*.h")
set(INTERFACE_HEADERS interface.h)
source_group("" FILES ${HEADERS})
source_group("" FILES ${SOURCES})
if (NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
# Disable rtti for Cache as LLVM has no rtti
set_source_files_properties(Cache.cpp PR... |
Put back valgrind disable for a test which didn't belong. | # Times out too often
# crbug.com/15817
IPCSyncChannelTest.*
# Hangs
# http://crbug.com/21890
WebDropTargetTest.URL
WebDropTargetTest.Data
# Folowing tests do not pass memcheck test.
# See http://crbug.com/30393.
NSMenuItemAdditionsTest.TestMOnDifferentLayouts
# See http://crbug.com/30394.
PrefsControllerTest.GetPrefs... | # Times out too often
# crbug.com/15817
IPCSyncChannelTest.*
# Hangs
# http://crbug.com/21890
WebDropTargetTest.URL
WebDropTargetTest.Data
# Following tests do not pass memcheck test.
# See http://crbug.com/30384.
FramedBrowserWindowTest.DoesHideTitle
# See http://crbug.com/30393.
NSMenuItemAdditionsTest.TestMOnDiffer... |
Add Bio-Rad reader and TIFF writer improvements to list. | LOCI Bio-Formats things to do (either Melissa or Curtis):
PICT:
* Implement native PictReader, falling back to LegacyPictReader if necessary.
* Use new PictReader in OpenlabReader.
Leica reader:
* Recognize Leica-style TIFFs (INI-style ImageDescription tag)
* Read key/value pairs
* Parse associated LEI file reference... | LOCI Bio-Formats things to do (either Melissa or Curtis):
PICT:
* Implement native PictReader, falling back to LegacyPictReader if necessary.
* Use new PictReader in OpenlabReader.
Leica reader:
* Recognize Leica-style TIFFs (INI-style ImageDescription tag)
* Read key/value pairs
* Parse associated LEI file reference... |
Update hypothesis from 3.12.0 to 3.44.3 | autoflake==1.0
check-manifest==0.36
codecov==2.0.10 # Upload coverage data
doc8==0.8.0 # Lint docs
dodgy==0.1.9 # Look for uploaded secrets
flake8==3.5.0 # Lint
flake8-quotes==0.13.0 # Require single quotes
freezegun==0.3.9 # Freeze time in tests
hypothesis==3.12.0 # Generate test cases
isort==4.2.15 # Lint impo... | autoflake==1.0
check-manifest==0.36
codecov==2.0.10 # Upload coverage data
doc8==0.8.0 # Lint docs
dodgy==0.1.9 # Look for uploaded secrets
flake8==3.5.0 # Lint
flake8-quotes==0.13.0 # Require single quotes
freezegun==0.3.9 # Freeze time in tests
hypothesis==3.44.3 # Generate test cases
isort==4.2.15 # Lint impo... |
Bump tox from 3.20.1 to 3.21.0 | coverage==5.3
coveralls==2.2.0
pytest-cov==2.10.1
pytest==6.2.0
tox==3.20.1 | coverage==5.3
coveralls==2.2.0
pytest-cov==2.10.1
pytest==6.2.0
tox==3.21.0 |
Update CV of Pretty Good Music Player to 1.8 (9) | Categories:Multimedia
License:GPLv3
Web Site:
Source Code:https://github.com/smithdtyler/prettygoodmusicplayer
Issue Tracker:https://github.com/smithdtyler/prettygoodmusicplayer/issues
Auto Name:Pretty Good Music Player
Summary:Folder-based, no frills music player
Description:
Music player that focuses on basics: rock... | Categories:Multimedia
License:GPLv3
Web Site:
Source Code:https://github.com/smithdtyler/prettygoodmusicplayer
Issue Tracker:https://github.com/smithdtyler/prettygoodmusicplayer/issues
Auto Name:Pretty Good Music Player
Summary:Folder-based, no frills music player
Description:
Music player that focuses on basics: rock... |
Add linenumber setting to vim | execute pathogen#infect()
set t_Co=256
set background=dark
syntax enable
colorscheme molokai
set expandtab
set shiftwidth=2
set softtabstop=2
set autoindent
filetype plugin indent on
au CursorHoldI * stopinsert
set ut=10000
set laststatus=2
set encoding=utf8
let g:airline_powerline_fonts=1
set backspace=indent,eol,s... | execute pathogen#infect()
set t_Co=256
set background=dark
syntax enable
colorscheme molokai
set expandtab
set shiftwidth=2
set softtabstop=2
set autoindent
filetype plugin indent on
au CursorHoldI * stopinsert
set ut=10000
set laststatus=2
set encoding=utf8
let g:airline_powerline_fonts=1
set number
set backspace=i... |
Update pytest from 3.2.1 to 3.2.2 | -r base.txt
pytest==3.2.1
pytest-django==3.1.2
django-test-plus==1.0.18
| -r base.txt
pytest==3.2.2
pytest-django==3.1.2
django-test-plus==1.0.18
|
Update requests from 2.19.1 to 2.21.0 | aiofiles==0.3.2
aiohttp==3.3.2
beautifulsoup4==4.6.0
geopy==1.14.0
grequests==0.3.0
humanize==0.5.1
numpy==1.14.5
pandas==0.23.3
python-decouple==3.1
requests==2.19.1
serenata-toolbox # pyup: ignore
tqdm==4.23.4
| aiofiles==0.3.2
aiohttp==3.3.2
beautifulsoup4==4.6.0
geopy==1.14.0
grequests==0.3.0
humanize==0.5.1
numpy==1.14.5
pandas==0.23.3
python-decouple==3.1
requests==2.21.0
serenata-toolbox # pyup: ignore
tqdm==4.23.4
|
Update django-enumfield from 2.0.2 to 3.0 | bleach==4.1.0
Django==3.2.13 # pyup: < 3.3
django-allauth==0.50.0
django-autoslug==1.9.8
django-background-tasks==1.2.5
django-ckeditor==6.4.1
django-enumfield==2.0.2
django-filter==21.1
django-multiselectfield==0.1.12
django-widget-tweaks==1.4.12
djangorestframework==3.13.1
easy-thumbnails==2.8.1
html5lib==1.1
jsonfie... | bleach==4.1.0
Django==3.2.13 # pyup: < 3.3
django-allauth==0.50.0
django-autoslug==1.9.8
django-background-tasks==1.2.5
django-ckeditor==6.4.1
django-enumfield==3.0
django-filter==21.1
django-multiselectfield==0.1.12
django-widget-tweaks==1.4.12
djangorestframework==3.13.1
easy-thumbnails==2.8.1
html5lib==1.1
jsonfield... |
Update ufo2ft from 1.0.0 to 1.1.0 | fonttools==3.21.2
cu2qu==1.3.0
glyphsLib==2.2.1
ufo2ft==1.0.0
MutatorMath==2.1.0
defcon==0.3.5
booleanOperations==0.7.1
| fonttools==3.21.2
cu2qu==1.3.0
glyphsLib==2.2.1
ufo2ft==1.1.0
MutatorMath==2.1.0
defcon==0.3.5
booleanOperations==0.7.1
|
Fix django to 1.4, newer may not work | Django>=1.4
django-simple-rest==1.4.1
django-reversion==1.6.4
| Django==1.4.10
django-simple-rest==1.4.1
django-reversion==1.6.4
|
Update the rest-api client and requests. | selenium==3.14.0
six==1.12.0
path.py==7.2
requests==2.0.1
nose==1.3.7
Paver==1.2.4
bok-choy==0.9.0
needle==0.5.0
pycodestyle==2.5.0
pylint==1.5.5
edx-lint==0.5.1
edx-opaque-keys==0.2.1
edx-rest-api-client==1.6.0
ddt==1.1.1
mock==1.0.1
temp-mail==0.2
python-guerrillamail==0.2.0
| selenium==3.14.0
six==1.12.0
path.py==7.2
requests==2.21.0
nose==1.3.7
Paver==1.2.4
bok-choy==0.9.0
needle==0.5.0
pycodestyle==2.5.0
pylint==1.5.5
edx-lint==0.5.1
edx-opaque-keys==0.2.1
edx-rest-api-client==1.9.2
ddt==1.1.1
mock==1.0.1
temp-mail==0.2
python-guerrillamail==0.2.0
|
Update pillow requirement from ~=9.0 to ~=9.1 | #
# Common requirements for wger
#
# Application
bleach~=4.1
django-bootstrap-breadcrumbs~=0.9
django-formtools~=2.3
django-recaptcha~=3.0.0
Django~=3.2
django-crispy-forms~=1.14
django_compressor~=3.1
django_extensions~=3.1
django-storages~=1.12
easy-thumbnails~=2.8
icalendar==4.0.9
invoke~=1.7
pillow~=9.0
reportlab=... | #
# Common requirements for wger
#
# Application
bleach~=4.1
django-bootstrap-breadcrumbs~=0.9
django-formtools~=2.3
django-recaptcha~=3.0.0
Django~=3.2
django-crispy-forms~=1.14
django_compressor~=3.1
django_extensions~=3.1
django-storages~=1.12
easy-thumbnails~=2.8
icalendar==4.0.9
invoke~=1.7
pillow~=9.1
reportlab=... |
Update pytest from 3.3.1 to 3.3.2 | molecule==2.6.0
pytest==3.3.1
python-vagrant==0.5.15
testinfra==1.10.1
tox==2.9.1
| molecule==2.6.0
pytest==3.3.2
python-vagrant==0.5.15
testinfra==1.10.1
tox==2.9.1
|
Downgrade six to 1.10 to fix py3.4 CI | bleach==3.1.0
certifi==2018.11.29
chardet==3.0.4
colorama==0.3.9
coverage==4.5.1
docutils==0.14
flake8==3.6.0
flake8-isort==2.4
flake8-polyfill==1.0.2
idna==2.8
isort==4.3.4
mando==0.6.4
mccabe==0.6.1
nose==1.3.7
pkginfo==1.5.0.1
pycodestyle==2.4.0
pyflakes==2.0.0
Pygments==2.3.1
radon==2.2.0
readme-renderer==24.0
redn... | bleach==3.1.0
certifi==2018.11.29
chardet==3.0.4
colorama==0.3.9
coverage==4.5.1
docutils==0.14
flake8==3.6.0
flake8-isort==2.4
flake8-polyfill==1.0.2
idna==2.8
isort==4.3.4
mando==0.6.4
mccabe==0.6.1
nose==1.3.7
pkginfo==1.5.0.1
pycodestyle==2.4.0
pyflakes==2.0.0
Pygments==2.3.1
radon==2.2.0
readme-renderer==24.0
redn... |
Upgrade dependency requests to ==2.12.1 | BeautifulSoup==3.2.1
args==0.1.0
clint==0.5.1
gnureadline==6.3.3
pyglance>=0.3.1
requests==2.12.0
wsgiref==0.1.2
| BeautifulSoup==3.2.1
args==0.1.0
clint==0.5.1
gnureadline==6.3.3
pyglance>=0.3.1
requests==2.12.1
wsgiref==0.1.2
|
Upgrade dependency botocore to ==1.4.26 | -e .
base58==0.2.2
boto3==1.3.1 # via zappa
botocore==1.4.25 # via boto3, zappa
Django==1.9.6
docutils==0.12 # via botocore, zappa
filechunkio==1.6 # via zappa
flake8==2.5.4
futures==3.0.5 # via zappa
isort==4.2.5
jmespath==0.9.0 # via boto3, botocore, zapp... | -e .
base58==0.2.2
boto3==1.3.1 # via zappa
botocore==1.4.26 # via boto3, zappa
Django==1.9.6
docutils==0.12 # via botocore, zappa
filechunkio==1.6 # via zappa
flake8==2.5.4
futures==3.0.5 # via zappa
isort==4.2.5
jmespath==0.9.0 # via boto3, botocore, zapp... |
Update django from 1.11.5 to 1.11.6 | {% 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.30.0
{%- endif %}
# Bleeding edge Django
django==1.11.5
# Configuration
django-environ==0... | {% if cookiecutter.use_python3 == 'y' -%}
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.30.0
{%- endif %}
# Bleeding edge Django
django==1.11.6
# Configuration
django-environ==0... |
Update pytest from 3.0.0 to 3.0.1 | -r base.txt
pytest==3.0.0
pytest-django==2.9.1
| -r base.txt
pytest==3.0.1
pytest-django==2.9.1
|
Update pytest from 5.3.3 to 5.3.4 | -r requirements.txt
check-manifest==0.40
pyroma==2.6
pytest==5.3.3
pytest-mock==2.0.0
tox==3.14.3
flake8==3.7.9
twine==3.1.1
coverage==5.0.3
pytest-cov==2.8.1
Sphinx==2.3.1
sphinx-autobuild==0.7.1
sphinx-autodoc-typehints==1.10.3
redis==3.3.11
Cython==0.29.14
happybase==1.2.0 | -r requirements.txt
check-manifest==0.40
pyroma==2.6
pytest==5.3.4
pytest-mock==2.0.0
tox==3.14.3
flake8==3.7.9
twine==3.1.1
coverage==5.0.3
pytest-cov==2.8.1
Sphinx==2.3.1
sphinx-autobuild==0.7.1
sphinx-autodoc-typehints==1.10.3
redis==3.3.11
Cython==0.29.14
happybase==1.2.0 |
Update coveralls from 1.3.0 to 1.5.0 | # Runtime requirements
--requirement requirements.txt
# Postgresql database access
psycopg2==2.7.5
# Documentation
Sphinx==1.7.8
# Testing
pytest==3.7.4
pytest-cov==2.5.1
coveralls==1.3.0
# Linting
flake8==3.5.0
mccabe==0.6.1
pep8==1.7.1
pyflakes==2.0.0
| # Runtime requirements
--requirement requirements.txt
# Postgresql database access
psycopg2==2.7.5
# Documentation
Sphinx==1.7.8
# Testing
pytest==3.7.4
pytest-cov==2.5.1
coveralls==1.5.0
# Linting
flake8==3.5.0
mccabe==0.6.1
pep8==1.7.1
pyflakes==2.0.0
|
Fix requests-cache version in requirements | bumpversion==0.5.3
wheel==0.23.0
watchdog==0.8.3
flake8==2.4.1
tox==2.1.1
coverage==4.0
Sphinx==1.3.1
PyYAML==3.11
sphinx_rtd_theme==0.1.9
requests==2.9.1
twine==1.6.5
requests_cache>=1.1.9
| bumpversion==0.5.3
wheel==0.23.0
watchdog==0.8.3
flake8==2.4.1
tox==2.1.1
coverage==4.0
Sphinx==1.3.1
PyYAML==3.11
sphinx_rtd_theme==0.1.9
requests==2.9.1
twine==1.6.5
requests_cache>=0.4.12
|
Update pytest from 3.4.0 to 3.4.1 | -r requirements.txt
pytest==3.4.0
pytest-mock==1.7.0
sphinx==1.7.0 | -r requirements.txt
pytest==3.4.1
pytest-mock==1.7.0
sphinx==1.7.0 |
Update dependency pytz to v2022.4 | aiohttp>=3.7.0<=4
aiosqlite>=0.17.0<=1
aiomysql==0.1.1
discord.py>=1.7<=2.0
feedparser>=6.0<=7
flake8
html2text==2020.1.16
in-place>=0.5.0<=1
pylint
python-dateutil>=2.8.0<=3
PyMySQL==1.0.2
pytz==2022.2.1
requests>=2.27.1<=3
six>=1.16.0<=2
urllib3>=1.26.9<=2
ws4py>=0.5.1<=1
| aiohttp>=3.7.0<=4
aiosqlite>=0.17.0<=1
aiomysql==0.1.1
discord.py>=1.7<=2.0
feedparser>=6.0<=7
flake8
html2text==2020.1.16
in-place>=0.5.0<=1
pylint
python-dateutil>=2.8.0<=3
PyMySQL==1.0.2
pytz==2022.4
requests>=2.27.1<=3
six>=1.16.0<=2
urllib3>=1.26.9<=2
ws4py>=0.5.1<=1
|
Update factory-boy from 2.12.0 to 3.0.1 | -r base.txt
factory-boy==2.12.0
Faker==4.1.1
flake8==3.8.3
freezegun==0.3.15
isort==5.2.0
pytest==5.4.3
pytest-cov==2.10.0
pytest-django==3.9.0
pytest-factoryboy==2.0.3
| -r base.txt
factory-boy==3.0.1
Faker==4.1.1
flake8==3.8.3
freezegun==0.3.15
isort==5.2.0
pytest==5.4.3
pytest-cov==2.10.0
pytest-django==3.9.0
pytest-factoryboy==2.0.3
|
Update isort from 4.3.1 to 4.3.2 | # scratchdir/requirements/dev.txt
#
# Requirements for package development.
-r base.txt
bumpversion==0.5.3
mypy==0.560
pylint==1.7.5; python_version < '3.4' # pyup: ignore
pylint==1.8.2; python_version > '3.4'
bandit==1.4.0
safety==1.7.0
isort==4.2.15; (python_version > '3.0' and python_version < '3.4') # pyup: ign... | # scratchdir/requirements/dev.txt
#
# Requirements for package development.
-r base.txt
bumpversion==0.5.3
mypy==0.560
pylint==1.7.5; python_version < '3.4' # pyup: ignore
pylint==1.8.2; python_version > '3.4'
bandit==1.4.0
safety==1.7.0
isort==4.2.15; (python_version > '3.0' and python_version < '3.4') # pyup: ign... |
Update pytest from 5.2.1 to 5.2.2 | pip==19.3.1
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.8
tox==3.14.0
Sphinx==2.2.0
coverage==4.5.4
PyYAML==5.1.2
pytest==5.2.1
| pip==19.3.1
bumpversion==0.5.3
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.8
tox==3.14.0
Sphinx==2.2.0
coverage==4.5.4
PyYAML==5.1.2
pytest==5.2.2
|
Update matplotlib from 3.3.4 to 3.4.0 |
pip==21.0.1
bumpversion==0.6.0
wheel==0.36.2
watchdog==2.0.2
flake8==3.9.0
tox==3.23.0
coverage==5.5
Sphinx==3.5.3
sphinx-rtd-theme==0.5.1
cryptography==3.4.6
PyYAML==5.4.1
pytest==6.2.2
pytest-cov==2.11.1
pytest-runner==5.3.0
codecov==2.1.11
matplotlib==3.3.4
|
pip==21.0.1
bumpversion==0.6.0
wheel==0.36.2
watchdog==2.0.2
flake8==3.9.0
tox==3.23.0
coverage==5.5
Sphinx==3.5.3
sphinx-rtd-theme==0.5.1
cryptography==3.4.6
PyYAML==5.4.1
pytest==6.2.2
pytest-cov==2.11.1
pytest-runner==5.3.0
codecov==2.1.11
matplotlib==3.4.0
|
Update tox from 3.2.1 to 3.4.0 | 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==3.13
six==1.11.0
pytest==3.7.4
| pip==18.0
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.9.0
flake8==3.5.0
tox==3.4.0
coverage==4.5.1
Sphinx==1.7.8
cryptography==2.3.1
PyYAML==3.13
six==1.11.0
pytest==3.7.4
|
Update requests from 2.9.1 to 2.10.0 | 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.4
cryptography==1.4
PyYAML==3.11
pytest==2.9.2
requests==2.9.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.4
cryptography==1.4
PyYAML==3.11
pytest==2.9.2
requests==2.10.0
|
Update sphinx from 1.6.5 to 1.6.6 | pip==9.0.1
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.4.2
Sphinx==1.6.5
cryptography==2.1.4
PyYAML==3.12
pytest==3.3.2
pytest-runner==3.0
| pip==9.0.1
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.4.2
Sphinx==1.6.6
cryptography==2.1.4
PyYAML==3.12
pytest==3.3.2
pytest-runner==3.0
|
Update pip from 21.0.1 to 21.1 | pip==21.0.1
bumpversion==0.6.0
wheel==0.36.2
watchdog==2.0.3
flake8==3.9.1
tox==3.23.0
coverage==5.5
Sphinx==3.5.4
cryptography==3.4.7
PyYAML==5.4.1
| pip==21.1
bumpversion==0.6.0
wheel==0.36.2
watchdog==2.0.3
flake8==3.9.1
tox==3.23.0
coverage==5.5
Sphinx==3.5.4
cryptography==3.4.7
PyYAML==5.4.1
|
Update pytest-runner from 2.11.1 to 2.12.1 | -e .
pip>=8.1.2
bumpversion==0.5.3
wheel>=0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.2
coverage==4.4.1
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.2
pytest-runner==2.11.1
moto[server]==1.1.13
requests==2.18.4
Sphinx==1.6.1
| -e .
pip>=8.1.2
bumpversion==0.5.3
wheel>=0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.2
coverage==4.4.1
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.2
pytest-runner==2.12.1
moto[server]==1.1.13
requests==2.18.4
Sphinx==1.6.1
|
Update CV of Activity Launcher to 1.7.0 (11) | Categories:System
License:ISC
Web Site:
Source Code:https://github.com/butzist/ActivityLauncher
Issue Tracker:https://github.com/butzist/ActivityLauncher/issues
Auto Name:Activity Launcher
Summary:Create shortcuts for apps and activities
Description:
Create shortcuts for any installed app and even hidden activities to... | Categories:System
License:ISC
Web Site:
Source Code:https://github.com/butzist/ActivityLauncher
Issue Tracker:https://github.com/butzist/ActivityLauncher/issues
Auto Name:Activity Launcher
Summary:Create shortcuts for apps and activities
Description:
Create shortcuts for any installed app and even hidden activities to... |
Update rq from 0.13.0 to 1.0 | apscheduler==3.6.0
boto3==1.9.80
cached-property==1.5.1
click==6.7
flask-crossdomain==0.1
flask-sockets==0.2.1
flask==1.0.2
future==0.17.1
gevent==1.4.0
greenlet==0.4.15
gunicorn==19.9.0
localconfig==1.1.1
pexpect==4.6.0
psutil==5.6.1
psycopg2-binary==2.7.7
redis==3.2.0
requests==2.21.0
rq==0.13.0
selenium==3.141.0
six... | apscheduler==3.6.0
boto3==1.9.80
cached-property==1.5.1
click==6.7
flask-crossdomain==0.1
flask-sockets==0.2.1
flask==1.0.2
future==0.17.1
gevent==1.4.0
greenlet==0.4.15
gunicorn==19.9.0
localconfig==1.1.1
pexpect==4.6.0
psutil==5.6.1
psycopg2-binary==2.7.7
redis==3.2.0
requests==2.21.0
rq==1.0
selenium==3.141.0
six==1... |
Update pytest from 7.0.0 to 7.1.0 | -r requirements.txt
celery==5.2.2
beautifulsoup4==4.10.0
pytest==7.0.0
pytest-mock==3.7.0
pytest-xdist==2.5.0
requests-mock==1.9.3
freezegun==1.2.0
flake8==4.0.1
flake8-bugbear==22.1.11
flake8-print==4.0.0
pytest-profiling==1.7.0
snakeviz==2.1.1
isort==5.10.1
| -r requirements.txt
celery==5.2.2
beautifulsoup4==4.10.0
pytest==7.1.0
pytest-mock==3.7.0
pytest-xdist==2.5.0
requests-mock==1.9.3
freezegun==1.2.0
flake8==4.0.1
flake8-bugbear==22.1.11
flake8-print==4.0.0
pytest-profiling==1.7.0
snakeviz==2.1.1
isort==5.10.1
|
Document the move to NYC. | This is the credits file of people that have contributed to Botan. It uses
the same format as the Linux credits file. Please keep it sorted by last
name.
The fields are:
N - name
E - email
W - web URL
P - PGP fingerprint
D - description
S - meatspace location
----------
N: Matthe... | This is the credits file of people that have contributed to Botan. It uses
the same format as the Linux credits file. Please keep it sorted by last
name.
The fields are:
N - name
E - email
W - web URL
P - PGP fingerprint
D - description
S - meatspace location
----------
N: Matthe... |
Add --lecture-start and --lecture-end parameters | - 0.1.6
* Fix for udemy changes
- 0.1.5
* Some bug fixes
- 0.1.4
* Fix import error
- 0.1.3
* Use Python wget module instead of urlretrieve
* Remove dependency on bs4
* Support for downloading youtube links
* Pass cert path from requests to curl
- 0.1.2
* Use curl for downloading if available
* Fix install issue on... | -0.1.7
* Add --lecture-start and --lecture-end parameters
- 0.1.6
* Fix for udemy changes
- 0.1.5
* Some bug fixes
- 0.1.4
* Fix import error
- 0.1.3
* Use Python wget module instead of urlretrieve
* Remove dependency on bs4
* Support for downloading youtube links
* Pass cert path from requests to curl
- 0.1.2
* U... |
Update selenium from 2.53.6 to 3.0.1 | -r base.txt
django-debug-toolbar==1.6
django-extensions==1.7.4
git+https://github.com/alsoicode/django-medusa
django-sendfile==0.3.11
livereload==2.4.1
selenium==2.53.6 | -r base.txt
django-debug-toolbar==1.6
django-extensions==1.7.4
git+https://github.com/alsoicode/django-medusa
django-sendfile==0.3.11
livereload==2.4.1
selenium==3.0.1 |
Revert "Added provisional 1.0 version" | == 1.0
== 0.0.3 2008-10-11
* Proven to work with the original Prototype unittest.js
== 0.0.2 2008-10-07
* Now the root context invocation returns a Test.Runner instance
== 0.0.1 2008-10-05
* 1 major enhancement:
* Initial release
| == 0.0.3 2008-10-11
* Proven to work with the original Prototype unittest.js
== 0.0.2 2008-10-07
* Now the root context invocation returns a Test.Runner instance
== 0.0.1 2008-10-05
* 1 major enhancement:
* Initial release
|
Fix linking of the SDSL | ################################################################################
# external/wavelet_construction/sdslWT/CMakeLists.txt
#
# Copyright (C) 2018 Florian Kurpicz <florian.kurpicz@tu-dortmund.de>
#
# All rights reserved. Published under the BSD-2 license in the LICENSE file.
#################################... | ################################################################################
# external/wavelet_construction/sdslWT/CMakeLists.txt
#
# Copyright (C) 2018 Florian Kurpicz <florian.kurpicz@tu-dortmund.de>
#
# All rights reserved. Published under the BSD-2 license in the LICENSE file.
#################################... |
Update dependency pylint to v2.13.5 | flake8==4.0.1
pylint==2.13.4
pytype==2022.4.6
| flake8==4.0.1
pylint==2.13.5
pytype==2022.4.6
|
Update Calendar Notifications Plus to 1.0.3 (5) | Categories:System,Time
License:GPLv3
Web Site:
Source Code:https://github.com/quarck/CalendarNotification
Issue Tracker:https://github.com/quarck/CalendarNotification/issues
Auto Name:Calendar Notifications Plus
Summary:Advanced calendar notifications
Description:
Replace calendar notifications with advanced notificat... | Categories:System,Time
License:GPLv3
Web Site:
Source Code:https://github.com/quarck/CalendarNotification
Issue Tracker:https://github.com/quarck/CalendarNotification/issues
Auto Name:Calendar Notifications Plus
Summary:Advanced calendar notifications
Description:
Replace calendar notifications with advanced notificat... |
Update webtest from 2.0.28 to 2.0.29 | # Runtime requirements
--requirement requirements.txt
# Documentation
Sphinx==1.6.5
sphinxcontrib-httpdomain==1.5.0
pygments==2.2.0
# Linting
flake8==3.5.0
# Unit testing
pytest==3.2.3
mock==2.0.0
webtest==2.0.28
pytest-cov==2.5.1
coveralls==1.2.0
| # Runtime requirements
--requirement requirements.txt
# Documentation
Sphinx==1.6.5
sphinxcontrib-httpdomain==1.5.0
pygments==2.2.0
# Linting
flake8==3.5.0
# Unit testing
pytest==3.2.3
mock==2.0.0
webtest==2.0.29
pytest-cov==2.5.1
coveralls==1.2.0
|
Add stdc++fs library only on Unix | set(SOURCES
image_io.cpp
image_io.h
material_io.cpp
material_io.h
scene_binary_io.cpp
scene_binary_io.h
scene_io.cpp
scene_io.h
scene_test_io.cpp
scene_obj_io.cpp
file_utils.cpp
file_utils.h
)
if (BAIKAL_ENABLE_FBX)
list(APPEND SOURCES scene_fbx_io.cpp)
endif (BA... | set(SOURCES
image_io.cpp
image_io.h
material_io.cpp
material_io.h
scene_binary_io.cpp
scene_binary_io.h
scene_io.cpp
scene_io.h
scene_test_io.cpp
scene_obj_io.cpp
file_utils.cpp
file_utils.h
)
if (BAIKAL_ENABLE_FBX)
list(APPEND SOURCES scene_fbx_io.cpp)
endif (BA... |
Swap suds for zeep in RTD requirements | # This file is used on ReadTheDocs to build the
# documentation and is separate of tox.ini and setup.cfg
numpy
astropy
scipy
pandas
matplotlib
sqlalchemy
scikit-image
glymur
drms
suds-jurko
beautifulsoup4
requests
python-dateutil
ruamel.yaml
sphinx
sunpy-sphinx-theme
sphinx-gallery
sphinx-astropy
git+https://github.com... | # This file is used on ReadTheDocs to build the
# documentation and is separate of tox.ini and setup.cfg
numpy
astropy
scipy
pandas
matplotlib
sqlalchemy
scikit-image
glymur
drms
zeep
beautifulsoup4
requests
python-dateutil
ruamel.yaml
sphinx
sunpy-sphinx-theme
sphinx-gallery
sphinx-astropy
git+https://github.com/hawko... |
Update coverage from 4.1 to 4.4.2 | pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.4.2
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
|
Update coverage from 4.5 to 4.5.1 | pip==9.0.1
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5
Sphinx==1.6.7
cryptography==2.1.4
PyYAML==3.12
pytest==3.4.0
pytest-runner==3.0
| pip==9.0.1
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.6.7
cryptography==2.1.4
PyYAML==3.12
pytest==3.4.0
pytest-runner==3.0
|
Update cryptography from 2.1 to 2.1.2 | pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.0
coverage==4.4.1
Sphinx==1.6.4
cryptography==2.1
PyYAML==3.12
pytest==3.2.3
pyaudio==0.2.11
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.0
coverage==4.4.1
Sphinx==1.6.4
cryptography==2.1.2
PyYAML==3.12
pytest==3.2.3
pyaudio==0.2.11
|
Update mongomock from 3.7.0 to 3.8.0 | -r requirements.txt
-e .
marshmallow-sqlalchemy >= 0.8.0
marshmallow-peewee >= 1.0.4
peewee >= 2.8.2
mongomock==3.7.0
pymongo==3.4.0
ipdb==0.10.1
pytest==3.0.6
pytest-flask == 0.10.0
pytest-sugar==0.8.0
| -r requirements.txt
-e .
marshmallow-sqlalchemy >= 0.8.0
marshmallow-peewee >= 1.0.4
peewee >= 2.8.2
mongomock==3.8.0
pymongo==3.4.0
ipdb==0.10.1
pytest==3.0.6
pytest-flask == 0.10.0
pytest-sugar==0.8.0
|
Upgrade jsdraw input to latest version. | # Requirements for edx.org that aren't necessarily needed for Open edX.
-e git+ssh://git@github.com/jazkarta/edX-jsdraw.git@df9d048e331a642193e5aa2e03650fb84a9d715f#egg=edx-jsdraw
-e git+https://github.com/gsehub/xblock-mentoring.git@adcb490a96a98c142124c6abbb2bdf8feb511baf#egg=xblock-mentoring
| # Requirements for edx.org that aren't necessarily needed for Open edX.
-e git+ssh://git@github.com/jazkarta/edX-jsdraw.git@4d1497c034ed2afb55228b62e5ac99a0f023e5ef#egg=edx-jsdraw
-e git+https://github.com/gsehub/xblock-mentoring.git@adcb490a96a98c142124c6abbb2bdf8feb511baf#egg=xblock-mentoring
|
Update tox from 2.7.0 to 2.9.1 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
flake8_docstrings==1.1.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.0.2
PyYAML==3.12
pytest==3.1.3
pytest-runner==2.11.1
mock==2.0.0
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
flake8_docstrings==1.1.0
tox==2.9.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.0.2
PyYAML==3.12
pytest==3.1.3
pytest-runner==2.11.1
mock==2.0.0
|
Update watchdog from 2.1.8 to 2.1.9 | pip==22.1.2
bumpversion==0.6.0
wheel==0.37.1
watchdog==2.1.8
flake8==4.0.1
tox==3.24.5
coverage==6.4.1
Sphinx==5.0.0
cryptography==37.0.2
PyYAML==6.0
| pip==22.1.2
bumpversion==0.6.0
wheel==0.37.1
watchdog==2.1.9
flake8==4.0.1
tox==3.24.5
coverage==6.4.1
Sphinx==5.0.0
cryptography==37.0.2
PyYAML==6.0
|
Update sphinx from 1.6.2 to 1.6.3 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
flake8_docstrings==1.1.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.2
cryptography==1.7
PyYAML==3.11
pytest==2.9.2
pytest-runner==2.11.1
mock==2.0.0
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
flake8_docstrings==1.1.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
cryptography==1.7
PyYAML==3.11
pytest==2.9.2
pytest-runner==2.11.1
mock==2.0.0
|
Update tox from 2.8.1 to 2.8.2 | pip==9.0.1
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.1
pytest-runner==2.12.1
| pip==9.0.1
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.2
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.1
pytest-runner==2.12.1
|
Update coveralls from 1.1 to 1.2.0 | # tests
flake8==3.4.1
pydocstyle==2.0.0
mypy==0.521
vulture==0.25
bandit==1.4.0
pipdeptree==0.10.1
# coverage
codecov==2.0.9
coveralls==1.1
pytest-cov==2.5.1
# misc
GitPython==2.1.5
pandocfilters==1.4.2
pytest==3.2.1
setuptools==36.2.7
# examples
pandas==0.20.3
jupyter==1.0.0
| # tests
flake8==3.4.1
pydocstyle==2.0.0
mypy==0.521
vulture==0.25
bandit==1.4.0
pipdeptree==0.10.1
# coverage
codecov==2.0.9
coveralls==1.2.0
pytest-cov==2.5.1
# misc
GitPython==2.1.5
pandocfilters==1.4.2
pytest==3.2.1
setuptools==36.2.7
# examples
pandas==0.20.3
jupyter==1.0.0
|
Update flake8 from 3.4.1 to 3.5.0 | flake8==3.4.1
pytest==3.7.4
pytest-cov==2.5.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.1.0
xxhash==1.0.1
python-snappy==0.5.1
# pypiwin32==219
cython==0.28.5
| flake8==3.5.0
pytest==3.7.4
pytest-cov==2.5.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.1.0
xxhash==1.0.1
python-snappy==0.5.1
# pypiwin32==219
cython==0.28.5
|
Install xmlgui rc file to kxmlgui5 (requires updated ECM) | project (kwrite)
# Load the frameworks we need
find_package(KF5 REQUIRED COMPONENTS DBusAddons)
set(kwrite_KDEINIT_SRCS main.cpp kwrite.cpp)
kf5_add_kdeinit_executable(kwrite ${kwrite_KDEINIT_SRCS})
target_link_libraries(kdeinit_kwrite
KF5::TextEditor
KF5::I18n
KF5::KIOFileWidgets
KF5::DBusAddons
KF5::Icon... | project (kwrite)
# Load the frameworks we need
find_package(KF5 REQUIRED COMPONENTS DBusAddons)
set(kwrite_KDEINIT_SRCS main.cpp kwrite.cpp)
kf5_add_kdeinit_executable(kwrite ${kwrite_KDEINIT_SRCS})
target_link_libraries(kdeinit_kwrite
KF5::TextEditor
KF5::I18n
KF5::KIOFileWidgets
KF5::DBusAddons
KF5::Icon... |
Update CV of Yaaic to 1.1 (13) | Categories:Internet
License:GPLv3+
Web Site:http://www.yaaic.org
Source Code:https://github.com/pocmo/Yaaic
Issue Tracker:https://github.com/pocmo/Yaaic/issues
Changelog:https://github.com/pocmo/Yaaic/blob/HEAD/CHANGELOG
FlattrID:3412
Auto Name:Yaaic
Summary:IRC (chat) client
Description:
Yaaic (Yet Another Android IR... | Categories:Internet
License:GPLv3+
Web Site:http://www.yaaic.org
Source Code:https://github.com/pocmo/Yaaic
Issue Tracker:https://github.com/pocmo/Yaaic/issues
Changelog:https://github.com/pocmo/Yaaic/blob/HEAD/CHANGELOG
FlattrID:3412
Auto Name:Yaaic
Summary:IRC (chat) client
Description:
Yaaic (Yet Another Android IR... |
Update Forecastie to 0.4 (4) | Categories:Internet
License:GPLv3+
Web Site:https://github.com/martykan/forecastie/blob/HEAD/README.md
Source Code:https://github.com/martykan/forecastie
Issue Tracker:https://github.com/martykan/forecastie/issues
Auto Name:Forecastie
Summary:Show weather information from OpenWeatherMap
Description:
Show weather infor... | Categories:Internet
License:GPLv3+
Web Site:https://github.com/martykan/forecastie/blob/HEAD/README.md
Source Code:https://github.com/martykan/forecastie
Issue Tracker:https://github.com/martykan/forecastie/issues
Auto Name:Forecastie
Summary:Show weather information from OpenWeatherMap
Description:
Show weather infor... |
Update sphinx from 1.8.5 to 2.0.1 | autoflake==1.2
check-manifest==0.37
codecov==2.0.15 # Upload coverage data
doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
dulwich==0.19.11
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==1.0.0 # Require single quotes
flake8==3.7.7 # Lint
isort==4.3.16 # Lint imports
mypy==0.700 # Type ch... | autoflake==1.2
check-manifest==0.37
codecov==2.0.15 # Upload coverage data
doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
dulwich==0.19.11
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==1.0.0 # Require single quotes
flake8==3.7.7 # Lint
isort==4.3.16 # Lint imports
mypy==0.700 # Type ch... |
Add south and oauthlib to requirements | Django>1.4,<1.6
Sphinx==1.2b1
| Django>1.4,<1.6
Sphinx==1.2b1
South==0.7.6
oauthlib==0.4.1
|
Update codecov from 2.0.9 to 2.0.10 | aioamqp==0.10.0
aiobotocore==0.5.1
aiohttp==2.3.6
async-timeout==2.0.0
botocore==1.7.40
chardet==3.0.4
codecov==2.0.9
coverage==4.4.2
docutils==0.14
jmespath==0.9.3
multidict==3.3.2
mypy==0.550
packaging==16.8
pycodestyle==2.3.1
py==1.5.2
pyparsing==2.2.0
pytest==3.3.0
pytest-cov==2.5.1
python-dateutil==2.6.1
pytz==201... | aioamqp==0.10.0
aiobotocore==0.5.1
aiohttp==2.3.6
async-timeout==2.0.0
botocore==1.7.40
chardet==3.0.4
codecov==2.0.10
coverage==4.4.2
docutils==0.14
jmespath==0.9.3
multidict==3.3.2
mypy==0.550
packaging==16.8
pycodestyle==2.3.1
py==1.5.2
pyparsing==2.2.0
pytest==3.3.0
pytest-cov==2.5.1
python-dateutil==2.6.1
pytz==20... |
Update pyasn1-modules from 0.0.9 to 0.0.10 | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --no-annotate --output-file requirements.txt requirements.in
#
asn1crypto==0.22.0
attrs==17.2.0
automat==0.6.0
cffi==1.10.0; platform_python_implementation != 'PyPy'
constantly==15.1.0
cryptography==2.0
enum34==1.1.6
idna==2.5
incrementa... | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --no-annotate --output-file requirements.txt requirements.in
#
asn1crypto==0.22.0
attrs==17.2.0
automat==0.6.0
cffi==1.10.0; platform_python_implementation != 'PyPy'
constantly==15.1.0
cryptography==2.0
enum34==1.1.6
idna==2.5
incrementa... |
Update varsnap package to 1.0.1 | # Core packages
python-dotenv==0.10.3 # Read environment variables from .env
Flask==1.1.1 # Web microframework
uWSGI==2.0.18 # Application server
syspath==1.1.0 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency... | # Core packages
python-dotenv==0.10.3 # Read environment variables from .env
Flask==1.1.1 # Web microframework
uWSGI==2.0.18 # Application server
syspath==1.1.0 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency... |
Update python-twitch-client from 0.3.0 to 0.3.1 | certifi==2017.7.27.1
chardet==3.0.4
Django==1.11.6
djangorestframework==3.7.1
gunicorn==19.7.1
idna==2.6
psycopg2==2.7.3.2
python-twitch-client==0.3.0
pytz==2017.2
requests==2.18.4
six==1.11.0
urllib3==1.22
| certifi==2017.7.27.1
chardet==3.0.4
Django==1.11.6
djangorestframework==3.7.1
gunicorn==19.7.1
idna==2.6
psycopg2==2.7.3.2
python-twitch-client==0.3.1
pytz==2017.2
requests==2.18.4
six==1.11.0
urllib3==1.22
|
Update syspath package to 2.0.1 | # Core packages
python-dotenv==0.13.0 # Read environment variables from .env
Flask==1.1.2 # Web microframework
uWSGI==2.0.19 # Application server
syspath==2.0.0 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency... | # Core packages
python-dotenv==0.13.0 # Read environment variables from .env
Flask==1.1.2 # Web microframework
uWSGI==2.0.19 # Application server
syspath==2.0.1 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency... |
Add draft for future pkgdb api | typedef enum { PKG_CACHE, PKG_PORT, PKG_PACKAGE, PKG_REMOTE } pkg_t;
struct pkg {
const char *namever;
const char *name;
const char *version;
const char *origin;
const char *comment;
const char *desc;
const char *{pre|post}-{install|deinstall|upgrade};
pkg_t type;
/* errors ? */
/* Draft, extra info for each... | |
Update apscheduler from 3.3.0 to 3.3.1 | APScheduler==3.3.0
click==6.6
future==0.16.0
localconfig==0.4.2
pexpect==4.2.1
psiturk-dallinger==3.1.4
psycopg2==2.6.2
redis==2.10.5
rq==0.7.1
SQLAlchemy==1.1.4
| APScheduler==3.3.1
click==6.6
future==0.16.0
localconfig==0.4.2
pexpect==4.2.1
psiturk-dallinger==3.1.4
psycopg2==2.6.2
redis==2.10.5
rq==0.7.1
SQLAlchemy==1.1.4
|
Update mypy package to 0.982 | # Testing
coverage==6.5.0 # Test coverage
flake8==5.0.4 # Python linting
# Types
mypy==0.942 # Static typing
types-requests==2.27.16 # Type stubs for requests package
types-setuptools==57.4.11 # Type stubs for setuptools package
| # Testing
coverage==6.5.0 # Test coverage
flake8==5.0.4 # Python linting
# Types
mypy==0.982 # Static typing
types-requests==2.27.16 # Type stubs for requests package
types-setuptools==57.4.11 # Type stubs for setuptools package
|
Update djangorestframework from 3.10.2 to 3.10.3 | Django==2.2.4
six==1.12.0
sqlparse==0.3.0
# Whitenoise: Staticfile hosting
whitenoise==4.1.3
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.1.0
django-taggit-helpers... | Django==2.2.4
six==1.12.0
sqlparse==0.3.0
# Whitenoise: Staticfile hosting
whitenoise==4.1.3
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.1.0
django-taggit-helpers... |
Update all engineio components to latest versions | # General
flask==0.12.2
requests==2.18.4
beautifulsoup4==4.6.0
eventlet==0.20.0
# CSS/JS Assets
flask_assets==0.12
cssmin
jsmin
# Sockets
flask_socketio==2.9.2
python-engineio==1.7.0
python-socketio==1.8.0
# Celery
celery==3.1.23
redis==2.10.6
# Octave interaction
scipy==0.17.1
-e git://github.com/suever/oct2py.git... | # General
flask==0.12.2
requests==2.18.4
beautifulsoup4==4.6.0
eventlet==0.20.0
# CSS/JS Assets
flask_assets==0.12
cssmin
jsmin
# Sockets
flask_socketio==2.9.3
python-engineio==2.0.1
python-socketio==1.8.4
# Celery
celery==3.1.23
redis==2.10.6
# Octave interaction
scipy==0.17.1
-e git://github.com/suever/oct2py.git... |
Update lxml from 4.5.0 to 4.5.1 | dj-database-url==0.5.0
django-apiblueprint-view==2.3.0
django-basicauth==0.5.2
django-extensions==2.2.9
django-localflavor==3.0.1
django-markdown-deux==1.0.5
django==2.2.12 # pyup: >=2.2,<3.0
djangorestframework==3.11.0
djangorestframework-gis==0.15
django-cors-headers==3.3.0
fastkml==0.11
rapidfuzz==0.5.0
lxml==4.5.0... | dj-database-url==0.5.0
django-apiblueprint-view==2.3.0
django-basicauth==0.5.2
django-extensions==2.2.9
django-localflavor==3.0.1
django-markdown-deux==1.0.5
django==2.2.12 # pyup: >=2.2,<3.0
djangorestframework==3.11.0
djangorestframework-gis==0.15
django-cors-headers==3.3.0
fastkml==0.11
rapidfuzz==0.5.0
lxml==4.5.1... |
Set NeutronClient requirement explicitly for GBP UI | # 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.
# Order matters to the pip dependency resolver, so sorting this file
# changes how packages are installed. Ne... | # 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.
# Order matters to the pip dependency resolver, so sorting this file
# changes how packages are installed. Ne... |
Update CV of Nyan to 2.0.1 (11) | AntiFeatures:NonFreeAssets
Categories:Theming
License:CC-BY-NC-3.0
Web Site:
Source Code:https://github.com/powerje/NyanDroid
Issue Tracker:https://github.com/powerje/NyanDroid/issues
Auto Name:Nyan
Summary:8-bit wallpaper
Description:
Endless, flying-pop-tart-cat-alike wallpaper, with options and a standalone,
musica... | AntiFeatures:NonFreeAssets
Categories:Theming
License:CC-BY-NC-3.0
Web Site:
Source Code:https://github.com/powerje/NyanDroid
Issue Tracker:https://github.com/powerje/NyanDroid/issues
Auto Name:Nyan
Summary:8-bit wallpaper
Description:
Endless, flying-pop-tart-cat-alike wallpaper, with options and a standalone,
musica... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.