Accepting request 785868 from home:pgajdos:python
- 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. OBS-URL: https://build.opensuse.org/request/show/785868 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=17
This commit is contained in:
parent
54250010f6
commit
83bc78a02b
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55280fa0d19501ff697f5fae290aa17a8ae28198244b2abe5dccb038094a1d6d
|
||||
size 28720
|
3
sybil-1.2.2.tar.gz
Normal file
3
sybil-1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd84e68facfcb778298ef50a4d7446d4d9092e9d8596012b12bcb82858fd10e1
|
||||
size 29182
|
Loading…
x
Reference in New Issue
Block a user