commit python-sybil for openSUSE:Leap:15.2

2020-04-14 Thread root
Hello community,

here is the log from the commit of package python-sybil for openSUSE:Leap:15.2 
checked in at 2020-04-14 14:22:18

Comparing /work/SRC/openSUSE:Leap:15.2/python-sybil (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-sybil.new.3248 (New)


Package is "python-sybil"

Tue Apr 14 14:22:18 2020 rev:6 rq:793633 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-sybil/python-sybil.changes  
2020-03-29 14:55:35.455153137 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.python-sybil.new.3248/python-sybil.changes
2020-04-14 14:24:08.153415766 +0200
@@ -1,0 +2,7 @@
+Thu Apr  2 07:26:04 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.3.0
+  * Treat all documentation source files as being ``utf-8`` encoded. This can 
be overriden
+by passing an encoding when instantiating a :class:`~sybil.Sybil`.
+
+---

Old:

  sybil-1.2.2.tar.gz

New:

  sybil-1.3.0.tar.gz



Other differences:
--
++ python-sybil.spec ++
--- /var/tmp/diff_new_pack.0xj5LK/_old  2020-04-14 14:24:08.493416019 +0200
+++ /var/tmp/diff_new_pack.0xj5LK/_new  2020-04-14 14:24:08.497416023 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sybil
-Version:1.2.2
+Version:1.3.0
 Release:0
 Summary:Automated testing of examples in documentation
 License:MIT

++ sybil-1.2.2.tar.gz -> sybil-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sybil-1.2.2/PKG-INFO new/sybil-1.3.0/PKG-INFO
--- old/sybil-1.2.2/PKG-INFO2020-02-20 16:17:41.0 +0100
+++ new/sybil-1.3.0/PKG-INFO2020-03-28 12:20:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: sybil
-Version: 1.2.2
+Version: 1.3.0
 Summary: Automated testing for the examples in your documentation.
 Home-page: https://github.com/cjw296/sybil
 Author: Chris Withers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sybil-1.2.2/docs/changes.rst 
new/sybil-1.3.0/docs/changes.rst
--- old/sybil-1.2.2/docs/changes.rst2020-02-20 16:17:20.0 +0100
+++ new/sybil-1.3.0/docs/changes.rst2020-03-28 12:20:10.0 +0100
@@ -1,6 +1,12 @@
 Changes
 ===
 
+1.3.0 (28 Mar 2020)
+---
+
+- Treat all documentation source files as being ``utf-8`` encoded. This can be 
overriden
+  by passing an encoding when instantiating a :class:`~sybil.Sybil`.
+
 1.2.2 (20 Feb 2020)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sybil-1.2.2/docs/development.rst 
new/sybil-1.3.0/docs/development.rst
--- old/sybil-1.2.2/docs/development.rst2020-02-20 16:17:20.0 
+0100
+++ new/sybil-1.3.0/docs/development.rst2020-03-28 12:20:10.0 
+0100
@@ -3,15 +3,6 @@
 
 .. highlight:: bash
 
-This package is developed using continuous integration which can be
-found here:
-
-https://travis-ci.org/cjw296/sybil
-
-The latest development version of the documentation can be found here:
-
-http://sybil.readthedocs.org/en/latest/
-
 If you wish to contribute to this project, then you should fork the
 repository found here:
 
@@ -35,7 +26,8 @@
 
 Once you've set up a virtualenv, the tests can be run as follows::
 
-  $ bin/pytest
+  $ source bin/activate
+  $ pytest
 
 Building the documentation
 --
@@ -65,10 +57,5 @@
 
 
 To make a release, just update the version in ``setup.py``,
-update the change log, tag it
 and push to https://github.com/cjw296/sybil
-and Travis CI should take care of the rest.
-
-Once Travis CI is done, make sure to go to
-https://readthedocs.org/projects/sybil/versions/
-and make sure the new release is marked as an Active Version.
+and Carthorse should take care of the rest.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sybil-1.2.2/setup.py new/sybil-1.3.0/setup.py
--- old/sybil-1.2.2/setup.py2020-02-20 16:17:20.0 +0100
+++ new/sybil-1.3.0/setup.py2020-03-28 12:20:10.0 +0100
@@ -9,7 +9,7 @@
 
 setup(
 name='sybil',
-version='1.2.2',
+version='1.3.0',
 author='Chris Withers',
 author_email='ch...@withers.org',
 license='MIT',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sybil-1.2.2/sybil/document.py 
new/sybil-1.3.0/sybil/document.py
--- old/sybil-1.2.2/sybil/document.py   2020-02-20 16:17:20.0 +0100
+++ new/sybil-1.3.0/sybil/document.py   2020-03-28 12:20:10.0 +0100
@@ -31,12 +31,14 @@
 self.namespace = {}
 
 

commit python-sybil for openSUSE:Leap:15.2

2020-03-29 Thread root
Hello community,

here is the log from the commit of package python-sybil for openSUSE:Leap:15.2 
checked in at 2020-03-29 14:55:34

Comparing /work/SRC/openSUSE:Leap:15.2/python-sybil (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-sybil.new.3160 (New)


Package is "python-sybil"

Sun Mar 29 14:55:34 2020 rev:5 rq:789113 version:1.2.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-sybil/python-sybil.changes  
2020-03-02 13:23:42.194439625 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-sybil.new.3160/python-sybil.changes
2020-03-29 14:55:35.455153137 +0200
@@ -1,0 +2,9 @@
+Tue Mar 17 10:15:26 UTC 2020 - pgaj...@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.
+
+---

Old:

  sybil-1.2.0.tar.gz

New:

  sybil-1.2.2.tar.gz



Other differences:
--
++ python-sybil.spec ++
--- /var/tmp/diff_new_pack.hX3H1C/_old  2020-03-29 14:55:36.263153767 +0200
+++ /var/tmp/diff_new_pack.hX3H1C/_new  2020-03-29 14:55:36.295153792 +0200
@@ -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}

++ sybil-1.2.0.tar.gz -> sybil-1.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sybil-1.2.0/PKG-INFO new/sybil-1.2.2/PKG-INFO
--- old/sybil-1.2.0/PKG-INFO2019-04-28 08:57:30.0 +0200
+++ new/sybil-1.2.2/PKG-INFO2020-02-20 16:17:41.0 +0100
@@ -1,22 +1,27 @@
 Metadata-Version: 2.1
 Name: sybil
-Version: 1.2.0
+Version: 1.2.2
 Summary: Automated testing for the examples in your documentation.
 Home-page: https://github.com/cjw296/sybil
 Author: Chris Withers
 Author-email: ch...@withers.org
 License: MIT
-Description: =
-sybil
+Description: Sybil
 =
 
-Automated testing for the examples in your documentation.
+|CircleCI|_ |Docs|_
 
-The latest documentation can be found at:
-http://sybil.readthedocs.org/en/latest/
+.. |CircleCI| image:: 
https://circleci.com/gh/cjw296/sybil/tree/master.svg?style=shield
+.. _CircleCI: https://circleci.com/gh/cjw296/sybil/tree/master
 
-Development takes place here:
-https://github.com/cjw296/sybil/
+.. |Docs| image:: 
https://readthedocs.org/projects/sybil/badge/?version=latest
+.. _Docs: http://sybil.readthedocs.org/en/latest/
+
+
+This library provides a way to test examples in your documentation by 
parsing
+them from the documentation source and evaluating the parsed examples 
as part of
+your normal test run. Integration is provided for the three main 
Python test
+runners.
 
 Platform: UNKNOWN
 Classifier: Intended Audience :: Developers
@@ -26,5 +31,5 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
-Provides-Extra: build
 Provides-Extra: test
+Provides-Extra: build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sybil-1.2.0/README.rst new/sybil-1.2.2/README.rst
--- old/sybil-1.2.0/README.rst  2019-04-28 08:57:09.0 +0200
+++ new/sybil-1.2.2/README.rst  2020-02-20 16:17:20.0 +0100
@@ -1,21 +1,16 @@
-|Travis|_ |Coveralls|_ |Docs|_
+Sybil
+=
 
-.. |Travis| image:: https://api.travis-ci.org/cjw296/sybil.svg?branch=master
-.. _Travis: https://travis-ci.org/cjw296/sybil
+|CircleCI|_ |Docs|_
 
-.. |Coveralls| image:: 
https://coveralls.io/repos/cjw296/sybil/badge.svg?branch=master
-.. _Coveralls: https://coveralls.io/r/cjw296/sybil?branch=master
+.. |CircleCI| image:: 

commit python-sybil for openSUSE:Leap:15.2

2020-03-02 Thread root
Hello community,

here is the log from the commit of package python-sybil for openSUSE:Leap:15.2 
checked in at 2020-03-02 13:23:41

Comparing /work/SRC/openSUSE:Leap:15.2/python-sybil (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-sybil.new.26092 (New)


Package is "python-sybil"

Mon Mar  2 13:23:41 2020 rev:4 rq:777197 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-sybil/python-sybil.changes  
2020-01-15 15:53:42.107606791 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-sybil.new.26092/python-sybil.changes   
2020-03-02 13:23:42.194439625 +0100
@@ -1,0 +2,15 @@
+Fri May  3 11:20:28 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.2.0
+  * Only compile code in :ref:`codeblocks ` at evaluation 
time,
+giving :ref:`skip ` a chance to skip code blocks that won't
+compile on a particular version of Python.
+  * 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 ` parser.
+- deleted patches
+  - sybil-pytest4.patch (upstreamed)
+
+---

Old:

  sybil-1.0.9.tar.gz
  sybil-pytest4.patch

New:

  sybil-1.2.0.tar.gz



Other differences:
--
++ python-sybil.spec ++
--- /var/tmp/diff_new_pack.5Brext/_old  2020-03-02 13:23:42.822440873 +0100
+++ /var/tmp/diff_new_pack.5Brext/_new  2020-03-02 13:23:42.826440881 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sybil
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sybil
-Version:1.0.9
+Version:1.2.0
 Release:0
 Summary:Automated testing of examples in documentation
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/cjw296/sybil
 Source: 
https://files.pythonhosted.org/packages/source/s/sybil/sybil-%{version}.tar.gz
-Patch0: sybil-pytest4.patch
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pytest >= 3.5.0}
 BuildRequires:  %{python_module setuptools-git}
@@ -46,7 +45,6 @@
 
 %prep
 %setup -q -n sybil-%{version}
-%patch0 -p1
 sed -i '/build=/d;/coveralls/d' setup.py
 
 %build

++ sybil-1.0.9.tar.gz -> sybil-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sybil-1.0.9/.carthorse.yml 
new/sybil-1.2.0/.carthorse.yml
--- old/sybil-1.0.9/.carthorse.yml  1970-01-01 01:00:00.0 +0100
+++ new/sybil-1.2.0/.carthorse.yml  2019-04-28 08:57:09.0 +0200
@@ -0,0 +1,10 @@
+carthorse:
+  version-from: setup.py
+  tag-format: "{version}"
+  when:
+- version-not-tagged
+  actions:
+- run: "sudo pip install -e .[build]"
+- run: "sudo python setup.py sdist bdist_wheel"
+- run: "twine upload -u chrisw -p $PYPI_PASS dist/*"
+- create-tag
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sybil-1.0.9/.circleci/config.yml 
new/sybil-1.2.0/.circleci/config.yml
--- old/sybil-1.0.9/.circleci/config.yml1970-01-01 01:00:00.0 
+0100
+++ new/sybil-1.2.0/.circleci/config.yml2019-04-28 08:57:09.0 
+0200
@@ -0,0 +1,41 @@
+version: 2.1
+
+orbs:
+  python: cjw296/python-ci@1.2
+
+common: 
+  jobs:
+
+- python/pip-run-tests:
+name: python27
+image: circleci/python:2.7
+- python/pip-run-tests:
+name: python37
+image: circleci/python:3.7
+
+- python/coverage:
+name: coverage
+requires:
+  - python27
+  - python37
+
+- python/release:
+name: release
+config: .carthorse.yml
+requires:
+  - coverage
+filters:
+  branches:
+only: master
+
+workflows:
+  push:
+<<: *common
+  periodic:
+<<: *common
+triggers:
+  - schedule:
+  cron: "0 0 * * 2"
+  filters:
+branches:
+  only: master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sybil-1.0.9/.readthedocs.yml 
new/sybil-1.2.0/.readthedocs.yml
--- old/sybil-1.0.9/.readthedocs.yml1970-01-01 01:00:00.0 +0100
+++ new/sybil-1.2.0/.readthedocs.yml2019-04-28 08:57:09.0 +0200
@@ -0,0 +1,8 @@
+version: 2
+python:
+  version: 3.7