Hello community,

here is the log from the commit of package python-pluggy for openSUSE:Factory 
checked in at 2018-08-08 14:45:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pluggy (Old)
 and      /work/SRC/openSUSE:Factory/.python-pluggy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pluggy"

Wed Aug  8 14:45:07 2018 rev:6 rq:627080 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pluggy/python-pluggy.changes      
2017-12-23 12:11:48.742034088 +0100
+++ /work/SRC/openSUSE:Factory/.python-pluggy.new/python-pluggy.changes 
2018-08-08 14:45:13.140735597 +0200
@@ -1,0 +2,13 @@
+Thu Aug  2 12:22:54 UTC 2018 - [email protected]
+
+- update to 0.7.1
+ * Deprecate the implprefix kwarg to PluginManager and instead expect users
+    to start using explicit HookimplMarker everywhere
+ * Add .plugin member to PluginValidationError to access failing plugin during 
post-mortem.
+ * Add per implementation warnings support for hookspecs allowing for both
+    deprecation and future warnings of legacy and (future) experimental hooks 
respectively.
+ * Fix a bug where _HookCaller.call_historic() would call the proc arg even
+    when the default is None resulting in a TypeError.
+ * Fix problem when handling VersionConflict errors when loading setuptools 
plugins.
+
+-------------------------------------------------------------------

Old:
----
  pluggy-0.6.0.tar.gz

New:
----
  pluggy-0.7.1.tar.gz

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

Other differences:
------------------
++++++ python-pluggy.spec ++++++
--- /var/tmp/diff_new_pack.Tnn4Dm/_old  2018-08-08 14:45:13.508736196 +0200
+++ /var/tmp/diff_new_pack.Tnn4Dm/_new  2018-08-08 14:45:13.512736203 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pluggy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:           python-pluggy
-Version:        0.6.0
+Version:        0.7.1
 Release:        0
 Summary:        Plugin registration and hook calling mechanisms for Python
 License:        MIT
@@ -30,9 +30,10 @@
 %if %{with tests}
 BuildRequires:  %{python_module pytest}
 %endif
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -51,6 +52,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %if %{with tests}
 %check
@@ -58,8 +60,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst CHANGELOG.rst
 %{python_sitelib}/*
 
 %changelog

++++++ pluggy-0.6.0.tar.gz -> pluggy-0.7.1.tar.gz ++++++
++++ 4951 lines of diff (skipped)


Reply via email to