Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Scheduled weekly dependency update for week 14 #175

Merged
merged 7 commits into from Apr 8, 2019

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Apr 8, 2019

Update Jinja2 from 2.10 to 2.10.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update mypy from 0.670 to 0.700.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update parso from 0.3.4 to 0.4.0.

Changelog

0.4.0

++++++++++++++++++

- Python 3.8 support
- FileIO support, it's now possible to use abstract file IO, support is alpha
Links

Update pexpect from 4.6.0 to 4.7.0.

Changelog

4.7

* The :meth:`.pxssh.login` method now no longer requires a username if an ssh
config is provided and will raise an error if neither are provided.
(:ghpull:`562`).
* The :meth:`.pxssh.login` method now supports providing your own ``ssh``
command via the ``cmd`` parameter.
(:ghpull:`528`) (:ghpull:`563`).
* :class:`.pxssh` now supports the ``use_poll`` parameter which is passed into :meth:`.pexpect.spawn`
(:ghpull:`542`).
* Minor bug fix with ``ssh_config``.
(:ghpull:`498`).
* :meth:`.replwrap.run_command` now has async support via an ``async_`` parameter.
(:ghpull:`501`).
* :meth:`.pexpect.spawn` will now read additional bytes if able up to a buffer limit.
(:ghpull:`304`).
Links

Update pyparsing from 2.3.1 to 2.4.0.

Changelog

2.4.0

---------------------------
- Well, it looks like the API change that was introduced in 2.3.1 was more
drastic than expected, so for a friendlier forward upgrade path, this
release:
. Bumps the current version number to 2.4.0, to reflect this
 incompatible change.
. Adds a pyparsing.__compat__ object for specifying compatibility with
 future breaking changes.
. Conditionalizes the API-breaking behavior, based on the value
 pyparsing.__compat__.collect_all_And_tokens.  By default, this value
 will be set to True, reflecting the new bugfixed behavior. To set this
 value to False, add to your code:

     import pyparsing
     pyparsing.__compat__.collect_all_And_tokens = False

. User code that is dependent on the pre-bugfix behavior can restore
 it by setting this value to False.

In 2.5 and later versions, the conditional code will be removed and
setting the flag to True or False in these later versions will have no
effect.

- Updated unitTests.py and simple_unit_tests.py to be compatible with
"python setup.py test". To run tests using setup, do:

   python setup.py test
   python setup.py test -s unitTests.suite
   python setup.py test -s simple_unit_tests.suite

Prompted by issue 83 and PR submitted by bdragon28, thanks.

- Fixed bug in runTests handling '\n' literals in quoted strings.

- Added tag_body attribute to the start tag expressions generated by
makeHTMLTags, so that you can avoid using SkipTo to roll your own
tag body expression:

   a, aEnd = pp.makeHTMLTags('a')
   link = a + a.tag_body("displayed_text") + aEnd
   for t in s.searchString(html_page):
       print(t.displayed_text, '->', t.startA.href)

- indentedBlock failure handling was improved; PR submitted by TMiguelT,
thanks!

- Address Py2 incompatibility in simpleUnitTests, plus explain() and
Forward str() cleanup; PRs graciously provided by eswald.

- Fixed docstring with embedded '\w', which creates SyntaxWarnings in
Py3.8, issue 80.

- Examples:

- Added example parser for rosettacode.org tutorial compiler.

- Added example to show how an HTML table can be parsed into a
 collection of Python lists or dicts, one per row.

- Updated SimpleSQL.py example to handle nested selects, reworked
 'where' expression to use infixNotation.

- Added include_preprocessor.py, similar to macroExpander.py.

- Examples using makeHTMLTags use new tag_body expression when
 retrieving a tag's body text.

- Updated examples that are runnable as unit tests:

     python setup.py test -s examples.antlr_grammar_tests
     python setup.py test -s examples.test_bibparse
Links

Update Sphinx from 2.0.0 to 2.0.1.

Changelog

2.0.1

==============================

Dependencies
------------

Incompatible changes
--------------------

Deprecated
----------

Features added
--------------

Bugs fixed
----------

* LaTeX: some system labels are not translated
* RemovedInSphinx30Warning is marked as pending
* deprecation warnings are not emitted

- sphinx.application.CONFIG_FILENAME
- sphinx.builders.htmlhelp
- :confval:`viewcode_import`

* 6208: C++, properly parse full xrefs that happen to have a short xref as prefix.
* 6220, 6225: napoleon: AttributeError is raised for raised section having
references
* 6245: circular import error on importing SerializingHTMLBuilder
* 6243: LaTeX: 'releasename' setting for latex_elements is ignored
* 6244: html: Search function is broken with 3rd party themes
* 6263: html: HTML5Translator crashed with invalid field node
* 6262: html theme: The style of field lists has changed in bizstyle theme

Testing
--------
Links

Update tox from 3.8.4 to 3.8.6.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.619% when pulling e398224 on pyup-scheduled-update-2019-04-08 into 9cf4a38 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.619% when pulling e398224 on pyup-scheduled-update-2019-04-08 into 9cf4a38 on master.

@c-bata c-bata merged commit 22fd977 into master Apr 8, 2019
@c-bata c-bata deleted the pyup-scheduled-update-2019-04-08 branch April 8, 2019 16:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants