commit python-pytest-parallel for openSUSE:Factory

2020-05-03 Thread root
Hello community,

here is the log from the commit of package python-pytest-parallel for 
openSUSE:Factory checked in at 2020-05-03 22:47:12

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


Package is "python-pytest-parallel"

Sun May  3 22:47:12 2020 rev:3 rq:799797 version:0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-parallel/python-pytest-parallel.changes
2020-03-22 14:17:46.434080059 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-parallel.new.2738/python-pytest-parallel.changes
  2020-05-03 22:47:12.915152336 +0200
@@ -1,0 +2,7 @@
+Sun May  3 07:34:08 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.1.0:
+  * No changelog
+- Remove no longer needed pytest-parallel-pr63-tblib-pickling.patch
+
+---

Old:

  pytest-parallel-0.0.10.tar.gz
  pytest-parallel-pr63-tblib-pickling.patch

New:

  pytest-parallel-0.1.0.tar.gz



Other differences:
--
++ python-pytest-parallel.spec ++
--- /var/tmp/diff_new_pack.YF2EHi/_old  2020-05-03 22:47:14.471155501 +0200
+++ /var/tmp/diff_new_pack.YF2EHi/_new  2020-05-03 22:47:14.475155509 +0200
@@ -19,13 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-pytest-parallel
-Version:0.0.10
+Version:0.1.0
 Release:0
 Summary:Pytest plugin for parallel and concurrent testing
 License:MIT
 URL:https://github.com/browsertron/pytest-parallel
 Source: 
https://github.com/browsertron/pytest-parallel/archive/%{version}.tar.gz#/pytest-parallel-%{version}.tar.gz
-Patch0: pytest-parallel-pr63-tblib-pickling.patch
+BuildRequires:  %{python_module base >= 3.6}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -44,7 +44,6 @@
 
 %prep
 %setup -q -n pytest-parallel-%{version}
-%patch0 -p1
 
 %build
 %python_build

++ pytest-parallel-0.0.10.tar.gz -> pytest-parallel-0.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-parallel-0.0.10/.ci/codecov.yml 
new/pytest-parallel-0.1.0/.ci/codecov.yml
--- old/pytest-parallel-0.0.10/.ci/codecov.yml  1970-01-01 01:00:00.0 
+0100
+++ new/pytest-parallel-0.1.0/.ci/codecov.yml   2020-04-30 20:19:07.0 
+0200
@@ -0,0 +1 @@
+comment: off
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-parallel-0.0.10/.ci/report-coverage.sh 
new/pytest-parallel-0.1.0/.ci/report-coverage.sh
--- old/pytest-parallel-0.0.10/.ci/report-coverage.sh   1970-01-01 
01:00:00.0 +0100
+++ new/pytest-parallel-0.1.0/.ci/report-coverage.sh2020-04-30 
20:19:07.0 +0200
@@ -0,0 +1,20 @@
+#!/bin/sh
+#
+# Submit/report coverage when run from Travis for "coverage" tox factors.
+
+coverage_xml="coverage-travis.xml"
+if ! [ -f "$coverage_xml" ]; then
+  exit
+fi
+
+set -ex
+
+codecov_bash=/tmp/codecov-bash.sh
+
+if ! [ -f "$codecov_bash" ]; then
+  curl -sSf --retry 5 -o "$codecov_bash" https://codecov.io/bash
+  chmod +x "$codecov_bash"
+fi
+
+"$codecov_bash" -Z -X fix -f "$coverage_xml" -n "${TOX_ENV_NAME%-coverage}" -F 
"$TRAVIS_OS_NAME,${TOX_ENV_NAME%-coverage}"
+rm "$coverage_xml"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-parallel-0.0.10/.coveragerc 
new/pytest-parallel-0.1.0/.coveragerc
--- old/pytest-parallel-0.0.10/.coveragerc  1970-01-01 01:00:00.0 
+0100
+++ new/pytest-parallel-0.1.0/.coveragerc   2020-04-30 20:19:07.0 
+0200
@@ -0,0 +1,20 @@
+[coverage:run]
+include =
+  pytest_parallel/*
+  tests/*
+  */lib/python*/site-packages/pytest_parallel/*
+  */pypy*/site-packages/pytest_parallel/*
+  *\Lib\site-packages\pytest_parallel\*
+branch = 1
+parallel = 1
+
+[coverage:paths]
+source = pytest_parallel/
+  */lib/python*/site-packages/pytest_parallel/
+  */pypy*/site-packages/pytest_parallel/
+  *\Lib\site-packages\pytest_parallel\
+
+[coverage:report]
+exclude_lines =
+\#\s*pragma: no cover
+^\s*raise NotImplementedError\b
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-parallel-0.0.10/.gitignore 
new/pytest-parallel-0.1.0/.gitignore
--- old/pytest-parallel-0.0.10/.gitignore   2019-11-22 20:49:38.0 
+0100
+++ new/pytest-parallel-0.1.0/.gitignore2020-04-30 20:19:07.0 
+0200
@@ -1,6 +1,7 @@
 .DS_Store
 .pytest_cache
 .vscode
+tmp
 
 # Byte-compiled / optimized / DLL files
 __pycache__/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit python-pytest-parallel for openSUSE:Factory

2020-03-22 Thread root
Hello community,

here is the log from the commit of package python-pytest-parallel for 
openSUSE:Factory checked in at 2020-03-22 14:17:38

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


Package is "python-pytest-parallel"

Sun Mar 22 14:17:38 2020 rev:2 rq:787075 version:0.0.10

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-parallel/python-pytest-parallel.changes
2019-09-04 09:34:37.398702754 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-parallel.new.3160/python-pytest-parallel.changes
  2020-03-22 14:17:46.434080059 +0100
@@ -1,0 +2,12 @@
+Fri Mar 20 21:48:13 UTC 2020 - Benjamin Greiner 
+
+- pytest-parallel-pr63-tblib-pickling.patch to fix failing unit test
+
+---
+Wed Dec  4 12:02:05 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.0.10:
+  * no upstream changelog
+- Format with spec-cleaner
+
+---

Old:

  pytest-parallel-0.0.9.tar.gz

New:

  pytest-parallel-0.0.10.tar.gz
  pytest-parallel-pr63-tblib-pickling.patch



Other differences:
--
++ python-pytest-parallel.spec ++
--- /var/tmp/diff_new_pack.DbPQpC/_old  2020-03-22 14:17:47.642080835 +0100
+++ /var/tmp/diff_new_pack.DbPQpC/_new  2020-03-22 14:17:47.642080835 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-parallel
 #
-# 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
@@ -12,29 +12,31 @@
 # 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-%{**}}
 %define skip_python2 1
 Name:   python-pytest-parallel
-Version:0.0.9
+Version:0.0.10
 Release:0
-License:MIT
 Summary:Pytest plugin for parallel and concurrent testing
-Url:https://github.com/browsertron/pytest-parallel
-Group:  Development/Languages/Python
-Source: 
https://github.com/browsertron/pytest-parallel/archive/0.0.9.tar.gz#/pytest-parallel-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
+License:MIT
+URL:https://github.com/browsertron/pytest-parallel
+Source: 
https://github.com/browsertron/pytest-parallel/archive/%{version}.tar.gz#/pytest-parallel-%{version}.tar.gz
+Patch0: pytest-parallel-pr63-tblib-pickling.patch
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:   python-pytest >= 3.0.0
+Requires:   python-tblib
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pytest >= 3.0.0}
 BuildRequires:  %{python_module pytest-html}
+BuildRequires:  %{python_module tblib}
 # /SECTION
-BuildRequires:  fdupes
-Requires:   python-pytest >= 3.0.0
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -42,6 +44,7 @@
 
 %prep
 %setup -q -n pytest-parallel-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ pytest-parallel-0.0.9.tar.gz -> pytest-parallel-0.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-parallel-0.0.9/.travis.yml 
new/pytest-parallel-0.0.10/.travis.yml
--- old/pytest-parallel-0.0.9/.travis.yml   2018-10-17 03:05:09.0 
+0200
+++ new/pytest-parallel-0.0.10/.travis.yml  2019-11-22 20:49:38.0 
+0100
@@ -1,5 +1,4 @@
 language: python
-sudo: required
 dist: xenial
 branches:
   only:
@@ -8,10 +7,16 @@
 python:
   - "3.6"
   - "3.7"
+env:
+  global:
+- PYTEST_ADDOPTS=-vv
 install:
   - pip install pipenv
   - pipenv run pip install pip==18.0
   - pipenv install --dev
 script:
-  - pipenv run lint
   - pipenv run test
+jobs:
+  include:
+- name: lint
+  script: pipenv run lint
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-parallel-0.0.9/MANIFEST.in 
new/pytest-parallel-0.0.10/MANIFEST.in
--- old/pytest-parallel-0.0.9/MANIFEST.in   2018-10-17 03:05:09.0 
+0200
+++ new/pytest-parallel-0.0.10/MANIFEST.in  2019-11-22 20:49:38.0 
+0100
@@ -1 +1,4 @@
+include LICENSE
 include Pipfile
+include *.md
+recursive-include tests *.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-pytest-parallel for openSUSE:Factory

2019-09-04 Thread root
Hello community,

here is the log from the commit of package python-pytest-parallel for 
openSUSE:Factory checked in at 2019-09-04 09:34:33

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


Package is "python-pytest-parallel"

Wed Sep  4 09:34:33 2019 rev:1 rq:728053 version:0.0.9

Changes:

New Changes file:

--- /dev/null   2019-08-07 02:59:15.679220339 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-parallel.new.7948/python-pytest-parallel.changes
  2019-09-04 09:34:37.398702754 +0200
@@ -0,0 +1,4 @@
+---
+Tue Sep  3 02:06:38 PM UTC 2019 - John Vandenberg 
+
+- Initial spec for v0.0.9

New:

  pytest-parallel-0.0.9.tar.gz
  python-pytest-parallel.changes
  python-pytest-parallel.spec



Other differences:
--
++ python-pytest-parallel.spec ++
#
# spec file for package python-pytest-parallel
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name:   python-pytest-parallel
Version:0.0.9
Release:0
License:MIT
Summary:Pytest plugin for parallel and concurrent testing
Url:https://github.com/browsertron/pytest-parallel
Group:  Development/Languages/Python
Source: 
https://github.com/browsertron/pytest-parallel/archive/0.0.9.tar.gz#/pytest-parallel-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module setuptools}
# SECTION test requirements
BuildRequires:  %{python_module pytest >= 3.0.0}
BuildRequires:  %{python_module pytest-html}
# /SECTION
BuildRequires:  fdupes
Requires:   python-pytest >= 3.0.0
BuildArch:  noarch

%python_subpackages

%description
A pytest plugin for parallel and concurrent testing.

%prep
%setup -q -n pytest-parallel-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%pytest

%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*

%changelog