commit python-coveralls-check for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-coveralls-check for 
openSUSE:Factory checked in at 2020-05-28 09:19:50

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


Package is "python-coveralls-check"

Thu May 28 09:19:50 2020 rev:6 rq:809608 version:1.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-coveralls-check/python-coveralls-check.changes
2019-05-22 15:42:14.386427002 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-coveralls-check.new.3606/python-coveralls-check.changes
  2020-05-28 09:19:50.865266890 +0200
@@ -1,0 +2,5 @@
+Wed May 27 09:36:49 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-coveralls-check.spec ++
--- /var/tmp/diff_new_pack.Br3qDy/_old  2020-05-28 09:19:51.329267740 +0200
+++ /var/tmp/diff_new_pack.Br3qDy/_new  2020-05-28 09:19:51.333267747 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-coveralls-check
 #
-# 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
@@ -23,10 +23,17 @@
 Summary:Coverage checking using https://coveralls.io/
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/cjw296/coverage-check
+URL:https://github.com/cjw296/coverage-check
 Source: 
https://files.pythonhosted.org/packages/source/c/coveralls-check/coveralls-check-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-backoff
+Requires:   python-requests
+Requires:   python-setuptools
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module backoff}
 BuildRequires:  %{python_module mock}
@@ -35,12 +42,6 @@
 BuildRequires:  %{python_module responses}
 BuildRequires:  %{python_module testfixtures}
 # /SECTION
-BuildRequires:  fdupes
-Requires:   python-backoff
-Requires:   python-requests
-Requires:   python-setuptools
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -54,15 +55,22 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/coveralls-check
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand py.test-%{$python_bin_suffix} tests.py
+%pytest tests.py
+
+%post
+%python_install_alternative coveralls-check
+
+%postun
+%python_uninstall_alternative coveralls-check
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE.rst
-%python3_only %{_bindir}/coveralls-check
+%python_alternative %{_bindir}/coveralls-check
 %{python_sitelib}/*
 
 %changelog




commit python-coveralls-check for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-coveralls-check for 
openSUSE:Factory checked in at 2019-05-22 15:41:34

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


Package is "python-coveralls-check"

Wed May 22 15:41:34 2019 rev:5 rq:704733 version:1.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-coveralls-check/python-coveralls-check.changes
2019-03-04 09:23:59.680561903 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-coveralls-check.new.5148/python-coveralls-check.changes
  2019-05-22 15:42:14.386427002 +0200
@@ -1,0 +2,7 @@
+Wed May 22 10:40:58 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.2.1
+  * Fix packaging and copyright.
+  * Add support for Coveralls parallel build stuff.
+
+---

Old:

  coveralls-check-1.1.0.tar.gz

New:

  coveralls-check-1.2.1.tar.gz



Other differences:
--
++ python-coveralls-check.spec ++
--- /var/tmp/diff_new_pack.aloY2A/_old  2019-05-22 15:42:24.418426957 +0200
+++ /var/tmp/diff_new_pack.aloY2A/_new  2019-05-22 15:42:24.418426957 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-coveralls-check
-Version:1.1.0
+Version:1.2.1
 Release:0
 Summary:Coverage checking using https://coveralls.io/
 License:MIT
@@ -38,6 +38,7 @@
 BuildRequires:  fdupes
 Requires:   python-backoff
 Requires:   python-requests
+Requires:   python-setuptools
 BuildArch:  noarch
 
 %python_subpackages

++ coveralls-check-1.1.0.tar.gz -> coveralls-check-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/coveralls-check-1.1.0/.travis.yml 
new/coveralls-check-1.2.1/.travis.yml
--- old/coveralls-check-1.1.0/.travis.yml   2017-09-14 09:45:40.0 
+0200
+++ new/coveralls-check-1.2.1/.travis.yml   2018-07-11 09:48:59.0 
+0200
@@ -3,6 +3,9 @@
 # for container-y goodness:
 sudo: false
 
+env:
+  secure: 
"r9ZM4KOnCohwd5xiXOCC4iTNWCrVJpEyN1wMPpaJTVentTnUs1pABw7CUgic0kYWbjC5BWh3kQBsXb1uQrxkwNWfBqmCuhBxSlxdd5mwVjF+jwnwq4R16pJ59l2NPThKirGw5xodLK/Sd5jw9eejToXx6Ak6ZHMzFan3A7DqmzXttx5mqmjmNujFIYRT19B7u6T06/cOWAOypajKJp2npHx5c2AXrd5+HdD4qfYwUBI1Rtj1GEKcQvDivOSOps3lXgr0Pwm6dH1VDegpvzlzcZ4KSVo6rvM7eImDuzgwloZlOuolqN7MCpKdTildnsYnTfErltb1oJlYkkkG0zMUMjA73owSTmXXpRoXfJpXuoxW8xwjG3K94uLRCB/ujFt/myHfUwJBw/OvnFOI2TAaS+B6MXgISjBNS6NXyJU+iM7K3zjOtzPO08yYy1he8gtX7sQ4k8wB0hPRImbbD9pPww7Oh6+vGyyTcGauy5R55fP2ZP0pj6VHAVqavQfRcUKxrcQ8fQBqV201wKgZJQgHe41+5K2NQlHV2toh32D3mzoT+GdRovSFnhJk/V3jXdblN7h2oEjVa7EGogwlbXtNoS3gikar9IVrw88wXuHwjujG7uB2yzBYiXG6tE2UJoliRXx0q0yImSnX2cWUXxIbuDvlj0U4FYYFNnY1BYU6N3Y="
+
 python:
   - "2.7"
   - "3.6"
@@ -14,7 +17,7 @@
 script: coverage run --source coveralls_check,tests -m py.test tests.py
 
 after_success:
-  - coveralls
+  - "COVERALLS_PARALLEL=true coveralls"
 
 jobs:
   include:
@@ -25,9 +28,10 @@
 
   # woof woof!
   install: "pip install -Ue ."
-  script: "coveralls-check $TRAVIS_COMMIT"
+  script: "coveralls-check $TRAVIS_COMMIT --parallel-build-number 
$TRAVIS_BUILD_NUMBER --repo-token $COVERALLS_REPO_TOKEN"
 
 - stage: release
+  if: tag IS present
   python: 3.6
   script: skip
   # work around https://github.com/travis-ci/travis-ci/issues/8337:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/coveralls-check-1.1.0/LICENSE.rst 
new/coveralls-check-1.2.1/LICENSE.rst
--- old/coveralls-check-1.1.0/LICENSE.rst   2017-09-14 09:45:40.0 
+0200
+++ new/coveralls-check-1.2.1/LICENSE.rst   2018-07-11 09:48:59.0 
+0200
@@ -2,7 +2,7 @@
 License
 ===
 
-Copyright (c) 2017 Chris Withers
+Copyright (c) 2017-2018 Chris Withers
 
 Permission is hereby granted, free of charge, to any person 
 obtaining a copy of this software and associated documentation 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/coveralls-check-1.1.0/PKG-INFO 
new/coveralls-check-1.2.1/PKG-INFO
--- old/coveralls-check-1.1.0/PKG-INFO  2017-09-14 09:46:05.0 +0200
+++ new/coveralls-check-1.2.1/PKG-INFO  2018-07-11 09:49:21.0 +0200
@@ -1,12 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: coveralls-check
-Version: 1.1.0
+Version: 1.2.1
 Summary: Check coverage at https://coveralls.io
 Home-page: https://github.com/cjw296/coverage-check
 Author: Chris Withers
 Author-email: ch...@withers.org
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: |Travis|_ |Coveralls|_
 
 .. 

commit python-coveralls-check for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package python-coveralls-check for 
openSUSE:Factory checked in at 2019-03-04 09:23:41

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


Package is "python-coveralls-check"

Mon Mar  4 09:23:41 2019 rev:4 rq:681083 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-coveralls-check/python-coveralls-check.changes
2018-12-13 19:42:02.265201253 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-coveralls-check.new.28833/python-coveralls-check.changes
 2019-03-04 09:23:59.680561903 +0100
@@ -1,0 +2,5 @@
+Sun Mar  3 10:48:54 UTC 2019 - John Vandenberg 
+
+- Remove eight incorrect Suggests
+
+---



Other differences:
--
++ python-coveralls-check.spec ++
--- /var/tmp/diff_new_pack.BschBA/_old  2019-03-04 09:24:00.208561808 +0100
+++ /var/tmp/diff_new_pack.BschBA/_new  2019-03-04 09:24:00.216561807 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-coveralls-check
 #
-# 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
@@ -38,14 +38,6 @@
 BuildRequires:  fdupes
 Requires:   python-backoff
 Requires:   python-requests
-Suggests:   python-pytest
-Suggests:   python-testfixtures
-Suggests:   python-responses
-Suggests:   python-coveralls
-Suggests:   python-mock
-Suggests:   python-setuptools-git
-Suggests:   python-twine
-Suggests:   python-wheel
 BuildArch:  noarch
 
 %python_subpackages




commit python-coveralls-check for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-coveralls-check for 
openSUSE:Factory checked in at 2018-12-13 19:41:57

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


Package is "python-coveralls-check"

Thu Dec 13 19:41:57 2018 rev:3 rq:653994 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-coveralls-check/python-coveralls-check.changes
2018-07-31 16:01:49.391793446 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-coveralls-check.new.28833/python-coveralls-check.changes
 2018-12-13 19:42:02.265201253 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:46:59 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-coveralls-check.spec ++
--- /var/tmp/diff_new_pack.qADly4/_old  2018-12-13 19:42:03.769199284 +0100
+++ /var/tmp/diff_new_pack.qADly4/_new  2018-12-13 19:42:03.773199278 +0100
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 Url:https://github.com/cjw296/coverage-check
 Source: 
https://files.pythonhosted.org/packages/source/c/coveralls-check/coveralls-check-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements




commit python-coveralls-check for openSUSE:Factory

2018-07-31 Thread root
Hello community,

here is the log from the commit of package python-coveralls-check for 
openSUSE:Factory checked in at 2018-07-31 16:01:48

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


Package is "python-coveralls-check"

Tue Jul 31 16:01:48 2018 rev:2 rq:626408 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-coveralls-check/python-coveralls-check.changes
2018-06-02 12:05:16.859101991 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-coveralls-check.new/python-coveralls-check.changes
   2018-07-31 16:01:49.391793446 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 13:12:52 UTC 2018 - jeng...@inai.de
+
+- Use noun phrase in summary.
+
+---



Other differences:
--
++ python-coveralls-check.spec ++
--- /var/tmp/diff_new_pack.1gyYNM/_old  2018-07-31 16:01:49.859794242 +0200
+++ /var/tmp/diff_new_pack.1gyYNM/_new  2018-07-31 16:01:49.863794248 +0200
@@ -13,25 +13,26 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-coveralls-check
 Version:1.1.0
 Release:0
+Summary:Coverage checking using https://coveralls.io/
 License:MIT
-Summary:Check coverage at https://coverallsio
-Url:https://github.com/cjw296/coverage-check
 Group:  Development/Languages/Python
+Url:https://github.com/cjw296/coverage-check
 Source: 
https://files.pythonhosted.org/packages/source/c/coveralls-check/coveralls-check-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module backoff}
-BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module responses}
 BuildRequires:  %{python_module testfixtures}
 # /SECTION
@@ -51,7 +52,7 @@
 %python_subpackages
 
 %description
-A small helper to check https://coveralls.io for a given commit hash.
+A helper to check https://coveralls.io for a given commit hash.
 
 %prep
 %setup -q -n coveralls-check-%{version}