commit python-pytest-metadata for openSUSE:Factory

2020-06-29 Thread root
Hello community,

here is the log from the commit of package python-pytest-metadata for 
openSUSE:Factory checked in at 2020-06-29 21:18:26

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


Package is "python-pytest-metadata"

Mon Jun 29 21:18:26 2020 rev:4 rq:817713 version:1.10.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-metadata/python-pytest-metadata.changes
2020-05-19 14:47:28.187940283 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-metadata.new.3060/python-pytest-metadata.changes
  2020-06-29 21:18:46.997861593 +0200
@@ -1,0 +2,6 @@
+Mon Jun 29 11:52:00 UTC 2020 - Marketa Calabkova 
+
+- Update to 1.10.0
+  * Compatible with pytest-xdist 1.22.3+, now including 2.0+
+
+---

Old:

  pytest-metadata-1.9.0.tar.gz

New:

  pytest-metadata-1.10.0.tar.gz



Other differences:
--
++ python-pytest-metadata.spec ++
--- /var/tmp/diff_new_pack.ZebTdv/_old  2020-06-29 21:18:47.565863350 +0200
+++ /var/tmp/diff_new_pack.ZebTdv/_new  2020-06-29 21:18:47.565863350 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-metadata
-Version:1.9.0
+Version:1.10.0
 Release:0
 Summary:Pytest plugin for test session metadata
 License:MPL-2.0

++ pytest-metadata-1.9.0.tar.gz -> pytest-metadata-1.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.9.0/AUTHORS 
new/pytest-metadata-1.10.0/AUTHORS
--- old/pytest-metadata-1.9.0/AUTHORS   2020-05-05 12:12:40.0 +0200
+++ new/pytest-metadata-1.10.0/AUTHORS  2020-06-24 13:56:39.0 +0200
@@ -5,3 +5,4 @@
 Jim Brännlund
 Sam Clements
 Tomas Krizek
+Zac Hatfield-Dodds
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.9.0/CHANGES.rst 
new/pytest-metadata-1.10.0/CHANGES.rst
--- old/pytest-metadata-1.9.0/CHANGES.rst   2020-05-05 12:12:40.0 
+0200
+++ new/pytest-metadata-1.10.0/CHANGES.rst  2020-06-24 13:56:39.0 
+0200
@@ -1,6 +1,13 @@
 Release Notes
 -
 
+1.10.0 (2020-06-24)
+--
+
+* Compatible with ``pytest-xdist`` 1.22.3+, now including 2.0+
+
+  * Thanks to `@Zac-HD `_ for the PR
+
 1.9.0 (2020-04-03)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.9.0/PKG-INFO 
new/pytest-metadata-1.10.0/PKG-INFO
--- old/pytest-metadata-1.9.0/PKG-INFO  2020-05-05 12:13:01.483746500 +0200
+++ new/pytest-metadata-1.10.0/PKG-INFO 2020-06-24 13:56:59.271904200 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: pytest-metadata
-Version: 1.9.0
+Version: 1.10.0
 Summary: pytest plugin for test session metadata
 Home-page: https://github.com/pytest-dev/pytest-metadata
 Author: Dave Hunt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.9.0/pytest_metadata/plugin.py 
new/pytest-metadata-1.10.0/pytest_metadata/plugin.py
--- old/pytest-metadata-1.9.0/pytest_metadata/plugin.py 2020-05-05 
12:12:40.0 +0200
+++ new/pytest-metadata-1.10.0/pytest_metadata/plugin.py2020-06-24 
13:56:39.0 +0200
@@ -93,8 +93,8 @@
 if os.environ.get(var)
 ]
 
-if hasattr(config, "slaveoutput"):
-config.slaveoutput["metadata"] = config._metadata
+if hasattr(config, "workeroutput"):
+config.workeroutput["metadata"] = config._metadata
 
 config.hook.pytest_metadata(metadata=config._metadata)
 
@@ -106,7 +106,7 @@
 
 @pytest.mark.optionalhook
 def pytest_testnodedown(node):
-# note that any metadata from remote slaves will be replaced with the
-# environment from the final slave to quit
-if hasattr(node, "slaveoutput"):
-node.config._metadata.update(node.slaveoutput["metadata"])
+# note that any metadata from remote workers will be replaced with the
+# environment from the final worker to quit
+if hasattr(node, "workeroutput"):
+node.config._metadata.update(node.workeroutput["metadata"])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-metadata-1.9.0/pytest_metadata.egg-info/PKG-INFO 
new/pytest-metadata-1.10.0/pytest_metadata.egg-info/PKG-INFO
--- old/pytest-metadata-1.9.0/pytest_metadata.egg-info/PKG-INFO 2020-05-05 
12:13:01.0 +0200
+++ new/pytest-metadata-1.10.0/pytest_metadata.egg-info/PKG-INFO
2020-06-24 13:56:59.0 +0200
@@ -1,6 +

commit python-pytest-metadata for openSUSE:Factory

2020-05-19 Thread root
Hello community,

here is the log from the commit of package python-pytest-metadata for 
openSUSE:Factory checked in at 2020-05-19 14:47:25

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


Package is "python-pytest-metadata"

Tue May 19 14:47:25 2020 rev:3 rq:806846 version:1.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-metadata/python-pytest-metadata.changes
2019-02-15 10:02:54.347616005 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-metadata.new.2738/python-pytest-metadata.changes
  2020-05-19 14:47:28.187940283 +0200
@@ -1,0 +2,6 @@
+Mon May 18 09:15:04 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.9.0:
+  * Add --metadata-from-json argument to support passing metadata as json.
+
+---

Old:

  pytest-metadata-1.8.0.tar.gz

New:

  pytest-metadata-1.9.0.tar.gz



Other differences:
--
++ python-pytest-metadata.spec ++
--- /var/tmp/diff_new_pack.UqOotN/_old  2020-05-19 14:47:29.563943222 +0200
+++ /var/tmp/diff_new_pack.UqOotN/_new  2020-05-19 14:47:29.567943231 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-metadata
 #
-# 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
@@ -18,11 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-metadata
-Version:1.8.0
+Version:1.9.0
 Release:0
 Summary:Pytest plugin for test session metadata
 License:MPL-2.0
-Group:  Development/Languages/Python
 URL:https://github.com/pytest-dev/pytest-metadata
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-metadata/pytest-metadata-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools_scm}
@@ -50,7 +49,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ pytest-metadata-1.8.0.tar.gz -> pytest-metadata-1.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.8.0/.gitignore 
new/pytest-metadata-1.9.0/.gitignore
--- old/pytest-metadata-1.8.0/.gitignore2019-01-03 02:07:28.0 
+0100
+++ new/pytest-metadata-1.9.0/.gitignore2020-05-05 12:12:40.0 
+0200
@@ -6,6 +6,7 @@
 .eggs
 .tox
 .idea
+.vscode/
 build
 dist
 Pipfile.lock
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.8.0/.pre-commit-config.yaml 
new/pytest-metadata-1.9.0/.pre-commit-config.yaml
--- old/pytest-metadata-1.8.0/.pre-commit-config.yaml   2019-01-03 
02:07:28.0 +0100
+++ new/pytest-metadata-1.9.0/.pre-commit-config.yaml   2020-05-05 
12:12:40.0 +0200
@@ -1,6 +1,15 @@
 repos:
--   repo: https://github.com/ambv/black
+
+-   repo: https://github.com/psf/black
 rev: stable
 hooks:
-- id: black
-  language_version: python3
+-   id: black
+args: [--safe, --quiet]
+language_version: python3
+
+-   repo: https://gitlab.com/pycqa/flake8
+rev: 3.7.7
+hooks:
+-   id: flake8
+exclude: docs
+language_version: python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.8.0/.travis.yml 
new/pytest-metadata-1.9.0/.travis.yml
--- old/pytest-metadata-1.8.0/.travis.yml   2019-01-03 02:07:28.0 
+0100
+++ new/pytest-metadata-1.9.0/.travis.yml   2020-05-05 12:12:40.0 
+0200
@@ -1,32 +1,37 @@
 language: python
 jobs:
   include:
-- stage:
-  python: 3.7
-  dist: xenial
-  sudo: required
-  env: TOXENV=flake8
-- stage:
+- stage: Tests
+  name: Linting
+  python: 3.8
+  env: TOXENV=linting
+
+-
   python: 2.7
   env: TOXENV=py27
-- stage:
+
+-
   python: 3.6
   env: TOXENV=py36
-- stage:
+
+-
   python: 3.7
-  dist: xenial
-  sudo: required
   env: TOXENV=py37
-- stage:
+
+-
+  python: 3.8
+  env: TOXENV=py38
+
+-
   python: pypy
   env: TOXENV=pypy
-- stage:
+
+-
   python: pypy3
   env: TOXENV=pypy3
+
 - stage: deploy
-  python: 3.7
-  dist: xenial
-  sudo: required
+  python: 3.8
   install: skip
   script: skip
   deploy:
@@ -38,7 +43,9 @@
 

commit python-pytest-metadata for openSUSE:Factory

2019-02-15 Thread root
Hello community,

here is the log from the commit of package python-pytest-metadata for 
openSUSE:Factory checked in at 2019-02-15 10:02:50

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


Package is "python-pytest-metadata"

Fri Feb 15 10:02:50 2019 rev:2 rq:676058 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-metadata/python-pytest-metadata.changes
2018-11-29 22:58:18.319661333 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-metadata.new.28833/python-pytest-metadata.changes
 2019-02-15 10:02:54.347616005 +0100
@@ -1,0 +2,6 @@
+Thu Feb 14 14:28:31 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.8.0:
+  * Add environment variables for Bitbucket pipelines (CI).
+
+---

Old:

  pytest-metadata-1.7.0.tar.gz

New:

  pytest-metadata-1.8.0.tar.gz



Other differences:
--
++ python-pytest-metadata.spec ++
--- /var/tmp/diff_new_pack.tDeMMg/_old  2019-02-15 10:02:55.395615667 +0100
+++ /var/tmp/diff_new_pack.tDeMMg/_new  2019-02-15 10:02:55.419615659 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-metadata
 #
-# 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,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-metadata
-Version:1.7.0
+Version:1.8.0
 Release:0
 Summary:Pytest plugin for test session metadata
 License:MPL-2.0

++ pytest-metadata-1.7.0.tar.gz -> pytest-metadata-1.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.7.0/.gitignore 
new/pytest-metadata-1.8.0/.gitignore
--- old/pytest-metadata-1.7.0/.gitignore2018-04-05 15:56:35.0 
+0200
+++ new/pytest-metadata-1.8.0/.gitignore2019-01-03 02:07:28.0 
+0100
@@ -8,3 +8,4 @@
 .idea
 build
 dist
+Pipfile.lock
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.7.0/.pre-commit-config.yaml 
new/pytest-metadata-1.8.0/.pre-commit-config.yaml
--- old/pytest-metadata-1.7.0/.pre-commit-config.yaml   1970-01-01 
01:00:00.0 +0100
+++ new/pytest-metadata-1.8.0/.pre-commit-config.yaml   2019-01-03 
02:07:28.0 +0100
@@ -0,0 +1,6 @@
+repos:
+-   repo: https://github.com/ambv/black
+rev: stable
+hooks:
+- id: black
+  language_version: python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.7.0/.travis.yml 
new/pytest-metadata-1.8.0/.travis.yml
--- old/pytest-metadata-1.7.0/.travis.yml   2018-04-05 15:56:35.0 
+0200
+++ new/pytest-metadata-1.8.0/.travis.yml   2019-01-03 02:07:28.0 
+0100
@@ -2,7 +2,9 @@
 jobs:
   include:
 - stage:
-  python: 3.6
+  python: 3.7
+  dist: xenial
+  sudo: required
   env: TOXENV=flake8
 - stage:
   python: 2.7
@@ -11,13 +13,20 @@
   python: 3.6
   env: TOXENV=py36
 - stage:
+  python: 3.7
+  dist: xenial
+  sudo: required
+  env: TOXENV=py37
+- stage:
   python: pypy
   env: TOXENV=pypy
 - stage:
   python: pypy3
   env: TOXENV=pypy3
 - stage: deploy
-  python: 3.6
+  python: 3.7
+  dist: xenial
+  sudo: required
   install: skip
   script: skip
   deploy:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.7.0/CHANGES.rst 
new/pytest-metadata-1.8.0/CHANGES.rst
--- old/pytest-metadata-1.7.0/CHANGES.rst   2018-04-05 15:56:35.0 
+0200
+++ new/pytest-metadata-1.8.0/CHANGES.rst   2019-01-03 02:07:28.0 
+0100
@@ -1,6 +1,11 @@
 Release Notes
 -
 
+1.8.0 (2019-01-03)
+--
+
+* Add environment variables for Bitbucket pipelines (CI).
+
 1.7.0 (2018-04-05)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-metadata-1.7.0/PKG-INFO 
new/pytest-metadata-1.8.0/PKG-INFO
--- old/pytest-metadata-1.7.0/PKG-INFO  2018-04-05 15:57:22.0 +0200
+++ new/pytest-metadata-1.8.0/PKG-INFO  2019-01-03 02:07:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-metadata
-Version: 1.7.0
+Version: 1.8.0
 Summary: pytest plugin for test session metadata
 Home-page: https://github.com/pytest-d