Hello community,

here is the log from the commit of package python-rply for openSUSE:Factory 
checked in at 2019-04-08 20:52:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rply (Old)
 and      /work/SRC/openSUSE:Factory/.python-rply.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rply"

Mon Apr  8 20:52:47 2019 rev:4 rq:691769 version:0.7.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rply/python-rply.changes  2018-12-24 
11:43:32.677337615 +0100
+++ /work/SRC/openSUSE:Factory/.python-rply.new.3908/python-rply.changes        
2019-04-08 20:52:49.318536906 +0200
@@ -1,0 +2,7 @@
+Fri Apr  5 09:29:11 UTC 2019 - [email protected]
+
+- version update to 0.7.7
+  * no upstream changelog
+- run testsuite
+
+-------------------------------------------------------------------

Old:
----
  rply-0.7.5.tar.gz

New:
----
  v0.7.7.tar.gz

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

Other differences:
------------------
++++++ python-rply.spec ++++++
--- /var/tmp/diff_new_pack.FqcU3u/_old  2019-04-08 20:52:50.582537834 +0200
+++ /var/tmp/diff_new_pack.FqcU3u/_new  2019-04-08 20:52:50.582537834 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rply
 #
-# 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,23 +17,24 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-rply
-Version:        0.7.5
+Version:        0.7.7
 Release:        0
 Summary:        A pure Python Lex/Yacc that works with RPython
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/alex/rply
-Source:         
https://files.pythonhosted.org/packages/source/r/rply/rply-%{version}.tar.gz
+# https://github.com/alex/rply/issues/90
+Source:         https://github.com/alex/rply/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-appdirs
 BuildArch:      noarch
-%if %{with test}
+# SECTION test requirements
 BuildRequires:  %{python_module appdirs}
-%endif
+BuildRequires:  %{python_module pytest}
+# /SECTION
 %python_subpackages
 
 %description
@@ -51,6 +52,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest
+
 %files %{python_files}
 %license LICENSE
 %doc README.rst


Reply via email to