Hello community,

here is the log from the commit of package python-pyperclip for 
openSUSE:Factory checked in at 2019-11-04 17:11:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyperclip (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyperclip.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyperclip"

Mon Nov  4 17:11:07 2019 rev:6 rq:743994 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyperclip/python-pyperclip.changes        
2019-04-19 18:37:09.547091439 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyperclip.new.2990/python-pyperclip.changes  
    2019-11-04 17:11:08.728564901 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 14:16:16 UTC 2019 - Matej Cepl <mc...@suse.com>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyperclip.spec ++++++
--- /var/tmp/diff_new_pack.jaZ4g5/_old  2019-11-04 17:11:09.464565687 +0100
+++ /var/tmp/diff_new_pack.jaZ4g5/_new  2019-11-04 17:11:09.468565691 +0100
@@ -22,22 +22,20 @@
 Release:        0
 Summary:        A clipboard module for Python
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
-Url:            https://github.com/asweigart/pyperclip
-Source0:        
https://pypi.io/packages/source/p/pyperclip/pyperclip-%{version}.tar.gz
+URL:            https://github.com/asweigart/pyperclip
+Source0:        
https://files.pythonhosted.org/packages/source/p/pyperclip/pyperclip-%{version}.tar.gz
 # https://github.com/asweigart/pyperclip/issues/17
 Source1:        
https://raw.githubusercontent.com/asweigart/pyperclip/master/LICENSE.txt
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-# SECTION test requirements
-BuildRequires:  %{python_module pytest}
-# /SECTION
 Requires:       xclip
 Requires:       xsel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+# SECTION test requirements
+BuildRequires:  %{python_module pytest}
+# /SECTION
 %python_subpackages
 
 %description
@@ -52,13 +50,12 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %license LICENSE.txt
 %{python_sitelib}/pyperclip
 %{python_sitelib}/pyperclip-%{version}-py%{py_ver}.egg-info


Reply via email to