Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update CV of PasswordMaker Pro to 1.1.9 (9) | Categories:Internet
License:GPLv3
Web Site:http://passwordmaker.tasermonkeys.com/android
Source Code:https://github.com/tasermonkey/android-passwordmaker
Issue Tracker:https://github.com/tasermonkey/android-passwordmaker/issues
Auto Name:PasswordMaker Pro
Summary:Password maker
Description:
PasswordMaker Pro creates unique, secure passwords that are very easy for you
to retrieve but no one else. Nothing is stored anywhere, anytime, so there's
nothing to be hacked, lost, or stolen. See http://passwordmaker.org for details.
.
Repo Type:git
Repo:https://github.com/tasermonkey/android-passwordmaker.git
#gson 1.7.1 from https://code.google.com/p/google-gson was processed in this way: \
#https://sites.google.com/site/gson/gson-on-android to produce \
#tasermonkeys 1.7.1 and I can confirm the md5sums match ( using jarjar 1.2)
Build:1.1.7,7
commit=590e8cf18ec156f28a7c75debf9c76b61b0a77f9
subdir=PasswordMakerProForAndroid
target=android-10
prebuild=mv lib libs
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.1.7
Current Version Code:7
| Categories:Internet
License:GPLv3
Web Site:http://passwordmaker.tasermonkeys.com/android
Source Code:https://github.com/tasermonkey/android-passwordmaker
Issue Tracker:https://github.com/tasermonkey/android-passwordmaker/issues
Auto Name:PasswordMaker Pro
Summary:Password maker
Description:
PasswordMaker Pro creates unique, secure passwords that are very easy for you
to retrieve but no one else. Nothing is stored anywhere, anytime, so there's
nothing to be hacked, lost, or stolen. See http://passwordmaker.org for details.
.
Repo Type:git
Repo:https://github.com/tasermonkey/android-passwordmaker.git
#gson 1.7.1 from https://code.google.com/p/google-gson was processed in this way: \
#https://sites.google.com/site/gson/gson-on-android to produce \
#tasermonkeys 1.7.1 and I can confirm the md5sums match ( using jarjar 1.2)
Build:1.1.7,7
commit=590e8cf18ec156f28a7c75debf9c76b61b0a77f9
subdir=PasswordMakerProForAndroid
prebuild=mv lib libs
target=android-10
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.1.9
Current Version Code:9
|
Exclude perf tests from make check | ################################################################################
# Part of CMake configuration for GEOS
#
# Copyright (C) 2018 Mateusz Loskot <mateusz@loskot.net>
#
# This is free software; you can redistribute and/or modify it under
# the terms of the GNU Lesser General Public Licence as published
# by the Free Software Foundation.
# See the COPYING file for more information.
################################################################################
add_custom_target(check COMMAND ctest)
add_subdirectory(unit)
add_subdirectory(xmltester)
add_subdirectory(bigtest)
# perf tests are built but not run by default
add_subdirectory(perf)
| ################################################################################
# Part of CMake configuration for GEOS
#
# Copyright (C) 2018 Mateusz Loskot <mateusz@loskot.net>
#
# This is free software; you can redistribute and/or modify it under
# the terms of the GNU Lesser General Public Licence as published
# by the Free Software Foundation.
# See the COPYING file for more information.
################################################################################
add_custom_target(check COMMAND ctest --exclude-regex perf
DEPENDS )
add_subdirectory(unit)
add_subdirectory(xmltester)
add_subdirectory(bigtest)
# perf tests are built but not run by default
add_subdirectory(perf)
|
Change required Django version in range [1.8.1, 1.9) | Django<1.9
https://git.fedorahosted.org/cgit/kobo.git/snapshot/kobo-0.4.3.tar.gz#egg=kobo
https://github.com/release-engineering/productmd/archive/master.tar.gz#egg=productmd
# requires: openldap-devel
python-ldap
# django rest framework
djangorestframework<3.3
Markdown
django-filter==0.9.2
django-mptt>=0.7.1
django-cors-headers
| Django >= 1.8.1,<1.9
https://git.fedorahosted.org/cgit/kobo.git/snapshot/kobo-0.4.3.tar.gz#egg=kobo
https://github.com/release-engineering/productmd/archive/master.tar.gz#egg=productmd
# requires: openldap-devel
python-ldap
# django rest framework
djangorestframework<3.3
Markdown
django-filter==0.9.2
django-mptt>=0.7.1
django-cors-headers
|
Bump Rakudo version to 2020.05.1 | # These are the version numbers of the core components of Rakudo Star. Change
# these if you want to create a distribution containing different core
# component versions.
moarvm_version=2020.05
nqp_version=2020.05
rakudo_version=2020.05
# These are the URLs to fetch the sources from. You can use %s in the URLs as a
# placeholder for the version number, specified above.
moarvm_url=https://www.moarvm.org/releases/MoarVM-%s.tar.gz
nqp_url=https://github.com/perl6/nqp/releases/download/%s/nqp-%s.tar.gz
rakudo_url=https://github.com/rakudo/rakudo/releases/download/%s/rakudo-%s.tar.gz
| # These are the version numbers of the core components of Rakudo Star. Change
# these if you want to create a distribution containing different core
# component versions.
moarvm_version=2020.05
nqp_version=2020.05
rakudo_version=2020.05.1
# These are the URLs to fetch the sources from. You can use %s in the URLs as a
# placeholder for the version number, specified above.
moarvm_url=https://www.moarvm.org/releases/MoarVM-%s.tar.gz
nqp_url=https://github.com/perl6/nqp/releases/download/%s/nqp-%s.tar.gz
rakudo_url=https://github.com/rakudo/rakudo/releases/download/%s/rakudo-%s.tar.gz
|
Update requests-mock from 1.5.2 to 1.6.0 | coverage==4.5.3
requests-mock==1.5.2
faker==1.0.6
coveralls==1.5.1
| coverage==4.5.3
requests-mock==1.6.0
faker==1.0.6
coveralls==1.5.1
|
Update flake8 package to 3.7.8 | # Testing
coverage==4.5.3 # Test coverage
flake8==3.7.7 # Python linting
mypy==0.710 # Type checking
| # Testing
coverage==4.5.3 # Test coverage
flake8==3.7.8 # Python linting
mypy==0.710 # Type checking
|
Use a branch of favicon for Python 3 support. | # Minimal requirements
Django>=1.8,<1.9
wagtail==1.0
# Recommended components (require additional setup):
elasticsearch==1.1.1
django-libsass==0.3
# Recommended components to improve performance in production:
# django-redis==3.8.2
git+https://github.com/CIGIHub/wagtail-basic-site-components.git
# Required for importing data.
# mysqlclient==1.3.6
django-favicon==0.1.1
django-robots==1.1
django-dotenv==1.3.0
| # Minimal requirements
Django>=1.8,<1.9
wagtail==1.0
# Recommended components (require additional setup):
elasticsearch==1.1.1
django-libsass==0.3
# Recommended components to improve performance in production:
# django-redis==3.8.2
git+https://github.com/CIGIHub/wagtail-basic-site-components.git
# Required for importing data.
# mysqlclient==1.3.6
# django-favicon==0.1.1 Pypi version doesn't support Python 3
git+git://github.com/hobarrera/django-favicon.git@95435d28f7a235a438670e79d54c61af08bd0004#egg=favicon
django-robots==1.1
django-dotenv==1.3.0
|
Add MIT license for project | Copyright (c) 2010 Xiao Yu, @HypertextRanch
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| |
Update list of Krew plugins | config-cleanup
ctx
doctor
kubesec-scan
neat
ns
popeye
rbac-lookup
rbac-view
resource-capacity
roll
service-tree
sick-pods
split-yaml
tail
topology
tree
unused-volumes
view-secret
view-utilization
warp
who-can
| bulk-action
config-cleanup
ctx
custom-cols
df-pv
doctor
get-all
grep
iexec
images
kubesec-scan
modify-secret
neat
ns
open-svc
outdated
pod-dive
podevents
popeye
rbac-lookup
rbac-view
resource-capacity
rolesum
roll
score
service-tree
sick-pods
split-yaml
spy
status
tail
topology
tree
unused-volumes
view-allocations
view-secret
view-utilization
warp
who-can
|
Switch to more easy-going dependency | django-appconf==0.6
django-model-utils==1.4.0
PIL==1.1.7
| django-appconf>=0.6
django-model-utils>=1.4.0,<2.0
PIL>=1.1.7,<1.2
|
Update pytest from 3.1.3 to 3.2.0 | tox==2.7.0
mock==2.0.0
pytest==3.1.3
pytest-cov==2.5.1
pytest-pep8==1.0.6
pytest-watch==4.1.0
pytest-sugar==0.8.0
Sphinx==1.6.3
sphinx_rtd_theme==0.2.4
| tox==2.7.0
mock==2.0.0
pytest==3.2.0
pytest-cov==2.5.1
pytest-pep8==1.0.6
pytest-watch==4.1.0
pytest-sugar==0.8.0
Sphinx==1.6.3
sphinx_rtd_theme==0.2.4
|
Upgrade gunicorn to 19.7.0 :moyai: | alabaster==0.7.10
Babel==2.3.4
click==6.7
docutils==0.13.1
Flask==0.12
Flask-SSLify==0.1.5
gunicorn==19.6.0
imagesize==0.7.1
itsdangerous==0.24
Jinja2==2.9.5
MarkupSafe==0.23
Pygments==2.2.0
pytz==2016.10
requests==2.13.0
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.5.3
sphinx-rtd-theme==0.2.2
Werkzeug==0.11.15
| alabaster==0.7.10
Babel==2.3.4
click==6.7
docutils==0.13.1
Flask==0.12
Flask-SSLify==0.1.5
gunicorn==19.7.0
imagesize==0.7.1
itsdangerous==0.24
Jinja2==2.9.5
MarkupSafe==0.23
Pygments==2.2.0
pytz==2016.10
requests==2.13.0
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.5.3
sphinx-rtd-theme==0.2.2
Werkzeug==0.11.15
|
Update pytest from 3.4.0 to 3.4.1 | Flask>=0.11.1
Flask-Cache==0.13.1
gunicorn==19.7.1
requests==2.18.4
beautifulsoup4>=4.5.1
flake8==3.5.0
pytest==3.4.0
retry==0.9.2
selenium==3.9.0
git+https://github.com/alphagov/notifications-python-client.git@4.5.0#egg=notifications-python-client==4.5.0
| Flask>=0.11.1
Flask-Cache==0.13.1
gunicorn==19.7.1
requests==2.18.4
beautifulsoup4>=4.5.1
flake8==3.5.0
pytest==3.4.1
retry==0.9.2
selenium==3.9.0
git+https://github.com/alphagov/notifications-python-client.git@4.5.0#egg=notifications-python-client==4.5.0
|
Bump urllib3 from 1.22 to 1.24.2 | certifi==2017.7.27.1
chardet==3.0.4
defusedxml==0.5.0
dj-database-url==0.4.2
Django==1.11.29
django-allauth==0.33.0
django-bootstrap-form==3.3
django-cors-headers==2.1.0
django-debug-toolbar==1.8
django-extensions==1.9.1
django-redis==4.8.0
django-rest-fuzzysearch==0.5.1
django-rest-offlinesync==0.5.2
djangorestframework==3.6.4
djangorestframework-jwt==1.11.0
drf-nested-routers==0.90.0
gevent==1.2.2
greenlet==0.4.12
gunicorn==19.7.1
idna==2.6
oauthlib==2.0.4
psycogreen==1.0
psycopg2==2.7.3.1
PyJWT==1.5.3
python3-openid==3.1.0
pytz==2017.2
raven==6.2.1
redis==2.10.6
requests==2.18.4
requests-oauthlib==0.8.0
six==1.11.0
sqlparse==0.2.3
urllib3==1.22
| certifi==2017.7.27.1
chardet==3.0.4
defusedxml==0.5.0
dj-database-url==0.4.2
Django==1.11.29
django-allauth==0.33.0
django-bootstrap-form==3.3
django-cors-headers==2.1.0
django-debug-toolbar==1.8
django-extensions==1.9.1
django-redis==4.8.0
django-rest-fuzzysearch==0.5.1
django-rest-offlinesync==0.5.2
djangorestframework==3.6.4
djangorestframework-jwt==1.11.0
drf-nested-routers==0.90.0
gevent==1.2.2
greenlet==0.4.12
gunicorn==19.7.1
idna==2.6
oauthlib==2.0.4
psycogreen==1.0
psycopg2==2.7.3.1
PyJWT==1.5.3
python3-openid==3.1.0
pytz==2017.2
raven==6.2.1
redis==2.10.6
requests==2.18.4
requests-oauthlib==0.8.0
six==1.11.0
sqlparse==0.2.3
urllib3==1.24.2
|
Update roman from 2.0.0 to 3.0 | BeautifulSoup4==4.6.0
GitPython==2.1.10
defusedxml==0.5.0
internetarchive==1.7.7
oauthlib==2.1.0
pip==10.0.1
pywikibot==3.0.20180505
requests==2.18.4
requests-oauthlib==0.8.0
roman==2.0.0
typing==3.6.4 | BeautifulSoup4==4.6.0
GitPython==2.1.10
defusedxml==0.5.0
internetarchive==1.7.7
oauthlib==2.1.0
pip==10.0.1
pywikibot==3.0.20180505
requests==2.18.4
requests-oauthlib==0.8.0
roman==3.0
typing==3.6.4 |
Update to Freeciv server 11547e6d8f | # The GitHub SHA hash for the commit to checkout from
# https://github.com/freeciv/freeciv
FCREV=73d22ab2a4c5a619c0278bf0b12299b89f0fcb82
ORIGCAPSTR="+Freeciv.Devel-3.1-2017.Jun.25"
# There's no need to bump this constantly as current freeciv-web
# makes no connections to outside world - all connections are
# internal to it. The server and client are always compatible.
WEBCAPSTR="+Freeciv.Web.Devel-3.0"
| # The GitHub SHA hash for the commit to checkout from
# https://github.com/freeciv/freeciv
FCREV=11547e6d8f645a45432bbcb5632d064a369906f7
ORIGCAPSTR="+Freeciv.Devel-3.1-2017.Jun.26"
# There's no need to bump this constantly as current freeciv-web
# makes no connections to outside world - all connections are
# internal to it. The server and client are always compatible.
WEBCAPSTR="+Freeciv.Web.Devel-3.0"
|
Disable Manager: Remove unused files. | Categories:System
License:Apache2
Web Site:http://blog.nagopy.com/
Source Code:https://github.com/75py/DisableManager/
Issue Tracker:https://github.com/75py/DisableManager/issues
Auto Name:Disable Manager
Summary:Assists the disabling of pre-installed apps
Description:
Assists in the disabling of pre-installed apps. You can show lists of apps
installed apps and can disable/enable them. Please do at your own risk.
.
Repo Type:git
Repo:https://github.com/75py/DisableManager.git
Build:2.0.2,20002
commit=e7ffb0ffaabdcfd98eed404af34639cc21e3f567
subdir=app
gradle=yes
prebuild=echo sdk.dir=$$SDK$$ >> ../ViewPagerIndicator/local.properties && \
sed -i -e "/include ':uiautomator'/d" ../settings.gradle
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.0.2
Current Version Code:20002
| Categories:System
License:Apache2
Web Site:http://blog.nagopy.com/
Source Code:https://github.com/75py/DisableManager/
Issue Tracker:https://github.com/75py/DisableManager/issues
Auto Name:Disable Manager
Summary:Assists the disabling of pre-installed apps
Description:
Assists in the disabling of pre-installed apps. You can show lists of apps
installed apps and can disable/enable them. Please do at your own risk.
.
Repo Type:git
Repo:https://github.com/75py/DisableManager.git
Build:2.0.2,20002
commit=e7ffb0ffaabdcfd98eed404af34639cc21e3f567
subdir=app
gradle=yes
rm=uiautomator,libs
prebuild=echo sdk.dir=$$SDK$$ >> ../ViewPagerIndicator/local.properties && \
sed -i -e "/include ':uiautomator'/d" ../settings.gradle
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.0.2
Current Version Code:20002
|
Remove database interface (needs to be linked against system libraries, needs a compiler, generally a thing better installed & managed through your distro) | lxml==3.4.0
mysql-python==1.2.5
Django==1.7
django-tastypie==0.12.0
python-dateutil==2.2
python-mimeparse==0.1.4
defusedxml==0.4.1
contexttimer==0.3.0
mechanize==0.2.5
django-suit==0.2.11
objgraph==1.8.1
guppy==0.1.10
ujson==1.33
simplejson
redis==2.10.3
rq==0.4.6
rq-scheduler==0.5.0
django-rq==0.7.0
supervisor==3.1.2
django-supervisor==0.3.2
djangorestframework
| lxml==3.4.0
Django==1.7
django-tastypie==0.12.0
python-dateutil==2.2
python-mimeparse==0.1.4
defusedxml==0.4.1
contexttimer==0.3.0
mechanize==0.2.5
django-suit==0.2.11
objgraph==1.8.1
guppy==0.1.10
ujson==1.33
simplejson
redis==2.10.3
rq==0.4.6
rq-scheduler==0.5.0
django-rq==0.7.0
supervisor==3.1.2
django-supervisor==0.3.2
djangorestframework
|
Update docker from 3.4.0 to 3.4.1 | docker==3.4.0
falcon==1.4.1
falcon-cors==1.1.7
gevent==1.3.4
gunicorn==19.8.1
redis==2.10.6
| docker==3.4.1
falcon==1.4.1
falcon-cors==1.1.7
gevent==1.3.4
gunicorn==19.8.1
redis==2.10.6
|
Add pytest-subtests as tests requirement | # 4.6.0 currently causes crashes, see https://github.com/pytest-dev/pytest/issues/5358
pytest>=3.0.5,<4.6.0
mock; python_version < '3.3' # unittest.mock does not exist in older versions
unittest2; python_version < '3.4' # in 3.4, self.subTest was added
xdoctest >= 0.7.2
| # 4.6.0 currently causes crashes, see https://github.com/pytest-dev/pytest/issues/5358
pytest>=3.0.5,<4.6.0
#
# add subTest() support for pytest.
# only available for py3.4+
pytest-subtests; python_version >= '3.4'
mock; python_version < '3.3' # unittest.mock does not exist in older versions
unittest2; python_version < '3.4' # in 3.4, self.subTest was added
xdoctest >= 0.7.2
|
Update dependency requests to v2.23.0 | cachetools==4.0.0
certifi==2019.11.28
chardet==3.0.4
coverage==5.0.3
google-api-python-client==1.7.11
google-auth==1.11.2
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.1
httplib2==0.17.0
idna==2.9
oauth2client==4.1.3
oauthlib==3.1.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
python-slugify==4.0.0
pytube==9.5.3
requests==2.22.0
requests-oauthlib==1.3.0
rsa==4.0
sitemap_python==0.2.0
six==1.14.0
text-unidecode==1.3
uritemplate==3.0.1
urllib3==1.25.8
| cachetools==4.0.0
certifi==2019.11.28
chardet==3.0.4
coverage==5.0.3
google-api-python-client==1.7.11
google-auth==1.11.2
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.1
httplib2==0.17.0
idna==2.9
oauth2client==4.1.3
oauthlib==3.1.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
python-slugify==4.0.0
pytube==9.5.3
requests==2.23.0
requests-oauthlib==1.3.0
rsa==4.0
sitemap_python==0.2.0
six==1.14.0
text-unidecode==1.3
uritemplate==3.0.1
urllib3==1.25.8
|
Update zeep from 2.1.1 to 2.2.0 | git+git://github.com/liqd/adhocracy4.git@master
Django>=1.8,<1.9 # pyup: >=1.8,<1.9
wagtail==1.10.1
django-allauth==0.32.0
django-ckeditor==5.2.2
django-filter==1.0.4
django-widget-tweaks==1.4.1
easy-thumbnails==2.4.1
django-autoslug==1.9.3
rules==1.2.1
python-magic==0.4.13
html5lib==0.999999999
bleach==2.0.0
# django multiform (released version 0.1 was too old)
git+git://github.com/bmispelon/django-multiform.git@0e02f0d5729a80502a290070b474f3e3ac85c926
jsonfield==2.0.2
zeep==2.1.1
django-capture-tag==1.0
bcrypt==3.1.3
| git+git://github.com/liqd/adhocracy4.git@master
Django>=1.8,<1.9 # pyup: >=1.8,<1.9
wagtail==1.10.1
django-allauth==0.32.0
django-ckeditor==5.2.2
django-filter==1.0.4
django-widget-tweaks==1.4.1
easy-thumbnails==2.4.1
django-autoslug==1.9.3
rules==1.2.1
python-magic==0.4.13
html5lib==0.999999999
bleach==2.0.0
# django multiform (released version 0.1 was too old)
git+git://github.com/bmispelon/django-multiform.git@0e02f0d5729a80502a290070b474f3e3ac85c926
jsonfield==2.0.2
zeep==2.2.0
django-capture-tag==1.0
bcrypt==3.1.3
|
Update flake8 from 3.3.0 to 3.4.1 | -r main.txt
flake8==3.3.0
bandit==1.4.0
| -r main.txt
flake8==3.4.1
bandit==1.4.0
|
Add sh to python packages | ansible
attrs
black
boto3
click
csvs-to-sqlite
Django
fabric
fire
flask
flask-restful
flask-socketio
ftfy
gomp
ipdb
ipython
isort
jupyter
mycli
mypy
nbterm
openpyxl
pandas
pgcli
pip
pipdeptree
pipenv
poetry
psycopg2-binary
ptpython
pudb
pygit2
pygments
pylint
pymongo
pyquery
pytest
pytest-cov
pytest-gitignore
python-dateutil
PyYAML
requests
rethinkdb
rich
setuptools
Sphinx
sqlalchemy
sqlite-utils
tabulate
tmuxp
toml
virtualenv
visidata
xlrd
xonsh
| ansible
attrs
black
boto3
click
csvs-to-sqlite
Django
fabric
fire
flask
flask-restful
flask-socketio
ftfy
gomp
ipdb
ipython
isort
jupyter
mycli
mypy
nbterm
openpyxl
pandas
pgcli
pip
pipdeptree
pipenv
poetry
psycopg2-binary
ptpython
pudb
pygit2
pygments
pylint
pymongo
pyquery
pytest
pytest-cov
pytest-gitignore
python-dateutil
PyYAML
requests
rethinkdb
rich
sh
setuptools
Sphinx
sqlalchemy
sqlite-utils
tabulate
tmuxp
toml
virtualenv
visidata
xlrd
xonsh
|
Add compatibility and current versioning to libLTO to match autoconf support. | set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
LTO
MC
MCDisassembler
Support
Target
)
set(SOURCES
LTODisassembler.cpp
lto.cpp
)
set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/lto.exports)
add_llvm_library(LTO SHARED ${SOURCES})
install(FILES ${LLVM_MAIN_INCLUDE_DIR}/llvm-c/lto.h
DESTINATION include/llvm-c)
| set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
LTO
MC
MCDisassembler
Support
Target
)
set(SOURCES
LTODisassembler.cpp
lto.cpp
)
set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/lto.exports)
add_llvm_library(LTO SHARED ${SOURCES})
install(FILES ${LLVM_MAIN_INCLUDE_DIR}/llvm-c/lto.h
DESTINATION include/llvm-c)
if (APPLE)
set(LTO_VERSION ${LLVM_VERSION_MAJOR})
if(LLVM_LTO_VERSION_OFFSET)
math(EXPR LTO_VERSION "${LLVM_VERSION_MAJOR} + ${LLVM_LTO_VERSION_OFFSET}")
endif()
set_property(TARGET LTO APPEND_STRING PROPERTY
LINK_FLAGS
" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}")
endif()
|
Update pytest-xdist from 2.1.0 to 2.2.1 | codacy-coverage==1.3.11
pytest==6.2.4
pytest-cov==2.12.0
python-coveralls==2.9.3
pytest-flask==1.2.0
pytest-xdist==2.1.0
| codacy-coverage==1.3.11
pytest==6.2.4
pytest-cov==2.12.0
python-coveralls==2.9.3
pytest-flask==1.2.0
pytest-xdist==2.2.1
|
Update django from 1.11.7 to 2.0 | sphinx>=1.3
sphinx-rtd-theme==0.2.4
Django==1.11.7
-e .
| sphinx>=1.3
sphinx-rtd-theme==0.2.4
Django==2.0
-e .
|
Update django from 1.9.8 to 1.10 | {% if cookiecutter.use_python2 == 'n' -%}
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
{%- endif %}
# Bleeding edge Django
django==1.9.8
# Configuration
django-environ==0.4.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.6.2
{%- endif %}
# Time zones support
pytz==2016.6.1
# Your custom requirements go here
| {% if cookiecutter.use_python2 == 'n' -%}
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
{%- endif %}
# Bleeding edge Django
django==1.10
# Configuration
django-environ==0.4.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.6.2
{%- endif %}
# Time zones support
pytz==2016.6.1
# Your custom requirements go here
|
Update python client to version 1.0.0 | -r requirements.txt
twilio>=3.3.6
beautifulsoup4>=4.4.0
pep8==1.5.7
pytest==2.8.1
requests==2.9.1
retry==0.9.1
selenium==2.53.1
git+https://github.com/alphagov/notifications-python-client.git@0.4.1#egg=notifications-python-client==0.4.1
| -r requirements.txt
twilio>=3.3.6
beautifulsoup4>=4.4.0
pep8==1.5.7
pytest==2.8.1
requests==2.9.1
retry==0.9.1
selenium==2.53.1
git+https://github.com/alphagov/notifications-python-client.git@1.0.0#egg=notifications-python-client==1.0.0
|
Update CV of Ripple to 0.1 (2) | Categories:Security
License:GPL-3.0+
Web Site:https://guardianproject.info/tag/panic
Source Code:https://github.com/guardianproject/ripple
Issue Tracker:https://dev.guardianproject.info/projects/panic/issues
Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:Ripple
Repo Type:git
Repo:https://github.com/guardianproject/ripple.git
Build:0.2.1,80
commit=0.2.1
subdir=app
gradle=yes
Build:0.2.2,83
commit=0.2.2
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.2.2
Current Version Code:83
| Categories:Security
License:GPL-3.0+
Web Site:https://guardianproject.info/tag/panic
Source Code:https://github.com/guardianproject/ripple
Issue Tracker:https://dev.guardianproject.info/projects/panic/issues
Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:Ripple
Repo Type:git
Repo:https://github.com/guardianproject/ripple.git
Build:0.2.1,80
commit=0.2.1
subdir=app
gradle=yes
Build:0.2.2,83
commit=0.2.2
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.1
Current Version Code:2
|
Add (incomplete) ReST docs for Tcl. | About Tcl Support
-----------------
The Tcl binding for Growl is a simple Objective-C extension which provides the Tcl command ``growl``. It supports notification icons and Unicode strings.
Installation
------------
The following commands will install the binding into /Library/Tcl/growl1.0 ::
cd Bindings/tcl
sudo make install
Usage
-----
The following Tcl commands will post a basic Growl notification. Try it out! ::
package require growl
growl register appName "list of notification types" iconFilename
growl post type title desc "optional icon"
Author
------
Toby Peterson <toby@opendarwin.org> | |
Update django-allauth from 0.41.0 to 0.42.0 | # A4
git+git://github.com/liqd/adhocracy4.git@mB-2.4#egg=adhocracy4
# Additional requirements
bcrypt==3.1.7
brotli==1.0.7
django-capture-tag==1.0
django-cloudflare-push==0.2.0
django-sites==0.10
django_csp==3.6
raven==6.10.0
requests==2.23.0
wagtail==2.7.3 # pyup: <2.8
whitenoise==5.1.0
zeep==3.4.0
# Inherited a4-core requirements
bleach==3.1.5
Django==2.2.13 # pyup: <2.3
django-allauth==0.41.0
django-autoslug==1.9.7
django-background-tasks==1.2.5
django-ckeditor==5.9.0
django-filter==2.2.0
django-multiselectfield==0.1.12
django-widget-tweaks==1.4.8
djangorestframework==3.11.0
easy-thumbnails==2.7
html5lib==1.0.1
jsonfield==3.1.0
psycopg2-binary==2.8.5
python-dateutil==2.8.1
python-magic==0.4.18
rules==2.2
XlsxWriter==1.2.8
| # A4
git+git://github.com/liqd/adhocracy4.git@mB-2.4#egg=adhocracy4
# Additional requirements
bcrypt==3.1.7
brotli==1.0.7
django-capture-tag==1.0
django-cloudflare-push==0.2.0
django-sites==0.10
django_csp==3.6
raven==6.10.0
requests==2.23.0
wagtail==2.7.3 # pyup: <2.8
whitenoise==5.1.0
zeep==3.4.0
# Inherited a4-core requirements
bleach==3.1.5
Django==2.2.13 # pyup: <2.3
django-allauth==0.42.0
django-autoslug==1.9.7
django-background-tasks==1.2.5
django-ckeditor==5.9.0
django-filter==2.2.0
django-multiselectfield==0.1.12
django-widget-tweaks==1.4.8
djangorestframework==3.11.0
easy-thumbnails==2.7
html5lib==1.0.1
jsonfield==3.1.0
psycopg2-binary==2.8.5
python-dateutil==2.8.1
python-magic==0.4.18
rules==2.2
XlsxWriter==1.2.8
|
Update six from 1.12.0 to 1.13.0 | Django==2.2.6
six==1.12.0
sqlparse==0.3.0
# Whitenoise: Staticfile hosting
whitenoise==4.1.4
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 | Django==2.2.6
six==1.13.0
sqlparse==0.3.0
# Whitenoise: Staticfile hosting
whitenoise==4.1.4
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 |
Add address sanitizer cmake option | cmake_minimum_required (VERSION 2.6)
set(COMPILE_FLAGS "-std=c++14 -std=gnu++14 -Wall -flto")
set(GTEST_FLAGS "-lgtest -lpthread")
set(LINK_FLAGS "${GTEST_FLAGS} -flto")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COMPILE_FLAGS}" )
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINK_EXECUTABLE} ${LINK_FLAGS} ${GTEST_FLAGS}" )
include_directories(matrix)
include_directories(${GTEST_INCLUDE_DIRS})
enable_testing()
find_package(Gtest)
add_subdirectory(tst)
| cmake_minimum_required (VERSION 2.6)
set(COMPILE_FLAGS "-std=c++14 -std=gnu++14 -Wall -flto")
option(SANITIZER "Address Sanitizer" OFF)
if(SANITIZER)
set(COMPILE_FLAGS "${COMPILE_FLAGS} -fsanitize=address")
endif()
set(GTEST_FLAGS "-lgtest -lpthread")
set(LINK_FLAGS "${GTEST_FLAGS} -flto")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COMPILE_FLAGS}" )
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINK_EXECUTABLE} ${LINK_FLAGS} ${GTEST_FLAGS}" )
include_directories(matrix)
include_directories(${GTEST_INCLUDE_DIRS})
enable_testing()
find_package(Gtest)
add_subdirectory(tst)
|
Set the minimum required CMake version to 3.10.2. | cmake_minimum_required(VERSION 3.9.5)
project(RLEImage)
if(NOT ITK_SOURCE_DIR)
find_package(ITK 4.9 REQUIRED)
list(APPEND CMAKE_MODULE_PATH ${ITK_CMAKE_DIR})
include(ITKModuleExternal)
else()
itk_module_impl()
endif()
| cmake_minimum_required(VERSION 3.10.2)
project(RLEImage)
if(NOT ITK_SOURCE_DIR)
find_package(ITK 4.9 REQUIRED)
list(APPEND CMAKE_MODULE_PATH ${ITK_CMAKE_DIR})
include(ITKModuleExternal)
else()
itk_module_impl()
endif()
|
Add girder as a development requirement | coverage==4.1.0
coveralls==1.1
flake8==3.3.0
flake8-blind-except==0.1.1
flake8-docstrings==1.1.0
# Unique to girder_worker
flake8-quotes==0.9.0
# dependencies of flake8
mccabe==0.6.1
pep8==1.7.0
pyflakes==1.5.0
# dependencies of flake8-docstrings
pep257==0.7.0
httmock==1.2.5
lxml==3.6.0
mock==2.0.0
Sphinx==1.4.3
sphinx-rtd-theme==0.1.9
virtualenv==15.1.0
| coverage==4.1.0
coveralls==1.1
flake8==3.3.0
flake8-blind-except==0.1.1
flake8-docstrings==1.1.0
# Unique to girder_worker
flake8-quotes==0.9.0
# dependencies of flake8
mccabe==0.6.1
pep8==1.7.0
pyflakes==1.5.0
# dependencies of flake8-docstrings
pep257==0.7.0
httmock==1.2.5
lxml==3.6.0
mock==2.0.0
Sphinx==1.4.3
sphinx-rtd-theme==0.1.9
virtualenv==15.1.0
girder==2.2.0
|
Update mccabe from 0.5.3 to 0.6.0 | -e .
coverage==4.3.4
flake8==3.2.1
isort==4.2.5
mccabe==0.5.3
pydocstyle==1.1.1
pep8==1.7.0
pep8-naming==0.4.1
pre-commit==0.11.0
py==1.4.32
pytest==3.0.6
pytest-django==3.1.2
tox==2.5.0
| -e .
coverage==4.3.4
flake8==3.2.1
isort==4.2.5
mccabe==0.6.0
pydocstyle==1.1.1
pep8==1.7.0
pep8-naming==0.4.1
pre-commit==0.11.0
py==1.4.32
pytest==3.0.6
pytest-django==3.1.2
tox==2.5.0
|
Update pre-commit from 0.13.2 to 0.13.3 | -e .
coverage==4.3.4
flake8==3.3.0
isort==4.2.5
mccabe==0.6.1
pydocstyle==1.1.1
pep8==1.7.0
pep8-naming==0.4.1
pre-commit==0.13.2
py==1.4.32
pytest==3.0.6
pytest-django==3.1.2
tox==2.6.0
| -e .
coverage==4.3.4
flake8==3.3.0
isort==4.2.5
mccabe==0.6.1
pydocstyle==1.1.1
pep8==1.7.0
pep8-naming==0.4.1
pre-commit==0.13.3
py==1.4.32
pytest==3.0.6
pytest-django==3.1.2
tox==2.6.0
|
Update faker from 8.10.0 to 8.10.2 | -r base.txt
factory-boy==3.2.0
Faker==8.10.0
flake8==3.9.2
freezegun==1.1.0
isort==5.9.2
pytest==6.2.4
pytest-cov==2.12.1
pytest-django==4.4.0
pytest-factoryboy==2.1.0
| -r base.txt
factory-boy==3.2.0
Faker==8.10.2
flake8==3.9.2
freezegun==1.1.0
isort==5.9.2
pytest==6.2.4
pytest-cov==2.12.1
pytest-django==4.4.0
pytest-factoryboy==2.1.0
|
Update pytest from 4.3.0 to 4.3.1 | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==4.3.0
factory-boy==2.11.1
pytest-mock==1.10.1
webtest==2.0.33
pytest-cov==2.6.1
# Lint and code style
flake8==3.7.7
flake8-docstrings==1.3.0
flake8-quotes==1.0.0
pep8-naming==0.8.2
| # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==4.3.1
factory-boy==2.11.1
pytest-mock==1.10.1
webtest==2.0.33
pytest-cov==2.6.1
# Lint and code style
flake8==3.7.7
flake8-docstrings==1.3.0
flake8-quotes==1.0.0
pep8-naming==0.8.2
|
Update woefully outdated readme for the c++ package. | Cap'n Proto - Insanely Fast Data Serialization Format
Copyright 2013 Kenton Varda
http://kentonv.github.com/capnproto/
Cap'n Proto is an insanely fast data interchange format and capability-based
RPC system. Think JSON, except binary. Or think of Google's Protocol Buffers
(http://protobuf.googlecode.com), except faster. In fact, in benchmarks,
Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
This package contains the C++ runtime implementation of Cap'n Proto. To build
and use it, you will first need to install the Cap'n Proto compiler, capnpc,
which comes in a separate package.
Full installation and usage instructions and other documentation are maintained
on the Cap'n Proto web site:
http://kentonv.github.io/capnproto/install.html
WARNING: You must be using either GCC 4.7+ or Clang 3.2+. On OSX, Xcode 4's
command-line tools are NOT sufficient -- see the web site for step-by-step
instructions to get Clang 3.2 working on OSX.
To build and install (from a release package), simply do:
./configure
make -j4 check
sudo make install
The -j4 allows the build to use up to four processor cores instead of one.
You can increase this number if you have more cores. Specifying "check"
says to run tests in addition to building. This can be omitted to make the
build slightly faster, but running tests and reporting failures back to the
developers helps us out!
| Cap'n Proto - Insanely Fast Data Serialization Format
Copyright 2013-2015 Sandstorm Development Group, Inc.
https://capnproto.org
Cap'n Proto is an insanely fast data interchange format and capability-based
RPC system. Think JSON, except binary. Or think of Google's Protocol Buffers
(http://protobuf.googlecode.com), except faster. In fact, in benchmarks,
Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
Full installation and usage instructions and other documentation are maintained
on the Cap'n Proto web site:
http://kentonv.github.io/capnproto/install.html
WARNING: Cap'n Proto requires a modern compiler. See the above link for
detailed requirements.
To build and install (from a release package), simply do:
./configure
make -j4 check
sudo make install
The -j4 allows the build to use up to four processor cores instead of one.
You can increase this number if you have more cores. Specifying "check"
says to run tests in addition to building. This can be omitted to make the
build slightly faster, but running tests and reporting failures back to the
developers helps us out!
|
Revert "Add ${DESTDIR} to setup.py's --prefix path." | find_program(PYTHON "${PYTHON_VERSION}")
set(SETUP_PY ${CMAKE_SOURCE_DIR}/python/setup.py)
set(CONVERT_SCRIPT ${CMAKE_SOURCE_DIR}/python/utils/convert_manifest.py)
set(DEPS ${CMAKE_SOURCE_DIR}/python/librpc.pyx ${CMAKE_SOURCE_DIR}/python/librpc.pxd)
set(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/timestamp)
add_custom_command(OUTPUT ${OUTPUT}
COMMAND cp -a ${CMAKE_SOURCE_DIR}/python/* ${CMAKE_CURRENT_BINARY_DIR}/
COMMAND env LDFLAGS="-L${CMAKE_CURRENT_BINARY_DIR}/.." CFLAGS="-I${CMAKE_SOURCE_DIR}/include" ${PYTHON} ${SETUP_PY} build
COMMAND ${CMAKE_COMMAND} -E touch ${OUTPUT}
DEPENDS ${DEPS}
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
add_custom_target(py-librpc ALL DEPENDS ${OUTPUT})
install(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install --record python_manifest.txt --prefix=${DESTDIR}${CMAKE_INSTALL_PREFIX} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})")
| find_program(PYTHON "${PYTHON_VERSION}")
set(SETUP_PY ${CMAKE_SOURCE_DIR}/python/setup.py)
set(CONVERT_SCRIPT ${CMAKE_SOURCE_DIR}/python/utils/convert_manifest.py)
set(DEPS ${CMAKE_SOURCE_DIR}/python/librpc.pyx ${CMAKE_SOURCE_DIR}/python/librpc.pxd)
set(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/timestamp)
add_custom_command(OUTPUT ${OUTPUT}
COMMAND cp -a ${CMAKE_SOURCE_DIR}/python/* ${CMAKE_CURRENT_BINARY_DIR}/
COMMAND env LDFLAGS="-L${CMAKE_CURRENT_BINARY_DIR}/.." CFLAGS="-I${CMAKE_SOURCE_DIR}/include" ${PYTHON} ${SETUP_PY} build
COMMAND ${CMAKE_COMMAND} -E touch ${OUTPUT}
DEPENDS ${DEPS}
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
add_custom_target(py-librpc ALL DEPENDS ${OUTPUT})
install(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install --record python_manifest.txt --prefix=${CMAKE_INSTALL_PREFIX} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})")
|
Remove pillow dependency for now | # Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
# Bleeding edge Django
django==1.9.6
# Configuration
django-environ==0.4.0
django-secure==1.0.1
whitenoise==3.0
# Forms
django-braces==1.8.1
django-crispy-forms==1.6.0
django-floppyforms==1.6.2
# Models
django-model-utils==2.5
# Images
Pillow==3.2.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.25.2
# Python-PostgreSQL Database Adapter
psycopg2==2.6.1
# Unicode slugification
unicode-slugify==0.1.3
django-autoslug==1.9.3
# Time zones support
pytz==2016.4
# Redis support
django-redis==4.4.2
redis>=2.10.0
celery==3.1.23
# Your custom requirements go here
| # Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
# Bleeding edge Django
django==1.9.6
# Configuration
django-environ==0.4.0
django-secure==1.0.1
whitenoise==3.0
# Forms
django-braces==1.8.1
django-crispy-forms==1.6.0
django-floppyforms==1.6.2
# Models
django-model-utils==2.5
# Images
# Pillow==3.2.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.25.2
# Python-PostgreSQL Database Adapter
psycopg2==2.6.1
# Unicode slugification
unicode-slugify==0.1.3
django-autoslug==1.9.3
# Time zones support
pytz==2016.4
# Redis support
django-redis==4.4.2
redis>=2.10.0
celery==3.1.23
# Your custom requirements go here
|
Update django from 2.1.3 to 2.1.4 | {% 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.32.3
{%- endif %}
# Bleeding edge Django
django==2.1.3
# Configuration
django-environ==0.4.5
# Models
django-model-utils==3.1.2
# Images
Pillow==5.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.6.1
{%- endif %}
# Time zones support
pytz==2018.7
# Redis support
django-redis==4.10.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.32.3
{%- endif %}
# Bleeding edge Django
django==2.1.4
# Configuration
django-environ==0.4.5
# Models
django-model-utils==3.1.2
# Images
Pillow==5.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.6.1
{%- endif %}
# Time zones support
pytz==2018.7
# Redis support
django-redis==4.10.0
redis>=2.10.5
# Your custom requirements go here
|
Update cryptography from 1.9 to 2.0 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
cryptography==1.9
PyYAML==3.12
pytest==3.1.3
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.0
PyYAML==3.12
pytest==3.1.3
|
Update pytest-flake8 and flake8 dependencies | -r requirements.txt
pytest >= 2.9.0
pytest-cov >= 2.2.1
pytest-flake8 >= 0.2
flake8 < 3.0.0
tox >= 2.3.1
setuptools-scm >= 1.11.1
Sphinx
sphinx-rtd-theme
| -r requirements.txt
pytest >= 2.9.0
pytest-cov >= 2.2.1
pytest-flake8 >= 0.6
tox >= 2.3.1
setuptools-scm >= 1.11.1
Sphinx
sphinx-rtd-theme
|
Update lxml from 4.3.1 to 4.3.2 | -r requirements.txt
coverage==4.5.2
cssselect==1.0.3
flake8==3.7.7
freezegun==0.3.11
lxml==4.3.1
mock==2.0.0
pytest==4.3.0
pytest-cov==2.6.1
python-coveralls==2.9.1
requests-mock==1.5.2
watchdog==0.9.0
git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.1.0#egg=digitalmarketplace-test-utils==2.1.0
| -r requirements.txt
coverage==4.5.2
cssselect==1.0.3
flake8==3.7.7
freezegun==0.3.11
lxml==4.3.2
mock==2.0.0
pytest==4.3.0
pytest-cov==2.6.1
python-coveralls==2.9.1
requests-mock==1.5.2
watchdog==0.9.0
git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.1.0#egg=digitalmarketplace-test-utils==2.1.0
|
Update faker from 1.0.2 to 1.0.4 | -r base.txt
django-autofixture==0.12.1
django-debug-toolbar==1.11
factory-boy==2.11.1
Faker==1.0.2
flake8-docstrings==1.3.0
flake8==3.7.7
freezegun==0.3.11
isort==4.3.15
pytest-cov==2.6.1
pytest-django==3.4.8
pytest-factoryboy==2.0.2
pytest==4.3.0
| -r base.txt
django-autofixture==0.12.1
django-debug-toolbar==1.11
factory-boy==2.11.1
Faker==1.0.4
flake8-docstrings==1.3.0
flake8==3.7.7
freezegun==0.3.11
isort==4.3.15
pytest-cov==2.6.1
pytest-django==3.4.8
pytest-factoryboy==2.0.2
pytest==4.3.0
|
Update coverage from 4.4.2 to 4.5 | 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.6.6
cryptography==2.1.4
PyYAML==3.12
pytest==3.3.2
pytz==2017.3
| 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.5
Sphinx==1.6.6
cryptography==2.1.4
PyYAML==3.12
pytest==3.3.2
pytz==2017.3
|
Update sphinx-autodoc-typehints from 1.2.0 to 1.2.1 | -e .
alabaster==0.7.10
coverage==4.4.1
cryptography==1.9
flake8==3.3.0
punch.py==1.4.0
pytest==3.1.3
pyyaml==3.12
sphinx==1.6.2
sphinx-autodoc-typehints==1.2.0
tox==2.7.0
twine==1.9.1
wheel==0.29.0
watchdog==0.8.3
| -e .
alabaster==0.7.10
coverage==4.4.1
cryptography==1.9
flake8==3.3.0
punch.py==1.4.0
pytest==3.1.3
pyyaml==3.12
sphinx==1.6.2
sphinx-autodoc-typehints==1.2.1
tox==2.7.0
twine==1.9.1
wheel==0.29.0
watchdog==0.8.3
|
Update pyyaml from 3.11 to 3.12 | 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.11
| 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
|
Update BabyName to 0.3 (3) | Categories:Science & Education
License:GPLv3+
Web Site:
Source Code:https://github.com/mdecorde/BABYNAME
Issue Tracker:https://github.com/mdecorde/BABYNAME/issues
Auto Name:BabyName
Summary:Findout your future baby name
Description:
Uses a lexicon of +10000 names organized by genre and origin to help you to
evaluate which name you prefer.
.
Repo Type:git
Repo:https://github.com/mdecorde/BABYNAME.git
Build:0.2,2
commit=v0.2
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.2
Current Version Code:2
| Categories:Science & Education
License:GPLv3+
Web Site:
Source Code:https://github.com/mdecorde/BABYNAME
Issue Tracker:https://github.com/mdecorde/BABYNAME/issues
Auto Name:BabyName
Summary:Findout your future baby name
Description:
Uses a lexicon of +10000 names organized by genre and origin to help you to
evaluate which name you prefer.
.
Repo Type:git
Repo:https://github.com/mdecorde/BABYNAME.git
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
|
Add list of possible blog post ideas. | POSSIBLE FUTURE BLOG POST TOPICS:
- Unit testing
* Often causes object bloat. In order to test functionality, you often need to add some extra functionality. Rather than putting that into its own class, you just include it in the class so you can test it without adding a dependency.
- Unit testing at the wrong level of abstraction.
* Developers create test fixtures per class. This is the wrong level of abstraction. A "unit" in unit testing is"the smallest testable part of an application". This is often thought of as the class, but can often be a single method. (http://en.wikipedia.org/wiki/Unit_testing)
* A "test fixture" is a fixed state of the software under test used as a baseline for running tests; also known as a "test context". (http://en.wikipedia.org/wiki/Test_fixture)
* Given this information, it may actually be a better abstraction to have a test fixture for each context that you want to test. This is not a new idea.
* Results in more test fixtures (classes) but each one represents a separate context.
* The converse is that very often context setup code ends up duplicated in many different test cases.
- Different aspects from Udi Dahan course.
- No best practices. Only "very good practices given a certain context."
- OOP programmers being scared of classes.
| |
Fix include path for test subdirectory | include_directories(${CMAKE_SOURCE_DIR}/lib)
add_executable(post_function post_function.cc)
target_link_libraries(post_function mvn)
add_executable(three_classes three_classes.cc)
target_link_libraries(three_classes mvn) | include_directories(../lib)
add_executable(post_function post_function.cc)
target_link_libraries(post_function mvn)
add_executable(three_classes three_classes.cc)
target_link_libraries(three_classes mvn) |
Update varsnap package to 1.3.4 | # Core packages
python-dotenv==0.15.0 # Read environment variables from .env
Flask==1.1.2 # Web microframework
uWSGI==2.0.19.1 # Application server
syspath==2.0.4 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==5.24.0.153 # Website monitoring
rollbar==0.15.1 # rollbar.com error logging
varsnap==1.3.3 # Test discovery
| # Core packages
python-dotenv==0.15.0 # Read environment variables from .env
Flask==1.1.2 # Web microframework
uWSGI==2.0.19.1 # Application server
syspath==2.0.4 # Modify paths
# Features
flask-sitemap==0.3.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==5.24.0.153 # Website monitoring
rollbar==0.15.1 # rollbar.com error logging
varsnap==1.3.4 # Test discovery
|
Upgrade dependency tqdm to ==4.11.2 | argcomplete==1.8.1
base58==0.2.4
botocore==1.5.4
boto3==1.4.4
docutils>=0.12
durationpy==0.3
futures==3.0.5
hjson==2.0.2
jmespath==0.9.0
kappa==0.6.0
lambda-packages==0.12.0
python-dateutil==2.6.0
python-slugify==1.2.1
PyYAML==3.12
requests>=2.10.0
six==1.10.0
toml==0.9.2
tqdm==4.11.1
troposphere>=1.9.0
Werkzeug==0.11.15
wheel==0.29.0
wsgi-request-logger==0.4.6
| argcomplete==1.8.1
base58==0.2.4
botocore==1.5.4
boto3==1.4.4
docutils>=0.12
durationpy==0.3
futures==3.0.5
hjson==2.0.2
jmespath==0.9.0
kappa==0.6.0
lambda-packages==0.12.0
python-dateutil==2.6.0
python-slugify==1.2.1
PyYAML==3.12
requests>=2.10.0
six==1.10.0
toml==0.9.2
tqdm==4.11.2
troposphere>=1.9.0
Werkzeug==0.11.15
wheel==0.29.0
wsgi-request-logger==0.4.6
|
Remove CxaDemangle.cpp from the cmakelists too. | add_lldb_library(lldbUtility
Baton.cpp
Connection.cpp
ConstString.cpp
CxaDemangle.cpp
DataBufferHeap.cpp
DataBufferLLVM.cpp
DataEncoder.cpp
DataExtractor.cpp
FastDemangle.cpp
FileSpec.cpp
History.cpp
IOObject.cpp
JSON.cpp
LLDBAssert.cpp
Log.cpp
Logging.cpp
NameMatches.cpp
Range.cpp
RegularExpression.cpp
SelectHelper.cpp
SharingPtr.cpp
Status.cpp
Stream.cpp
StreamCallback.cpp
StreamGDBRemote.cpp
StreamString.cpp
StringExtractor.cpp
StringExtractorGDBRemote.cpp
StringLexer.cpp
StringList.cpp
StructuredData.cpp
TaskPool.cpp
TildeExpressionResolver.cpp
Timer.cpp
UserID.cpp
UriParser.cpp
UUID.cpp
VASprintf.cpp
VMRange.cpp
LINK_LIBS
# lldbUtility cannot have any dependencies
LINK_COMPONENTS
BinaryFormat
Support
)
| add_lldb_library(lldbUtility
Baton.cpp
Connection.cpp
ConstString.cpp
DataBufferHeap.cpp
DataBufferLLVM.cpp
DataEncoder.cpp
DataExtractor.cpp
FastDemangle.cpp
FileSpec.cpp
History.cpp
IOObject.cpp
JSON.cpp
LLDBAssert.cpp
Log.cpp
Logging.cpp
NameMatches.cpp
Range.cpp
RegularExpression.cpp
SelectHelper.cpp
SharingPtr.cpp
Status.cpp
Stream.cpp
StreamCallback.cpp
StreamGDBRemote.cpp
StreamString.cpp
StringExtractor.cpp
StringExtractorGDBRemote.cpp
StringLexer.cpp
StringList.cpp
StructuredData.cpp
TaskPool.cpp
TildeExpressionResolver.cpp
Timer.cpp
UserID.cpp
UriParser.cpp
UUID.cpp
VASprintf.cpp
VMRange.cpp
LINK_LIBS
# lldbUtility cannot have any dependencies
LINK_COMPONENTS
BinaryFormat
Support
)
|
Bump lxml from 4.6.3 to 4.6.5 | # Library dependencies for pgn2scid. You need to install these with
# `pip install -r requirements.txt` before you can use the software.
beautifulsoup4==4.9.0
lxml==4.6.3
soupsieve==2.0
| # Library dependencies for pgn2scid. You need to install these with
# `pip install -r requirements.txt` before you can use the software.
beautifulsoup4==4.9.0
lxml==4.6.5
soupsieve==2.0
|
Update djangorestframework requirement from <3.12,>=3.6 to >=3.6,<3.13 | # Minimum Django and REST framework version
Django>=1.11.14,<4.0
djangorestframework>=3.6,<3.12
marshmallow>=3.0,<4.0
# Test requirements
pytest
pytest-django==3.8.0
pytest-cov==2.8.1
flake8==3.7.9
# MkDocs for documentation
mkdocs
| # Minimum Django and REST framework version
Django>=1.11.14,<4.0
djangorestframework>=3.6,<3.13
marshmallow>=3.0,<4.0
# Test requirements
pytest
pytest-django==3.8.0
pytest-cov==2.8.1
flake8==3.7.9
# MkDocs for documentation
mkdocs
|
Update boto3 from 1.7.2 to 1.7.4 | Django==2.0.4
dj_database_url==0.5.0
django-ordered-model==1.4.3
pytz==2018.3
python_box==3.1.1
six==1.11.0
gunicorn==19.7.1
psycopg2==2.7.4
python-decouple==3.1
raven==6.6.0
#Amazon S3 Stuff
boto3==1.7.2
Collectfast==0.6.2
botocore==1.10.2
django-s3-folder-storage==0.5
django-storages==1.6.6
docutils==0.14
jmespath==0.9.3
python-dateutil==2.7.2
s3transfer==0.1.13
six==1.11.0
| Django==2.0.4
dj_database_url==0.5.0
django-ordered-model==1.4.3
pytz==2018.3
python_box==3.1.1
six==1.11.0
gunicorn==19.7.1
psycopg2==2.7.4
python-decouple==3.1
raven==6.6.0
#Amazon S3 Stuff
boto3==1.7.4
Collectfast==0.6.2
botocore==1.10.2
django-s3-folder-storage==0.5
django-storages==1.6.6
docutils==0.14
jmespath==0.9.3
python-dateutil==2.7.2
s3transfer==0.1.13
six==1.11.0
|
Use ipython 5.4 to keep py2 support | adjustText>=0.6.1
biopython>=1.70
fastcluster>=1.1.23
ipython>=6.1.0
matplotlib>=2.0.2
matplotlib-venn>=0.11.5
networkx>=1.11
numpy>=1.13.1
numpydoc>=0.7
pandas>=0.20.3
scikit-learn>=0.18.2
scipy>=0.19.1
seaborn>=0.8
uniprot==1.3
xlsxwriter>=0.9.8
| adjustText>=0.6.1
biopython>=1.70
fastcluster>=1.1.23
ipython>=5.4.1
matplotlib>=2.0.2
matplotlib-venn>=0.11.5
networkx>=1.11
numpy>=1.13.1
numpydoc>=0.7
pandas>=0.20.3
scikit-learn>=0.18.2
scipy>=0.19.1
seaborn>=0.8
uniprot==1.3
xlsxwriter>=0.9.8
|
Update Shorty to 1.03 (103) | Categories:Multimedia
License:GPLv3
Web Site:https://github.com/billthefarmer/shorty/blob/master/README.md
Source Code:https://github.com/billthefarmer/shorty
Issue Tracker:https://github.com/billthefarmer/shorty/issues
Auto Name:Shorty
Summary:Shortcuts for Intent Radio
Description:
Create shortcuts for Intent Radio.
* Create shortcuts from the app or the android launcher.
* Defaults to BBC Radio 4 if no data is entered.
* Lookup stations from a list.
* Values and list saved between uses.
* Save and restore the list from the device file system.
.
Repo Type:git
Repo:https://github.com/billthefarmer/shorty
Build:1.0,1
commit=v1.0
Build:1.01,101
commit=v1.01
Build:1.02,102
commit=v1.02
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.02
Current Version Code:102
| Categories:Multimedia
License:GPLv3
Web Site:https://github.com/billthefarmer/shorty/blob/master/README.md
Source Code:https://github.com/billthefarmer/shorty
Issue Tracker:https://github.com/billthefarmer/shorty/issues
Auto Name:Shorty
Summary:Shortcuts for Intent Radio
Description:
Create shortcuts for Intent Radio.
* Create shortcuts from the app or the android launcher.
* Defaults to BBC Radio 4 if no data is entered.
* Lookup stations from a list.
* Values and list saved between uses.
* Save and restore the list from the device file system.
.
Repo Type:git
Repo:https://github.com/billthefarmer/shorty
Build:1.0,1
commit=v1.0
Build:1.01,101
commit=v1.01
Build:1.02,102
commit=v1.02
Build:1.03,103
commit=v1.03
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.03
Current Version Code:103
|
Switch to C99. (It’s 2014!) | cmake_minimum_required(VERSION 2.8)
# TODO headers as dependencies
# TODO shared/static switch CMake-style
set(libOpenVG_SOURCES
shExtensions.c
shArrays.c
shVectors.c
shPath.c
shImage.c
shPaint.c
shGeometry.c
shPipeline.c
shParams.c
shContext.c
shVgu.c
)
set(libOpenVG_HEADERS
shDefs.h
shExtensions.h
shArrayBase.h
shArrays.h
shVectors.h
shPath.h
shImage.h
shPaint.h
shGeometry.h
shContext.h
)
add_definitions(-ansi -pedantic -DHAVE_CONFIG_H)
include_directories(${OPENGL_INCLUDE_DIR})
# TODO what if OpenGL library has nonstandard location?
add_library(OpenVG SHARED ${libOpenVG_SOURCES})
target_link_libraries(OpenVG ${OPENGL_LIBRARIES})
SET_TARGET_PROPERTIES( OpenVG PROPERTIES COMPILE_FLAGS -fPIC)
install(TARGETS OpenVG DESTINATION lib)
| cmake_minimum_required(VERSION 2.8)
# TODO headers as dependencies
# TODO shared/static switch CMake-style
set(libOpenVG_SOURCES
shExtensions.c
shArrays.c
shVectors.c
shPath.c
shImage.c
shPaint.c
shGeometry.c
shPipeline.c
shParams.c
shContext.c
shVgu.c
)
set(libOpenVG_HEADERS
shDefs.h
shExtensions.h
shArrayBase.h
shArrays.h
shVectors.h
shPath.h
shImage.h
shPaint.h
shGeometry.h
shContext.h
)
add_definitions(-std=c99 -pedantic -DHAVE_CONFIG_H)
include_directories(${OPENGL_INCLUDE_DIR})
# TODO what if OpenGL library has nonstandard location?
add_library(OpenVG SHARED ${libOpenVG_SOURCES})
target_link_libraries(OpenVG ${OPENGL_LIBRARIES})
SET_TARGET_PROPERTIES( OpenVG PROPERTIES COMPILE_FLAGS -fPIC)
install(TARGETS OpenVG DESTINATION lib)
|
Update CV of Giggity to 1.1 (60) | Categories:Time
License:GPLv2
Web Site:
Source Code:http://wilmer.gaa.st/main.php/giggity.html
Issue Tracker:
FlattrID:292369
Auto Name:Giggity
Summary:Schedule viewer for events
Description:
An application that loads xcal/Pentabarf XML files (that contain schedules of
conferences/festivals/other events) and lets you browse them in various
convenient formats. Preloaded with data for FOSDEM.
The source code isn't visible from a browser; it needs to be cloned with bzr. No
issue tracker: use the email address on the website to contact the author.
.
Repo Type:bzr
Repo:http://wilmer.gaa.st/giggity
Build:0.8.1,4
commit=133
Build:0.9.8,16
commit=238
Build:0.99.999,21
commit=292
target=android-14
Build:0.999.999,24
disable=not publishable 327
commit=unknown - see disabled
target=android-17
Build:1.0,40
commit=336
target=android-17
Build:1.0,41
commit=346
target=android-17
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:41
| Categories:Time
License:GPLv2
Web Site:
Source Code:http://wilmer.gaa.st/main.php/giggity.html
Issue Tracker:
FlattrID:292369
Auto Name:Giggity
Summary:Schedule viewer for events
Description:
An application that loads xcal/Pentabarf XML files (that contain schedules of
conferences/festivals/other events) and lets you browse them in various
convenient formats. Preloaded with data for FOSDEM.
The source code isn't visible from a browser; it needs to be cloned with bzr. No
issue tracker: use the email address on the website to contact the author.
.
Repo Type:bzr
Repo:http://wilmer.gaa.st/giggity
Build:0.8.1,4
commit=133
Build:0.9.8,16
commit=238
Build:0.99.999,21
commit=292
target=android-14
Build:0.999.999,24
disable=not publishable 327
commit=unknown - see disabled
target=android-17
Build:1.0,40
commit=336
target=android-17
Build:1.0,41
commit=346
target=android-17
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.1
Current Version Code:60
|
Add templates to build output. On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits) | cmake_minimum_required(VERSION 2.8)
project(veridoc-src)
add_subdirectory(./verilog-parser)
set(VERIDOC_SRC main.c)
set(VERIDOC_EXE veridoc)
set(VERIDOC_CORE_SRC veridoc-config.c
veridoc-parsing.c
veridoc-manifest.c
veridoc-page-factory.c
veridoc-json.c)
set(VERIDOC_CORE veridoccore)
add_library(${VERIDOC_CORE} ${VERIDOC_CORE_SRC})
add_executable(${VERIDOC_EXE} ${VERIDOC_SRC})
target_link_libraries(${VERIDOC_EXE} verilogparser)
target_link_libraries(${VERIDOC_CORE} verilogparser)
target_link_libraries(${VERIDOC_EXE} ${VERIDOC_CORE})
| cmake_minimum_required(VERSION 2.8)
project(veridoc-src)
add_subdirectory(./verilog-parser)
set(VERIDOC_SRC main.c)
set(VERIDOC_EXE veridoc)
set(VERIDOC_CORE_SRC veridoc-config.c
veridoc-parsing.c
veridoc-manifest.c
veridoc-page-factory.c
veridoc-json.c)
set(VERIDOC_CORE veridoccore)
add_library(${VERIDOC_CORE} ${VERIDOC_CORE_SRC})
add_executable(${VERIDOC_EXE} ${VERIDOC_SRC})
target_link_libraries(${VERIDOC_EXE} verilogparser)
target_link_libraries(${VERIDOC_CORE} verilogparser)
target_link_libraries(${VERIDOC_EXE} ${VERIDOC_CORE})
# Copy asset files.
set(BIN_DIR_ASSETS ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/assets)
configure_file(assets/module.html ${BIN_DIR_ASSETS}/module.html)
configure_file(assets/list.html ${BIN_DIR_ASSETS}/list.html )
configure_file(assets/script.js ${BIN_DIR_ASSETS}/script.js )
configure_file(assets/style.css ${BIN_DIR_ASSETS}/style.css )
|
Update sqlalchemy from 1.2.16 to 1.2.17 | apscheduler==3.5.3
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.5.0
psycopg2-binary==2.7.7
redis==3.0.1
requests==2.21.0
rq==0.13.0
selenium==3.141.0
six==1.12.0
sqlalchemy-postgres-copy==0.5.0
sqlalchemy==1.2.16
tabulate==0.8.3
ua-parser==0.8.0
user-agents==1.1.0
| apscheduler==3.5.3
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.5.0
psycopg2-binary==2.7.7
redis==3.0.1
requests==2.21.0
rq==0.13.0
selenium==3.141.0
six==1.12.0
sqlalchemy-postgres-copy==0.5.0
sqlalchemy==1.2.17
tabulate==0.8.3
ua-parser==0.8.0
user-agents==1.1.0
|
Update pytest from 3.5.1 to 3.6.0 | # Task execution
# Need to pin to 0.21.x if supporting Py26
invoke==1.0.0
# Soft dependencies
python-dateutil==2.7.3
pytz==2018.4
# Testing
pytest==3.5.1
tox>=1.5.0
simplejson==3.15.0
# Syntax checking
flake8==3.5.0
| # Task execution
# Need to pin to 0.21.x if supporting Py26
invoke==1.0.0
# Soft dependencies
python-dateutil==2.7.3
pytz==2018.4
# Testing
pytest==3.6.0
tox>=1.5.0
simplejson==3.15.0
# Syntax checking
flake8==3.5.0
|
Fix the version spec for documentation building | Django
django-ckeditor
django-content-editor>0.10.1
django-cte-forest
django-versatileimagefield
feincms-cleanse
requests
| Django
django-ckeditor
django-content-editor>=0.10.1
django-cte-forest
django-versatileimagefield
feincms-cleanse
requests
|
Update WebTube to 0.4 (5) | AntiFeatures:NonFreeNet
Categories:Multimedia,Internet
License:GPLv3
Web Site:https://github.com/martykan/webTube/blob/HEAD/README.md
Source Code:https://github.com/martykan/webTube
Issue Tracker:https://github.com/martykan/webTube/issues
Auto Name:WebTube
Summary:Play YouTube videos
Description:
Lightweight YouTube frontend that's supposed to be used without the proprietary
YouTube-API or any of Google's (proprietary) play-services.
.
Repo Type:git
Repo:https://github.com/martykan/webTube
Build:0.3.1,4
commit=v0.3.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.3.1
Current Version Code:4
| AntiFeatures:NonFreeNet
Categories:Multimedia,Internet
License:GPLv3
Web Site:https://github.com/martykan/webTube/blob/HEAD/README.md
Source Code:https://github.com/martykan/webTube
Issue Tracker:https://github.com/martykan/webTube/issues
Auto Name:WebTube
Summary:Play YouTube videos
Description:
Lightweight YouTube frontend that's supposed to be used without the proprietary
YouTube-API or any of Google's (proprietary) play-services.
.
Repo Type:git
Repo:https://github.com/martykan/webTube
Build:0.3.1,4
commit=v0.3.1
subdir=app
gradle=yes
Build:0.4,5
commit=v0.4
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.4
Current Version Code:5
|
Correct docs for new hook, fix handling of optional parms, add test - fix typo | JazzHub
=======
This service integrates github with Rational's JazzHub service (http://hub.jazz.net). The hook automatically adds change set links into work item specified by the commit message.
The hook will recognize any of the common work item type names in the commit message and look for a corresponding work item.
For example:
- "Fix bug 42"
- "Deliver Story 99"
- "[work item 999] fixed some stuff"
Install Notes
-------------
The JazzHub hook needs to be configured with your JazzHub login info:
1. Username - This is the username of the user used to access JazzHub.
2. Password - This is the password of the user used to access JazzHub.
| JazzHub
=======
This service integrates GitHub with Rational's JazzHub service (http://hub.jazz.net). The hook automatically adds change set links into the work item specified by the commit message.
The hook will recognize any of the common work item type names in the commit message and look for a corresponding work item.
For example:
- "Fix bug 42"
- "Deliver Story 99"
- "[work item 999] fixed some stuff"
Install Notes
-------------
The JazzHub hook needs to be configured with your JazzHub login info:
1. Username - This is the username of the user used to access JazzHub.
2. Password - This is the password of the user used to access JazzHub.
|
Use same license which we typically use. | Coming soon.
| The MIT License (MIT)
Copyright (c) 2014 objectrocket
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
Update copyright notice to 2016 | Copyright (c) 2015 Xavier Dutreilh
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
| Copyright (c) 2015-2016 Xavier Dutreilh
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
|
Update Freeciv server to r31871 | # I keep previous version easily available here so I don't need to check
# version history constantly when handling ruleset differences.
# Previous:31861
FCREV=31868
FCBRANCH=trunk
ORIGCAPSTR="+Freeciv.Devel-3.0-2016.Feb.09"
# There's no need to bump this constantly as current freeciv-web
# makes no connections to outside world - all connections are
# internal to it. The server and client are always compatible.
WEBCAPSTR="+Freeciv.Web.Devel-3.0"
| # I keep previous version easily available here so I don't need to check
# version history constantly when handling ruleset differences.
# Previous:31868
FCREV=31871
FCBRANCH=trunk
ORIGCAPSTR="+Freeciv.Devel-3.0-2016.Feb.11"
# There's no need to bump this constantly as current freeciv-web
# makes no connections to outside world - all connections are
# internal to it. The server and client are always compatible.
WEBCAPSTR="+Freeciv.Web.Devel-3.0"
|
Add the test Google Ads | google.com, pub-7450416888249377, DIRECT, f08c47fec0942fa0
facebook.com, 310120842856604, DIRECT, c3e20eee3f780d68
| google.com, pub-7450416888249377, DIRECT, f08c47fec0942fa0
google.com, pub-3940256099942544, DIRECT, f08c47fec0942fa0
facebook.com, 310120842856604, DIRECT, c3e20eee3f780d68
|
Update documentation to match required tree on the storage device. | Users of the socket library need to do the following:
Use the development branch: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/EADK/
Create an Efi\etc directory on their system or USB flash device
Copy the files from StdLib\Efi\etc into that directory
Edit the files appropriately
o Set the correct DNS servers in resolv.conf
o Set the search order in host.conf
At the EFI shell
o Set the device containing the \Efi directory as the default device
o Run the socket application
| Users of the socket library need to do the following:
Use the development branch: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/EADK/
Create an Efi\StdLib\etc directory on their system or USB flash device
Copy the files from StdLib\Efi\StdLib\etc into that directory
Edit the files appropriately
o Set the correct DNS servers in resolv.conf
o Set the search order in host.conf
At the EFI shell
o Set the device containing the \Efi directory as the default device
o Run the socket application
|
Bump django from 3.0.4 to 3.0.7 | Django==3.0.4
django-environ
gunicorn
pyyaml
bs4
requests
psycopg2-binary
django-storages[google]
google-cloud-secret-manager==0.1.1
| Django==3.0.7
django-environ
gunicorn
pyyaml
bs4
requests
psycopg2-binary
django-storages[google]
google-cloud-secret-manager==0.1.1
|
Bump ruamel-yaml from 0.17.0 to 0.17.2 | click==7.1.2
entrypoints==0.3
requests==2.25.1
numpy==1.20.2
scipy==1.6.2
h5netcdf==0.10.0
h5py==3.2.1
pillow==8.1.2
ruamel.yaml==0.17.0
loguru==0.5.3
tqdm==4.59.0
| click==7.1.2
entrypoints==0.3
requests==2.25.1
numpy==1.20.2
scipy==1.6.2
h5netcdf==0.10.0
h5py==3.2.1
pillow==8.1.2
ruamel.yaml==0.17.2
loguru==0.5.3
tqdm==4.59.0
|
Update pytz from 2018.7 to 2018.9 | asn1crypto==0.24.0
certifi==2018.11.29
cffi==1.11.5
chardet==3.0.4
click==7.0
coloredlogs==10.0
cryptography==2.4.2
docutils==0.14
future==0.17.1
github3.py==1.2.0
humanfriendly==4.17
idna==2.8
jinja2==2.10
jwcrypto==0.6.0
lxml==4.3.0
MarkupSafe==1.1.0
plaintable==0.1.1
pycparser==2.19
python-dateutil==2.7.5
pytz==2018.7
PyYAML==3.13
raven==6.10.0
requests[security]==2.21.0
robotframework==3.1
robotframework-seleniumlibrary==3.3.0
rst2ansi==0.1.5
salesforce-bulk==2.1.0
sarge==0.1.5.post0
selenium==3.141.0
simple-salesforce==0.74.2
six==1.12.0
SQLAlchemy==1.2.15
unicodecsv==0.14.1
uritemplate==3.0.0
urllib3==1.24.1
xmltodict==0.11.0
| asn1crypto==0.24.0
certifi==2018.11.29
cffi==1.11.5
chardet==3.0.4
click==7.0
coloredlogs==10.0
cryptography==2.4.2
docutils==0.14
future==0.17.1
github3.py==1.2.0
humanfriendly==4.17
idna==2.8
jinja2==2.10
jwcrypto==0.6.0
lxml==4.3.0
MarkupSafe==1.1.0
plaintable==0.1.1
pycparser==2.19
python-dateutil==2.7.5
pytz==2018.9
PyYAML==3.13
raven==6.10.0
requests[security]==2.21.0
robotframework==3.1
robotframework-seleniumlibrary==3.3.0
rst2ansi==0.1.5
salesforce-bulk==2.1.0
sarge==0.1.5.post0
selenium==3.141.0
simple-salesforce==0.74.2
six==1.12.0
SQLAlchemy==1.2.15
unicodecsv==0.14.1
uritemplate==3.0.0
urllib3==1.24.1
xmltodict==0.11.0
|
Update djangorestframework from 3.7.0 to 3.7.1 | certifi==2017.7.27.1
chardet==3.0.4
Django==1.11.6
djangorestframework==3.7.0
gunicorn==19.7.1
idna==2.6
psycopg2==2.7.3.1
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.1
python-twitch-client==0.3.0
pytz==2017.2
requests==2.18.4
six==1.11.0
urllib3==1.22
|
Update tox from 3.18.1 to 3.19.0 | ansible-lint==4.2.0
docker==4.2.2
flake8==3.8.3
molecule==3.0.6
pytest==6.0.1
testinfra==5.2.2
tox==3.18.1
| ansible-lint==4.2.0
docker==4.2.2
flake8==3.8.3
molecule==3.0.6
pytest==6.0.1
testinfra==5.2.2
tox==3.19.0
|
Update pyyaml from 5.3 to 5.3.1 | click==7.0
colorama==0.4.3
pathspec==0.7.0
PyYAML==5.3
six==1.14.0
| click==7.0
colorama==0.4.3
pathspec==0.7.0
PyYAML==5.3.1
six==1.14.0
|
Update botocore from 1.7.32 to 1.7.33 | boto3==1.4.7
botocore==1.7.32
certifi==2017.7.27.1
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.11.6
django-grappelli==2.10.1
django-haystack==2.6.1
django-linkcheck==1.5
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
elasticsearch==5.4.0
futures==3.1.1
gunicorn==19.7.1
idna==2.6
jmespath==0.9.3
MySQL-python==1.2.5
newrelic==2.96.0.80
psycopg2==2.7.3.1
python-dateutil==2.6.1
python-ptrace==0.9.3
pyuploadcare==2.2.1
requests==2.18.4
rollbar==0.13.16
s3transfer==0.1.11
simplejson==3.11.1
six==1.11.0
static3==0.7.0
urllib3==1.22
Whoosh==2.7.4
| boto3==1.4.7
botocore==1.7.33
certifi==2017.7.27.1
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.11.6
django-grappelli==2.10.1
django-haystack==2.6.1
django-linkcheck==1.5
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
elasticsearch==5.4.0
futures==3.1.1
gunicorn==19.7.1
idna==2.6
jmespath==0.9.3
MySQL-python==1.2.5
newrelic==2.96.0.80
psycopg2==2.7.3.1
python-dateutil==2.6.1
python-ptrace==0.9.3
pyuploadcare==2.2.1
requests==2.18.4
rollbar==0.13.16
s3transfer==0.1.11
simplejson==3.11.1
six==1.11.0
static3==0.7.0
urllib3==1.22
Whoosh==2.7.4
|
Bump pyyaml from 3.10 to 5.4 | Jinja2==2.11.3
MarkupSafe==0.18
PyYAML==4.2b1
Pygments==2.7.4
Sphinx==1.1.3
argparse==1.2.1
cliff==1.4.5
cmd2==0.6.7
coverage==3.7
docutils==0.11
flake8==2.1.0
mccabe==0.2.1
mock==1.0.1
nose==1.3.0
nosexcover==1.0.8
pep8==1.4.6
prettytable==0.7.2
py==1.4.18
pyaml==13.07.1
pyflakes==0.7.3
pyparsing==2.0.1
requests==2.0.1
responses==0.1.0
sexpdata==0.0.3
tox==1.6.1
virtualenv==1.10.1
wsgiref==0.1.2
| Jinja2==2.11.3
MarkupSafe==0.18
PyYAML==5.4
Pygments==2.7.4
Sphinx==1.1.3
argparse==1.2.1
cliff==1.4.5
cmd2==0.6.7
coverage==3.7
docutils==0.11
flake8==2.1.0
mccabe==0.2.1
mock==1.0.1
nose==1.3.0
nosexcover==1.0.8
pep8==1.4.6
prettytable==0.7.2
py==1.4.18
pyaml==13.07.1
pyflakes==0.7.3
pyparsing==2.0.1
requests==2.0.1
responses==0.1.0
sexpdata==0.0.3
tox==1.6.1
virtualenv==1.10.1
wsgiref==0.1.2
|
Update virtualenv from 16.1.0 to 16.2.0 | cookiecutter==1.6.0
flake8==3.0.4
sh==1.12.14
virtualenv==16.1.0
Sphinx==1.8.2
sphinx-rtd-theme==0.4.2
# Testing
pytest==4.0.1
pep8==1.7.1
pyflakes==2.0.0
tox==3.5.3
pytest-cookies==0.3.0
| cookiecutter==1.6.0
flake8==3.0.4
sh==1.12.14
virtualenv==16.2.0
Sphinx==1.8.2
sphinx-rtd-theme==0.4.2
# Testing
pytest==4.0.1
pep8==1.7.1
pyflakes==2.0.0
tox==3.5.3
pytest-cookies==0.3.0
|
Update uk-geo-utils from 0.8.0 to 0.8.1 | dj-database-url==0.5.0
django-apiblueprint-view==2.1.0
django-basicauth==0.5.2
django-extensions==2.2.3
django-localflavor==2.2
django-markdown-deux==1.0.5
django==2.2.6 # pyup: >=2.2,<3.0
djangorestframework==3.10.3
djangorestframework-gis==0.14
django-cors-headers==3.1.1
fastkml==0.11
fuzzywuzzy==0.17.0
lxml==4.4.1
psycopg2-binary==2.8.3
pyshp==2.1.0
python-levenshtein==0.12.0
raven==6.10.0
requests==2.22.0
retry==0.9.2
boto==2.49.0
uk-geo-utils==0.8.0
git+git://github.com/DemocracyClub/dc_base_theme.git@0.3.10
git+https://github.com/DemocracyClub/dc_signup_form.git@2.1.0
| dj-database-url==0.5.0
django-apiblueprint-view==2.1.0
django-basicauth==0.5.2
django-extensions==2.2.3
django-localflavor==2.2
django-markdown-deux==1.0.5
django==2.2.6 # pyup: >=2.2,<3.0
djangorestframework==3.10.3
djangorestframework-gis==0.14
django-cors-headers==3.1.1
fastkml==0.11
fuzzywuzzy==0.17.0
lxml==4.4.1
psycopg2-binary==2.8.3
pyshp==2.1.0
python-levenshtein==0.12.0
raven==6.10.0
requests==2.22.0
retry==0.9.2
boto==2.49.0
uk-geo-utils==0.8.1
git+git://github.com/DemocracyClub/dc_base_theme.git@0.3.10
git+https://github.com/DemocracyClub/dc_signup_form.git@2.1.0
|
Update sphinx from 1.6.4 to 1.6.5 | alabaster==0.7.10
amqp==2.2.2
appdirs==1.4.3
babel==2.5.1
beautifulsoup4==4.6.0
billiard==3.5.0.3
celery==4.1.0
click==6.7
coverage==4.4.1
django-webtest==1.9.2
docutils==0.14
first==2.0.1
graphviz==0.8.1
imagesize==0.7.1
Jinja2==2.9.6
kombu==4.1.0
MarkupSafe==1.0
packaging==16.8
pip-tools==1.10.1
pluggy==0.5.2
py==1.4.34
pyenchant==1.6.11
Pygments==2.2.0
pyparsing==2.2.0
pytest-django==3.1.2
pytest==3.2.3
pytz==2017.2
requests==2.18.4
six==1.11.0
snowballstemmer==1.2.1
sphinx==1.6.4
sphinxcontrib-spelling==4.0.1
tox==2.9.1
vine==1.1.4
virtualenv==15.1.0
waitress==1.1.0
WebOb==1.7.3
webtest==2.0.29
# The following packages are considered to be unsafe in a requirements file:
# setuptools
| alabaster==0.7.10
amqp==2.2.2
appdirs==1.4.3
babel==2.5.1
beautifulsoup4==4.6.0
billiard==3.5.0.3
celery==4.1.0
click==6.7
coverage==4.4.1
django-webtest==1.9.2
docutils==0.14
first==2.0.1
graphviz==0.8.1
imagesize==0.7.1
Jinja2==2.9.6
kombu==4.1.0
MarkupSafe==1.0
packaging==16.8
pip-tools==1.10.1
pluggy==0.5.2
py==1.4.34
pyenchant==1.6.11
Pygments==2.2.0
pyparsing==2.2.0
pytest-django==3.1.2
pytest==3.2.3
pytz==2017.2
requests==2.18.4
six==1.11.0
snowballstemmer==1.2.1
sphinx==1.6.5
sphinxcontrib-spelling==4.0.1
tox==2.9.1
vine==1.1.4
virtualenv==15.1.0
waitress==1.1.0
WebOb==1.7.3
webtest==2.0.29
# The following packages are considered to be unsafe in a requirements file:
# setuptools
|
Update ipdb from 0.10.1 to 0.10.2 | coverage==4.3.4
docker-py==1.10.6
flake8==3.2.1
ipdb==0.10.1
ipython==5.1.0
pyodbc==4.0.3
pytest==3.0.5
pytest-cov==2.4.0
pytest-sugar==0.8.0
sphinx==1.5.1
sphinxcontrib-asyncio==0.2.0
uvloop==0.7.2
| coverage==4.3.4
docker-py==1.10.6
flake8==3.2.1
ipdb==0.10.2
ipython==5.1.0
pyodbc==4.0.3
pytest==3.0.5
pytest-cov==2.4.0
pytest-sugar==0.8.0
sphinx==1.5.1
sphinxcontrib-asyncio==0.2.0
uvloop==0.7.2
|
Update faker from 13.0.0 to 13.2.0 | -r base.txt
factory-boy==3.2.1
Faker==13.0.0
flake8==4.0.1
freezegun==1.1.0
isort==5.10.1
pytest==7.0.1
pytest-cov==3.0.0
pytest-django==4.5.2
pytest-factoryboy==2.1.0
| -r base.txt
factory-boy==3.2.1
Faker==13.2.0
flake8==4.0.1
freezegun==1.1.0
isort==5.10.1
pytest==7.0.1
pytest-cov==3.0.0
pytest-django==4.5.2
pytest-factoryboy==2.1.0
|
Update twine from 1.13.0 to 1.14.0 | -r requirements.txt
-e .
black==19.3b0; python_version > '3'
bump2version==0.5.11
coverage==4.5.4
coveralls==1.8.2
flake8==3.7.8
mock==3.0.5
pre-commit==1.18.3
pytest==4.6.5 # pyup: <5
pytest-cov==2.7.1
responses==0.10.6
Sphinx==1.8.5 # pyup: <2
testfixtures==6.10.0
tox==3.14.0
twine==1.13.0
watchdog==0.9.0
wheel==0.33.6
| -r requirements.txt
-e .
black==19.3b0; python_version > '3'
bump2version==0.5.11
coverage==4.5.4
coveralls==1.8.2
flake8==3.7.8
mock==3.0.5
pre-commit==1.18.3
pytest==4.6.5 # pyup: <5
pytest-cov==2.7.1
responses==0.10.6
Sphinx==1.8.5 # pyup: <2
testfixtures==6.10.0
tox==3.14.0
twine==1.14.0
watchdog==0.9.0
wheel==0.33.6
|
Update tox from 3.12.1 to 3.13.1 | pip==19.1.1
bumpversion==0.5.3
wheel==0.33.4
watchdog==0.9.0
flake8==3.7.7
tox==3.12.1
coverage==4.5.3
Sphinx==2.1.1
cryptography==2.7
PyYAML==5.1.1
pytest==4.6.3
pytest-runner==5.1
vcrpy==2.0.1
twine==1.13.0
| pip==19.1.1
bumpversion==0.5.3
wheel==0.33.4
watchdog==0.9.0
flake8==3.7.7
tox==3.13.1
coverage==4.5.3
Sphinx==2.1.1
cryptography==2.7
PyYAML==5.1.1
pytest==4.6.3
pytest-runner==5.1
vcrpy==2.0.1
twine==1.13.0
|
Add missing dependency for viscm. | -e .
check-manifest
pyqt5==5.12.*;python_version>='3'
pytest>=3.8.0
pytest-cov
pytest-mpl
pytest-pep8
readme_renderer[md]
setuptools>=38.6.0
twine>=1.13.0
viscm>=0.9;python_version>='3'
wheel>=0.31.0
| -e .
check-manifest
pyqt5==5.12.*;python_version>='3'
pytest>=3.8.0
pytest-cov
pytest-mpl
pytest-pep8
readme_renderer[md]
scipy>=1.0.0
setuptools>=38.6.0
twine>=1.13.0
viscm>=0.9;python_version>='3'
wheel>=0.31.0
|
Build tests with a higher warning level | file(GLOB_RECURSE SIMDEE_HEADERS "${CMAKE_SOURCE_DIR}/include/*.hpp")
file(GLOB_RECURSE SIMDEE_TEST_SOURCES "*.hpp" "*.cpp" "*.inl")
add_executable(simdee_test ${SIMDEE_HEADERS} ${SIMDEE_TEST_SOURCES})
target_include_directories(simdee_test PUBLIC ${CMAKE_SOURCE_DIR}/include)
set_property(TARGET simdee_test PROPERTY CXX_STANDARD 11)
if(MSVC)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /arch:AVX2")
else()
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx2")
endif()
| file(GLOB_RECURSE SIMDEE_HEADERS "${CMAKE_SOURCE_DIR}/include/*.hpp")
file(GLOB_RECURSE SIMDEE_TEST_SOURCES "*.hpp" "*.cpp" "*.inl")
add_executable(simdee_test ${SIMDEE_HEADERS} ${SIMDEE_TEST_SOURCES})
target_include_directories(simdee_test PUBLIC ${CMAKE_SOURCE_DIR}/include)
set_property(TARGET simdee_test PROPERTY CXX_STANDARD 11)
if(MSVC)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4 /arch:AVX2")
else()
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -mavx2")
endif()
|
Add documentation for CPM GPIO banks | Every GPIO controller node must have #gpio-cells property defined,
this information will be used to translate gpio-specifiers.
On CPM1 devices, all ports are using slightly different register layouts.
Ports A, C and D are 16bit ports and Ports B and E are 32bit ports.
On CPM2 devices, all ports are 32bit ports and use a common register layout.
Required properties:
- compatible : "fsl,cpm1-pario-bank-a", "fsl,cpm1-pario-bank-b",
"fsl,cpm1-pario-bank-c", "fsl,cpm1-pario-bank-d",
"fsl,cpm1-pario-bank-e", "fsl,cpm2-pario-bank"
- #gpio-cells : Should be two. The first cell is the pin number and the
second cell is used to specify optional paramters (currently unused).
- gpio-controller : Marks the port as GPIO controller.
Example of three SOC GPIO banks defined as gpio-controller nodes:
CPM1_PIO_A: gpio-controller@950 {
#gpio-cells = <2>;
compatible = "fsl,cpm1-pario-bank-a";
reg = <0x950 0x10>;
gpio-controller;
};
CPM1_PIO_B: gpio-controller@ab8 {
#gpio-cells = <2>;
compatible = "fsl,cpm1-pario-bank-b";
reg = <0xab8 0x10>;
gpio-controller;
};
CPM1_PIO_E: gpio-controller@ac8 {
#gpio-cells = <2>;
compatible = "fsl,cpm1-pario-bank-e";
reg = <0xac8 0x18>;
gpio-controller;
};
| |
Add psutil dependency, new integration tests depend on it. | coverage
pep8>=1.6.0,<1.7
flake8>=2.3.0,<2.4
pylint>=1.4.3,<1.5
pylint-plugin-utils>=0.2.3,<0.3
ipython
mock>=1.0
nose>=1.3.7
tabulate
unittest2
sphinx
git+https://github.com/StackStorm/sphinx-autobuild.git@develop
# Required by st2client tests
pyyaml
RandomWords
gunicorn>=19.3.0,<19.4
| coverage
pep8>=1.6.0,<1.7
flake8>=2.3.0,<2.4
pylint>=1.4.3,<1.5
pylint-plugin-utils>=0.2.3,<0.3
ipython
mock>=1.0
nose>=1.3.7
tabulate
unittest2
sphinx
git+https://github.com/StackStorm/sphinx-autobuild.git@develop
# Required by st2client tests
pyyaml
RandomWords
gunicorn>=19.3.0,<19.4
psutil>=3.2.2,<3.3
|
Update xxhash from 1.0.1 to 1.2.0 | flake8==3.5.0
pytest==3.7.4
pytest-cov==2.5.1
docker-py==1.10.6
lz4==2.1.0
xxhash==1.0.1
python-snappy==0.5.1
Cython==0.28.5
docutils==0.14
Pygments==2.2.0
| flake8==3.5.0
pytest==3.7.4
pytest-cov==2.5.1
docker-py==1.10.6
lz4==2.1.0
xxhash==1.2.0
python-snappy==0.5.1
Cython==0.28.5
docutils==0.14
Pygments==2.2.0
|
Add find_package() for Boost to chemkit-convert | find_package(Qt4 4.6 COMPONENTS QtCore REQUIRED)
set(QT_DONT_USE_QTGUI TRUE)
include(${QT_USE_FILE})
include_directories(../../../include)
add_chemkit_executable(convert convert.cpp)
target_link_libraries(convert chemkit ${QT_LIBRARIES})
| find_package(Qt4 4.6 COMPONENTS QtCore REQUIRED)
set(QT_DONT_USE_QTGUI TRUE)
include(${QT_USE_FILE})
find_package(Boost REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
include_directories(../../../include)
add_chemkit_executable(convert convert.cpp)
target_link_libraries(convert chemkit ${QT_LIBRARIES})
|
Bump pytest from 6.0.2 to 6.2.0 | cython==0.29.21
wheel<=0.35.1
setuptools<49.2.0
hypothesis==5.41.5
pytest==6.0.2
pytz==2020.4
pytest-cov==2.10.1
pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'
# for numpy.random.test.test_extending
cffi
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
# - Mypy doesn't currently work on Python 3.9
mypy==0.790; platform_python_implementation != "PyPy"
typing_extensions
| cython==0.29.21
wheel<=0.35.1
setuptools<49.2.0
hypothesis==5.41.5
pytest==6.2.0
pytz==2020.4
pytest-cov==2.10.1
pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'
# for numpy.random.test.test_extending
cffi
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
# - Mypy doesn't currently work on Python 3.9
mypy==0.790; platform_python_implementation != "PyPy"
typing_extensions
|
Remove custom expectation for chromium-linux-fontconfig-renderstyle.html | // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
// I need to do a build on a Hardy box in order to get the baselines to agree.
LINUX BUG_AGL : platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html = IMAGE TEXT
BUG48239 DEBUG : fast/js/function-apply-many-args.html = TEXT
| // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
BUG48239 DEBUG : fast/js/function-apply-many-args.html = TEXT
|
Update aiohttp-jinja2 from 1.1.0 to 1.1.1 | aiohttp-jinja2==1.1.0
aiohttp-security==0.4.0
aiohttp-session==2.7.0
aiohttp==3.5.4
aiomysql==0.0.20
aiopg==0.16.0
coverage==4.5.3
docker==3.7.2
flake8==3.7.7
ipdb==0.12
motor==2.0.0
pytest-cov==2.6.1
pytest-sugar==0.9.2
pytest==4.6.1
python-dateutil==2.8.0
sqlalchemy==1.3.3
trafaret==1.2.0
pymysql==0.9.3
-r requirements-doc.txt
| aiohttp-jinja2==1.1.1
aiohttp-security==0.4.0
aiohttp-session==2.7.0
aiohttp==3.5.4
aiomysql==0.0.20
aiopg==0.16.0
coverage==4.5.3
docker==3.7.2
flake8==3.7.7
ipdb==0.12
motor==2.0.0
pytest-cov==2.6.1
pytest-sugar==0.9.2
pytest==4.6.1
python-dateutil==2.8.0
sqlalchemy==1.3.3
trafaret==1.2.0
pymysql==0.9.3
-r requirements-doc.txt
|
Update sphinx from 1.5.2 to 1.5.3 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.6.0
coverage==4.3.4
Sphinx==1.5.2
cryptography==1.7.2
PyYAML==3.12
pytest==3.0.6
click==6.7
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.6.0
coverage==4.3.4
Sphinx==1.5.3
cryptography==1.7.2
PyYAML==3.12
pytest==3.0.6
click==6.7
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.