Hello community,

here is the log from the commit of package python-Arpeggio for openSUSE:Factory 
checked in at 2019-03-22 14:59:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Arpeggio (Old)
 and      /work/SRC/openSUSE:Factory/.python-Arpeggio.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Arpeggio"

Fri Mar 22 14:59:45 2019 rev:4 rq:681710 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Arpeggio/python-Arpeggio.changes  
2018-12-12 17:25:07.223133378 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Arpeggio.new.25356/python-Arpeggio.changes   
    2019-03-22 14:59:48.233850721 +0100
@@ -1,0 +2,9 @@
+Tue Mar  5 11:55:55 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.9.0:
+  * Added `extra_info` param to `Terminal` for additional information.
+    Used by textX.
+- Switch to github tarball for tests and license content
+- Drop merged patch fix-setup-encoding.patch
+
+-------------------------------------------------------------------

Old:
----
  Arpeggio-1.8.0.tar.gz
  fix-setup-encoding.patch

New:
----
  v1.9.0.tar.gz

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

Other differences:
------------------
++++++ python-Arpeggio.spec ++++++
--- /var/tmp/diff_new_pack.cJnYsi/_old  2019-03-22 14:59:50.201849389 +0100
+++ /var/tmp/diff_new_pack.cJnYsi/_new  2019-03-22 14:59:50.201849389 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Arpeggio
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,18 +17,17 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-Arpeggio
-Version:        1.8.0
+Version:        1.9.0
 Release:        0
 Summary:        Packrat parser interpreter
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://igordejanovic.net/Arpeggio/
-Source:         
https://files.pythonhosted.org/packages/source/A/Arpeggio/Arpeggio-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix-setup-encoding.patch
-Patch0:         
https://github.com/igordejanovic/Arpeggio/pull/44.patch#/fix-setup-encoding.patch
+Url:            https://github.com/textX/Arpeggio/
+Source:         https://github.com/textX/Arpeggio/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 
@@ -43,17 +42,20 @@
 
 %prep
 %setup -q -n Arpeggio-%{version}
-%patch0 -p1
 
 %build
 %python_build
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v tests/unit
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst
+%doc README.rst CHANGELOG AUTHORS.md
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog


Reply via email to