commit python-expects for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-expects for openSUSE:Factory 
checked in at 2019-03-12 09:54:12

Comparing /work/SRC/openSUSE:Factory/python-expects (Old)
 and  /work/SRC/openSUSE:Factory/.python-expects.new.28833 (New)


Package is "python-expects"

Tue Mar 12 09:54:12 2019 rev:3 rq:683759 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-expects/python-expects.changes
2018-06-13 15:38:16.323029662 +0200
+++ /work/SRC/openSUSE:Factory/.python-expects.new.28833/python-expects.changes 
2019-03-12 09:54:16.207527830 +0100
@@ -1,0 +2,8 @@
+Mon Mar 11 11:10:33 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.9.0:
+  * Fix Python 3.7 collections ABC classes deprecation warning. See GH-55.
+  * Hide expects internals from pytest tracebacks. See GH-51.
+  * Dropped Python 2.6 support.
+
+---

Old:

  expects-0.8.0.tar.gz

New:

  expects-0.9.0.tar.gz



Other differences:
--
++ python-expects.spec ++
--- /var/tmp/diff_new_pack.35IqXs/_old  2019-03-12 09:54:16.667527738 +0100
+++ /var/tmp/diff_new_pack.35IqXs/_new  2019-03-12 09:54:16.671527737 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-expects
 #
-# 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-expects
-Version:0.8.0
+Version:0.9.0
 Release:0
 Summary:Expressive and extensible TDD/BDD assertion library for Python
 License:Apache-2.0

++ expects-0.8.0.tar.gz -> expects-0.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/expects-0.8.0/MANIFEST.in 
new/expects-0.9.0/MANIFEST.in
--- old/expects-0.8.0/MANIFEST.in   2016-05-15 19:56:14.0 +0200
+++ new/expects-0.9.0/MANIFEST.in   2018-10-25 18:01:09.0 +0200
@@ -1,5 +1,6 @@
 include *requirements.txt
 include README.rst
 include LICENSE
-recursive-include docs *
 recursive-include specs *.py
+recursive-include examples *.txt *.py
+recursive-include docs *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/expects-0.8.0/PKG-INFO new/expects-0.9.0/PKG-INFO
--- old/expects-0.8.0/PKG-INFO  2016-05-15 19:56:34.0 +0200
+++ new/expects-0.9.0/PKG-INFO  2018-10-25 18:01:46.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: expects
-Version: 0.8.0
+Version: 0.9.0
 Summary: Expressive and extensible TDD/BDD assertion library for Python
 Home-page: https://github.com/jaimegildesagredo/expects
 Author: Jaime Gil de Sagredo Luna
@@ -21,14 +21,14 @@
 :target: https://www.tldrlegal.com/l/apache2
 :alt: License
 
-.. image:: https://img.shields.io/pypi/dm/expects.svg
-:target: https://pypi.python.org/pypi/expects
-:alt: Number of PyPI downloads
-
 .. image:: 
https://secure.travis-ci.org/jaimegildesagredo/expects.svg?branch=master
 :target: http://travis-ci.org/jaimegildesagredo/expects
 :alt: Build status
 
+.. image:: https://img.shields.io/pypi/pyversions/expects.svg
+:target: https://pypi.python.org/pypi/expects
+:alt: PyPI versions
+
 **Expects** is an *expressive* and *extensible* TDD/BDD assertion 
library for Python. Expects can be *extended* by defining `new matchers 
`_.
 
 Usage
@@ -97,8 +97,11 @@
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: Implementation
+Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Software Development :: 

commit python-expects for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package python-expects for openSUSE:Factory 
checked in at 2018-06-13 15:37:21

Comparing /work/SRC/openSUSE:Factory/python-expects (Old)
 and  /work/SRC/openSUSE:Factory/.python-expects.new (New)


Package is "python-expects"

Wed Jun 13 15:37:21 2018 rev:2 rq:615167 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-expects/python-expects.changes
2018-05-08 13:40:56.293760225 +0200
+++ /work/SRC/openSUSE:Factory/.python-expects.new/python-expects.changes   
2018-06-13 15:38:16.323029662 +0200
@@ -1,0 +2,5 @@
+Thu Jun  7 21:03:53 UTC 2018 - jeng...@inai.de
+
+- Remove markup that does not mean anything to rpm or yast.
+
+---



Other differences:
--
++ python-expects.spec ++
--- /var/tmp/diff_new_pack.zl8ykn/_old  2018-06-13 15:38:17.059002578 +0200
+++ /var/tmp/diff_new_pack.zl8ykn/_new  2018-06-13 15:38:17.059002578 +0200
@@ -32,8 +32,8 @@
 %python_subpackages
 
 %description
-**Expects** is an *expressive* and *extensible* TDD/BDD assertion library for
-Python. Expects can be *extended* by defining `new matchers.
+"Expects" is an expressive and extensible TDD/BDD assertion library for
+Python. Expects can be extended by defining new matchers.
 
 %prep
 %setup -q -n expects-%{version}