commit python-python-coveralls for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package python-python-coveralls for 
openSUSE:Factory checked in at 2020-05-26 17:18:08

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


Package is "python-python-coveralls"

Tue May 26 17:18:08 2020 rev:5 rq:807673 version:2.9.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-coveralls/python-python-coveralls.changes
  2019-09-11 10:36:24.191278633 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-coveralls.new.2738/python-python-coveralls.changes
2020-05-26 17:18:42.415895681 +0200
@@ -1,0 +2,5 @@
+Wed May 20 07:26:50 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-python-coveralls.spec ++
--- /var/tmp/diff_new_pack.mwKhyI/_old  2020-05-26 17:18:43.187897341 +0200
+++ /var/tmp/diff_new_pack.mwKhyI/_new  2020-05-26 17:18:43.187897341 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-coveralls
 #
-# 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
@@ -34,6 +34,8 @@
 Requires:   python-coverage >= 4.4
 Requires:   python-requests
 Requires:   python-six
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 Conflicts:  python-coveralls
 BuildArch:  noarch
 # SECTION test requirements
@@ -63,6 +65,7 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/coveralls
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -70,10 +73,16 @@
 %pytest example/tests.py --cov=example
 popd
 
+%post
+%python_install_alternative coveralls
+
+%postun
+%python_uninstall_alternative coveralls
+
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%python3_only %{_bindir}/coveralls
+%python_alternative %{_bindir}/coveralls
 %{python_sitelib}/*
 
 %changelog




commit python-python-coveralls for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package python-python-coveralls for 
openSUSE:Factory checked in at 2019-09-11 10:36:21

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


Package is "python-python-coveralls"

Wed Sep 11 10:36:21 2019 rev:4 rq:729829 version:2.9.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-coveralls/python-python-coveralls.changes
  2019-07-22 17:20:17.549896079 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-coveralls.new.7948/python-python-coveralls.changes
2019-09-11 10:36:24.191278633 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 11:30:14 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.9.3:
+  * various fixes
+
+---

Old:

  python-coveralls-2.9.2.tar.gz

New:

  python-coveralls-2.9.3.tar.gz



Other differences:
--
++ python-python-coveralls.spec ++
--- /var/tmp/diff_new_pack.Es4JyY/_old  2019-09-11 10:36:24.687278489 +0200
+++ /var/tmp/diff_new_pack.Es4JyY/_new  2019-09-11 10:36:24.691278489 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-python-coveralls
-Version:2.9.2
+Version:2.9.3
 Release:0
 Summary:Python interface to coveralls io API
 License:Apache-2.0

++ python-coveralls-2.9.2.tar.gz -> python-coveralls-2.9.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-coveralls-2.9.2/PKG-INFO 
new/python-coveralls-2.9.3/PKG-INFO
--- old/python-coveralls-2.9.2/PKG-INFO 2019-06-12 21:58:58.0 +0200
+++ new/python-coveralls-2.9.3/PKG-INFO 2019-08-01 21:12:16.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-coveralls
-Version: 2.9.2
+Version: 2.9.3
 Summary: Python interface to coveralls.io API
 
 Home-page: http://github.com/z4r/python-coveralls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-coveralls-2.9.2/coveralls/__init__.py 
new/python-coveralls-2.9.3/coveralls/__init__.py
--- old/python-coveralls-2.9.2/coveralls/__init__.py2019-06-12 
21:57:36.0 +0200
+++ new/python-coveralls-2.9.3/coveralls/__init__.py2019-08-01 
21:11:12.0 +0200
@@ -1,5 +1,5 @@
 __author__ = 'Andrea De Marco <24e...@gmail.com>'
-__version__ = '2.9.2'
+__version__ = '2.9.3'
 __classifiers__ = [
 'Development Status :: 5 - Production/Stable',
 'Intended Audience :: Developers',
@@ -63,7 +63,7 @@
 yml = {}
 try:
 with open(args.coveralls_yaml, 'r') as fp:
-yml = yaml.load(fp)
+yml = yaml.load(fp, Loader=yaml.SafeLoader)
 except:
 pass
 yml = yml or {}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-coveralls-2.9.2/python_coveralls.egg-info/PKG-INFO 
new/python-coveralls-2.9.3/python_coveralls.egg-info/PKG-INFO
--- old/python-coveralls-2.9.2/python_coveralls.egg-info/PKG-INFO   
2019-06-12 21:58:58.0 +0200
+++ new/python-coveralls-2.9.3/python_coveralls.egg-info/PKG-INFO   
2019-08-01 21:12:16.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-coveralls
-Version: 2.9.2
+Version: 2.9.3
 Summary: Python interface to coveralls.io API
 
 Home-page: http://github.com/z4r/python-coveralls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-coveralls-2.9.2/test_requirements.txt 
new/python-coveralls-2.9.3/test_requirements.txt
--- old/python-coveralls-2.9.2/test_requirements.txt2019-06-12 
21:57:36.0 +0200
+++ new/python-coveralls-2.9.3/test_requirements.txt2019-08-01 
21:04:46.0 +0200
@@ -1,4 +1,4 @@
 pytest
 pytest-pep8
-pytest-cov==2.6.0
+pytest-cov
 httpretty




commit python-python-coveralls for openSUSE:Factory

2019-07-22 Thread root
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 
+
+- 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.0 +0200
+++ new/python-coveralls-2.9.2/PKG-INFO 2019-06-12 21:58:58.0 +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:: 

commit python-python-coveralls for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-python-coveralls for 
openSUSE:Factory checked in at 2018-12-24 11:42:32

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


Package is "python-python-coveralls"

Mon Dec 24 11:42:32 2018 rev:2 rq:659609 version:2.9.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-coveralls/python-python-coveralls.changes
  2018-06-13 15:38:00.739603145 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-coveralls.new.28833/python-python-coveralls.changes
   2018-12-24 11:42:33.813389797 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:52:59 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-python-coveralls.spec ++
--- /var/tmp/diff_new_pack.azAW2X/_old  2018-12-24 11:42:34.293389371 +0100
+++ /var/tmp/diff_new_pack.azAW2X/_new  2018-12-24 11:42:34.297389368 +0100
@@ -12,36 +12,37 @@
 # 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-python-coveralls
 Version:2.9.1
 Release:0
-License:Apache-2.0
 Summary:Python interface to coveralls io API
-Url:http://github.com/z4r/python-coveralls
+License:Apache-2.0
 Group:  Development/Languages/Python
+Url:http://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-rpm-macros
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module coverage >= 4.0.3}
 BuildRequires:  %{python_module PyYAML}
-BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module coverage >= 4.0.3}
 BuildRequires:  %{python_module httpretty}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pycodestyle}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module six}
 # /SECTION
-BuildRequires:  fdupes git
-Requires:   python-coverage >= 4.0.3
+BuildRequires:  fdupes
+BuildRequires:  git
 Requires:   python-PyYAML
+Requires:   python-coverage >= 4.0.3
 Requires:   python-requests
 Requires:   python-six
 Conflicts:  python-coveralls