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
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.1
# Requests
requests==2.18.3
| # 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
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.1
# Requests
requests==2.18.3
|
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
Description:
Discover upcoming events near you and get personalized recommendations.
.
Repo Type:git
Repo:https://github.com/fossasia/open-event-android
Build:0.0.1a,1
commit=v0.0.1a
subdir=app
gradle=fdroid
Build:0.0.2a,2
commit=v0.0.2a
subdir=app
gradle=fdroid
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.0.2a
Current Version Code:2
| 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
Description:
Discover upcoming events near you and get personalized recommendations.
.
Repo Type:git
Repo:https://github.com/fossasia/open-event-android
Build:0.0.1a,1
commit=v0.0.1a
subdir=app
gradle=fdroid
Build:0.0.2a,2
commit=v0.0.2a
subdir=app
gradle=fdroid
Build:0.1.1,5
commit=v0.1.1
subdir=app
gradle=fdroid
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.1.1
Current Version Code:5
|
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
amxaux.h
amxdbg.c
amxdbg.h
getch.h
osdefs.h
sclinux.h
)
| 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
amxaux.h
amxdbg.c
amxdbg.h
getch.h
osdefs.h
sclinux.h
)
if(CMAKE_COMPILER_IS_GNUCC)
set_property(TARGET amx APPEND_STRING PROPERTY COMPILE_FLAGS
" -Wno-unused-result")
endif()
|
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:
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.8.1
Current Version Code:107
| 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.8.2
Current Version Code:108
|
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 %}
# WSGI Handler
# ------------------------------------------------
gevent==1.2.2
gunicorn==19.7.1
| # 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 %}
# WSGI Handler
# ------------------------------------------------
gevent==1.2.2
gunicorn==19.7.1
|
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.com/
}
3 - Download cefpython and extract all files to "UniServer/cefpython" folder.
{
http://cefpython.googlecode.com/files/cefpython1-27.0-win32-portable.zip
}
4 - Add default-httpd.conf to UniServer/usr/local/apache2/conf folder and change setting if you need.
5 - Add php-sample.ini to UniServer/usr/local/php folder and change setting if you need.
6 - Add my-sample.ini to UniServer/usr/local/mysql folder and change setting if you need.
7 - Copy localhost.pyw and phpmyadmin.pyw to /UniServer/cefpython folder.
8 - Copy your PHP project files inside "UniServer/www" folder.
Now if you run phpmyadmin.pyw with PythonW-Portable.exe you can access to phpmyadmin .
At least duble click on Start.bat.
If you need to change default URL you should modify "localhost.pyw" and "phpmyadmin.pyw". |
# 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.
{
[uniformserver](http://www.uniformserver.com/)
}
3 - Download cefpython and extract all files to "UniServer/cefpython" folder.
{
[cefpython1-27.0-win32-portable](http://cefpython.googlecode.com/files/cefpython1-27.0-win32-portable.zip)
}
4 - Move default-httpd.conf to UniServer/usr/local/apache2/conf folder and change setting if you need.
5 - Move php-sample.ini to UniServer/usr/local/php folder and change setting if you need.
6 - Move my-sample.ini to UniServer/usr/local/mysql folder and change setting if you need.
7 - Move and replace localhost.pyw and phpmyadmin.pyw to /UniServer/cefpython folder.
8 - Copy your PHP project files inside "UniServer/www" folder.
Now if you run phpmyadmin.pyw with PythonW-Portable.exe you can access to phpmyadmin .
At least duble click on Start.bat.
If you need to change default URL you should modify "localhost.pyw" and "phpmyadmin.pyw". |
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})
add_dependencies(paddle_function ${external_project_dependencies})
if(WITH_GPU)
if(WITH_TESTING)
# TODO:
# file(GLOB test_files . *OpTest.cpp)
# add_executable(${test_bin} EXCLUDE_FROM_ALL ${test_files})
add_simple_unittest(CrossMapNormalOpTest)
add_simple_unittest(TensorShapeTest)
add_simple_unittest(TensorTypeTest)
add_simple_unittest(BufferArgTest)
add_simple_unittest(FunctionTest)
add_simple_unittest(ContextProjectionOpTest)
add_simple_unittest(PadOpTest)
add_simple_unittest(MulOpTest)
add_simple_unittest(CosSimOpTest)
endif()
endif()
add_style_check_target(paddle_function ${h_files})
add_style_check_target(paddle_function ${cpp_files})
if(WITH_GPU)
add_style_check_target(paddle_function ${cu_files})
endif()
| 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})
add_dependencies(paddle_function ${external_project_dependencies})
add_dependencies(paddle_function gen_proto_cpp)
if(WITH_GPU)
if(WITH_TESTING)
# TODO:
# file(GLOB test_files . *OpTest.cpp)
# add_executable(${test_bin} EXCLUDE_FROM_ALL ${test_files})
add_simple_unittest(CrossMapNormalOpTest)
add_simple_unittest(TensorShapeTest)
add_simple_unittest(TensorTypeTest)
add_simple_unittest(BufferArgTest)
add_simple_unittest(FunctionTest)
add_simple_unittest(ContextProjectionOpTest)
add_simple_unittest(PadOpTest)
add_simple_unittest(MulOpTest)
add_simple_unittest(CosSimOpTest)
endif()
endif()
add_style_check_target(paddle_function ${h_files})
add_style_check_target(paddle_function ${cpp_files})
if(WITH_GPU)
add_style_check_target(paddle_function ${cu_files})
endif()
|
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 CherryPy stops depending on namespaced package, see #2971 # pyup: <13.1.0
iceqube==0.0.4
porter2stemmer==1.0
unicodecsv==0.14.1
metafone==0.5
le-utils==0.1.9
kolibri_exercise_perseus_plugin==0.9.2
jsonfield==2.0.2
morango==0.2.4
requests-toolbelt==0.8.0
clint==0.5.1
tzlocal==1.5.1
pytz==2018.3
python-dateutil==2.7.2
ifcfg==0.14
sqlalchemy==1.2.6
user-agents==1.1.0
| 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 CherryPy stops depending on namespaced package, see #2971 # pyup: <13.1.0
iceqube==0.0.4
porter2stemmer==1.0
unicodecsv==0.14.1
metafone==0.5
le-utils==0.1.9
kolibri_exercise_perseus_plugin==0.9.2
jsonfield==2.0.2
morango==0.2.4
requests-toolbelt==0.8.0
clint==0.5.1
tzlocal==1.5.1
pytz==2018.3
python-dateutil==2.7.2
ifcfg==0.14
sqlalchemy==1.2.6
user-agents==1.1.0
|
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
octave-kernel==0.31.0
ipython==7.8.0 # pyup: ignore
# Octave packages
sympy==1.4
# Database
SQLAlchemy==1.3.8
Flask-SQLAlchemy==2.4.0
# App management
Flask-Migrate==2.5.2
Flask-Script==2.0.6
honcho==1.0.1
-e git://github.com/benwilber/honcho-export-systemd.git@27c5ec16#egg=honcho-export-systemd
# Forms
flask_wtf==0.14.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.2
octave-kernel==0.31.0
ipython==7.8.0 # pyup: ignore
# Octave packages
sympy==1.4
# Database
SQLAlchemy==1.3.8
Flask-SQLAlchemy==2.4.0
# App management
Flask-Migrate==2.5.2
Flask-Script==2.0.6
honcho==1.0.1
-e git://github.com/benwilber/honcho-export-systemd.git@27c5ec16#egg=honcho-export-systemd
# Forms
flask_wtf==0.14.2
|
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 tablet and use them as
live wallpaper.
.
Repo Type:git
Repo:https://github.com/markusfisch/ShaderEditor.git
Build:1.6.3,12
commit=1.6.3
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.6.3
Current Version Code:12
| 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 tablet and use them as
live wallpaper.
.
Repo Type:git
Repo:https://github.com/markusfisch/ShaderEditor.git
Build:1.6.3,12
commit=1.6.3
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.0.1
Current Version Code:14
|
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.
.
Repo Type:git
Repo:https://github.com/TodorBalabanov/IthakaBoardGame
Build:1.0,1
commit=2b57b0a94179bfea1ba2cb6ede9c49dc2d0e4050
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:1
| 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.
.
Repo Type:git
Repo:https://github.com/TodorBalabanov/IthakaBoardGame
Build:1.0,1
commit=2b57b0a94179bfea1ba2cb6ede9c49dc2d0e4050
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.1
Current Version Code:2
|
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 PROPERTIES COMPILE_FLAGS -fno-rtti)
endif()
add_library(${TARGET_NAME} SHARED ${SOURCES} ${HEADERS})
set_property(TARGET ${TARGET_NAME} PROPERTY FOLDER "libs")
include_directories(${LLVM_INCLUDE_DIRS})
include_directories(${Boost_INCLUDE_DIRS})
target_link_libraries(${TARGET_NAME} ${LLVM_LIBS})
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")
install(TARGETS ${TARGET_NAME} LIBRARY DESTINATION lib)
install(FILES ${INTERFACE_HEADERS} DESTINATION include/${TARGET_NAME})
| 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 PROPERTIES COMPILE_FLAGS -fno-rtti)
endif()
add_library(${TARGET_NAME} SHARED ${SOURCES} ${HEADERS})
set_property(TARGET ${TARGET_NAME} PROPERTY FOLDER "libs")
include_directories(${LLVM_INCLUDE_DIRS})
include_directories(${Boost_INCLUDE_DIRS})
target_link_libraries(${TARGET_NAME} PRIVATE ${LLVM_LIBS})
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")
install(TARGETS ${TARGET_NAME} LIBRARY DESTINATION lib)
install(FILES ${INTERFACE_HEADERS} DESTINATION include/${TARGET_NAME})
|
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.GetPrefsViewForPage
PrefsControllerTest.GetToolbarItemForPage
PrefsControllerTest.ShowAndClose
PrefsControllerTest.SwitchToPage
| # 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.TestMOnDifferentLayouts
# See http://crbug.com/30394.
PrefsControllerTest.GetPrefsViewForPage
PrefsControllerTest.GetToolbarItemForPage
PrefsControllerTest.ShowAndClose
PrefsControllerTest.SwitchToPage
|
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 referenced within TIFF comment
Fluoview reader:
* Read key/value pairs in ImageDescription
Support RGB output in writers:
* AVI
* QuickTime
QuickTime:
* jpeg codec
* rle codec
* svq3 codec (lower priority)
Implement readers for other file formats:
* Amersham Biosciences GEL
* Fluoview FV1000 (OIB/OIF)
* DICOM
* Anything else listed online: http://www.loci.wisc.edu/visbio/formats.html
Adapt VisBio to take advantage of LOCI Bio-Formats package.
Eventually (later) implement an alternative method for pixel extraction, other
than the BufferedImage one (such "byte[] openBytes(String, int)" in addition to
"BufferedImage openImage(String, int)"), for use with OMERO.
| 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 referenced within TIFF comment
Fluoview reader:
* Read key/value pairs in ImageDescription
Bio-Rad reader:
* Parse extended notes more thoroughly (e.g., AXIS_2, AXIS_3, AXIS_4)
TIFF writer:
* Make writer work with alternate DataBuffer/SampleModel configurations
Support RGB output in writers:
* AVI
* QuickTime
QuickTime:
* jpeg codec
* rle codec
* svq3 codec (lower priority)
Implement readers for other file formats:
* Amersham Biosciences GEL
* Fluoview FV1000 (OIB/OIF)
* DICOM
* Anything else listed online: http://www.loci.wisc.edu/visbio/formats.html
Adapt VisBio to take advantage of LOCI Bio-Formats package.
Eventually (later) implement an alternative method for pixel extraction, other
than the BufferedImage one (such "byte[] openBytes(String, int)" in addition to
"BufferedImage openImage(String, int)"), for use with OMERO.
|
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 imports
mypy==0.560 # Type checking
pip_check_reqs==2.0.1
pydocstyle==2.0.0 # Lint docstrings
pyenchant==1.6.8 # Bindings for a spellchecking sytem
pylint==1.8.1 # Lint
pyroma==2.2 # Packaging best practices checker
pytest-cov==2.5.1 # Measure code coverage
pytest-envfiles==0.1.0 # Use files for environment variables for tests
pytest==3.1.3 # Test runners
retrying==1.3.3 # Retry flaky tests
sphinx==1.6.3 # Build documentation
sphinx-rtd-theme==0.2.4 # Theme for documentation
timeout-decorator==0.3.3 # Decorate functions to time out.
vulture==0.26
yapf==0.20.0 # Automatic formatting for Python
| 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 imports
mypy==0.560 # Type checking
pip_check_reqs==2.0.1
pydocstyle==2.0.0 # Lint docstrings
pyenchant==1.6.8 # Bindings for a spellchecking sytem
pylint==1.8.1 # Lint
pyroma==2.2 # Packaging best practices checker
pytest-cov==2.5.1 # Measure code coverage
pytest-envfiles==0.1.0 # Use files for environment variables for tests
pytest==3.1.3 # Test runners
retrying==1.3.3 # Retry flaky tests
sphinx==1.6.3 # Build documentation
sphinx-rtd-theme==0.2.4 # Theme for documentation
timeout-decorator==0.3.3 # Decorate functions to time out.
vulture==0.26
yapf==0.20.0 # Automatic formatting for Python
|
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 solid music playing.
.
Repo Type:git
Repo:https://github.com/smithdtyler/prettygoodmusicplayer
Build:1.5,6
commit=dfacc406ea1a62ab75455d9b46de717cf24048ee
rm=libs/*
extlibs=android/android-support-v4.jar,android/android-support-v13.jar
Build:1.6,7
commit=e970aae43a568e1cbb83ab3ef91162ae9445b680
rm=libs/*
extlibs=android/android-support-v4.jar,android/android-support-v13.jar
Build:1.7,8
commit=af4f4ce6067f813115c3f7ab418e376131ff61bd
disable=missing ressources
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.7
Current Version Code:8
| 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 solid music playing.
.
Repo Type:git
Repo:https://github.com/smithdtyler/prettygoodmusicplayer
Build:1.5,6
commit=dfacc406ea1a62ab75455d9b46de717cf24048ee
rm=libs/*
extlibs=android/android-support-v4.jar,android/android-support-v13.jar
Build:1.6,7
commit=e970aae43a568e1cbb83ab3ef91162ae9445b680
rm=libs/*
extlibs=android/android-support-v4.jar,android/android-support-v13.jar
Build:1.7,8
disable=missing ressources
commit=af4f4ce6067f813115c3f7ab418e376131ff61bd
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.8
Current Version Code:9
|
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,start
syntax on
nmap <F8> :TagbarToggle<CR>
| 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=indent,eol,start
syntax on
nmap <F8> :TagbarToggle<CR>
|
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
jsonfield==3.1.0
python-dateutil==2.8.2
python-magic==0.4.25
rules==3.3
XlsxWriter==3.0.3
| 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==3.1.0
python-dateutil==2.8.2
python-magic==0.4.25
rules==3.3
XlsxWriter==3.0.3
|
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==3.6.9
requests==2.27.1
# AWS
#boto3
# REST API
django-cors-headers>=3.0
django-filter==21.1
djangorestframework~=3.13
# Not used anymore, but needed because some modules are imported in DB migration
# files
django-sortedm2m~=3.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.1
reportlab==3.6.9
requests==2.27.1
# AWS
#boto3
# REST API
django-cors-headers>=3.0
django-filter==21.1
djangorestframework~=3.13
# Not used anymore, but needed because some modules are imported in DB migration
# files
django-sortedm2m~=3.1
|
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
rednose==1.3.0
requests==2.21.0
requests-toolbelt==0.9.1
six==1.11.0
termstyle==0.1.11
testfixtures==5.4.0
tqdm==4.31.1
twine==1.13.0
urllib3==1.24.1
webencodings==0.5.1
| 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
rednose==1.3.0
requests==2.21.0
requests-toolbelt==0.9.1
six==1.10.0
termstyle==0.1.11
testfixtures==5.4.0
tqdm==4.31.1
twine==1.13.0
urllib3==1.24.1
webencodings==0.5.1
|
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, zappa
lambda-packages==0.5.0 # via zappa
mccabe==0.5.0 # via flake8
nose==1.3.7 # via zappa
pep257==0.7.0
pep8-naming==0.3.3
pep8==1.7.0 # via flake8
placebo==0.8.1 # via zappa
pyflakes==1.2.3 # via flake8
python-dateutil==2.5.3 # via botocore, zappa
requests==2.10.0 # via zappa
six==1.10.0 # via python-dateutil, zappa
tqdm==4.7.4 # via zappa
wheel==0.29.0 # via zappa
wsgi-request-logger==0.4.5 # via zappa
zappa==0.18.1
| -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, zappa
lambda-packages==0.5.0 # via zappa
mccabe==0.5.0 # via flake8
nose==1.3.7 # via zappa
pep257==0.7.0
pep8-naming==0.3.3
pep8==1.7.0 # via flake8
placebo==0.8.1 # via zappa
pyflakes==1.2.3 # via flake8
python-dateutil==2.5.3 # via botocore, zappa
requests==2.10.0 # via zappa
six==1.10.0 # via python-dateutil, zappa
tqdm==4.7.4 # via zappa
wheel==0.29.0 # via zappa
wsgi-request-logger==0.4.5 # via zappa
zappa==0.18.1
|
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.4.4
# Models
django-model-utils==3.0.0
# Images
Pillow==4.3.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.3.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.30.0
{%- endif %}
# Bleeding edge Django
django==1.11.6
# Configuration
django-environ==0.4.4
# Models
django-model-utils==3.0.0
# Images
Pillow==4.3.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.3.1
{%- endif %}
# Time zones support
pytz==2017.2
# Redis support
django-redis==4.8.0
redis>=2.10.5
# Your custom requirements go here
|
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: ignore
isort==4.3.1; (python_version > '2.7' and python_version < '3.0') or python_version > '3.4'
| # 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: ignore
isort==4.3.2; (python_version > '2.7' and python_version < '3.0') or python_version > '3.4'
|
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 launch them
with ease.
.
Repo Type:git
Repo:https://github.com/butzist/ActivityLauncher.git
Build:1.5.1,9
commit=acd5afbb8da76b87b31d9f1b804b2d6f56078767
extlibs=android/android-support-v4.jar
target=android-19
Build:1.6.1,10
commit=10908d287353c3b3d9ec826d9bf0992f19572cd1
subdir=ActivityLauncherApp
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.6.1
Current Version Code:10
| 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 launch them
with ease.
.
Repo Type:git
Repo:https://github.com/butzist/ActivityLauncher.git
Build:1.5.1,9
commit=acd5afbb8da76b87b31d9f1b804b2d6f56078767
extlibs=android/android-support-v4.jar
target=android-19
Build:1.6.1,10
commit=10908d287353c3b3d9ec826d9bf0992f19572cd1
subdir=ActivityLauncherApp
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.7.0
Current Version Code:11
|
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==1.12.0
sqlalchemy-postgres-copy==0.5.0
sqlalchemy==1.3.1
tabulate==0.8.3
ua-parser==0.8.0
user-agents==1.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==1.0
selenium==3.141.0
six==1.12.0
sqlalchemy-postgres-copy==0.5.0
sqlalchemy==1.3.1
tabulate==0.8.3
ua-parser==0.8.0
user-agents==1.1.0
|
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: Matthew Gregan
D: Binary file I/O support, allocator fixes
N: Hany Greiss
D: Windows porting
N: Matt Johnston
D: Allocator fixes and optimizations, decompressor fixes
N: Peter J. Jones
E: pjones@pmade.org
D: Bzip2 compression module
S: Colorado, USA
N: Justin Karneges
D: The Qt-related modules, X.509 API design
N: Jack Lloyd
E: lloyd@randombit.net
W: http://www.randombit.net/
P: 3F69 2E64 6D92 3BBE E7AE 9258 5C0F 96E8 4EC1 6D6B
D: Original author
S: Washington DC, USA
N: Luca Piccarreta
E: luca.piccarreta@gmail.com
D: MS Windows mutex module, x86/amd64 assembler
S: Italy
| 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: Matthew Gregan
D: Binary file I/O support, allocator fixes
N: Hany Greiss
D: Windows porting
N: Matt Johnston
D: Allocator fixes and optimizations, decompressor fixes
N: Peter J. Jones
E: pjones@pmade.org
D: Bzip2 compression module
S: Colorado, USA
N: Justin Karneges
D: The Qt-related modules, X.509 API design
N: Jack Lloyd
E: lloyd@randombit.net
W: http://www.randombit.net/
P: 3F69 2E64 6D92 3BBE E7AE 9258 5C0F 96E8 4EC1 6D6B
D: Original author
S: New York, NY
N: Luca Piccarreta
E: luca.piccarreta@gmail.com
D: MS Windows mutex module, x86/amd64 assembler
S: Italy
|
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 Windows
- 0.1.1
* Fix permissions on root user install
* Fix for detecting course id properly
* Prefer setuptools to distutils
- 0.1.0
* Initial release for upload on PyPi
| -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
* Use curl for downloading if available
* Fix install issue on Windows
- 0.1.1
* Fix permissions on root user install
* Fix for detecting course id properly
* Prefer setuptools to distutils
- 0.1.0
* Initial release for upload on PyPi
|
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.
################################################################################
add_executable(sdslWT
WT.cpp
WTTime.cpp)
target_link_libraries(sdslWT tlx_command_line ${SDSL})
# if(ENABLE_MALLOC_COUNT)
# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ansi")
# target_sources(sdslWT PUBLIC ${PROJECT_SOURCE_DIR}/src/malloc_count)
# target_compile_definitions(sdslWT PUBLIC MALLOC_COUNT)
# target_include_directories(sdslWT PUBLIC
# $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
# $<INSTALL_INTERFACE:${PROJECT_SOURCE_DIR}/include>
# )
# endif(ENABLE_MALLOC_COUNT)
find_package(SDSL REQUIRED)
target_include_directories(sdslWT PUBLIC
${SDSL_INCLUDE_DIRS}
$<BUILD_INTERFACE:${CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:${CURRENT_SOURCE_DIR}>
)
################################################################################
| ################################################################################
# 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.
################################################################################
find_package(SDSL REQUIRED)
add_executable(sdslWT
WT.cpp
WTTime.cpp)
target_link_libraries(sdslWT tlx_command_line ${SDSL})
target_include_directories(sdslWT PUBLIC
${SDSL_INCLUDE_DIRS}
$<BUILD_INTERFACE:${CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:${CURRENT_SOURCE_DIR}>
)
################################################################################
|
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 notifications, allowing custom
snooze times and reboot notifications persistence. The app is focusing on making
its functionality as transparent as possible, notification would behave in the
same way as stock calendar notifications. All calendar applications should be
handled correctly in theory.
.
Repo Type:git
Repo:https://github.com/quarck/CalendarNotification
Build:1.0.1,2
commit=ed8f05c87f90e982885e9198999edb7fbe92612e
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.0.1
Current Version Code:2
| 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 notifications, allowing custom
snooze times and reboot notifications persistence. The app is focusing on making
its functionality as transparent as possible, notification would behave in the
same way as stock calendar notifications. All calendar applications should be
handled correctly in theory.
.
Repo Type:git
Repo:https://github.com/quarck/CalendarNotification
Build:1.0.1,2
commit=ed8f05c87f90e982885e9198999edb7fbe92612e
subdir=app
gradle=yes
Build:1.0.3,5
commit=Release_1.0.3
subdir=app
gradle=yes
Auto Update Mode:Version Release_%v
Update Check Mode:Tags ^Release
Current Version:1.0.3
Current Version Code:5
|
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 (BAIKAL_ENABLE_FBX)
add_library(BaikalIO SHARED ${SOURCES})
target_compile_definitions(BaikalIO PRIVATE BAIKAL_EXPORT_API)
target_compile_features(BaikalIO PRIVATE cxx_std_14)
target_link_libraries(BaikalIO PUBLIC Baikal OpenImageIO::OpenImageIO stdc++fs)
target_include_directories(BaikalIO PUBLIC "${Baikal_SOURCE_DIR}/BaikalIO" "${Baikal_SOURCE_DIR}/3rdparty/tinyobjloader/include")
if (BAIKAL_ENABLE_FBX)
target_link_libraries(BaikalIO PUBLIC fbxsdk::fbxsdk)
endif (BAIKAL_ENABLE_FBX)
if (WIN32)
install(TARGETS BaikalIO RUNTIME DESTINATION bin)
else ()
install(TARGETS BaikalIO LIBRARY DESTINATION lib)
endif ()
| 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 (BAIKAL_ENABLE_FBX)
add_library(BaikalIO SHARED ${SOURCES})
target_compile_definitions(BaikalIO PRIVATE BAIKAL_EXPORT_API)
target_compile_features(BaikalIO PRIVATE cxx_std_14)
target_link_libraries(BaikalIO PUBLIC Baikal OpenImageIO::OpenImageIO)
if (UNIX)
target_link_libraries(BaikalIO PUBLIC stdc++fs)
endif ()
target_include_directories(BaikalIO PUBLIC "${Baikal_SOURCE_DIR}/BaikalIO" "${Baikal_SOURCE_DIR}/3rdparty/tinyobjloader/include")
if (BAIKAL_ENABLE_FBX)
target_link_libraries(BaikalIO PUBLIC fbxsdk::fbxsdk)
endif (BAIKAL_ENABLE_FBX)
if (WIN32)
install(TARGETS BaikalIO RUNTIME DESTINATION bin)
else ()
install(TARGETS BaikalIO LIBRARY DESTINATION lib)
endif ()
|
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/hawkowl/towncrier
| # 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/hawkowl/towncrier
|
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::IconThemes
)
install(TARGETS kwrite ${INSTALL_TARGETS_DEFAULT_ARGS})
install(TARGETS kdeinit_kwrite ${INSTALL_TARGETS_DEFAULT_ARGS})
install(PROGRAMS org.kde.kwrite.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
install(FILES kwriteui.rc DESTINATION ${DATA_INSTALL_DIR}/kwrite)
| 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::IconThemes
)
install(TARGETS kwrite ${INSTALL_TARGETS_DEFAULT_ARGS})
install(TARGETS kdeinit_kwrite ${INSTALL_TARGETS_DEFAULT_ARGS})
install(PROGRAMS org.kde.kwrite.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
install(FILES kwriteui.rc DESTINATION ${KXMLGUI_INSTALL_DIR}/kwrite)
|
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 IRC Client) is an Internet Relay Chat (IRC) client.
.
Repo Type:git
Repo:https://github.com/pocmo/Yaaic.git
# Last binary version...
# Build Version:0.6.1,8,4d04ca810df9f859d8e5,subdir=application,init=rm -f build.properties
Build:0.7,9
commit=v0.7
subdir=application
init=rm -f build.properties
Build:0.8,10
commit=v0.8
subdir=application
init=rm -f build.properties
Build:0.9,11
commit=v0.9
subdir=application
init=rm -f build.properties
Build:1.0,12
commit=v1.0
subdir=application
Build:1.1,13
commit=v1.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:4.1.0
Current Version Code:90
| 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 IRC Client) is an Internet Relay Chat (IRC) client.
.
Repo Type:git
Repo:https://github.com/pocmo/Yaaic.git
# Last binary version...
# Build Version:0.6.1,8,4d04ca810df9f859d8e5,subdir=application,init=rm -f build.properties
Build:0.7,9
commit=v0.7
subdir=application
init=rm -f build.properties
Build:0.8,10
commit=v0.8
subdir=application
init=rm -f build.properties
Build:0.9,11
commit=v0.9
subdir=application
init=rm -f build.properties
Build:1.0,12
commit=v1.0
subdir=application
Build:1.1,13
commit=v1.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.1
Current Version Code:13
|
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 information. Data is gathered from [http://openweathermap.org/
OpenWeatherMap], via their public API.
Features:
* Simple design
* Detailed 5 day forecast
* Multiple units
* Works with any city in the world
* Offline functionality
.
Repo Type:git
Repo:https://github.com/martykan/forecastie
Build:1.0,1
disable=wrong tag
commit=v0.1
subdir=app
gradle=yes
Build:0.2,2
commit=v0.2
subdir=app
gradle=yes
Build:0.3,3
commit=v0.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.3
Current Version Code:3
| 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 information. Data is gathered from [http://openweathermap.org/
OpenWeatherMap], via their public API.
Features:
* Simple design
* Detailed 5 day forecast
* Multiple units
* Works with any city in the world
* Offline functionality
.
Repo Type:git
Repo:https://github.com/martykan/forecastie
Build:1.0,1
disable=wrong tag
commit=v0.1
subdir=app
gradle=yes
Build:0.2,2
commit=v0.2
subdir=app
gradle=yes
Build:0.3,3
commit=v0.3
subdir=app
gradle=yes
Build:0.4,4
commit=v0.4
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.4
Current Version Code:4
|
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 checking
pip_check_reqs==2.0.3
pydocstyle==3.0.0 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
pygithub==1.43.6
Pygments==2.3.1
pylint==2.3.1 # Lint
pyroma==2.4 # Packaging best practices checker
pytest-cov==2.6.1 # Measure code coverage
pytest==4.4.0 # Test runners
PyYAML==5.1
Sphinx==1.8.5
sphinx-autodoc-typehints==1.6.0
sphinxcontrib-spelling==4.2.1
twine==1.13.0
versioneer==0.18
vulture==1.0
VWS-Python-Mock==2018.12.1.0
yapf==0.27.0 # Automatic formatting for Python
| autoflake==1.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 checking
pip_check_reqs==2.0.3
pydocstyle==3.0.0 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
pygithub==1.43.6
Pygments==2.3.1
pylint==2.3.1 # Lint
pyroma==2.4 # Packaging best practices checker
pytest-cov==2.6.1 # Measure code coverage
pytest==4.4.0 # Test runners
PyYAML==5.1
Sphinx==2.0.1
sphinx-autodoc-typehints==1.6.0
sphinxcontrib-spelling==4.2.1
twine==1.13.0
versioneer==0.18
vulture==1.0
VWS-Python-Mock==2018.12.1.0
yapf==0.27.0 # Automatic formatting for Python
|
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==2017.3
requests==2.18.4
six==1.11.0
tzlocal==1.5.1
ujson==1.35
uvloop==0.9.1
yarl==0.15.0
| 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==2017.3
requests==2.18.4
six==1.11.0
tzlocal==1.5.1
ujson==1.35
uvloop==0.9.1
yarl==0.15.0
|
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
incremental==17.5.0
ipaddress==1.0.18
lxml==3.8.0
packaging==16.8
pyasn1-modules==0.0.9
pyasn1==0.3.1
pycparser==2.18; platform_python_implementation != 'PyPy'
pyopenssl==17.2.0
pyparsing==2.2.0
service-identity==17.0.0
six==1.10.0
twisted[tls]==17.5.0
zope.interface==4.4.2
| #
# 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
incremental==17.5.0
ipaddress==1.0.18
lxml==3.8.0
packaging==16.8
pyasn1-modules==0.0.10
pyasn1==0.3.1
pycparser==2.18; platform_python_implementation != 'PyPy'
pyopenssl==17.2.0
pyparsing==2.2.0
service-identity==17.0.0
six==1.10.0
twisted[tls]==17.5.0
zope.interface==4.4.2
|
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 of rollbar
newrelic==5.4.1.134 # Website monitoring
rollbar==0.14.7 # rollbar.com error logging
varsnap==1.0.0 # Test discovery
| # 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 of rollbar
newrelic==5.4.1.134 # Website monitoring
rollbar==0.14.7 # rollbar.com error logging
varsnap==1.0.1 # Test discovery
|
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 of rollbar
newrelic==5.14.0.142 # Website monitoring
rollbar==0.15.0 # rollbar.com error logging
varsnap==1.3.0 # Test discovery
| # 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 of rollbar
newrelic==5.14.0.142 # Website monitoring
rollbar==0.15.0 # rollbar.com error logging
varsnap==1.3.0 # Test discovery
|
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 possible pkg_t */
size_t idx; /* index on cache if PKG_CACHE */
const char *path; /* PKG_PACKAGE, PKG_PORT */
const char *url; /* PKG_REMOTE */
struct pkg_manifest *manifest; /* manifest reference, plist+options, package directory etc */
};
struct pkg_file {
const char *path;
const char *md5;
};
struct pgkdb {
struct cdb *db;
size_t i; /* query count */
int errno;
char *strerror;
... /* extra data, cache ? */
/* TOMEDITATE: multi query support */
};
api usage :
int pkgdb_query(struct pkgdb *, struct pkg *pkg, match_t, const char *pattern);
A query using pkgdb_query return each time a result into "pkg" and stop with a spécific return code (< 0)
for each field (namever, name, version, origin...) there is an accessor
Example:
pkg_name(struct pkgdb *, struct pkg *)
pkg_dep(struct pkgdb *db, struct pkg *pkg, struct pkg *dep)
...
STUPID IDEA: why not function pointer on struct pkgdb for accessing pkgs ?
pkgdb_query can set info on query type (remote, package, local, port) and init pointers on several function.
db.pkg_name(&pkg);
Big example:
int
main(void) {
struct pkgdb db;
struct pkg pkg, dep;
int query;
while ((query = pkgdb_query(&db, &pkg, MATCH_NONE, NULL)) > 0) {
printf("%s depend on:\n", pkg_namever(&pkg));
while (pkg_deps(&db, &pkg, &dep) > 0)
printf("%s\n", pkg_namever(&dep));
printf("\n\n");
}
if (query == PKGDB_FATAL)
err(1, "%s", pkgdb_strerror(&db));
return 0;
}
| |
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==0.1.4
# Django REST Framework
# Taggit Serializer: Serializer for the Django REST Framework
djangorestframework==3.10.2
django-taggit-serializer==0.1.7
requests==2.22.0
markdown==3.1.1
git+https://github.com/tom-henderson/django-common | 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==0.1.4
# Django REST Framework
# Taggit Serializer: Serializer for the Django REST Framework
djangorestframework==3.10.3
django-taggit-serializer==0.1.7
requests==2.22.0
markdown==3.1.1
git+https://github.com/tom-henderson/django-common |
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@16db760302111a32d40cc47c5a155cc12897ae3f#egg=oct2py
numpy==1.11.1
# Octave packages
sympy
# Database
SQLAlchemy==1.1.14
Flask-SQLAlchemy==2.3.0
# App management
Flask-Migrate==2.1.1
Flask-Script==2.0.6
# Forms
flask_wtf==0.14.2
# Flower
flower==0.9.2
| # 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@16db760302111a32d40cc47c5a155cc12897ae3f#egg=oct2py
numpy==1.11.1
# Octave packages
sympy
# Database
SQLAlchemy==1.1.14
Flask-SQLAlchemy==2.3.0
# App management
Flask-Migrate==2.1.1
Flask-Script==2.0.6
# Forms
flask_wtf==0.14.2
# Flower
flower==0.9.2
|
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
marshmallow==3.6.0
psycopg2-binary==2.8.5
pyshp==2.1.0
raven==6.10.0
requests==2.23.0
retry==0.9.2
boto==2.49.0
boto3==1.13.3 # pyup: update minor
uk-geo-utils==0.9.0
git+git://github.com/DemocracyClub/dc_base_theme.git@0.3.11
git+https://github.com/DemocracyClub/dc_signup_form.git@2.1.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
marshmallow==3.6.0
lxml==4.5.1
marshmallow==3.5.2
psycopg2-binary==2.8.5
pyshp==2.1.0
raven==6.10.0
requests==2.23.0
retry==0.9.2
boto==2.49.0
boto3==1.13.3 # pyup: update minor
uk-geo-utils==0.9.0
git+git://github.com/DemocracyClub/dc_base_theme.git@0.3.11
git+https://github.com/DemocracyClub/dc_signup_form.git@2.1.0
|
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. New dependencies should be
# added in alphabetical order, however, some dependencies may need to
# be installed in a specific order.
#
# Hacking should appear first in case something else depends on pep8
-e git://github.com/openstack/horizon.git@stable/juno#egg=horizon
hacking>=0.9.2,<0.10
#
coverage>=3.6
django-nose
mox>=0.5.3
nodeenv>=0.9.4 # BSD License
nose
nose-exclude
nosehtmloutput>=0.0.3
nosexcover
openstack.nose_plugin>=0.7
oslosphinx>=2.2.0 # Apache-2.0
selenium
sphinx>=1.1.2,!=1.2.0,<1.3
testtools>=0.9.34
# This also needs xvfb library installed on your OS
xvfbwrapper>=0.1.3 #license: 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.
# Order matters to the pip dependency resolver, so sorting this file
# changes how packages are installed. New dependencies should be
# added in alphabetical order, however, some dependencies may need to
# be installed in a specific order.
#
# Hacking should appear first in case something else depends on pep8
-e git://github.com/openstack/horizon.git@stable/juno#egg=horizon
hacking>=0.9.2,<0.10
#
coverage>=3.6
django-nose
python-neutronclient==2.3.9
mox>=0.5.3
nodeenv>=0.9.4 # BSD License
nose
nose-exclude
nosehtmloutput>=0.0.3
nosexcover
openstack.nose_plugin>=0.7
oslosphinx>=2.2.0 # Apache-2.0
selenium
sphinx>=1.1.2,!=1.2.0,<1.3
testtools>=0.9.34
# This also needs xvfb library installed on your OS
xvfbwrapper>=0.1.3 #license: MIT
|
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,
musical, launcher version.
The music is licensed under CC-BY-NC-3.0. The source code is licensed under the
Apache-2.0 license.
.
Repo Type:git
Repo:https://github.com/powerje/NyanDroid.git
Build:1.2,3
commit=1b6b1bda8
target=android-10
Build:1.8,4
commit=c7f7de02
target=android-16
Build:1.8+,7
commit=cd695d755
forceversion=yes
target=android-16
Build:1.8.2,9
commit=df775baf0011d9
target=android-16
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.8.2
Current Version Code:9
| 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,
musical, launcher version.
The music is licensed under CC-BY-NC-3.0. The source code is licensed under the
Apache-2.0 license.
.
Repo Type:git
Repo:https://github.com/powerje/NyanDroid.git
Build:1.2,3
commit=1b6b1bda8
target=android-10
Build:1.8,4
commit=c7f7de02
target=android-16
Build:1.8+,7
commit=cd695d755
forceversion=yes
target=android-16
Build:1.8.2,9
commit=df775baf0011d9
target=android-16
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.0.1
Current Version Code:11
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.