commit python-pytest-shutil for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-pytest-shutil for 
openSUSE:Factory checked in at 2020-03-27 00:22:20

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


Package is "python-pytest-shutil"

Fri Mar 27 00:22:20 2020 rev:5 rq:784624 version:1.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-shutil/python-pytest-shutil.changes
2019-12-31 10:28:17.718948183 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-shutil.new.3160/python-pytest-shutil.changes
  2020-03-27 00:22:23.320168399 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 12:37:42 UTC 2020 - Tomáš Chvátal 
+
+- Build without python2 present
+
+---



Other differences:
--
++ python-pytest-shutil.spec ++
--- /var/tmp/diff_new_pack.J7jxoM/_old  2020-03-27 00:22:24.716169106 +0100
+++ /var/tmp/diff_new_pack.J7jxoM/_new  2020-03-27 00:22:24.720169108 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-shutil
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-pytest-shutil
 Version:1.7.0
 Release:0
@@ -34,7 +35,9 @@
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module termcolor}
 BuildRequires:  fdupes
+%if %{with python2}
 BuildRequires:  python-contextlib2
+%endif
 BuildRequires:  python-rpm-macros
 Requires:   python-execnet
 Requires:   python-mock




commit python-pytest-shutil for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package python-pytest-shutil for 
openSUSE:Factory checked in at 2019-12-31 10:28:04

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


Package is "python-pytest-shutil"

Tue Dec 31 10:28:04 2019 rev:4 rq:759815 version:1.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-shutil/python-pytest-shutil.changes
2019-06-18 14:45:23.817734218 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-shutil.new.6675/python-pytest-shutil.changes
  2019-12-31 10:28:17.718948183 +0100
@@ -1,0 +2,5 @@
+Sat Dec 28 18:31:07 UTC 2019 - Ondřej Súkup 
+
+- fix python-path/python-path.py requires 
+
+---



Other differences:
--
++ python-pytest-shutil.spec ++
--- /var/tmp/diff_new_pack.GLsSUp/_old  2019-12-31 10:28:18.390948493 +0100
+++ /var/tmp/diff_new_pack.GLsSUp/_new  2019-12-31 10:28:18.394948494 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-shutil
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,6 +56,7 @@
 %prep
 %setup -q -n pytest-shutil-%{version}
 sed -i '/contextlib2/d' setup.py
+sed -i '/path.\py/d' setup.py
 
 %build
 %python_build




commit python-pytest-shutil for openSUSE:Factory

2019-06-18 Thread root
Hello community,

here is the log from the commit of package python-pytest-shutil for 
openSUSE:Factory checked in at 2019-06-18 14:45:22

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


Package is "python-pytest-shutil"

Tue Jun 18 14:45:22 2019 rev:3 rq:707089 version:1.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-shutil/python-pytest-shutil.changes
2019-03-26 15:36:26.576396722 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-shutil.new.4811/python-pytest-shutil.changes
  2019-06-18 14:45:23.817734218 +0200
@@ -1,0 +2,6 @@
+Mon Jun  3 09:07:17 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.7.0:
+  * Support pytest 4
+
+---

Old:

  pytest-shutil-1.6.0.tar.gz

New:

  pytest-shutil-1.7.0.tar.gz



Other differences:
--
++ python-pytest-shutil.spec ++
--- /var/tmp/diff_new_pack.NivUOu/_old  2019-06-18 14:45:24.501734111 +0200
+++ /var/tmp/diff_new_pack.NivUOu/_new  2019-06-18 14:45:24.505734110 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-shutil
-Version:1.6.0
+Version:1.7.0
 Release:0
 Summary:A goodie-bag of unix shell and environment tools for pytest
 License:MIT
@@ -55,7 +55,6 @@
 
 %prep
 %setup -q -n pytest-shutil-%{version}
-sed -i -e 's:pytest<4.0.0:pytest:g' setup.py
 sed -i '/contextlib2/d' setup.py
 
 %build
@@ -66,7 +65,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
+%pytest
 
 %files %{python_files}
 %doc README.md CHANGES.md

++ pytest-shutil-1.6.0.tar.gz -> pytest-shutil-1.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-shutil-1.6.0/CHANGES.md 
new/pytest-shutil-1.7.0/CHANGES.md
--- old/pytest-shutil-1.6.0/CHANGES.md  2019-02-12 13:23:41.0 +0100
+++ new/pytest-shutil-1.7.0/CHANGES.md  2019-05-28 08:32:17.0 +0200
@@ -1,7 +1,29 @@
 
 ## Changelog
 
-### 1.6.0 (Unreleased)
+### 1.7.0
+ * All: Support pytest >= 4.0.0
+ * All: Support Python 3.7
+ * pytest-server-fixtures: if host not defined on your machine, default to 
localhost
+ * pytest-server-fixture: Pin to rethinkdb < 2.4.0 due to upstream API changes
+ * pytest-verbose-parametrize: Add support for revamped marker infrastructure
+ * pytest-verbose-parametrize: Fix integration tests to support pytest >= 4.1.0
+ * pytest-virtualenv: Add virtualenv as install requirement. Fixes #122
+ * pytest-webdriver: Fix RemovedInPytest4Warning using getfixturevalue
+ * circleci: Fix checks by skipping coverall submission for developer without 
push access
+ * wheels: Generate universal wheels installable with both python 2.x and 3.x
+ * dist: Remove support for building and distributing *.egg files
+ * VagrantFile: Install python 3.7 and initialize python 3.7 by default
+ * Fix DeprecationWarning warnings using "logger.warning()" function
+
+### 1.6.2 (2019-02-21)
+ * pytest-server-fixtures: suppress stacktrace if kill() is called
+ * pytest-server-fixtures: fix random port logic in TestServerV2
+
+### 1.6.1 (2019-02-12)
+ * pytest-server-fixtures: fix exception when attempting to access hostname 
while server is not started
+
+### 1.6.0 (2019-02-12)
  * pytest-server-fixtures: added previously removed TestServerV2.kill() 
function
  * pytest-profiling: pin more-itertools==5.0.0 in integration tests, as that's 
a PY3 only release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-shutil-1.6.0/PKG-INFO 
new/pytest-shutil-1.7.0/PKG-INFO
--- old/pytest-shutil-1.6.0/PKG-INFO2019-02-12 13:23:59.0 +0100
+++ new/pytest-shutil-1.7.0/PKG-INFO2019-05-28 08:33:14.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-shutil
-Version: 1.6.0
+Version: 1.7.0
 Summary: A goodie-bag of unix shell and environment tools for py.test
 Home-page: https://github.com/manahl/pytest-plugins
 Author: Edward Easton
@@ -103,7 +103,42 @@
 Changelog
 -
 
-1.6.0 (Unreleased)
+1.7.0
+~
+
+-  All: Support pytest >= 4.0.0
+-  All: Support Python 3.7
+-  pytest-server-fixtures: if host not defined on your machine, default
+   to localhost
+-  pytest-server-fixture: Pin to rethinkdb < 2.4.0 due to upstream API
+   changes
+-  pytest-verbose-parametrize: Add support for revamped marker
+   infrastructure
+-  

commit python-pytest-shutil for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package python-pytest-shutil for 
openSUSE:Factory checked in at 2019-03-26 15:36:24

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


Package is "python-pytest-shutil"

Tue Mar 26 15:36:24 2019 rev:2 rq:687569 version:1.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-shutil/python-pytest-shutil.changes
2019-02-26 22:15:08.894216563 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-shutil.new.25356/python-pytest-shutil.changes
 2019-03-26 15:36:26.576396722 +0100
@@ -1,0 +2,5 @@
+Fri Mar 22 07:23:42 UTC 2019 - John Vandenberg 
+
+- Remove dependency on contextlib2 on Python 3
+
+---



Other differences:
--
++ python-pytest-shutil.spec ++
--- /var/tmp/diff_new_pack.yTaUVp/_old  2019-03-26 15:36:27.460396351 +0100
+++ /var/tmp/diff_new_pack.yTaUVp/_new  2019-03-26 15:36:27.460396351 +0100
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 URL:https://github.com/manahl/pytest-plugins
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-shutil/pytest-shutil-%{version}.tar.gz
-BuildRequires:  %{python_module contextlib2}
 BuildRequires:  %{python_module execnet}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module path.py}
@@ -35,15 +34,19 @@
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module termcolor}
 BuildRequires:  fdupes
+BuildRequires:  python-contextlib2
 BuildRequires:  python-rpm-macros
-Requires:   python-contextlib2
 Requires:   python-execnet
 Requires:   python-mock
 Requires:   python-path.py
 Requires:   python-pytest
 Requires:   python-six
 Requires:   python-termcolor
+%ifpython2
+Requires:   python-contextlib2
+%endif
 BuildArch:  noarch
+
 %python_subpackages
 
 %description
@@ -53,6 +56,7 @@
 %prep
 %setup -q -n pytest-shutil-%{version}
 sed -i -e 's:pytest<4.0.0:pytest:g' setup.py
+sed -i '/contextlib2/d' setup.py
 
 %build
 %python_build