diff --git a/python-sybil.changes b/python-sybil.changes index 22fa1ba..3b6b9f3 100644 --- a/python-sybil.changes +++ b/python-sybil.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Mar 17 10:15:26 UTC 2020 - pgajdos@suse.com + +- version update to 1.2.2 + - Improvements to :attr:`~sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR` + for multiple strings on a single line. + - Better handling of files with Windows line endings on Linux under Python 2. + - Fixes for pytest 3.1.0. + ------------------------------------------------------------------- Fri May 3 11:20:28 UTC 2019 - pgajdos@suse.com diff --git a/python-sybil.spec b/python-sybil.spec index c1bdb58..a084d5f 100644 --- a/python-sybil.spec +++ b/python-sybil.spec @@ -1,7 +1,7 @@ # # spec file for package python-sybil # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sybil -Version: 1.2.0 +Version: 1.2.2 Release: 0 Summary: Automated testing of examples in documentation License: MIT Group: Development/Languages/Python -Url: https://github.com/cjw296/sybil +URL: https://github.com/cjw296/sybil Source: https://files.pythonhosted.org/packages/source/s/sybil/sybil-%{version}.tar.gz BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest >= 3.5.0} diff --git a/sybil-1.2.0.tar.gz b/sybil-1.2.0.tar.gz deleted file mode 100644 index 365ae31..0000000 --- a/sybil-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55280fa0d19501ff697f5fae290aa17a8ae28198244b2abe5dccb038094a1d6d -size 28720 diff --git a/sybil-1.2.2.tar.gz b/sybil-1.2.2.tar.gz new file mode 100644 index 0000000..6e0bb20 --- /dev/null +++ b/sybil-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd84e68facfcb778298ef50a4d7446d4d9092e9d8596012b12bcb82858fd10e1 +size 29182