Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin sybil to latest version 1.2.0 #78

Merged
merged 1 commit into from Feb 15, 2020
Merged

Pin sybil to latest version 1.2.0 #78

merged 1 commit into from Feb 15, 2020

Conversation

pyup-bot
Copy link
Collaborator

This PR pins sybil to the latest release 1.2.0.

Changelog

1.2.0

-------------------

- Only compile code in :ref:`codeblocks <codeblock-parser>` at evaluation time,
giving :ref:`skip <skip-parser>` a chance to skip code blocks that won't
compile on a particular version of Python.

1.1.0

-------------------

- Move to CircleCI__ and Carthorse__.

__ https://circleci.com/gh/cjw296/sybil
__ https://github.com/cjw296/carthorse

- Add warning about the limitations of
:attr:`~sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR`.

- Support explicit filenames to include and patterns to exclude
when instantiating a :class:`~sybil.Sybil`.

- Add the :ref:`skip <skip-parser>` parser.

1.0.9

------------------

- Fix for pytest 3.7+.

1.0.8

------------------

- Changes only to unit tests to support fixes in the latest release of pytest.

1.0.7

-----------------------

- Literal tabs may no longer be included in text that is parsed by the
:class:`~sybil.parsers.doctest.DocTestParser`. Previously, tabs were
expanded which could cause unpleasant problems.

1.0.6

------------------------

- Fix compatibility with pytest 3.3+.

Thanks to Bruno Oliveira for this fix!

1.0.5

-------------------

- Fix ordering issue that would cause some tests to fail when run on systems
using tmpfs.

1.0.4

-------------------

- Fix another bug in :class:`~sybil.parsers.codeblock.CodeBlockParser` where
a :rst:dir:`code-block` followed by a less-indented block would be
incorrectly indented, resulting in a :class:`SyntaxError`.

1.0.3

-------------------

- Fix bug in :func:`~sybil.parsers.codeblock.CodeBlockParser` where it
would incorrectly parse indented code blocks.

1.0.2

-------------------

- Fix bug in :func:`~sybil.parsers.codeblock.CodeBlockParser` where it
would not find indented code blocks.

1.0.1

-------------------

- Fix bug where unicode and byte literals weren't corrected in doctest
tracebacks, even when :attr:`sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR`
was specified.

1.0.0

-------------------

- Initial release
Links

@aragilar
Copy link
Member

bors r+

@codecov
Copy link

codecov bot commented Feb 15, 2020

Codecov Report

Merging #78 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   24.22%   24.22%           
=======================================
  Files           5        5           
  Lines        4475     4475           
=======================================
  Hits         1084     1084           
  Misses       3391     3391

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 916aa45...2d49193. Read the comment docs.

@bors
Copy link
Contributor

bors bot commented Feb 15, 2020

This PR was included in a batch with a merge conflict, it will be automatically retried

2 similar comments
@bors
Copy link
Contributor

bors bot commented Feb 15, 2020

This PR was included in a batch with a merge conflict, it will be automatically retried

@bors
Copy link
Contributor

bors bot commented Feb 15, 2020

This PR was included in a batch with a merge conflict, it will be automatically retried

bors bot added a commit that referenced this pull request Feb 15, 2020
78: Pin sybil to latest version 1.2.0 r=aragilar a=pyup-bot


This PR pins [sybil](https://pypi.org/project/sybil) to the latest release **1.2.0**.



<details>
  <summary>Changelog</summary>
  
  
   ### 1.2.0
   ```
   -------------------

- Only compile code in :ref:`codeblocks &lt;codeblock-parser&gt;` at evaluation time,
  giving :ref:`skip &lt;skip-parser&gt;` a chance to skip code blocks that won&#39;t
  compile on a particular version of Python.
   ```
   
  
  
   ### 1.1.0
   ```
   -------------------

- Move to CircleCI__ and Carthorse__.

  __ https://circleci.com/gh/cjw296/sybil
  __ https://github.com/cjw296/carthorse

- Add warning about the limitations of
  :attr:`~sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR`.

- Support explicit filenames to include and patterns to exclude
  when instantiating a :class:`~sybil.Sybil`.

- Add the :ref:`skip &lt;skip-parser&gt;` parser.
   ```
   
  
  
   ### 1.0.9
   ```
   ------------------

- Fix for pytest 3.7+.
   ```
   
  
  
   ### 1.0.8
   ```
   ------------------

- Changes only to unit tests to support fixes in the latest release of pytest.
   ```
   
  
  
   ### 1.0.7
   ```
   -----------------------

- Literal tabs may no longer be included in text that is parsed by the
  :class:`~sybil.parsers.doctest.DocTestParser`. Previously, tabs were
  expanded which could cause unpleasant problems.
   ```
   
  
  
   ### 1.0.6
   ```
   ------------------------

- Fix compatibility with pytest 3.3+.

Thanks to Bruno Oliveira for this fix!
   ```
   
  
  
   ### 1.0.5
   ```
   -------------------

- Fix ordering issue that would cause some tests to fail when run on systems
  using tmpfs.
   ```
   
  
  
   ### 1.0.4
   ```
   -------------------

- Fix another bug in :class:`~sybil.parsers.codeblock.CodeBlockParser` where
  a :rst:dir:`code-block` followed by a less-indented block would be
  incorrectly indented, resulting in a :class:`SyntaxError`.
   ```
   
  
  
   ### 1.0.3
   ```
   -------------------

- Fix bug in :func:`~sybil.parsers.codeblock.CodeBlockParser` where it
  would incorrectly parse indented code blocks.
   ```
   
  
  
   ### 1.0.2
   ```
   -------------------

- Fix bug in :func:`~sybil.parsers.codeblock.CodeBlockParser` where it
  would not find indented code blocks.
   ```
   
  
  
   ### 1.0.1
   ```
   -------------------

- Fix bug where unicode and byte literals weren&#39;t corrected in doctest
  tracebacks, even when :attr:`sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR`
  was specified.
   ```
   
  
  
   ### 1.0.0
   ```
   -------------------

- Initial release
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/sybil
  - Changelog: https://pyup.io/changelogs/sybil/
  - Repo: https://github.com/cjw296/sybil
</details>



Co-authored-by: pyup-bot <github-bot@pyup.io>
@bors
Copy link
Contributor

bors bot commented Feb 15, 2020

Build succeeded

@bors bors bot merged commit 2d49193 into master Feb 15, 2020
@aragilar aragilar deleted the pyup-pin-sybil-1.2.0 branch February 15, 2020 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants