Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add a little more fuzz to the test. | Chromosome Pos Ref Var Freq Post
reference 8 C A 0.36.. 1.0000
reference 28 T A 0.36.. 1.0000
reference 35 A C 0.36.. 1.0000
| Chromosome Pos Ref Var Freq Post
reference 8 C A 0.3... 1.0000
reference 28 T A 0.3... 1.0000
reference 35 A C 0.3... 1.0000
|
Deal with attributeDefaultRef in rng.xsl. | Fix tei2rng.xsl to deal with attributeDefaultRef/Def.
Overridden general entity declarations.
Overridden external parameter entity declarations.
Command-line option to define a parameter entity as INCLUDE.
maybe distinguish char entities in object model
Try to parse ignored marked sections.
Try to parse overridden declarations.
<!ENTITY % g "(x|y)">
<!ATTLIST foo bar NOTATION %g; #IMPLIED>
Should recognize above case as enum group.
Warning for unused parameter entities.
String pasting.
Translation to RELAX NG: undefined elements; namespaces; overridden
attributes; ANY; start based on unreferenced element.
SAXEntityManager (support Norm's entity manager)
Check for duplicate ELEMENT declarations.
Check that no default value for ID.
Check that at most one ID per element type.
Check at most one NOTATION attribute per element.
Check that members of NOTATION enumeration are declared as NOTATION
attributes.
Check that EMPTY elements don't have a NOTATION attribute.
Check that attribute defaults are legal.
Check that notation name of unparsed external entity is declared.
Check no duplicate element names in mixed content model.
Methods on DTD giving random access to various kinds of declaration.
local.book.class
Resolve NAME_SPEC, MODEL_GROUP ambiguity using heuristic based on
naming convention or presence of element declarations or whether all
references to the element are via that parameter entity.
Use nameSpec for general entities.
EncodingDetectInputStream should support entities that need an XmlDecl
rather than a TextDecl.
In EncodingDetectInputStream should check that encoding specified in
XML declaration is consistent with auto-detected encoding.
| Overridden general entity declarations.
Overridden external parameter entity declarations.
Command-line option to define a parameter entity as INCLUDE.
maybe distinguish char entities in object model
Try to parse ignored marked sections.
Try to parse overridden declarations.
<!ENTITY % g "(x|y)">
<!ATTLIST foo bar NOTATION %g; #IMPLIED>
Should recognize above case as enum group.
Warning for unused parameter entities.
String pasting.
Translation to RELAX NG: undefined elements; namespaces; overridden
attributes; ANY; start based on unreferenced element.
SAXEntityManager (support Norm's entity manager)
Check for duplicate ELEMENT declarations.
Check that no default value for ID.
Check that at most one ID per element type.
Check at most one NOTATION attribute per element.
Check that members of NOTATION enumeration are declared as NOTATION
attributes.
Check that EMPTY elements don't have a NOTATION attribute.
Check that attribute defaults are legal.
Check that notation name of unparsed external entity is declared.
Check no duplicate element names in mixed content model.
Methods on DTD giving random access to various kinds of declaration.
local.book.class
Resolve NAME_SPEC, MODEL_GROUP ambiguity using heuristic based on
naming convention or presence of element declarations or whether all
references to the element are via that parameter entity.
Use nameSpec for general entities.
EncodingDetectInputStream should support entities that need an XmlDecl
rather than a TextDecl.
In EncodingDetectInputStream should check that encoding specified in
XML declaration is consistent with auto-detected encoding.
|
Allow for higher versions of pytest | requests>=2.0.0,<=3.0.0
uritemplate.py==0.2.0
#coverage==3.5.2
mock==1.0.1
pytest==2.3.5
wheel==0.21.0
git+git://github.com/sigmavirus24/betamax
| requests>=2.0.0,<=3.0.0
uritemplate.py==0.2.0
#coverage==3.5.2
mock==1.0.1
pytest>=2.3.5
wheel==0.21.0
git+git://github.com/sigmavirus24/betamax
|
Update pytest from 5.3.3 to 5.3.4 | pytest==5.3.3
flask-testing==0.7.1
requests>=2.20.0
| pytest==5.3.4
flask-testing==0.7.1
requests>=2.20.0
|
Fix docs for android windows sdk. Use mingw qmake and make. | Windows:
- Unzip NDK
- Install Cygwin with gnu make and launch it
$ export NDK_ROOT=C:/path/to/android-ndk-r5c
$ export NDK_HOST=windows
$ mkdir omim-android-debug
$ cd omim-android-debug
$ qmake -r ../omim/omim.pro -spec ../omim/tools/mkspecs/android-g++ CONFIG+=debug
$ make
Mac OS X:
- Unzip NDK
- Create android-debug configuration in the QtCreator and set it's properties:
--- Shadow dir omim-android-debug
--- Override qmake parameters: -spec /path/to/omim/tools/mkspecs/android-g++
--- Set Environment variables
NDK_ROOT=C:/path/to/android-ndk-r5c
NDK_HOST=darwin-x86
- Enjoy using QtCreator! | Windows:
- Unzip NDK
- Install Cygwin with gnu make and launch it
$ export NDK_ROOT=C:/path/to/android-ndk-r5c
$ export NDK_HOST=windows
$ mkdir omim-android-debug
$ cd omim-android-debug
$ /cygdrive/path_to_QtSDK/path_to_Qt/mingw/bin/qmake.exe -r ../omim/omim.pro -spec ../omim/tools/mkspecs/android-g++ CONFIG+=debug
$ /cygdrive/path_to_QtSDK/mingw/bin/mingw32-make.exe
Mac OS X:
- Unzip NDK
- Create android-debug configuration in the QtCreator and set it's properties:
--- Shadow dir omim-android-debug
--- Override qmake parameters: -spec /path/to/omim/tools/mkspecs/android-g++
--- Set Environment variables
NDK_ROOT=C:/path/to/android-ndk-r5c
NDK_HOST=darwin-x86
- Enjoy using QtCreator! |
Update requirement on mypy from v0.521 to v0.630 | Flask-DebugToolbar >= 0.10.1
flask-shell-ipython >= 0.3
mypy >= 0.521
python-dotenv >= 0.8.2
| Flask-DebugToolbar >= 0.10.1
flask-shell-ipython >= 0.3
mypy >= 0.630
python-dotenv >= 0.8.2
|
Downgrade six version to 1.10.0 to allow conda to build on Py 3.4 | compliance-checker>=2.2.0
isodate==0.5.4
six==1.11.0
| compliance-checker>=2.2.0
isodate==0.5.4
six==1.10.0
|
Bump django from 1.11.28 to 1.11.29 | dj-database-url==0.3.0
dj-static==0.0.6
Django==1.11.28
django-registration-redux==1.2
gunicorn==19.5.0
Mako==1.0.2
MarkupSafe==0.23
nose==1.3.7
numpy==1.9.2
PasteDeploy==1.5.2
Pygments==2.0.2
repoze.lru==0.6
static3==0.6.1
translationstring==1.3
uWSGI==2.0.11.1
venusian==1.0
waitress==1.4.3
WebOb==1.4.1
wheel==0.24.0
zope.deprecation==4.1.2
zope.interface==4.1.2
| dj-database-url==0.3.0
dj-static==0.0.6
Django==1.11.29
django-registration-redux==1.2
gunicorn==19.5.0
Mako==1.0.2
MarkupSafe==0.23
nose==1.3.7
numpy==1.9.2
PasteDeploy==1.5.2
Pygments==2.0.2
repoze.lru==0.6
static3==0.6.1
translationstring==1.3
uWSGI==2.0.11.1
venusian==1.0
waitress==1.4.3
WebOb==1.4.1
wheel==0.24.0
zope.deprecation==4.1.2
zope.interface==4.1.2
|
Update psycopg to binary version | dj-database-url==0.5.0
Django==1.11.20
django-cors-middleware==1.3.1
django-crispy-forms==1.7.2
django-filter==1.1.0
django-guardian==1.4.9
django-model-utils==3.1.2
djangorestframework==3.8.2
djoser==1.5.1
djangorestframework-jwt==1.11.0
gunicorn==19.9.0
psycopg2==2.8.2
pytz==2019.1
requests==2.22.0
requests-mock==1.6.0
six==1.12.0
whitenoise==3.3.1
celery==4.2.1
django-celery-results==1.0.1
python-dateutil==2.8.0
pyfcm==1.4.7
| dj-database-url==0.5.0
Django==1.11.20
django-cors-middleware==1.3.1
django-crispy-forms==1.7.2
django-filter==1.1.0
django-guardian==1.4.9
django-model-utils==3.1.2
djangorestframework==3.8.2
djoser==1.5.1
djangorestframework-jwt==1.11.0
gunicorn==19.9.0
psycopg2-binary==2.8.2
pytz==2019.1
requests==2.22.0
requests-mock==1.6.0
six==1.12.0
whitenoise==3.3.1
celery==4.2.1
django-celery-results==1.0.1
python-dateutil==2.8.0
pyfcm==1.4.7
|
Upgrade dependency Django to ==1.11.6 | contextlib2==0.5.5
Django==1.11.5
django-appconf==1.0.2
django-compressor==2.2
django-debug-toolbar==1.8
mock==2.0.0
pbr==3.1.1
psycopg2==2.7.2
python-magic==0.4.13
pytz==2017.2
raven==6.2.1
rcssmin==1.0.6
rjsmin==1.0.12
six==1.11.0
sqlparse==0.2.4
uWSGI==2.0.15
| contextlib2==0.5.5
Django==1.11.6
django-appconf==1.0.2
django-compressor==2.2
django-debug-toolbar==1.8
mock==2.0.0
pbr==3.1.1
psycopg2==2.7.2
python-magic==0.4.13
pytz==2017.2
raven==6.2.1
rcssmin==1.0.6
rjsmin==1.0.12
six==1.11.0
sqlparse==0.2.4
uWSGI==2.0.15
|
Bump Django version to 3.1.4 | cron-descriptor==1.2.24
croniter==0.3.31
Django==3.1.2
django-compressor==2.4
fido2
psycopg2==2.8.4
pytz==2020.1
requests==2.23.0
statsd==3.3.0
| cron-descriptor==1.2.24
croniter==0.3.31
Django==3.1.4
django-compressor==2.4
fido2
psycopg2==2.8.4
pytz==2020.1
requests==2.23.0
statsd==3.3.0
|
Bump paramiko from 2.7.0 to 2.7.1 | apache-airflow==1.10.2 # pyup: ignore
autoflake==1.3.1
black==19.10b0
flake8==3.7.9
google-api-python-client==1.7.11
isort==4.3.21
j2cli==0.3.10
Jinja2==2.10.0 # pyup: ignore
lark-parser==0.7.8
mypy==0.750
parameterized==0.7.1
paramiko==2.7.0
pre-commit==1.20.0
pydeps==1.9.0
pylint==2.4.4
pytest==5.3.1
pytest-cov==2.8.1
safety==1.8.5
sshtunnel==0.1.5
twine==3.1.1
tzlocal==2.0.0 # pyup: ignore
Werkzeug==0.14.1 # pyup: ignore
yamllint==1.19.0
| apache-airflow==1.10.2 # pyup: ignore
autoflake==1.3.1
black==19.10b0
flake8==3.7.9
google-api-python-client==1.7.11
isort==4.3.21
j2cli==0.3.10
Jinja2==2.10.0 # pyup: ignore
lark-parser==0.7.8
mypy==0.750
parameterized==0.7.1
paramiko==2.7.1
pre-commit==1.20.0
pydeps==1.9.0
pylint==2.4.4
pytest==5.3.1
pytest-cov==2.8.1
safety==1.8.5
sshtunnel==0.1.5
twine==3.1.1
tzlocal==2.0.0 # pyup: ignore
Werkzeug==0.14.1 # pyup: ignore
yamllint==1.19.0
|
Update pytest from 5.0.1 to 5.1.2 | #
# requirements.txt used for concrete testing environment.
#
# install_requires in setup.py gives the abstract requirements
# used by 'pip install' and 'setup.py install' to install
# cxroots as a library.
#
scipy==1.3.1; python_version > '2.7'
scipy==1.2.1; python_version <= '2.7' # pyup: ignore
numpy==1.17.1; python_version > '2.7'
numpy==1.16.4; python_version <= '2.7' # pyup: ignore
docrep==0.2.7
mpmath==1.1.0
### numdifftools
git+https://github.com/rparini/numdifftools.git@fix_vstack_futurewarning#egg=numdifftools
matplotlib==3.1.1; python_version > '3.5'
matplotlib==3.0.3; python_version > '2.7' and python_version <= '3.5' # pyup: ignore
matplotlib==2.2.3; python_version <= '2.7' # pyup: ignore
pytest==5.0.1; python_version > '2.7'
pytest==4.6.4; python_version <= '2.7' # pyup: ignore
pytest-xdist==1.29.0
| #
# requirements.txt used for concrete testing environment.
#
# install_requires in setup.py gives the abstract requirements
# used by 'pip install' and 'setup.py install' to install
# cxroots as a library.
#
scipy==1.3.1; python_version > '2.7'
scipy==1.2.1; python_version <= '2.7' # pyup: ignore
numpy==1.17.1; python_version > '2.7'
numpy==1.16.4; python_version <= '2.7' # pyup: ignore
docrep==0.2.7
mpmath==1.1.0
### numdifftools
git+https://github.com/rparini/numdifftools.git@fix_vstack_futurewarning#egg=numdifftools
matplotlib==3.1.1; python_version > '3.5'
matplotlib==3.0.3; python_version > '2.7' and python_version <= '3.5' # pyup: ignore
matplotlib==2.2.3; python_version <= '2.7' # pyup: ignore
pytest==5.1.2; python_version > '2.7'
pytest==4.6.4; python_version <= '2.7' # pyup: ignore
pytest-xdist==1.29.0
|
Update django-model-utils from 3.0.0 to 3.1.1 | dj-database-url==0.4.2
Django==1.11.5
django-cors-middleware==1.3.1
django-crispy-forms==1.6.1
django-filter==1.0.4
django-guardian==1.4.9
django-model-utils==3.0.0
djangorestframework==3.6.4
djoser==0.7.0
djangorestframework-jwt==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.1
pytz==2018.3
requests==2.18.4
requests-mock==1.4.0
six==1.11.0
whitenoise==3.3.1
celery==4.1.0
django-celery-results==1.0.1
python-dateutil==2.6.1
| dj-database-url==0.4.2
Django==1.11.5
django-cors-middleware==1.3.1
django-crispy-forms==1.6.1
django-filter==1.0.4
django-guardian==1.4.9
django-model-utils==3.1.1
djangorestframework==3.6.4
djoser==0.7.0
djangorestframework-jwt==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.1
pytz==2018.3
requests==2.18.4
requests-mock==1.4.0
six==1.11.0
whitenoise==3.3.1
celery==4.1.0
django-celery-results==1.0.1
python-dateutil==2.6.1
|
Update pip from 19.1.1 to 19.2.1 | pip==19.1.1
bumpversion==0.5.3
wheel==0.33.4
watchdog==0.9.0
flake8==3.7.8
tox==3.13.2
coverage==4.5.3
Sphinx==2.1.2
nbsphinx==0.4.2
ipykernel==5.1.1
matplotlib==3.1.1
numpy==1.16.4
pytest==5.0.1
pytest-runner==5.1
| pip==19.2.1
bumpversion==0.5.3
wheel==0.33.4
watchdog==0.9.0
flake8==3.7.8
tox==3.13.2
coverage==4.5.3
Sphinx==2.1.2
nbsphinx==0.4.2
ipykernel==5.1.1
matplotlib==3.1.1
numpy==1.16.4
pytest==5.0.1
pytest-runner==5.1
|
Update numpy from 1.21.0 to 1.21.1 | numpy==1.21.0
matplotlib==3.4.2
scipy==1.7.0
six==1.16.0
coverage==5.5
nose==1.3.7
| numpy==1.21.1
matplotlib==3.4.2
scipy==1.7.0
six==1.16.0
coverage==5.5
nose==1.3.7
|
Update gitpython from 2.1.12 to 2.1.13 | bandit==1.6.2
GitPython==2.1.12
codacy-coverage==1.3.11
codecov==2.0.15
coverage==4.5.3
ddt==1.2.1
defusedxml==0.6.0
flake8==3.7.8
internetarchive==1.8.5
nose==1.3.7
oauthlib==3.0.2
patool==1.12
pip==19.1.1
pylint==2.3.1
PyGithub==1.43.8
pywikibot==3.0.20190722
requests==2.22.0
requests-mock==1.6.0
requests-oauthlib==1.2.0
roman==3.2
safety==1.8.5
testfixtures==6.10.0
| bandit==1.6.2
GitPython==2.1.13
codacy-coverage==1.3.11
codecov==2.0.15
coverage==4.5.3
ddt==1.2.1
defusedxml==0.6.0
flake8==3.7.8
internetarchive==1.8.5
nose==1.3.7
oauthlib==3.0.2
patool==1.12
pip==19.1.1
pylint==2.3.1
PyGithub==1.43.8
pywikibot==3.0.20190722
requests==2.22.0
requests-mock==1.6.0
requests-oauthlib==1.2.0
roman==3.2
safety==1.8.5
testfixtures==6.10.0
|
Update IPFSDroid to 0.5 (5) | Categories:System
License:GPLv3
Web Site:https://github.com/ligi/IPFSDroid/blob/HEAD/README.md
Source Code:https://github.com/ligi/IPFSDroid
Issue Tracker:https://github.com/ligi/IPFSDroid/issues
Auto Name:IPFSDroid
Summary:IPFS Tool
Description:
This App does not represent a full IPFS node yet! Think of it as a dependency
injection for IPFS on android. Currently we use the centralized service ipfs.io
so you can use ipfs on android - later this will be exchanged for a full-node
for decentralisation but all things that use this app don't have to change/care.
.
Repo Type:git
Repo:https://github.com/ligi/IPFSDroid
Build:0.1,1
commit=0.1
subdir=app
gradle=yes
prebuild=sed -i -e '/android-sdk-manager/d' build.gradle
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.5
Current Version Code:5
| Categories:System
License:GPLv3
Web Site:https://github.com/ligi/IPFSDroid/blob/HEAD/README.md
Source Code:https://github.com/ligi/IPFSDroid
Issue Tracker:https://github.com/ligi/IPFSDroid/issues
Auto Name:IPFSDroid
Summary:IPFS Tool
Description:
This App does not represent a full IPFS node yet! Think of it as a dependency
injection for IPFS on android. Currently we use the centralized service ipfs.io
so you can use ipfs on android - later this will be exchanged for a full-node
for decentralisation but all things that use this app don't have to change/care.
.
Repo Type:git
Repo:https://github.com/ligi/IPFSDroid
Build:0.1,1
commit=0.1
subdir=app
gradle=yes
prebuild=sed -i -e '/android-sdk-manager/d' build.gradle
Build:0.5,5
commit=0.5
subdir=app
gradle=yes
prebuild=sed -i -e '/android-sdk-manager/d' build.gradle
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.5
Current Version Code:5
|
Update psutil to version 5.7 | chatterbot>=0.3.5
flask>=1.0,<1.1
iot_analytics>=0.0.1
psutil==2.2.1
speechrecognition>=3.2.0
zorg>=0.0.5,<0.1.0
zorg-emic>=0.0.1
zorg-firmata>=0.0.2
zorg-grove==0.0.4
zorg-gpio>=0.0.7,<0.1.0
zorg-network-camera>=0.0.1
#zorg-raspi>=0.0.1
# Develoment requirements
sphinx
| chatterbot>=0.3.5
flask>=1.0,<1.1
iot_analytics>=0.0.1
psutil>=5.7,<5.8
speechrecognition>=3.2.0
zorg>=0.0.5,<0.1.0
zorg-emic>=0.0.1
zorg-firmata>=0.0.2
zorg-grove==0.0.4
zorg-gpio>=0.0.7,<0.1.0
zorg-network-camera>=0.0.1
#zorg-raspi>=0.0.1
# Develoment requirements
sphinx
|
Update newrelic package to 2.88.1 | # Core packages
django-dotenv==1.4.1 # Read environment variables from .env
django-getenv==1.3.2 # Get environment variables
Flask==0.12.2 # Web microframework
Flask-Assets==0.12 # Merge and minify CSS and JS assets
Jinja2>=2.8.1 # Templating for Flask; pinned past security update
cssmin==0.2.0 # CSS minification
uWSGI==2.0.15 # Application server
# Features
flask-sitemap==0.2.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==2.88.0.72 # Website monitoring
rollbar==0.13.12 # rollbar.com error logging
| # Core packages
django-dotenv==1.4.1 # Read environment variables from .env
django-getenv==1.3.2 # Get environment variables
Flask==0.12.2 # Web microframework
Flask-Assets==0.12 # Merge and minify CSS and JS assets
Jinja2>=2.8.1 # Templating for Flask; pinned past security update
cssmin==0.2.0 # CSS minification
uWSGI==2.0.15 # Application server
# Features
flask-sitemap==0.2.0 # Web sitemaps
# Monitoring/tracking/logging
blinker==1.4 # Dependency of rollbar
newrelic==2.88.1.73 # Website monitoring
rollbar==0.13.12 # rollbar.com error logging
|
Update docker from 5.0.1 to 5.0.2 | ansible-lint==4.3.0
docker==5.0.1
flake8==3.9.2
molecule==3.0.8
pytest==6.2.5
testinfra==6.0.0
tox==3.24.3
| ansible-lint==4.3.0
docker==5.0.2
flake8==3.9.2
molecule==3.0.8
pytest==6.2.5
testinfra==6.0.0
tox==3.24.3
|
Update ansible to address CVE-2016-9587 | ansible==2.1.3.0
appdirs~=1.4
arrow~=0.5
click~=3.3
colorama~=0.3
flake8~=2.3
github3.py~=0.9
GitPython~=0.3
Jinja2~=2.7
netaddr~=0.7
nose~=1.3
ordereddict==1.1
prompt-toolkit==0.31
python-slugify~=1.0
raven~=5.2.0
semver~=2.0
sh==1.11
Sphinx~=1.2
watchdog~=0.8
git+https://github.com/christopherobin/python-subprocess32.git#egg=subprocess32
ansible-lint~=3.3.3
| ansible==2.1.4.0
appdirs~=1.4
arrow~=0.5
click~=3.3
colorama~=0.3
flake8~=2.3
github3.py~=0.9
GitPython~=0.3
Jinja2~=2.7
netaddr~=0.7
nose~=1.3
ordereddict==1.1
prompt-toolkit==0.31
python-slugify~=1.0
raven~=5.2.0
semver~=2.0
sh==1.11
Sphinx~=1.2
watchdog~=0.8
git+https://github.com/christopherobin/python-subprocess32.git#egg=subprocess32
ansible-lint~=3.3.3
|
Update django from 1.10.6 to 1.10.7 | coverage==4.3.4
Django==1.10.6
django-bootstrap3==8.2.2
django-formtools==2.0
docutils==0.13.1
mysqlclient==1.3.10
odswriter==0.4.0
Pillow==4.0.0
selenium==2.53.6 # pyup: >=2.53,<3
| coverage==4.3.4
Django==1.10.7
django-bootstrap3==8.2.2
django-formtools==2.0
docutils==0.13.1
mysqlclient==1.3.10
odswriter==0.4.0
Pillow==4.0.0
selenium==2.53.6 # pyup: >=2.53,<3
|
Update sphinx from 1.7.5 to 1.7.6 | docker==3.4.1
elasticsearch==6.3.0
falcon==1.4.1
falcon-cors==1.1.7
npyscreen==4.10.5
pika==0.12.0
pytest==3.6.3
pytest-cov==2.5.1
python-magic==0.4.15
pyyaml==3.13
redis==2.10.6
rq==0.12.0
sphinx==1.7.5
watchdog==0.8.3
| docker==3.4.1
elasticsearch==6.3.0
falcon==1.4.1
falcon-cors==1.1.7
npyscreen==4.10.5
pika==0.12.0
pytest==3.6.3
pytest-cov==2.5.1
python-magic==0.4.15
pyyaml==3.13
redis==2.10.6
rq==0.12.0
sphinx==1.7.6
watchdog==0.8.3
|
Update django-allauth dependency to include patch for ORCID v2.1 | -e git://github.com/dissemin/django-allauth.git@0.25.2-post_login-orcidv1.2#egg=django-allauth
-e git://github.com/swordapp/python-client-sword2#egg=sword2
-e git://github.com/wetneb/pyoai.git@any_metadataPrefix#egg=pyoai
PyPDF2
bibtexparser
celery[redis]
cryptography
czipfile
django==1.11
django-autocomplete-light
django-bootstrap-pagination
django-bulk-update
django-bootstrap3-datepicker
django-cache-machine
django-capture-tag
django-cas-ng
django-countries
django-crispy-forms
django-geojson
django-haystack
django-js-reverse
django-jsonview
django-leaflet
django-memoize
django-redis-cache
django-solo
django-widget-tweaks
django-debug-toolbar
djangorestframework
elasticsearch
html5lib==0.999999999
httplib2
jsonfield
lxml
mock
name_tools
ndg-httpsclient
pillow
psycopg2
pyasn1
pyopenssl>=0.14
requests[security]
requests_mock
titlecase
unicode_tex
unidecode
urllib3
wand
raven
python-dateutil # for haystack, as explained here:
#http://django-haystack.readthedocs.io/en/v2.4.1/management_commands.html
| -e git://github.com/dissemin/django-allauth.git@used_by_dissemin#egg=django-allauth
-e git://github.com/swordapp/python-client-sword2#egg=sword2
-e git://github.com/wetneb/pyoai.git@any_metadataPrefix#egg=pyoai
PyPDF2
bibtexparser
celery[redis]
cryptography
czipfile
django==1.11
django-autocomplete-light
django-bootstrap-pagination
django-bulk-update
django-bootstrap3-datepicker
django-cache-machine
django-capture-tag
django-cas-ng
django-countries
django-crispy-forms
django-geojson
django-haystack
django-js-reverse
django-jsonview
django-leaflet
django-memoize
django-redis-cache
django-solo
django-widget-tweaks
django-debug-toolbar
djangorestframework
elasticsearch
html5lib==0.999999999
httplib2
jsonfield
lxml
mock
name_tools
ndg-httpsclient
pillow
psycopg2
pyasn1
pyopenssl>=0.14
requests[security]
requests_mock
titlecase
unicode_tex
unidecode
urllib3
wand
raven
python-dateutil # for haystack, as explained here:
#http://django-haystack.readthedocs.io/en/v2.4.1/management_commands.html
|
Update django from 1.11.7 to 2.0 | git+https://github.com/cuducos/django-simple-history.git@cuducos-missing-translations-in-pt-br#egg=django-simple-history
Django==1.11.7
brazilnum==0.8.8
celery==4.1.0
dj-database-url==0.4.2
django-assets==0.12
django-bulk-update==2.2.0
django-cors-middleware==1.3.1
django-debug-toolbar==1.9.1
django-extensions==1.9.7
django-test-without-migrations==0.6
djangorestframework==3.7.3
freezegun==0.3.9
gunicorn==19.7.1
psycopg2==2.7.3.2
py-gfm==0.1.3
python-decouple==3.1
python-memcached==1.58
python-twitter==3.3
reprint==0.3.0 # pyup: ignore
requests==2.18.4
rows==0.3.1
| git+https://github.com/cuducos/django-simple-history.git@cuducos-missing-translations-in-pt-br#egg=django-simple-history
Django==2.0
brazilnum==0.8.8
celery==4.1.0
dj-database-url==0.4.2
django-assets==0.12
django-bulk-update==2.2.0
django-cors-middleware==1.3.1
django-debug-toolbar==1.9.1
django-extensions==1.9.7
django-test-without-migrations==0.6
djangorestframework==3.7.3
freezegun==0.3.9
gunicorn==19.7.1
psycopg2==2.7.3.2
py-gfm==0.1.3
python-decouple==3.1
python-memcached==1.58
python-twitter==3.3
reprint==0.3.0 # pyup: ignore
requests==2.18.4
rows==0.3.1
|
Bump requests from 2.18.4 to 2.19.1 | blinker==1.4
certifi==2018.4.16
chardet==3.0.4
dj-database-url==0.5.0
Django==2.0.6
django-bmemcached==0.2.3
django-recaptcha==1.4.0
djangorestframework==3.8.2
feedparser==5.2.1
gunicorn==19.8.1
idna==2.6
psycopg2-binary==2.7.4
python-binary-memcached==0.26.1
python-twitch-client==0.5.1
pytz==2018.4
requests==2.18.4
simplejson==3.15.0
six==1.11.0
ts3==1.0.6
urllib3==1.23
whitenoise==3.3.1
| blinker==1.4
certifi==2018.4.16
chardet==3.0.4
dj-database-url==0.5.0
Django==2.0.6
django-bmemcached==0.2.3
django-recaptcha==1.4.0
djangorestframework==3.8.2
feedparser==5.2.1
gunicorn==19.8.1
idna==2.6
psycopg2-binary==2.7.4
python-binary-memcached==0.26.1
python-twitch-client==0.5.1
pytz==2018.4
requests==2.19.1
simplejson==3.15.0
six==1.11.0
ts3==1.0.6
urllib3==1.23
whitenoise==3.3.1
|
Update testinfra from 1.6.4 to 1.6.5 | docker==2.4.2
molecule==1.25.0
pytest==3.1.3
python-vagrant==0.5.15
testinfra==1.6.4
tox==2.7.0
| docker==2.4.2
molecule==1.25.0
pytest==3.1.3
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.7.0
|
Update pandas from 0.25.1 to 0.25.3 | bcbio-gff==0.6.6
biopython==1.74
cached_property==1.5.1
click==7.0
compare-reads==0.0.1
contextlib2==0.5.5
pandas==0.25.1
pysam==0.15.3
scipy==1.3.1
multiprocessing_logging==0.3.0
edlib==1.3.4
mappy==2.17
| bcbio-gff==0.6.6
biopython==1.74
cached_property==1.5.1
click==7.0
compare-reads==0.0.1
contextlib2==0.5.5
pandas==0.25.3
pysam==0.15.3
scipy==1.3.1
multiprocessing_logging==0.3.0
edlib==1.3.4
mappy==2.17
|
Update django from 2.0.6 to 2.0.7 | boto3==1.7.47
botocore==1.10.47
Collectfast==0.6.2
dj-database-url==0.5.0
django-s3-folder-storage==0.5
django-storages==1.6.6
django==2.0.6
docutils==0.14
gunicorn==19.8.1
jmespath==0.9.3
Pillow==5.2.0
psycopg2-binary==2.7.5
python-dateutil==2.7.3
python-decouple==3.1
pytz==2018.4
s3transfer==0.1.13
six==1.11.0
sqlparse==0.2.4 | boto3==1.7.47
botocore==1.10.47
Collectfast==0.6.2
dj-database-url==0.5.0
django-s3-folder-storage==0.5
django-storages==1.6.6
django==2.0.7
docutils==0.14
gunicorn==19.8.1
jmespath==0.9.3
Pillow==5.2.0
psycopg2-binary==2.7.5
python-dateutil==2.7.3
python-decouple==3.1
pytz==2018.4
s3transfer==0.1.13
six==1.11.0
sqlparse==0.2.4 |
Update pytest from 5.4.2 to 5.4.3 | Flask>=0.11.1
Flask-Cache==0.13.1
requests==2.21.0 # pyup: ignore, can't upgrade to a later version until we use Python 3.5
beautifulsoup4>=4.5.1
flake8==3.8.2
pytest==5.4.2
retry==0.9.2
selenium==3.141.0
notifications-python-client==5.6.0
| Flask>=0.11.1
Flask-Cache==0.13.1
requests==2.21.0 # pyup: ignore, can't upgrade to a later version until we use Python 3.5
beautifulsoup4>=4.5.1
flake8==3.8.2
pytest==5.4.3
retry==0.9.2
selenium==3.141.0
notifications-python-client==5.6.0
|
Update redis to v4.1.1 (from v4.1.0) | backports.zoneinfo;python_version<"3.9"
bbcode==1.1.0
blinker==1.4
click==8.0.3
flask==2.0.2
flask-babel==2.0.0
flask-sqlalchemy==2.5.1
hiredis==2.0.0
itsdangerous==2.0.1
jinja2==3.0.3
markupsafe==2.0.1
marrow.mailer==4.0.3
marrow.util==1.2.3
marshmallow==3.14.1
mistletoe==0.8.1
pillow==9.0.0
psycopg2-binary==2.9.3
qrcode==7.3.1
redis==4.1.0
requests==2.27.1
rq==1.10.1
rq-dashboard==0.6.1
rtoml==0.7.1
sqlalchemy==1.4.29
tenacity==8.0.1
werkzeug==2.0.2
wtforms==3.0.1
| backports.zoneinfo;python_version<"3.9"
bbcode==1.1.0
blinker==1.4
click==8.0.3
flask==2.0.2
flask-babel==2.0.0
flask-sqlalchemy==2.5.1
hiredis==2.0.0
itsdangerous==2.0.1
jinja2==3.0.3
markupsafe==2.0.1
marrow.mailer==4.0.3
marrow.util==1.2.3
marshmallow==3.14.1
mistletoe==0.8.1
pillow==9.0.0
psycopg2-binary==2.9.3
qrcode==7.3.1
redis==4.1.1
requests==2.27.1
rq==1.10.1
rq-dashboard==0.6.1
rtoml==0.7.1
sqlalchemy==1.4.29
tenacity==8.0.1
werkzeug==2.0.2
wtforms==3.0.1
|
Upgrade dependency pytest to ==3.0.2 | coverage==4.0.3
Flask==0.11
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
pyflakes==1.2.3
pytest==3.0.1
pytest-cov==2.3.1
Werkzeug==0.11.10
wheel==0.29.0
| coverage==4.0.3
Flask==0.11
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
pyflakes==1.2.3
pytest==3.0.2
pytest-cov==2.3.1
Werkzeug==0.11.10
wheel==0.29.0
|
Update psycopg2 from 2.7.3.2 to 2.7.4 | alembic==0.9.7
antiorm==1.2.1
appdirs==1.4.3
chardet==3.0.4
codeclimate-test-reporter==0.2.3
coverage==4.4.2
dataset==1.0.5
db==0.1.1
db-sqlite3==0.0.1
ddt==1.1.1
Mako==1.0.7
MarkupSafe==1.0
normality==0.5.7
packaging==16.8
psycopg2==2.7.3.2
pygraphviz==1.3.1
pyparsing==2.2.0
python-editor==1.0.3
PyYAML==3.12
requests==2.18.4
six==1.11.0
SQLAlchemy==1.2.1
toolz==0.9.0
transitions==0.6.4
| alembic==0.9.7
antiorm==1.2.1
appdirs==1.4.3
chardet==3.0.4
codeclimate-test-reporter==0.2.3
coverage==4.4.2
dataset==1.0.5
db==0.1.1
db-sqlite3==0.0.1
ddt==1.1.1
Mako==1.0.7
MarkupSafe==1.0
normality==0.5.7
packaging==16.8
psycopg2==2.7.4
pygraphviz==1.3.1
pyparsing==2.2.0
python-editor==1.0.3
PyYAML==3.12
requests==2.18.4
six==1.11.0
SQLAlchemy==1.2.1
toolz==0.9.0
transitions==0.6.4
|
Upgrade dependency botocore to ==1.4.44 | base58==0.2.3
boto3==1.4.0
botocore==1.4.43
docutils==0.12
futures==3.0.5
hjson==2.0.0
jmespath==0.9.0
kappa==0.6.0
lambda-packages==0.8.0
python-dateutil==2.5.3
python-slugify==1.2.0
requests>=2.10.0
six==1.10.0
tqdm==4.8.3
Werkzeug==0.11.10
wheel==0.29.0
wsgi-request-logger==0.4.5
| base58==0.2.3
boto3==1.4.0
botocore==1.4.44
docutils==0.12
futures==3.0.5
hjson==2.0.0
jmespath==0.9.0
kappa==0.6.0
lambda-packages==0.8.0
python-dateutil==2.5.3
python-slugify==1.2.0
requests>=2.10.0
six==1.10.0
tqdm==4.8.3
Werkzeug==0.11.10
wheel==0.29.0
wsgi-request-logger==0.4.5
|
Update certifi from 2020.4.5.1 to 2020.6.20 | gunicorn==20.0.4
backports-abc==0.5
bkcharts==0.2
bokeh==2.1.1
certifi==2020.4.5.1
chardet==3.0.4
click==7.1.2
Flask==1.1.2
idna==2.9
itsdangerous==1.1.0
Jinja2>=2.10.1
MarkupSafe==1.1.1
numpy==1.18.4
python-dateutil==2.8.1
pyyaml>=4.2b1
requests>=2.20.0
singledispatch==3.4.0.3
six==1.15.0
tornado==6.0.4
urllib3>=1.24.2
Werkzeug==1.0.1
pandas==1.0.4
scipy==1.4.1
astropy==4.0.1.post1
matplotlib==3.2.1
git+https://github.com/mpld3/mpld3@master
tables==3.6.1
apscheduler==3.6.3
PyAstronomy==0.13.0
airbrake==2.1.2
| gunicorn==20.0.4
backports-abc==0.5
bkcharts==0.2
bokeh==2.1.1
certifi==2020.6.20
chardet==3.0.4
click==7.1.2
Flask==1.1.2
idna==2.9
itsdangerous==1.1.0
Jinja2>=2.10.1
MarkupSafe==1.1.1
numpy==1.18.4
python-dateutil==2.8.1
pyyaml>=4.2b1
requests>=2.20.0
singledispatch==3.4.0.3
six==1.15.0
tornado==6.0.4
urllib3>=1.24.2
Werkzeug==1.0.1
pandas==1.0.4
scipy==1.4.1
astropy==4.0.1.post1
matplotlib==3.2.1
git+https://github.com/mpld3/mpld3@master
tables==3.6.1
apscheduler==3.6.3
PyAstronomy==0.13.0
airbrake==2.1.2
|
Update colorama from 0.4.1 to 0.4.3 | click==7.0
colorama==0.4.1
pathspec==0.6.0
PyYAML==5.1.2
six==1.13.0
| click==7.0
colorama==0.4.3
pathspec==0.6.0
PyYAML==5.1.2
six==1.13.0
|
UPdate pytest to latest version | # requirements for development of kripodb
pytest==3.3.2
pytest-cov==2.4.0
setuptools>=18.8.1
six>=1.7
mock==2.0.0
webtest==2.0.27
requests-mock==1.3.0
# Document generation
sphinx==1.7.0
sphinx-rtd-theme==0.2.4
sphinx-argparse==0.2.1
# for faster pydev debugging
cython==0.25.2
# pinned deps
connexion==1.1.9
swagger-spec-validator==2.1.0
# install Kripodb itself
-e .
| # requirements for development of kripodb
pytest==3.5.0
pytest-cov==2.5.0
setuptools>=18.8.1
six>=1.7
mock==2.0.0
webtest==2.0.27
requests-mock==1.3.0
# Document generation
sphinx==1.7.0
sphinx-rtd-theme==0.2.4
sphinx-argparse==0.2.1
# for faster pydev debugging
cython==0.25.2
# pinned deps
connexion==1.1.9
swagger-spec-validator==2.1.0
# install Kripodb itself
-e .
|
Update sphinx from 1.7.6 to 1.8.0 | pip==18.0
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.1.3
cryptography==2.3.1
Sphinx==1.7.6
coverage==4.5.1
PyYAML==3.13
pytest==3.7.1
pytest-runner==4.2
pytest==3.7.1
| pip==18.0
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.1.3
cryptography==2.3.1
Sphinx==1.8.0
coverage==4.5.1
PyYAML==3.13
pytest==3.7.1
pytest-runner==4.2
pytest==3.7.1
|
Upgrade to new versions of flask and dependencies | Flask >=0.10.1
Flask-WTF >=0.12,<=0.13
Jinja2 >=2.7.2
MarkupSafe >=0.19
WTForms >=2.0,<3.0
Werkzeug >=0.7,<= 0.11.5
itsdangerous >=0.23
pypuppetdb >=0.3.2
requests >=2.6.0
| Flask >=0.12
Flask-WTF >=0.14.2
Jinja2 >=2.9.5
MarkupSafe >=0.19
WTForms >=2.1
Werkzeug >=0.12.1
itsdangerous >=0.23
pypuppetdb >=0.3.2
requests >=2.13.0
|
Update certifi from 2017.11.5 to 2018.1.18 | certifi==2017.11.5
chardet==3.0.4
Django==2.0
djangorestframework==3.7.7
gunicorn==19.7.1
idna==2.6
psycopg2==2.7.3.2
python-twitch-client==0.4.0
pytz==2017.3
requests==2.18.4
six==1.11.0
urllib3==1.22
| certifi==2018.1.18
chardet==3.0.4
Django==2.0
djangorestframework==3.7.7
gunicorn==19.7.1
idna==2.6
psycopg2==2.7.3.2
python-twitch-client==0.4.0
pytz==2017.3
requests==2.18.4
six==1.11.0
urllib3==1.22
|
Update django from 2.1.4 to 2.1.5 | -e git://github.com/dubirajara/django-tagulous#egg=django_tagulous
dj-config-url==0.1.1
dj-database-url==0.5.0
django-crispy-forms==1.7.2
django-recaptcha==1.4.0
django-registration-redux==2.5
Django==2.1.4
djangorestframework==3.9.0
gunicorn==19.9.0
psycopg2-binary==2.7.6.1
python-decouple==3.1
social-auth-app-django==3.1.0
whitenoise==4.1.2 | -e git://github.com/dubirajara/django-tagulous#egg=django_tagulous
dj-config-url==0.1.1
dj-database-url==0.5.0
django-crispy-forms==1.7.2
django-recaptcha==1.4.0
django-registration-redux==2.5
Django==2.1.5
djangorestframework==3.9.0
gunicorn==19.9.0
psycopg2-binary==2.7.6.1
python-decouple==3.1
social-auth-app-django==3.1.0
whitenoise==4.1.2 |
Switch to tagged versions instead of commit numbers and use local copy for the decouple package itself. | -e git+https://github.com/svenkreiss/BatchLikelihoodScan.git@5012ae231a0c162bc9d0b9f79fcc4268b268f677#egg=BatchLikelihoodScan
-e git+https://github.com/svenkreiss/decouple.git@07a25263c977bdaa88f1e8ff77c9e2240cbe2ed3#egg=Decouple
-e git+https://github.com/svenkreiss/LHCHiggsCouplings.git@2e0b4781a658f01563b2820541b1d84f29caef98#egg=LHCHiggsCouplings
-e git+https://github.com/svenkreiss/PyROOTUtils.git@0d47e0440aa9a058f2cfaa15ca27c2132f0218ea#egg=PyROOTUtils
multiprocessing==2.6.2.1
numpy==1.8.0
progressbar==2.2
scipy==0.13.3
wsgiref==0.1.2
| git+https://github.com/svenkreiss/BatchLikelihoodScan.git@v1.0.4
git+https://github.com/svenkreiss/LHCHiggsCouplings.git@v1.0
git+https://github.com/svenkreiss/PyROOTUtils.git@v1.0.1
multiprocessing==2.6.2.1
numpy==1.8.0
progressbar==2.2
scipy==0.13.3
.
|
Update molecule from 3.0.5 to 3.0.6 | ansible-lint==4.2.0
docker==4.2.2
flake8==3.8.3
molecule==3.0.5
pytest==5.4.3
testinfra==5.2.1
tox==3.16.1
| ansible-lint==4.2.0
docker==4.2.2
flake8==3.8.3
molecule==3.0.6
pytest==5.4.3
testinfra==5.2.1
tox==3.16.1
|
Update pytest from 3.2.0 to 3.2.1 | docker==2.4.2
molecule==1.25.0
pytest==3.2.0
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.7.0 | docker==2.4.2
molecule==1.25.0
pytest==3.2.1
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.7.0 |
Upgrade pycountry in pip dependencies. | # These requirements are only necessary when developing on Oscar.
# You can check for newer versions of these dependencies using this command
#
# $ for x in `yolk -l | awk '{print $1}'`; do yolk -d $x 2>/dev/null; done
# Development
django-debug-toolbar==1.5.0
django-extensions==1.6.1
Werkzeug==0.9.6
# Sandbox
Whoosh==2.6.0
pysolr==3.2.0
requests==2.10.0
uWSGI==2.0.13.1
whitenoise==3.2
Pillow==3.3.0
# Misc
flake8==3.0.3
flake8-debugger==1.4.0
flake8-blind-except==0.1.1
pyprof2calltree==1.3.2
ipdb==0.8.1
ipython==4.0.1
isort==4.2.2
# Country data
pycountry==1.8
| # These requirements are only necessary when developing on Oscar.
# You can check for newer versions of these dependencies using this command
#
# $ for x in `yolk -l | awk '{print $1}'`; do yolk -d $x 2>/dev/null; done
# Development
django-debug-toolbar==1.5.0
django-extensions==1.6.1
Werkzeug==0.9.6
# Sandbox
Whoosh==2.6.0
pysolr==3.2.0
requests==2.10.0
uWSGI==2.0.13.1
whitenoise==3.2
Pillow==3.3.0
# Misc
flake8==3.0.3
flake8-debugger==1.4.0
flake8-blind-except==0.1.1
pyprof2calltree==1.3.2
ipdb==0.8.1
ipython==4.0.1
isort==4.2.2
# Country data
pycountry==1.10
|
Update pytest from 3.0.7 to 3.2.3 | botstory==0.1.5
dateparser==0.6.0
emoji==0.4.5
gunicorn==19.7.1
imageio
inflection==0.3.1
humanize==0.5.1
pytest==3.0.7
pytest-aiohttp==0.1.3
pytest-asyncio==0.5.0
pytest-catchlog==1.2.2
pytest-cov==2.4.0
pytest-mock==1.6.0
python-slugify==1.2.4
Wand
| botstory==0.1.5
dateparser==0.6.0
emoji==0.4.5
gunicorn==19.7.1
imageio
inflection==0.3.1
humanize==0.5.1
pytest==3.2.3
pytest-aiohttp==0.1.3
pytest-asyncio==0.5.0
pytest-catchlog==1.2.2
pytest-cov==2.4.0
pytest-mock==1.6.0
python-slugify==1.2.4
Wand
|
Add additional spellcheck words to ignore. | Wordpress
reStructuredText
Jinja
templating
reStructuredText
AsciiDoc
Jinja
AGPL
templating
metadata
webassets
Sitemap
CSS
JS
| Wordpress
reStructuredText
Jinja
templating
reStructuredText
AsciiDoc
Jinja
AGPL
templating
metadata
webassets
Sitemap
CSS
JS
Github
repo
repos
workflow
|
Add a disallow rule for the timetable-only page used by our export script | # robotstxt.org/
sitemap: https://nusmods.com/sitemap.txt
User-agent: *
| # robotstxt.org/
sitemap: https://nusmods.com/sitemap.txt
User-agent: *
Disallow: /timetable-only
|
Update python-dateutil from 2.7.3 to 2.8.0 | aiohttp-jinja2==1.1.0
aiohttp-security==0.4.0
aiohttp-session==2.7.0
aiohttp==3.5.4
aiomysql==0.0.20
aiopg==0.16.0
coverage==4.5.2
docker==3.7.0
flake8==3.7.5
ipdb==0.11
motor==2.0.0
pytest-cov==2.6.1
pytest-sugar==0.9.2
pytest==4.2.0
python-dateutil==2.7.3
sqlalchemy==1.2.8
trafaret==2.0.0a1
pymysql==0.8.1
-r requirements-doc.txt
| aiohttp-jinja2==1.1.0
aiohttp-security==0.4.0
aiohttp-session==2.7.0
aiohttp==3.5.4
aiomysql==0.0.20
aiopg==0.16.0
coverage==4.5.2
docker==3.7.0
flake8==3.7.5
ipdb==0.11
motor==2.0.0
pytest-cov==2.6.1
pytest-sugar==0.9.2
pytest==4.2.0
python-dateutil==2.8.0
sqlalchemy==1.2.8
trafaret==2.0.0a1
pymysql==0.8.1
-r requirements-doc.txt
|
Update pytest from 3.6.1 to 3.6.2 | pip==10.0.1
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.0.0
coverage==4.5.1
Sphinx==1.7.5
cryptography==2.2.2
PyYAML==3.12
pytest==3.6.1
pytest-runner==4.2
| pip==10.0.1
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.0.0
coverage==4.5.1
Sphinx==1.7.5
cryptography==2.2.2
PyYAML==3.12
pytest==3.6.2
pytest-runner==4.2
|
Update pytest from 3.1.1 to 3.1.2 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.2
cryptography==1.9
PyYAML==3.12
pytest==3.1.1
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.2
cryptography==1.9
PyYAML==3.12
pytest==3.1.2
|
Update year, lots has been done in 2010 | Apache Commons Lang
Copyright 2001-2009 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
| Apache Commons Lang
Copyright 2001-2010 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Update pytest from 3.5.0 to 3.6.0 | mypy==0.590
pytest==3.5.0
pytest-cov==2.5.1
pytest-asyncio==0.8.0
jedi==0.12.0
coverage==4.5.1
flake8==3.5.0
typed-ast==1.1.0 | mypy==0.590
pytest==3.6.0
pytest-cov==2.5.1
pytest-asyncio==0.8.0
jedi==0.12.0
coverage==4.5.1
flake8==3.5.0
typed-ast==1.1.0 |
Correct nose update + comments | # Docs
Sphinx>=1.1.2
releases>=0.6.1
# Testing (explicit dependencies to get around a Travis/pip issue)
# For now, need master as 1.3 isn't out yet :(
nose>=1.3
spec>=0.11.1
mock==1.0.1
# Stuff needed for our tasks.py (broken out for ease of CI)
-r tasks-requirements.txt
| # Docs
Sphinx>=1.1.2
releases>=0.6.1
# Testing (explicit dependencies to get around a Travis/pip issue)
# N.B. Nose 1.3.1+ has a bizarro display bug re: exception printing
nose==1.3.0
spec>=0.11.1
mock==1.0.1
# Stuff needed for our tasks.py (broken out for ease of CI)
-r tasks-requirements.txt
|
Put latex outputs in html Doxygen directory | #
# Build the documentation
#
INCLUDE (${CMAKE_ROOT}/Modules/Documentation.cmake)
FIND_PACKAGE(LATEX)
IF(PDFLATEX_COMPILER)
ADD_CUSTOM_TARGET( GeometryDocumentation
COMMAND ${PDFLATEX_COMPILER} ${PROJECT_SOURCE_DIR}/documentation/geometry.tex
DEPENDS ${PROJECT_SOURCE_DIR}/documentation/geometry.tex
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/Doxygen
)
SET(LATEXTARGETS GeometryDocumentation)
ELSE()
SET(LATEXTARGETS "")
ENDIF()
FIND_PACKAGE(Doxygen)
IF (BUILD_DOXYGEN)
#
# Configure the script and the doxyfile, then add target
#
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/documentation/Doxygen/doxygen.config.in
${PROJECT_BINARY_DIR}/Doxygen/doxygen.config)
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/documentation/Doxygen/itkdoxygen.pl.in
${PROJECT_BINARY_DIR}/Doxygen/itkdoxygen.pl)
ADD_CUSTOM_TARGET(Documentation
COMMAND ${DOXYGEN_EXECUTABLE} ${PROJECT_BINARY_DIR}/Doxygen/doxygen.config
MAIN_DEPENDENCY ${PROJECT_BINARY_DIR}/Doxygen/doxygen.config
DEPENDS ${PROJECT_BINARY_DIR}/Doxygen/itkdoxygen.pl ${LATEXTARGETS}
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/Doxygen
)
ENDIF (BUILD_DOXYGEN)
| #
# Build the documentation
#
INCLUDE (${CMAKE_ROOT}/Modules/Documentation.cmake)
FIND_PACKAGE(LATEX)
IF(PDFLATEX_COMPILER)
FILE(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/Doxygen/html)
ADD_CUSTOM_TARGET( GeometryDocumentation
COMMAND ${PDFLATEX_COMPILER} ${PROJECT_SOURCE_DIR}/documentation/geometry.tex
DEPENDS ${PROJECT_SOURCE_DIR}/documentation/geometry.tex
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/Doxygen/html
)
SET(LATEXTARGETS GeometryDocumentation)
ELSE()
SET(LATEXTARGETS "")
ENDIF()
FIND_PACKAGE(Doxygen)
IF (BUILD_DOXYGEN)
#
# Configure the script and the doxyfile, then add target
#
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/documentation/Doxygen/doxygen.config.in
${PROJECT_BINARY_DIR}/Doxygen/doxygen.config)
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/documentation/Doxygen/itkdoxygen.pl.in
${PROJECT_BINARY_DIR}/Doxygen/itkdoxygen.pl)
ADD_CUSTOM_TARGET(Documentation
COMMAND ${DOXYGEN_EXECUTABLE} ${PROJECT_BINARY_DIR}/Doxygen/doxygen.config
MAIN_DEPENDENCY ${PROJECT_BINARY_DIR}/Doxygen/doxygen.config
DEPENDS ${PROJECT_BINARY_DIR}/Doxygen/itkdoxygen.pl ${LATEXTARGETS}
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/Doxygen
)
ENDIF (BUILD_DOXYGEN)
|
Fix ninja warnings about duplicate rules for Mod/Path/Init.py |
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/src
${CMAKE_BINARY_DIR}/src
${CMAKE_CURRENT_BINARY_DIR}
${Boost_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
${PYTHON_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIR}
${XercesC_INCLUDE_DIRS}
)
link_directories(${OCC_LIBRARY_DIR})
set(PathSimulator_LIBS
Path
Part
Mesh
FreeCADApp
)
SET(Python_SRCS
PathSimPy.xml
PathSimPyImp.cpp
)
SET(PathSimulator_SRCS
AppPathSimulator.cpp
PathSim.cpp
PathSim.h
VolSim.cpp
VolSim.h
PreCompiled.cpp
PreCompiled.h
${Python_SRCS}
)
generate_from_xml(PathSimPy)
SOURCE_GROUP("Python" FILES ${Python_SRCS})
add_library(PathSimulator SHARED ${PathSimulator_SRCS})
target_link_libraries(PathSimulator ${PathSimulator_LIBS})
fc_target_copy_resource(PathSimulator
${CMAKE_SOURCE_DIR}/src/Mod/Path
${CMAKE_BINARY_DIR}/Mod/Path
Init.py)
SET_BIN_DIR(PathSimulator PathSimulator /Mod/Path)
SET_PYTHON_PREFIX_SUFFIX(PathSimulator)
install(TARGETS PathSimulator DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/src
${CMAKE_BINARY_DIR}/src
${CMAKE_CURRENT_BINARY_DIR}
${Boost_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
${PYTHON_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIR}
${XercesC_INCLUDE_DIRS}
)
link_directories(${OCC_LIBRARY_DIR})
set(PathSimulator_LIBS
Path
Part
Mesh
FreeCADApp
)
SET(Python_SRCS
PathSimPy.xml
PathSimPyImp.cpp
)
SET(PathSimulator_SRCS
AppPathSimulator.cpp
PathSim.cpp
PathSim.h
VolSim.cpp
VolSim.h
PreCompiled.cpp
PreCompiled.h
${Python_SRCS}
)
generate_from_xml(PathSimPy)
SOURCE_GROUP("Python" FILES ${Python_SRCS})
add_library(PathSimulator SHARED ${PathSimulator_SRCS})
target_link_libraries(PathSimulator ${PathSimulator_LIBS})
SET_BIN_DIR(PathSimulator PathSimulator /Mod/Path)
SET_PYTHON_PREFIX_SUFFIX(PathSimulator)
install(TARGETS PathSimulator DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
Use sgmap repo for Rennes extension | openfisca_web_api[paster]==3.0.0
openfisca_france==10.2.0
git+https://github.com/sgmap/openfisca-paris.git@a4b6f324f48e465b89ffd01d25cea8ff68202718#egg=openfisca-paris
git+https://github.com/mdelsaut/openfisca-rennesmetropole.git@master#egg=openfisca-RennesMetropole
| openfisca_web_api[paster]==3.0.0
openfisca_france==10.2.0
git+https://github.com/sgmap/openfisca-paris.git@a4b6f324f48e465b89ffd01d25cea8ff68202718#egg=openfisca-paris
git+https://github.com/sgmap/openfisca-rennesmetropole.git@049004c708a3b028ea71948bc4963616e359863f#egg=openfisca-RennesMetropole
|
Revert test results to what is believed be correct | DONE: Project loaded
DONE: Background parsing started
<<EOF>>
func
<<EOF>>
[14:3-21:3] ERROR The namespace or module 'FileTwo' is not defined
[11:7-27:7] ERROR Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
<<EOF>>
DONE: Background parsing started
[14:3-21:3] ERROR The namespace or module 'FileTwo' is not defined
[11:7-27:7] ERROR Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
<<EOF>>
func
<<EOF>>
[12:7-19:7] ERROR The value or constructor 'unnamed' is not defined
<<EOF>>
| DONE: Project loaded
DONE: Background parsing started
[14:3-21:3] ERROR The namespace or module 'FileTwo' is not defined
[11:7-27:7] ERROR Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
<<EOF>>
func
<<EOF>>
[14:3-21:3] ERROR The namespace or module 'FileTwo' is not defined
[11:7-27:7] ERROR Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
<<EOF>>
DONE: Background parsing started
[12:7-19:7] ERROR The value or constructor 'unnamed' is not defined
<<EOF>>
func
<<EOF>>
[12:7-19:7] ERROR The value or constructor 'unnamed' is not defined
<<EOF>>
|
Add ChangeLog.d entry for PR3421 | Bugfix
* Set _POSIX_C_SOURCE to at least 200112L in C99 code. Reported in #3420 and fix submitted in #3421 by Nia Alarie.
| |
Update Rental Calc to 0.4 (4) | Categories:Money
License:GPL-3.0+
Web Site:
Source Code:https://github.com/brarcher/rental-calc
Issue Tracker:https://github.com/brarcher/rental-calc/issues
Auto Name:Rental Calc
Summary:Evaluate rental property investment prospects
Description:
Are you interested in investing in real estate and want to rent out homes? Not
sure how to determine if a property is a good investment?
Rental Calc helps real estate investors determine if a potential property is
worth buying and renting. Create a property entry, enter a few fields, and
Rental Calc will compute what you need at closing, your projected cash flow, and
various returns on your investment.
.
Repo Type:git
Repo:https://github.com/brarcher/rental-calc
Build:0.1,1
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:Money
License:GPL-3.0+
Web Site:
Source Code:https://github.com/brarcher/rental-calc
Issue Tracker:https://github.com/brarcher/rental-calc/issues
Auto Name:Rental Calc
Summary:Evaluate rental property investment prospects
Description:
Are you interested in investing in real estate and want to rent out homes? Not
sure how to determine if a property is a good investment?
Rental Calc helps real estate investors determine if a potential property is
worth buying and renting. Create a property entry, enter a few fields, and
Rental Calc will compute what you need at closing, your projected cash flow, and
various returns on your investment.
.
Repo Type:git
Repo:https://github.com/brarcher/rental-calc
Build:0.1,1
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 CV of USB Device Info to v1.0.0 (6) | Categories:System
License:Apache-2.0
Web Site:http://aschillings.co.uk/html/usb_device_info.html
Source Code:https://github.com/alt236/USB-Device-Info---Android
Issue Tracker:https://github.com/alt236/USB-Device-Info---Android/issues
Auto Name:USB Device Info
Summary:List USB Devices
Description:
Allows you to list all attached (host mode) USB devices.
.
Repo Type:git
Repo:https://github.com/alt236/USB-Device-Info---Android.git
Build:0.0.5,5
commit=v0.0.5
Build:1.0.0,6
commit=v1.0.0
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.0.5
Current Version Code:5
| Categories:System
License:Apache-2.0
Web Site:http://aschillings.co.uk/html/usb_device_info.html
Source Code:https://github.com/alt236/USB-Device-Info---Android
Issue Tracker:https://github.com/alt236/USB-Device-Info---Android/issues
Auto Name:USB Device Info
Summary:List USB Devices
Description:
Allows you to list all attached (host mode) USB devices.
.
Repo Type:git
Repo:https://github.com/alt236/USB-Device-Info---Android.git
Build:0.0.5,5
commit=v0.0.5
Build:1.0.0,6
commit=v1.0.0
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:v1.0.0
Current Version Code:6
|
Change lldb plugin to use lldb dev package for its include and lib files. | project(sosplugin)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(LLDB_SRC_DIR $ENV{LLDB_SRC_DIR})
set(LLVM_BUILD_DIR $ENV{LLVM_BUILD_DIR})
if((NOT ${LLDB_SRC_DIR} STREQUAL "") AND (NOT ${LLVM_BUILD_DIR} STREQUAL ""))
add_compile_options(-Wno-delete-non-virtual-dtor)
set(LLDB_INCLUDE_DIR "${LLDB_SRC_DIR}/include")
include_directories(inc)
include_directories("${LLDB_INCLUDE_DIR}")
link_directories("${LLVM_BUILD_DIR}/lib")
set(SOURCES
sosplugin.cpp
soscommand.cpp
debugclient.cpp
)
add_library(sosplugin SHARED ${SOURCES})
add_dependencies(sosplugin sos)
target_link_libraries(sosplugin lldb)
# add the install targets
install (TARGETS sosplugin DESTINATION .)
endif() | project(sosplugin)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(LLVM_DIR "/usr/lib/llvm-3.5")
set(LLDB_INCLUDE_DIR "${LLVM_DIR}/include")
set(LLDB_LIB_DIR "${LLVM_DIR}/lib")
add_compile_options(-Wno-delete-non-virtual-dtor)
include_directories(inc)
include_directories("${LLDB_INCLUDE_DIR}")
link_directories("${LLDB_LIB_DIR}")
set(SOURCES
sosplugin.cpp
soscommand.cpp
debugclient.cpp
)
add_library(sosplugin SHARED ${SOURCES})
add_dependencies(sosplugin sos)
# add the install targets
install (TARGETS sosplugin DESTINATION .) |
Add renamed vendored hdf5.dll to release notes. | =======================================
Release notes for PyTables 3.6 series
=======================================
:Author: PyTables Developers
:Contact: pytables-dev@googlegroups.com
.. py:currentmodule:: tables
Changes from 3.5.3 to 3.6.0
===========================
PyTables 3.6 drops Python 2.7 support. The 3.5 branch is the last version
to support Python 2.7. see PR #747.
Improvements
------------
- Full python 3.8 support.
Bugfixes
--------
- Bugfix for HDF5 files/types with padding. For details see :issue:`734`.
- More fixes for python 3.8 compatibility: Replace deprecated time.clock
with time.perf_counter
Thanks to Sergio Pascual (sergiopasra). see :issue:`744` and PR #745.
- Improvements in tests as well as clean up from dropping Python 2.7 support.
Thanks to Seth Troisi (sethtroisi).
| =======================================
Release notes for PyTables 3.6 series
=======================================
:Author: PyTables Developers
:Contact: pytables-dev@googlegroups.com
.. py:currentmodule:: tables
Changes from 3.5.3 to 3.6.0
===========================
PyTables 3.6 no longer supports Python 2.7 see PR #747.
Improvements
------------
- Full python 3.8 support.
- On Windows PyTables wheels on PyPI are linked to `pytables_hdf5.dll` instead of
`hdf5.dll` to prevent collisions with other packages/wheels that also vendor `hdf5.dll`.
This should prevent problems that arise when a different version of a dll is imported
that the version to which the program was linked to. This problem is known as "DLL Hell".
With the renaming of the HDF5 DLL to `pytables_hdf5.dll` these problems should be solved.
Bugfixes
--------
- Bugfix for HDF5 files/types with padding. For details see :issue:`734`.
- More fixes for python 3.8 compatibility: Replace deprecated time.clock
with time.perf_counter
Thanks to Sergio Pascual (sergiopasra). see :issue:`744` and PR #745.
- Improvements in tests as well as clean up from dropping Python 2.7 support.
Thanks to Seth Troisi (sethtroisi).
|
Add link to freshports test website | <P ALIGN="left">
<BIG>FreshPorts2:</BIG> We're getting close... Watch this space.
</P>
| <P ALIGN="left">
<BIG>FreshPorts2:</BIG> Have you been to the <A HREF="http://www.FreshPorts.org/">beta test site yet</A>? Please have
a look around, read the FAQ, and check the forum there for details on new features and how you can help with the testing.
</P>
|
Fix output path for Applications symlink. | if(WIN32 AND INNOSETUP_EXECUTABLE)
# Prepare the InnoSetup configuration script
configure_file(setup.iss.in "${CMAKE_CURRENT_BINARY_DIR}/setup.iss")
# Add the target for building the .exe
add_custom_target(exe
COMMAND "${INNOSETUP_EXECUTABLE}"
/Q
/DTARGET_FILE_NAME="$<TARGET_FILE_NAME:nitroshare-ui>"
\"${CMAKE_CURRENT_BINARY_DIR}/setup.iss\"
COMMENT "Building installer..."
)
endif()
if(APPLE)
# Prepare the plist file for the app bundle
configure_file(Info.plist.in "${CONTENTS_DIRECTORY}/Info.plist")
# Copy the icon to the Resources directory
file(COPY nitroshare.icns DESTINATION "${CONTENTS_DIRECTORY}/Resources")
# Add a target for building the DMG
set(sym "${CONTENTS_DIRECTORY}/Applications")
set(dmg "${CMAKE_BINARY_DIR}/nitroshare-${PROJECT_VERSION}-osx.dmg")
add_custom_target(dmg
COMMAND rm -f \"${sym}\" \"${dmg}\"
COMMAND ln -s /Applications \"${sym}\"
COMMAND hdiutil create
-srcfolder \"${OUTPUT_PREFIX}\"
-volname "${PROJECT_NAME}"
-fs HFS+
-size 30m
\"${dmg}\"
DEPENDS nitroshare
COMMENT "Building disk image..."
)
endif()
| if(WIN32 AND INNOSETUP_EXECUTABLE)
# Prepare the InnoSetup configuration script
configure_file(setup.iss.in "${CMAKE_CURRENT_BINARY_DIR}/setup.iss")
# Add the target for building the .exe
add_custom_target(exe
COMMAND "${INNOSETUP_EXECUTABLE}"
/Q
/DTARGET_FILE_NAME="$<TARGET_FILE_NAME:nitroshare-ui>"
\"${CMAKE_CURRENT_BINARY_DIR}/setup.iss\"
COMMENT "Building installer..."
)
endif()
if(APPLE)
# Prepare the plist file for the app bundle
configure_file(Info.plist.in "${CONTENTS_DIRECTORY}/Info.plist")
# Copy the icon to the Resources directory
file(COPY nitroshare.icns DESTINATION "${CONTENTS_DIRECTORY}/Resources")
# Add a target for building the DMG
set(sym "${OUTPUT_PREFIX}/Applications")
set(dmg "${CMAKE_BINARY_DIR}/nitroshare-${PROJECT_VERSION}-osx.dmg")
add_custom_target(dmg
COMMAND rm -f \"${sym}\" \"${dmg}\"
COMMAND ln -s /Applications \"${sym}\"
COMMAND hdiutil create
-srcfolder \"${OUTPUT_PREFIX}\"
-volname "${PROJECT_NAME}"
-fs HFS+
-size 30m
\"${dmg}\"
DEPENDS nitroshare
COMMENT "Building disk image..."
)
endif()
|
Update permissions log for Reedy, Holden, Haring, and Cole. | Developer Log
=============
This file is a running log of developers given permissions on SourceForge.
The purpose is to provide some institutional memory of who was given access
and why.
The first entry starts in April 2005. In keeping with the style of
Misc/NEWS, newer entries should be added to the top. Any markup should
be in the form of ReST. Entries should include the initials of the
project admin who made the change or granted access. Feel free to revise
the format to accommodate documentation needs as they arise.
Permissions History
-------------------
- Nick Coghlan was given SF tracker permissions on 5 Apr 2005 by RDH.
For several months, he has been active in reviewing and contributing
patches. The added permissions give him greater flexibility in
working with the tracker.
Initials of Project Admins
--------------------------
RDH: Raymond Hettinger
| Developer Log
=============
This file is a running log of developers given permissions on SourceForge.
The purpose is to provide some institutional memory of who was given access
and why.
The first entry starts in April 2005. In keeping with the style of
Misc/NEWS, newer entries should be added to the top. Any markup should
be in the form of ReST. Entries should include the initials of the
project admin who made the change or granted access. Feel free to revise
the format to accommodate documentation needs as they arise.
Permissions History
-------------------
- Terry Reedy was given SF tracker permissions on 7 Apr 2005 by RDH.
- Nick Coghlan was given SF tracker permissions on 5 Apr 2005 by RDH.
For several months, he has been active in reviewing and contributing
patches. The added permissions give him greater flexibility in
working with the tracker.
Permissions Dropped on Request
------------------------------
- Steve Holden, Gerhard Haring, and David Cole sent email stating that
they no longer use their access. 7 Apr 2005 RDH
Initials of Project Admins
--------------------------
RDH: Raymond Hettinger
|
Update vent from 0.5.0 to 0.5.1 | elasticsearch==6.2.0
pika>=0.11.0
vent==0.5.0
| elasticsearch==6.2.0
pika>=0.11.0
vent==0.5.1
|
Remove unneeded direct library dependency, we already link to the crypto library due to vespalib dependency. | # Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_vespa-gen-testdocs_app
SOURCES
vespa-gen-testdocs.cpp
OUTPUT_NAME vespa-gen-testdocs
INSTALL bin
DEPENDS
)
vespa_add_target_system_dependency(searchcore_vespa-gen-testdocs_app crypto)
| # Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_vespa-gen-testdocs_app
SOURCES
vespa-gen-testdocs.cpp
OUTPUT_NAME vespa-gen-testdocs
INSTALL bin
DEPENDS
)
|
Check if ANTLR executable is available | include (LibAddMacros)
if (DEPENDENCY_PHASE)
find_package (ANTLR4CPP QUIET)
if (NOT ANTLR4CPP_FOUND)
remove_plugin (antlr "ANTLR 4 CPP runtime (antlr4-cpp-runtime) not found")
endif (NOT ANTLR4CPP_FOUND)
endif (DEPENDENCY_PHASE)
add_plugin (antlr
CPP
SOURCES
antlr.hpp
antlr.cpp
ADD_TEST
TEST_README
INCLUDE_DIRECTORIES
${ANTLR4CPP_INCLUDE_DIRS}
LINK_LIBRARIES
${ANTLR4CPP_LIBRARIES}
)
| include (LibAddMacros)
if (DEPENDENCY_PHASE)
execute_process (COMMAND antlr4 RESULT_VARIABLE ANTLR_NOT_AVAILABLE OUTPUT_QUIET)
if (ANTLR_NOT_AVAILABLE)
remove_plugin (antlr "ANTLR 4 executable (antlr4) not found")
endif (ANTLR_NOT_AVAILABLE)
find_package (ANTLR4CPP QUIET)
if (NOT ANTLR4CPP_FOUND)
remove_plugin (antlr "ANTLR 4 CPP runtime (antlr4-cpp-runtime) not found")
endif (NOT ANTLR4CPP_FOUND)
endif (DEPENDENCY_PHASE)
add_plugin (antlr
CPP
SOURCES
antlr.hpp
antlr.cpp
ADD_TEST
TEST_README
INCLUDE_DIRECTORIES
${ANTLR4CPP_INCLUDE_DIRS}
LINK_LIBRARIES
${ANTLR4CPP_LIBRARIES}
)
|
Update copyright notice to 2017 | Copyright (c) 2014-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.
| Copyright (c) 2014-2017 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 psycopg2 from 2.7.1 to 2.7.3 | # Base dependencies go here
# Django
django==1.11.3
django-autoslug==1.9.3
django-grappelli==2.10.1
# Configuration
django-environ==0.4.3
whitenoise==3.3.0
django-storages==1.6.3
# Python-PostgreSQL Database Adapter
psycopg2==2.7.1
# Password storage
argon2-cffi==16.3.0
# Maps
django-google-maps==0.7.0
# Images
Pillow==4.2.1
# Storage
google-cloud-storage==1.2.0
| # Base dependencies go here
# Django
django==1.11.3
django-autoslug==1.9.3
django-grappelli==2.10.1
# Configuration
django-environ==0.4.3
whitenoise==3.3.0
django-storages==1.6.3
# Python-PostgreSQL Database Adapter
psycopg2==2.7.3
# Password storage
argon2-cffi==16.3.0
# Maps
django-google-maps==0.7.0
# Images
Pillow==4.2.1
# Storage
google-cloud-storage==1.2.0
|
Update python-markdown-math from 0.5 to 0.6 | # 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.33.1
# Frontend
django-bootstrap-breadcrumbs==0.9.1
# Resources
Pillow==5.4.1
yattag==1.11.1
tinycss==0.4
# Markdown
verto==0.10.0
python-markdown-math==0.5
# Search
django-haystack==2.8.1
Whoosh==2.7.4
django-widget-tweaks==1.4.3
# YAML Loading
PyYAML==5.1
# System tools
tqdm==4.28.1
# XML Parsing
lxml==4.2.5
cssselect==1.0.3
# I18n
django-modeltranslation==0.13
uniseg==0.7.1
python-bidi==0.4.0
django-bidi-utils==1.0
| # 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.33.1
# Frontend
django-bootstrap-breadcrumbs==0.9.1
# Resources
Pillow==5.4.1
yattag==1.11.1
tinycss==0.4
# Markdown
verto==0.10.0
python-markdown-math==0.6
# Search
django-haystack==2.8.1
Whoosh==2.7.4
django-widget-tweaks==1.4.3
# YAML Loading
PyYAML==5.1
# System tools
tqdm==4.28.1
# XML Parsing
lxml==4.2.5
cssselect==1.0.3
# I18n
django-modeltranslation==0.13
uniseg==0.7.1
python-bidi==0.4.0
django-bidi-utils==1.0
|
Use serial0 instead of ttyAMA0 | dwc_otg.fiq_fsm_mask=0xF dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=${ROOT_DEV} rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet
| dwc_otg.fiq_fsm_mask=0xF dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=${ROOT_DEV} rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet
|
Update to Freeciv server r33647. | # I keep previous version easily available here so I don't need to check
# version history constantly when handling ruleset differences.
# Previous:33643
FCREV=33646
FCBRANCH=trunk
ORIGCAPSTR="+Freeciv.Devel-3.0-2016.Aug.19"
# 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:33646
FCREV=33647
FCBRANCH=trunk
ORIGCAPSTR="+Freeciv.Devel-3.0-2016.Aug.19"
# There's no need to bump this constantly as current freeciv-web
# makes no connections to outside world - all connections are
# internal to it. The server and client are always compatible.
WEBCAPSTR="+Freeciv.Web.Devel-3.0"
|
Update gunicorn from 20.0.0 to 20.0.2 | -r base.txt
ec2_tag_conditional==0.1.2
gunicorn==20.0.0
django-redis
hiredis
| -r base.txt
ec2_tag_conditional==0.1.2
gunicorn==20.0.2
django-redis
hiredis
|
Add an extension describing the new D3D renderer chooser behavior in eglGetDisplay. | Name
ANGLE_direct3d_display
Name Strings
EGL_ANGLE_direct3d_display
Contributors
Nicolas Capens
Shannon Woods
Contacts
Shannon Woods, Google Inc. (shannonwoods 'at' chromium.org)
Status
In progress
Version
Version 1, May 15, 2013
Number
EGL Extension #??
Dependencies
This extension is written against the wording of the EGL 1.4
Specification.
Overview
This extension allows for specifying the behavior of the renderer backing the display.
New Types
None
New Procedures and Functions
None
New Tokens
EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE (EGLNativeDisplayType)-2
EGL_D3D11_ONLY_DISPLAY_ANGLE (EGLNativeDisplayType)-3
Additions to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
Add before the last sentence of the first paragraph of section 3.2,
"Initialization":
"If <display_id> is EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE, the display returned
will be backed by a Direct3D 11 renderer if one is available, or by a
Direct3D 9 renderer otherwise. If <display_id> is EGL_D3D11_ONLY_DISPLAY_ANGLE,
the display returned will be backed by a Direct3D 11 renderer if one is
available, or will return NULL otherwise."
Issues
Revision History
Version 1, 2013/05/15 - First draft.
| |
Update CV of Enhancement to 05 (5) | Categories:Theming
License:GPLv3
Web Site:https://gitlab.com/Primokorn/EnhancementTheme
Source Code:https://gitlab.com/Primokorn/EnhancementTheme/tree/HEAD
Issue Tracker:https://gitlab.com/Primokorn/EnhancementTheme/issues
Auto Name:Enhancement
Summary:White theme for CM13
Description:
Enhancement is a theme for custom ROMs having the CM13 theme engine. The goal is
to provide a stock UI with enhanced icons and colors for your device, keeping it
light and clean.
.
Repo Type:git
Repo:https://gitlab.com/Primokorn/EnhancementTheme.git
Build:3.0,3
commit=f212116518ca91f71cea45103410409823bb27b3
subdir=theme
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:3.0
Current Version Code:3
| Categories:Theming
License:GPLv3
Web Site:https://gitlab.com/Primokorn/EnhancementTheme
Source Code:https://gitlab.com/Primokorn/EnhancementTheme/tree/HEAD
Issue Tracker:https://gitlab.com/Primokorn/EnhancementTheme/issues
Auto Name:Enhancement
Summary:White theme for CM13
Description:
Enhancement is a theme for custom ROMs having the CM13 theme engine. The goal is
to provide a stock UI with enhanced icons and colors for your device, keeping it
light and clean.
.
Repo Type:git
Repo:https://gitlab.com/Primokorn/EnhancementTheme.git
Build:3.0,3
commit=f212116518ca91f71cea45103410409823bb27b3
subdir=theme
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:05
Current Version Code:5
|
Add requirements for HTML report generation | # 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.
flake8<2.6.0,>=2.5.4 # MIT
packaging # Apache-2.0
PrettyTable<0.8 # BSD
PyYAML # MIT
requests # Apache-2.0
pymod2pkg # Apache-2.0
| # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
flake8<2.6.0,>=2.5.4 # MIT
packaging # Apache-2.0
lxml!=3.7.0 # BSD
PrettyTable<0.8 # BSD
PyYAML # MIT
requests # Apache-2.0
pymod2pkg # Apache-2.0
cssselect # BSD
|
Fix working directory for testing. | set(CONFIGURATIONS zhs2zht zht2zhs mix2zht mix2zhs)
foreach(CONFIG ${CONFIGURATIONS})
add_test(
${CONFIG}_convert
${PROJECT_BINARY_DIR}/src/tools/opencc
-i ${CMAKE_SOURCE_DIR}/test/testcases/${CONFIG}.in
-o ${PROJECT_BINARY_DIR}/test/${CONFIG}.out
-c ${CMAKE_SOURCE_DIR}/data/config/${CONFIG}.ini
)
add_test(
${CONFIG}_compare
diff
${PROJECT_BINARY_DIR}/test/${CONFIG}.out
${CMAKE_SOURCE_DIR}/test/testcases/${CONFIG}.ans
)
set_property(
TEST ${CONFIG}_compare
APPEND PROPERTY
DEPENDS ${CONFIG}_convert)
endforeach(CONFIG) | set(CONFIGURATIONS zhs2zht zht2zhs mix2zht mix2zhs)
foreach(CONFIG ${CONFIGURATIONS})
add_test(
${CONFIG}_convert
${CMAKE_COMMAND} -E chdir ${PROJECT_BINARY_DIR}/data
${PROJECT_BINARY_DIR}/src/tools/opencc
-i ${CMAKE_SOURCE_DIR}/test/testcases/${CONFIG}.in
-o ${PROJECT_BINARY_DIR}/test/${CONFIG}.out
-c ${CMAKE_SOURCE_DIR}/data/config/${CONFIG}.ini
)
add_test(
${CONFIG}_compare
diff
${PROJECT_BINARY_DIR}/test/${CONFIG}.out
${CMAKE_SOURCE_DIR}/test/testcases/${CONFIG}.ans
)
set_property(
TEST ${CONFIG}_compare
APPEND PROPERTY
DEPENDS ${CONFIG}_convert)
endforeach(CONFIG) |
Add readme with reset experimental instance to vsix project. | For resetting the experimental instance:
%comspec% /C "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VSSDK\VisualStudioIntegration\Tools\Bin\CreateExpInstance.exe" /Reset /VSInstance=15.0_ad6d5903 /RootSuffix=Roslyn | |
Upgrade paramiko to see if it helps with windows AMI tests stability issues. | apache-libcloud==3.4.1
paramiko==2.7.2
Jinja2==2.11.3
| apache-libcloud==3.4.1
paramiko==2.9.2
Jinja2==2.11.3
|
Update django from 1.11.5 to 1.11.6 | sphinx==1.6.4
sphinx-rtd-theme==0.2.4
Django==1.11.5
-e .
| sphinx==1.6.4
sphinx-rtd-theme==0.2.4
Django==1.11.6
-e .
|
Update black from 21.4b2 to 21.5b1 | cookiecutter==1.7.2
sh==1.14.1
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==21.4b2
isort==5.8.0
flake8==3.9.1
flake8-isort==4.0.0
pre-commit==2.12.1
# Testing
# ------------------------------------------------------------------------------
tox==3.23.0
pytest==5.4.3 # pyup: <6 # https://github.com/hackebrot/pytest-cookies/issues/51
pytest-cookies==0.5.1
pytest-instafail==0.4.2
pyyaml==5.4.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==1.55
jinja2==2.11.3
| cookiecutter==1.7.2
sh==1.14.1
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==21.5b1
isort==5.8.0
flake8==3.9.1
flake8-isort==4.0.0
pre-commit==2.12.1
# Testing
# ------------------------------------------------------------------------------
tox==3.23.0
pytest==5.4.3 # pyup: <6 # https://github.com/hackebrot/pytest-cookies/issues/51
pytest-cookies==0.5.1
pytest-instafail==0.4.2
pyyaml==5.4.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==1.55
jinja2==2.11.3
|
Update tox from 2.5.0 to 2.7.0 | ipykernel==4.5.2
lxml==3.7.3
mock==2.0.0
nbsphinx==0.2.13
pandoc==1.0.0b2
pytest==3.0.7
pytest-flake8==0.8.1
sphinx==1.5.3
sphinx-rtd-theme==0.1.9
sphinxcontrib-napoleon==0.6.1
SQLAlchemy==1.1.7
tox==2.5.0
twine==1.8.1
xlrd==1.0.0
numpy==1.12.1
statsmodels==0.8.0
notebook==4.4.1
| ipykernel==4.5.2
lxml==3.7.3
mock==2.0.0
nbsphinx==0.2.13
pandoc==1.0.0b2
pytest==3.0.7
pytest-flake8==0.8.1
sphinx==1.5.3
sphinx-rtd-theme==0.1.9
sphinxcontrib-napoleon==0.6.1
SQLAlchemy==1.1.7
tox==2.7.0
twine==1.8.1
xlrd==1.0.0
numpy==1.12.1
statsmodels==0.8.0
notebook==4.4.1
|
Update coverage from 4.4.2 to 4.5 | pytest<4
pytest-mock==1.6.3
pytest-cov==2.5.1
tox<3
# coverage
codacy-coverage==1.3.10
codecov==2.0.15
coverage==4.4.2
coveralls==1.2.0
# linters
bandit==1.4.0
flake8==3.5.0
flake8-colors==0.1.6
flake8-deprecated==1.3
flake8-import-order==0.16
flake8-mutable==1.2.0
flake8-print==3.0.1
pep8-naming==0.5.0
| pytest<4
pytest-mock==1.6.3
pytest-cov==2.5.1
tox<3
# coverage
codacy-coverage==1.3.10
codecov==2.0.15
coverage==4.5
coveralls==1.2.0
# linters
bandit==1.4.0
flake8==3.5.0
flake8-colors==0.1.6
flake8-deprecated==1.3
flake8-import-order==0.16
flake8-mutable==1.2.0
flake8-print==3.0.1
pep8-naming==0.5.0
|
Remove stale test expectations for now-passing tests. | // This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
// Failing after WebKit roll to r85369, possibly r85319?
BUGKBR RELEASE WIN : inspector/debugger/live-edit.html = TEXT PASS
// The need for rebaselines is conflicting with the TIMEOUT expectation upstream
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/filters/feDropShadow.svg = IMAGE TIMEOUT
// The following tests only fail in Windows.
BUG_HCLAM WIN : svg/text/text-fonts-01-t.svg = IMAGE
BUG_HCLAM WIN : svg/text/text-intro-05-t.svg = IMAGE
// Failure introduced by Chromium r83848.
BUG_HCLAM : fast/url/ipv6.html = TEXT
// Temporary until expectations are updated after execScript removal.
BUGAGER : fast/dom/prototype-inheritance.html = PASS 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.
// The need for rebaselines is conflicting with the TIMEOUT expectation upstream
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/filters/feDropShadow.svg = IMAGE TIMEOUT
// Failure introduced by Chromium r83848.
BUG_HCLAM : fast/url/ipv6.html = TEXT
|
Add required plugins for MSR test | include (LibAddMacros)
add_plugin (conditionals SOURCES conditionals.h conditionals.c LINK_ELEKTRA elektra-meta ADD_TEST TEST_README)
| include (LibAddMacros)
add_plugin (
conditionals SOURCES conditionals.h conditionals.c LINK_ELEKTRA elektra-meta ADD_TEST TEST_README TEST_REQUIRED_PLUGINS dump ini ni)
|
Update pytest from 3.10.0 to 3.10.1 |
# Database
psycopg2-binary==2.7.5
pip==18.1
bumpversion==0.5.3
wheel==0.32.2
watchdog==0.9.0
flake8==3.6.0
tox==3.5.3
cryptography==2.3.1
Sphinx==1.8.1
coverage==4.5.1
pytest==3.10.0
pytest-runner==4.2
pytest-cov==2.6.0
# miscellaneous
sphinx_rtd_theme==0.4.2
pre-commit==1.12.0
python-dotenv==0.9.1
python-dotenv[cli]==0.9.1
|
# Database
psycopg2-binary==2.7.5
pip==18.1
bumpversion==0.5.3
wheel==0.32.2
watchdog==0.9.0
flake8==3.6.0
tox==3.5.3
cryptography==2.3.1
Sphinx==1.8.1
coverage==4.5.1
pytest==3.10.1
pytest-runner==4.2
pytest-cov==2.6.0
# miscellaneous
sphinx_rtd_theme==0.4.2
pre-commit==1.12.0
python-dotenv==0.9.1
python-dotenv[cli]==0.9.1
|
Update flake8 from 3.7.3 to 3.7.4 | pip==19.0.1
bumpversion==0.5.3
wheel==0.32.3
watchdog==0.9.0
flake8==3.7.3
tox==3.7.0
coverage==4.5.2
Sphinx==1.8.3
PyYAML==4.2b4
pytest==4.2.0
| pip==19.0.1
bumpversion==0.5.3
wheel==0.32.3
watchdog==0.9.0
flake8==3.7.4
tox==3.7.0
coverage==4.5.2
Sphinx==1.8.3
PyYAML==4.2b4
pytest==4.2.0
|
Update pytest from 3.1.0 to 3.1.2 | flake8==3.3.0
coverage==4.4
sphinx==1.6.2
alabaster>=0.6.2
aiohttp==2.1.0
jinja2==2.9.6
pytest==3.1.0
pytest-cov==2.5.1
yarl==0.10.0
multidict==2.1.6
pytest-aiohttp==0.1.3
-e .
| flake8==3.3.0
coverage==4.4
sphinx==1.6.2
alabaster>=0.6.2
aiohttp==2.1.0
jinja2==2.9.6
pytest==3.1.2
pytest-cov==2.5.1
yarl==0.10.0
multidict==2.1.6
pytest-aiohttp==0.1.3
-e .
|
Update mypy from 0.740 to 0.761 | # scratchdir/requirements/dev.txt
#
# Requirements for package development.
-r base.txt
bumpversion==0.5.3
mypy==0.670; python_version <= '3.4' # pyup: ignore
mypy==0.740; python_version > '3.4'
pylint==2.3.1; python_version == '3.4' # pyup: ignore
pylint==2.4.3; python_version > '3.4'
bandit==1.6.2
safety==1.8.5
isort==4.2.15; (python_version > '3.0' and python_version < '3.4') # pyup: ignore
isort==4.3.21; (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.670; python_version <= '3.4' # pyup: ignore
mypy==0.761; python_version > '3.4'
pylint==2.3.1; python_version == '3.4' # pyup: ignore
pylint==2.4.3; python_version > '3.4'
bandit==1.6.2
safety==1.8.5
isort==4.2.15; (python_version > '3.0' and python_version < '3.4') # pyup: ignore
isort==4.3.21; (python_version > '2.7' and python_version < '3.0') or python_version > '3.4'
|
Update pytest-cov from 2.4.0 to 2.5.1 | -r base.txt
flake8==3.3.0
flake8-docstrings==1.1.0
django-debug-toolbar==1.8
freezegun==0.3.9
isort==4.2.5
pytest-django==3.1.2
pytest-cov==2.4.0
pytest-factoryboy==1.3.1
Faker==0.7.11
transifex-client==0.12.4
| -r base.txt
flake8==3.3.0
flake8-docstrings==1.1.0
django-debug-toolbar==1.8
freezegun==0.3.9
isort==4.2.5
pytest-django==3.1.2
pytest-cov==2.5.1
pytest-factoryboy==1.3.1
Faker==0.7.11
transifex-client==0.12.4
|
Update faker from 0.7.12 to 0.7.17 | -r base.txt
flake8==3.3.0
flake8-docstrings==1.1.0
django-debug-toolbar==1.7 # pyup: <1.8
freezegun==0.3.9
isort==4.2.15
pytest-django==3.1.2
pytest-cov==2.5.1
pytest-factoryboy==1.3.1
Faker==0.7.12
transifex-client==0.12.4
| -r base.txt
flake8==3.3.0
flake8-docstrings==1.1.0
django-debug-toolbar==1.7 # pyup: <1.8
freezegun==0.3.9
isort==4.2.15
pytest-django==3.1.2
pytest-cov==2.5.1
pytest-factoryboy==1.3.1
Faker==0.7.17
transifex-client==0.12.4
|
Update flake8 from 3.4.1 to 3.5.0 | -e .
pip>=8.1.2
bumpversion==0.5.3
wheel>=0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.9.1
coverage==4.4.1
cryptography==2.1.1
PyYAML==3.12
pytest==3.2.3
pytest-runner==2.12.1
moto[server]==1.1.23
requests==2.18.4
Sphinx==1.6.4
pytest-asyncio==0.8.0
| -e .
pip>=8.1.2
bumpversion==0.5.3
wheel>=0.29.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.4.1
cryptography==2.1.1
PyYAML==3.12
pytest==3.2.3
pytest-runner==2.12.1
moto[server]==1.1.23
requests==2.18.4
Sphinx==1.6.4
pytest-asyncio==0.8.0
|
Update sphinx from 3.0.2 to 3.0.3 | nbsphinx==0.6.1
sphinx==3.0.2
sphinxcontrib-programoutput==0.16
sphinx_rtd_theme==0.4.3
ipython==7.13.0
| nbsphinx==0.6.1
sphinx==3.0.3
sphinxcontrib-programoutput==0.16
sphinx_rtd_theme==0.4.3
ipython==7.13.0
|
Document support for multiple target attributes. | `core:AttributeMap`
===================
Filter to change attribute names.
This filter can either contain the name of a map file or a set of name => value pairs describing the transformation.
If configuration references a map file, the file must be located in the `attributemap/`-directory.
Examples
--------
Attribute maps embedded as parameters:
'authproc' => array(
50 => array(
'class' => 'core:AttributeMap',
'mail' => 'email',
'uid' => 'user'
),
),
Attribute map in separate file:
'authproc' => array(
50 => array(
'class' => 'core:AttributeMap',
'name2oid',
),
),
This filter will use the map file from `simpesamlphp/attributemap/name2oid.php`.
| `core:AttributeMap`
===================
Filter to change attribute names.
This filter can either contain the name of a map file or a set of name => value pairs describing the transformation.
If configuration references a map file, the file must be located in the `attributemap/`-directory.
It can also create multiple attributes from a single attribute by specifying multiple target attributes as an array.
Examples
--------
Attribute maps embedded as parameters:
'authproc' => array(
50 => array(
'class' => 'core:AttributeMap',
'mail' => 'email',
'uid' => 'user'
'cn' => array('name', 'displayName'),
),
),
Attribute map in separate file:
'authproc' => array(
50 => array(
'class' => 'core:AttributeMap',
'name2oid',
),
),
This filter will use the map file from `simpesamlphp/attributemap/name2oid.php`.
|
Update dependency requests-oauthlib to v1.3.0 | cachetools==3.1.1
certifi==2019.9.11
chardet==3.0.4
coverage==4.5.4
google-api-python-client==1.7.11
google-auth==1.7.0
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.1
httplib2==0.14.0
idna==2.8
oauth2client==4.1.3
oauthlib==3.1.0
pyasn1==0.4.7
pyasn1-modules==0.2.7
python-slugify==4.0.0
pytube==9.5.3
requests==2.22.0
requests-oauthlib==1.2.0
rsa==4.0
six==1.13.0
text-unidecode==1.3
uritemplate==3.0.0
urllib3==1.25.6
| cachetools==3.1.1
certifi==2019.9.11
chardet==3.0.4
coverage==4.5.4
google-api-python-client==1.7.11
google-auth==1.7.0
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.1
httplib2==0.14.0
idna==2.8
oauth2client==4.1.3
oauthlib==3.1.0
pyasn1==0.4.7
pyasn1-modules==0.2.7
python-slugify==4.0.0
pytube==9.5.3
requests==2.22.0
requests-oauthlib==1.3.0
rsa==4.0
six==1.13.0
text-unidecode==1.3
uritemplate==3.0.0
urllib3==1.25.6
|
Remove more unused install locations | file(GLOB brd_files "*.brd")
file(GLOB equ_files "*.equ")
file(GLOB mod_files "*.mod")
install(FILES ${brd_files}
DESTINATION ${KICAD_MODULES}
COMPONENT resources)
install(FILES ${equ_files}
DESTINATION ${KICAD_MODULES}
COMPONENT resources)
install(FILES ${mod_files}
DESTINATION ${KICAD_MODULES}
COMPONENT resources)
install(DIRECTORY packages3d
DESTINATION ${KICAD_MODULES}
COMPONENT resources
PATTERN ".svn" EXCLUDE)
| install(DIRECTORY packages3d
DESTINATION ${KICAD_MODULES}
COMPONENT resources
PATTERN ".svn" EXCLUDE)
|
Update django-extensions from 1.7.1 to 1.7.2 | # Local development dependencies go here
-r base.txt
coverage==4.2
Sphinx==1.4.5
django-extensions==1.7.1
django-test-plus==1.0.14
factory_boy==2.7.0
# pytest!
pytest-django==2.9.1
pytest-sugar==0.7.1
| # Local development dependencies go here
-r base.txt
coverage==4.2
Sphinx==1.4.5
django-extensions==1.7.2
django-test-plus==1.0.14
factory_boy==2.7.0
# pytest!
pytest-django==2.9.1
pytest-sugar==0.7.1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.