Hello community,

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

Package is "python-traceback2"

Mon Nov  4 17:09:53 2019 rev:6 rq:743975 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-traceback2/python-traceback2.changes      
2019-01-28 20:48:49.237881363 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-traceback2.new.2990/python-traceback2.changes
    2019-11-04 17:09:54.724485840 +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 14:47:50 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-traceback2.spec ++++++
--- /var/tmp/diff_new_pack.u5ClSc/_old  2019-11-04 17:09:55.192486340 +0100
+++ /var/tmp/diff_new_pack.u5ClSc/_new  2019-11-04 17:09:55.192486340 +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/bitprophet/traceback2
-Source:         
https://pypi.io/packages/source/t/traceback2/traceback2-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/t/traceback2/traceback2-%{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-linecache2
 Requires:       python-pbr
 BuildArch:      noarch
@@ -49,13 +46,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}/traceback2
 %{python_sitelib}/traceback2-%{version}-py*.egg-info
 


Reply via email to