Hello community,

here is the log from the commit of package python-pluggy for openSUSE:Leap:15.2 
checked in at 2020-04-28 20:09:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pluggy (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pluggy.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pluggy"

Tue Apr 28 20:09:40 2020 rev:27 rq:795977 version:0.13.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pluggy/python-pluggy.changes    
2020-01-15 15:51:36.975535068 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-pluggy.new.2738/python-pluggy.changes  
2020-04-28 20:09:41.220351114 +0200
@@ -1,0 +2,49 @@
+Mon Jan  6 12:52:03 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.13.1:
+  * Improved documentation, especially with regard to references.
+
+-------------------------------------------------------------------
+Fri Dec 13 14:45:29 UTC 2019 - Stefan Brüns <[email protected]>
+
+- importlib-metadata is only a runtime requirement (in accordance
+  with setup.py), remove it from BuildRequires.
+
+-------------------------------------------------------------------
+Fri Sep 13 13:20:01 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.13.0:
+  * support python 3.8
+
+-------------------------------------------------------------------
+Mon Jun  3 08:08:47 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.12.0:
+  * #215: Switch from pkg_resources to importlib-metadata for entrypoint
+    detection for improved performance and import time. This time with .egg 
support.
+
+-------------------------------------------------------------------
+Mon May 20 08:34:10 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.11.0:
+  * Small bugfixes only
+
+-------------------------------------------------------------------
+Tue Feb 26 11:51:44 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.9.0:
+  * #189: PluginManager.load_setuptools_entrypoints now accepts a name 
parameter that when given will load only entry points with that name.
+  * PluginManager.load_setuptools_entrypoints also now returns the number of 
plugins loaded by the call, as opposed to the number of all plugins loaded by 
all calls to this method.
+
+-------------------------------------------------------------------
+Mon Feb 25 08:23:41 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Switch to multibuild in order to avoid build loop
+
+-------------------------------------------------------------------
+Tue Feb 12 14:20:45 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- 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:
----
  _multibuild
  pluggy-0.13.1.tar.gz

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

Other differences:
------------------
++++++ python-pluggy.spec ++++++
--- /var/tmp/diff_new_pack.PpFyk6/_old  2020-04-28 20:09:41.736352185 +0200
+++ /var/tmp/diff_new_pack.PpFyk6/_new  2020-04-28 20:09:41.736352185 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pluggy
 #
-# Copyright (c) 2018 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
@@ -17,24 +17,30 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with tests
-
-Name:           python-pluggy
-Version:        0.8.0
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:           python-pluggy%{psuffix}
+Version:        0.13.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
 BuildRequires:  python-rpm-macros
+Requires:       python-importlib-metadata >= 0.12
 BuildArch:      noarch
+%if %{with test}
+BuildRequires:  %{python_module pytest}
+%endif
 %python_subpackages
 
 %description
@@ -51,17 +57,21 @@
 %python_build
 
 %install
+%if !%{with test}
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
 
-%if %{with tests}
 %check
-%python_exec -m pytest testing
+%if %{with test}
+%pytest testing
 %endif
 
+%if !%{with test}
 %files %{python_files}
 %license LICENSE
 %doc README.rst CHANGELOG.rst
 %{python_sitelib}/*
+%endif
 
 %changelog

++++++ _multibuild ++++++
<multibuild>
  <package>test</package>
</multibuild>
++++++ pluggy-0.8.0.tar.gz -> pluggy-0.13.1.tar.gz ++++++
++++ 4521 lines of diff (skipped)


Reply via email to