Hello community,

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

Package is "python-linecache2"

Mon Nov  4 17:10:42 2019 rev:5 rq:743988 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-linecache2/python-linecache2.changes      
2019-01-28 20:48:47.937882733 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-linecache2.new.2990/python-linecache2.changes
    2019-11-04 17:10:43.388537829 +0100
@@ -1,0 +2,10 @@
+Thu Oct 17 11:53:11 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Remove pyparsing buildignore as the cycle was solved
+
+-------------------------------------------------------------------
+Mon Oct 14 13:59:51 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-linecache2.spec ++++++
--- /var/tmp/diff_new_pack.hgCM7x/_old  2019-11-04 17:10:43.772538239 +0100
+++ /var/tmp/diff_new_pack.hgCM7x/_new  2019-11-04 17:10:43.776538244 +0100
@@ -24,15 +24,12 @@
 # This is a backport of code taken from the Python codebase,
 # and such is under the same license as Python as a whole.
 License:        Python-2.0
-Group:          Development/Languages/Python
 URL:            https://github.com/testing-cabal/linecache2
-Source:         
https://pypi.io/packages/source/l/linecache2/linecache2-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/l/linecache2/linecache2-%{version}.tar.gz
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-#!BuildIgnore:  python2-pyparsing
-#!BuildIgnore:  python3-pyparsing
 Requires:       python-pbr
 BuildArch:      noarch
 %python_subpackages
@@ -48,13 +45,12 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst AUTHORS ChangeLog
 # Contains the license
-%doc setup.cfg
+%license setup.cfg
 %{python_sitelib}/linecache2
 %{python_sitelib}/linecache2-%{version}-py*.egg-info
 


Reply via email to