Hello community,
here is the log from the commit of package python-python-coveralls for
openSUSE:Factory checked in at 2019-07-22 17:20:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-coveralls (Old)
and /work/SRC/openSUSE:Factory/.python-python-coveralls.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-coveralls"
Mon Jul 22 17:20:16 2019 rev:3 rq:717597 version:2.9.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-coveralls/python-python-coveralls.changes
2018-12-24 11:42:33.813389797 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-coveralls.new.4126/python-python-coveralls.changes
2019-07-22 17:20:17.549896079 +0200
@@ -1,0 +2,6 @@
+Mon Jul 22 13:22:16 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.9.2:
+ * Small fixes in metadata
+
+-------------------------------------------------------------------
Old:
----
python-coveralls-2.9.1.tar.gz
New:
----
python-coveralls-2.9.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-coveralls.spec ++++++
--- /var/tmp/diff_new_pack.bPYDLl/_old 2019-07-22 17:20:18.117895924 +0200
+++ /var/tmp/diff_new_pack.bPYDLl/_new 2019-07-22 17:20:18.149895915 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-coveralls
#
-# 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,19 +18,27 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-coveralls
-Version: 2.9.1
+Version: 2.9.2
Release: 0
Summary: Python interface to coveralls io API
License: Apache-2.0
Group: Development/Languages/Python
-Url: http://github.com/z4r/python-coveralls
+URL: https://github.com/z4r/python-coveralls
Source:
https://files.pythonhosted.org/packages/source/p/python-coveralls/python-coveralls-%{version}.tar.gz
Source1: python-coveralls-example.tar.gz
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: git
BuildRequires: python-rpm-macros
+Requires: python-PyYAML
+Requires: python-coverage >= 4.4
+Requires: python-requests
+Requires: python-six
+Conflicts: python-coveralls
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
-BuildRequires: %{python_module coverage >= 4.0.3}
+BuildRequires: %{python_module coverage >= 4.4}
BuildRequires: %{python_module httpretty}
BuildRequires: %{python_module pycodestyle}
BuildRequires: %{python_module pytest-cov}
@@ -39,15 +47,6 @@
BuildRequires: %{python_module requests}
BuildRequires: %{python_module six}
# /SECTION
-BuildRequires: fdupes
-BuildRequires: git
-Requires: python-PyYAML
-Requires: python-coverage >= 4.0.3
-Requires: python-requests
-Requires: python-six
-Conflicts: python-coveralls
-BuildArch: noarch
-
%python_subpackages
%description
@@ -57,7 +56,7 @@
%prep
%setup -q -n python-coveralls-%{version}
sed -i 's|coverage==4.0.3|coverage>=4.0.3|' setup.py
-tar -xvzf %{S:1}
+tar -xvzf %{SOURCE1}
%build
%python_build
@@ -68,7 +67,7 @@
%check
pushd python-coveralls-example
-%python_expand py.test example/tests.py --cov=example
+%pytest example/tests.py --cov=example
popd
%files %{python_files}
++++++ python-coveralls-2.9.1.tar.gz -> python-coveralls-2.9.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-coveralls-2.9.1/PKG-INFO
new/python-coveralls-2.9.2/PKG-INFO
--- old/python-coveralls-2.9.1/PKG-INFO 2017-04-12 09:50:40.000000000 +0200
+++ new/python-coveralls-2.9.2/PKG-INFO 2019-06-12 21:58:58.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-coveralls
-Version: 2.9.1
+Version: 2.9.2
Summary: Python interface to coveralls.io API
Home-page: http://github.com/z4r/python-coveralls
@@ -15,11 +15,11 @@
:target: http://travis-ci.org/z4r/python-coveralls
.. image::
https://coveralls.io/repos/z4r/python-coveralls/badge.png?branch=master
:target: https://coveralls.io/r/z4r/python-coveralls
- .. image:: https://pypip.in/v/python-coveralls/badge.png
+ .. image:: https://img.shields.io/pypi/v/python-coveralls.svg
:target: https://pypi.python.org/pypi/python-coveralls/
- .. image:: https://pypip.in/d/python-coveralls/badge.png
+ .. image:: https://img.shields.io/pypi/dm/python-coveralls.svg
:target: https://pypi.python.org/pypi/python-coveralls/
- .. image:: https://pypip.in/wheel/python-coveralls/badge.png
+ .. image:: https://img.shields.io/pypi/wheel/python-coveralls.svg
:target: https://pypi.python.org/pypi/python-coveralls/
:alt: Wheel Status
@@ -123,10 +123,8 @@
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python :: 2.6
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-coveralls-2.9.1/README.rst
new/python-coveralls-2.9.2/README.rst
--- old/python-coveralls-2.9.1/README.rst 2017-03-28 18:48:41.000000000
+0200
+++ new/python-coveralls-2.9.2/README.rst 2019-06-12 21:29:43.000000000
+0200
@@ -6,11 +6,11 @@
:target: http://travis-ci.org/z4r/python-coveralls
.. image::
https://coveralls.io/repos/z4r/python-coveralls/badge.png?branch=master
:target: https://coveralls.io/r/z4r/python-coveralls
-.. image:: https://pypip.in/v/python-coveralls/badge.png
+.. image:: https://img.shields.io/pypi/v/python-coveralls.svg
:target: https://pypi.python.org/pypi/python-coveralls/
-.. image:: https://pypip.in/d/python-coveralls/badge.png
+.. image:: https://img.shields.io/pypi/dm/python-coveralls.svg
:target: https://pypi.python.org/pypi/python-coveralls/
-.. image:: https://pypip.in/wheel/python-coveralls/badge.png
+.. image:: https://img.shields.io/pypi/wheel/python-coveralls.svg
:target: https://pypi.python.org/pypi/python-coveralls/
:alt: Wheel Status
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-coveralls-2.9.1/coveralls/__init__.py
new/python-coveralls-2.9.2/coveralls/__init__.py
--- old/python-coveralls-2.9.1/coveralls/__init__.py 2017-04-12
09:48:02.000000000 +0200
+++ new/python-coveralls-2.9.2/coveralls/__init__.py 2019-06-12
21:57:36.000000000 +0200
@@ -1,15 +1,13 @@
__author__ = 'Andrea De Marco <[email protected]>'
-__version__ = '2.9.1'
+__version__ = '2.9.2'
__classifiers__ = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.3',
- 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries',
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-coveralls-2.9.1/python_coveralls.egg-info/PKG-INFO
new/python-coveralls-2.9.2/python_coveralls.egg-info/PKG-INFO
--- old/python-coveralls-2.9.1/python_coveralls.egg-info/PKG-INFO
2017-04-12 09:50:40.000000000 +0200
+++ new/python-coveralls-2.9.2/python_coveralls.egg-info/PKG-INFO
2019-06-12 21:58:58.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-coveralls
-Version: 2.9.1
+Version: 2.9.2
Summary: Python interface to coveralls.io API
Home-page: http://github.com/z4r/python-coveralls
@@ -15,11 +15,11 @@
:target: http://travis-ci.org/z4r/python-coveralls
.. image::
https://coveralls.io/repos/z4r/python-coveralls/badge.png?branch=master
:target: https://coveralls.io/r/z4r/python-coveralls
- .. image:: https://pypip.in/v/python-coveralls/badge.png
+ .. image:: https://img.shields.io/pypi/v/python-coveralls.svg
:target: https://pypi.python.org/pypi/python-coveralls/
- .. image:: https://pypip.in/d/python-coveralls/badge.png
+ .. image:: https://img.shields.io/pypi/dm/python-coveralls.svg
:target: https://pypi.python.org/pypi/python-coveralls/
- .. image:: https://pypip.in/wheel/python-coveralls/badge.png
+ .. image:: https://img.shields.io/pypi/wheel/python-coveralls.svg
:target: https://pypi.python.org/pypi/python-coveralls/
:alt: Wheel Status
@@ -123,10 +123,8 @@
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python :: 2.6
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-coveralls-2.9.1/python_coveralls.egg-info/requires.txt
new/python-coveralls-2.9.2/python_coveralls.egg-info/requires.txt
--- old/python-coveralls-2.9.1/python_coveralls.egg-info/requires.txt
2017-04-12 09:50:40.000000000 +0200
+++ new/python-coveralls-2.9.2/python_coveralls.egg-info/requires.txt
2019-06-12 21:58:58.000000000 +0200
@@ -1,4 +1,4 @@
PyYAML
requests
-coverage==4.0.3
+coverage
six
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-coveralls-2.9.1/setup.cfg
new/python-coveralls-2.9.2/setup.cfg
--- old/python-coveralls-2.9.1/setup.cfg 2017-04-12 09:50:40.000000000
+0200
+++ new/python-coveralls-2.9.2/setup.cfg 2019-06-12 21:58:58.000000000
+0200
@@ -4,5 +4,4 @@
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-coveralls-2.9.1/setup.py
new/python-coveralls-2.9.2/setup.py
--- old/python-coveralls-2.9.1/setup.py 2016-10-10 09:19:45.000000000 +0200
+++ new/python-coveralls-2.9.2/setup.py 2019-06-12 21:29:43.000000000 +0200
@@ -22,7 +22,7 @@
reqs = [
'PyYAML',
'requests',
- 'coverage==4.0.3',
+ 'coverage',
'six',
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-coveralls-2.9.1/test_requirements.txt
new/python-coveralls-2.9.2/test_requirements.txt
--- old/python-coveralls-2.9.1/test_requirements.txt 2016-10-10
09:19:45.000000000 +0200
+++ new/python-coveralls-2.9.2/test_requirements.txt 2019-06-12
21:57:36.000000000 +0200
@@ -1,5 +1,4 @@
pytest
pytest-pep8
-pytest-cov
-#httpretty
-git+https://github.com/melor/HTTPretty.git@py33
+pytest-cov==2.6.0
+httpretty