Hello community,

here is the log from the commit of package python-xattr for openSUSE:Leap:15.2 
checked in at 2020-03-19 08:35:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-xattr (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-xattr.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xattr"

Thu Mar 19 08:35:36 2020 rev:12 rq:785971 version:0.9.7

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-xattr/python-xattr.changes      
2020-01-15 15:54:24.139630883 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-xattr.new.3160/python-xattr.changes    
2020-03-19 08:35:44.193827009 +0100
@@ -1,0 +2,36 @@
+Thu Feb  6 12:38:24 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 0.9.7
+  * Fix xattr().update() in Python 3
+
+-------------------------------------------------------------------
+Fri Mar 22 21:45:07 UTC 2019 - Dirk Mueller <[email protected]>
+
+- fix tests run failing on older distributions due to incorrect locale
+
+-------------------------------------------------------------------
+Fri Mar  1 09:33:42 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.9.6:
+  * Fix release build by including *.[ch] in Manifest.in
+  * Extract inline C code for syntax highlighting and easier maintenance
+    https://github.com/xattr/xattr/pull/75
+  * Fix Travis build
+    https://github.com/xattr/xattr/pull/74
+  * Always include sys/types.h (musl compatibility)
+    https://github.com/xattr/xattr/pull/73
+- Enable tests
+
+-------------------------------------------------------------------
+Thu Jul 12 15:53:27 UTC 2018 - [email protected]
+
+- update to 0.9.3:
+  * Do not attempt to use surrogateescape unless it is available
+    https://github.com/xattr/xattr/issues/59
+
+-------------------------------------------------------------------
+Thu Feb 22 13:22:46 UTC 2018 - [email protected]
+
+- Relax version constraint for cffi requirement
+
+-------------------------------------------------------------------

Old:
----
  xattr-0.9.2.tar.gz

New:
----
  xattr-0.9.7.tar.gz

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

Other differences:
------------------
++++++ python-xattr.spec ++++++
--- /var/tmp/diff_new_pack.Dr11Hs/_old  2020-03-19 08:35:44.765827359 +0100
+++ /var/tmp/diff_new_pack.Dr11Hs/_new  2020-03-19 08:35:44.765827359 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xattr
 #
-# Copyright (c) 2017 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
@@ -12,32 +12,31 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-xattr
-Version:        0.9.2
+Version:        0.9.7
 Release:        0
 Summary:        Python wrapper for extended filesystem attributes
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://github.com/xattr/xattr
+URL:            https://github.com/xattr/xattr
 Source:         
https://files.pythonhosted.org/packages/source/x/xattr/xattr-%{version}.tar.gz
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%requires_eq    python-cffi
+Requires:       python-cffi >= 1.11
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %ifpython2
 Provides:       pyxattr = %{version}
 Obsoletes:      pyxattr < %{version}
 %endif
-
 %python_subpackages
 
 %description
@@ -58,8 +57,13 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 %python_clone -a %{buildroot}%{_bindir}/xattr
 
+%check
+export LC_ALL=en_US.utf-8
+%python_exec -m unittest discover
+
 %post
 %python_install_alternative xattr
 
@@ -67,8 +71,8 @@
 %python_uninstall_alternative xattr
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc README.rst LICENSE.txt
+%license LICENSE.txt
+%doc README.rst
 %python_alternative %{_bindir}/xattr
 %{python_sitearch}/xattr
 %{python_sitearch}/xattr-*egg-info

++++++ xattr-0.9.2.tar.gz -> xattr-0.9.7.tar.gz ++++++
++++ 4333 lines of diff (skipped)


Reply via email to