Hello community,

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

Package is "python-Arpeggio"

Mon Nov  4 17:03:59 2019 rev:7 rq:735856 version:1.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Arpeggio/python-Arpeggio.changes  
2019-07-30 13:02:18.746427502 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Arpeggio.new.2990/python-Arpeggio.changes    
    2019-11-04 17:04:04.764111968 +0100
@@ -1,0 +2,22 @@
+Sun Oct  6 17:57:05 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- update to version 1.9.2:
+ - Added explicit Python versions in setup.py classifiers ([#65])
+ - Removed pytest version constraint and fixed tests to work with both 5.x and
+   older versions. ([#57])
+ -  https://github.com/textX/Arpeggio/issues/65
+ -  https://github.com/textX/Arpeggio/issues/57
+- update to version 1.9.1:
+ - Lowered the required pytest version for running tests as we'll still support
+   Python 2.7 until its EOL.
+ - Fixed problem with `OrderedChoice` which hasn't maintained `skipws/ws`
+   state. [#61]
+   Reported at https://github.com/textX/textX/issues/205
+ - Various fixes in the docs, docstrings and examples. Thanks mcepl@GitHub and
+   zetaraku@GitHub.
+ - docs support for different versions thanks to
+   [mike](https://github.com/jimporter/mike)
+ - https://github.com/textX/Arpeggio/issues/61
+- remvove imp-to-importlib.patch, integrated upstream
+
+-------------------------------------------------------------------

Old:
----
  imp-to-importlib.patch
  v1.9.0.tar.gz

New:
----
  python-Arpeggio-1.9.2.tar.gz

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

Other differences:
------------------
++++++ python-Arpeggio.spec ++++++
--- /var/tmp/diff_new_pack.ssHdIK/_old  2019-11-04 17:04:05.848113126 +0100
+++ /var/tmp/diff_new_pack.ssHdIK/_new  2019-11-04 17:04:05.848113126 +0100
@@ -18,18 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Arpeggio
-Version:        1.9.0
+Version:        1.9.2
 Release:        0
 Summary:        Packrat parser interpreter
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/textX/Arpeggio/
-Source:         https://github.com/textX/Arpeggio/archive/v%{version}.tar.gz
-# PATCH-FIX-UPSTREAM imp-to-importlib.patch gh#textX/Arpeggio#54 [email protected]
-# Replace use of imp library with importlib.
-Patch0:         imp-to-importlib.patch
+Source:         
https://github.com/textX/Arpeggio/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # https://github.com/textX/Arpeggio/issues/57
 BuildRequires:  %{python_module pytest < 5.0}
+BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -55,10 +53,10 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest tests/unit
+%pytest arpeggio/tests
 
 %files %{python_files}
-%doc README.rst CHANGELOG AUTHORS.md
+%doc README.rst CHANGELOG.md AUTHORS.md
 %license LICENSE
 %{python_sitelib}/*
 


Reply via email to