Hello community,

here is the log from the commit of package python-pluggy for openSUSE:Factory 
checked in at 2019-02-24 17:04:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pluggy (Old)
 and      /work/SRC/openSUSE:Factory/.python-pluggy.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pluggy"

Sun Feb 24 17:04:15 2019 rev:8 rq:674134 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pluggy/python-pluggy.changes      
2018-11-08 09:39:30.525728194 +0100
+++ /work/SRC/openSUSE:Factory/.python-pluggy.new.28833/python-pluggy.changes   
2019-02-24 17:04:19.652653861 +0100
@@ -1,0 +2,6 @@
+Tue Feb 12 14:20:45 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.8.1:
+   * #166: Add stacklevel=2 to implprefix warning so that the reported 
location of warning is the caller of PluginManager.
+
+-------------------------------------------------------------------

Old:
----
  pluggy-0.8.0.tar.gz

New:
----
  pluggy-0.8.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pluggy.spec ++++++
--- /var/tmp/diff_new_pack.QOF6wa/_old  2019-02-24 17:04:20.624653399 +0100
+++ /var/tmp/diff_new_pack.QOF6wa/_new  2019-02-24 17:04:20.624653399 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pluggy
 #
-# 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
@@ -17,19 +17,15 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with tests
-
 Name:           python-pluggy
-Version:        0.8.0
+Version:        0.8.1
 Release:        0
 Summary:        Plugin registration and hook calling mechanisms for Python
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/pytest-dev/pluggy
+URL:            https://github.com/pytest-dev/pluggy
 Source:         
https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-%{version}.tar.gz
-%if %{with tests}
 BuildRequires:  %{python_module pytest}
-%endif
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -54,10 +50,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
 %python_exec -m pytest testing
-%endif
 
 %files %{python_files}
 %license LICENSE

++++++ pluggy-0.8.0.tar.gz -> pluggy-0.8.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluggy-0.8.0/.travis.yml new/pluggy-0.8.1/.travis.yml
--- old/pluggy-0.8.0/.travis.yml        2018-10-16 13:12:10.000000000 +0200
+++ new/pluggy-0.8.1/.travis.yml        2019-01-09 21:52:54.000000000 +0100
@@ -1,6 +1,11 @@
 sudo: false
 language: python
 
+stages:
+- test
+- name: deploy
+  if: repo = pytest-dev/pluggy AND tag IS present
+
 jobs:
   include:
     - python: '3.6'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluggy-0.8.0/CHANGELOG.rst 
new/pluggy-0.8.1/CHANGELOG.rst
--- old/pluggy-0.8.0/CHANGELOG.rst      2018-10-16 13:12:10.000000000 +0200
+++ new/pluggy-0.8.1/CHANGELOG.rst      2019-01-09 21:52:54.000000000 +0100
@@ -1,3 +1,12 @@
+pluggy 0.8.1 (2018-11-09)
+=========================
+
+Trivial/Internal Changes
+------------------------
+
+- `#166 <https://github.com/pytest-dev/pluggy/issues/166>`_: Add 
``stacklevel=2`` to implprefix warning so that the reported location of warning 
is the caller of PluginManager.
+
+
 pluggy 0.8.0 (2018-10-15)
 =========================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluggy-0.8.0/PKG-INFO new/pluggy-0.8.1/PKG-INFO
--- old/pluggy-0.8.0/PKG-INFO   2018-10-16 13:12:37.000000000 +0200
+++ new/pluggy-0.8.1/PKG-INFO   2019-01-09 21:53:27.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pluggy
-Version: 0.8.0
+Version: 0.8.1
 Summary: plugin and hook calling mechanisms for python
 Home-page: https://github.com/pytest-dev/pluggy
 Author: Holger Krekel
@@ -10,7 +10,7 @@
         pluggy - A minimalist production ready plugin system
         ====================================================
         
-        |pypi| |anaconda| |versions| |travis| |appveyor| |gitter| |black|
+        |pypi| |conda-forge| |versions| |travis| |appveyor| |gitter| |black|
         
         This is the core framework used by the `pytest`_, `tox`_, and `devpi`_ 
projects.
         
@@ -83,8 +83,8 @@
         .. |appveyor| image:: 
https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
             :target: https://ci.appveyor.com/project/pytestbot/pluggy
         
-        .. |anaconda| image:: 
https://anaconda.org/conda-forge/pluggy/badges/version.svg
-            :target: https://anaconda.org/conda-forge/pluggy
+        .. |conda-forge| image:: 
https://img.shields.io/conda/vn/conda-forge/pluggy.svg
+            :target: https://anaconda.org/conda-forge/pytest
         
         .. |gitter| image:: https://badges.gitter.im/pytest-dev/pluggy.svg
             :alt: Join the chat at https://gitter.im/pytest-dev/pluggy
@@ -104,6 +104,15 @@
            https://pluggy.readthedocs.io/en/latest/
         
         
+        pluggy 0.8.1 (2018-11-09)
+        =========================
+        
+        Trivial/Internal Changes
+        ------------------------
+        
+        - `#166 <https://github.com/pytest-dev/pluggy/issues/166>`_: Add 
``stacklevel=2`` to implprefix warning so that the reported location of warning 
is the caller of PluginManager.
+        
+        
         pluggy 0.8.0 (2018-10-15)
         =========================
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluggy-0.8.0/README.rst new/pluggy-0.8.1/README.rst
--- old/pluggy-0.8.0/README.rst 2018-10-16 13:12:10.000000000 +0200
+++ new/pluggy-0.8.1/README.rst 2019-01-09 21:52:54.000000000 +0100
@@ -2,7 +2,7 @@
 pluggy - A minimalist production ready plugin system
 ====================================================
 
-|pypi| |anaconda| |versions| |travis| |appveyor| |gitter| |black|
+|pypi| |conda-forge| |versions| |travis| |appveyor| |gitter| |black|
 
 This is the core framework used by the `pytest`_, `tox`_, and `devpi`_ 
projects.
 
@@ -75,8 +75,8 @@
 .. |appveyor| image:: 
https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
     :target: https://ci.appveyor.com/project/pytestbot/pluggy
 
-.. |anaconda| image:: 
https://anaconda.org/conda-forge/pluggy/badges/version.svg
-    :target: https://anaconda.org/conda-forge/pluggy
+.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pluggy.svg
+    :target: https://anaconda.org/conda-forge/pytest
 
 .. |gitter| image:: https://badges.gitter.im/pytest-dev/pluggy.svg
     :alt: Join the chat at https://gitter.im/pytest-dev/pluggy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluggy-0.8.0/pluggy/_version.py 
new/pluggy-0.8.1/pluggy/_version.py
--- old/pluggy-0.8.0/pluggy/_version.py 2018-10-16 13:12:37.000000000 +0200
+++ new/pluggy-0.8.1/pluggy/_version.py 2019-01-09 21:53:27.000000000 +0100
@@ -1,4 +1,4 @@
 # coding: utf-8
 # file generated by setuptools_scm
 # don't change, don't track in version control
-version = '0.8.0'
+version = '0.8.1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluggy-0.8.0/pluggy/manager.py 
new/pluggy-0.8.1/pluggy/manager.py
--- old/pluggy-0.8.0/pluggy/manager.py  2018-10-16 13:12:10.000000000 +0200
+++ new/pluggy-0.8.1/pluggy/manager.py  2019-01-09 21:52:54.000000000 +0100
@@ -53,6 +53,7 @@
                 "Support for the `implprefix` arg is now deprecated and will "
                 "be removed in an upcoming release. Please use 
HookimplMarker.",
                 DeprecationWarning,
+                stacklevel=2,
             )
         self._implprefix = implprefix
         self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluggy-0.8.0/pluggy.egg-info/PKG-INFO 
new/pluggy-0.8.1/pluggy.egg-info/PKG-INFO
--- old/pluggy-0.8.0/pluggy.egg-info/PKG-INFO   2018-10-16 13:12:37.000000000 
+0200
+++ new/pluggy-0.8.1/pluggy.egg-info/PKG-INFO   2019-01-09 21:53:27.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pluggy
-Version: 0.8.0
+Version: 0.8.1
 Summary: plugin and hook calling mechanisms for python
 Home-page: https://github.com/pytest-dev/pluggy
 Author: Holger Krekel
@@ -10,7 +10,7 @@
         pluggy - A minimalist production ready plugin system
         ====================================================
         
-        |pypi| |anaconda| |versions| |travis| |appveyor| |gitter| |black|
+        |pypi| |conda-forge| |versions| |travis| |appveyor| |gitter| |black|
         
         This is the core framework used by the `pytest`_, `tox`_, and `devpi`_ 
projects.
         
@@ -83,8 +83,8 @@
         .. |appveyor| image:: 
https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
             :target: https://ci.appveyor.com/project/pytestbot/pluggy
         
-        .. |anaconda| image:: 
https://anaconda.org/conda-forge/pluggy/badges/version.svg
-            :target: https://anaconda.org/conda-forge/pluggy
+        .. |conda-forge| image:: 
https://img.shields.io/conda/vn/conda-forge/pluggy.svg
+            :target: https://anaconda.org/conda-forge/pytest
         
         .. |gitter| image:: https://badges.gitter.im/pytest-dev/pluggy.svg
             :alt: Join the chat at https://gitter.im/pytest-dev/pluggy
@@ -104,6 +104,15 @@
            https://pluggy.readthedocs.io/en/latest/
         
         
+        pluggy 0.8.1 (2018-11-09)
+        =========================
+        
+        Trivial/Internal Changes
+        ------------------------
+        
+        - `#166 <https://github.com/pytest-dev/pluggy/issues/166>`_: Add 
``stacklevel=2`` to implprefix warning so that the reported location of warning 
is the caller of PluginManager.
+        
+        
         pluggy 0.8.0 (2018-10-15)
         =========================
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluggy-0.8.0/testing/test_pluginmanager.py 
new/pluggy-0.8.1/testing/test_pluginmanager.py
--- old/pluggy-0.8.0/testing/test_pluginmanager.py      2018-10-16 
13:12:10.000000000 +0200
+++ new/pluggy-0.8.1/testing/test_pluginmanager.py      2019-01-09 
21:52:54.000000000 +0100
@@ -579,6 +579,12 @@
         undo()
 
 
+def test_implprefix_warning(recwarn):
+    PluginManager(hookspec.project_name, "hello_")
+    w = recwarn.pop(DeprecationWarning)
+    assert "test_pluginmanager.py" in w.filename
+
+
 @pytest.mark.parametrize("include_hookspec", [True, False])
 def test_prefix_hookimpl(include_hookspec):
     with pytest.deprecated_call():


Reply via email to