diff --git a/python-rply.changes b/python-rply.changes index 141cf71..1361712 100644 --- a/python-rply.changes +++ b/python-rply.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 5 09:29:11 UTC 2019 - pgajdos@suse.com + +- version update to 0.7.7 + * no upstream changelog +- run testsuite + ------------------------------------------------------------------- Tue Dec 4 12:53:56 UTC 2018 - Matej Cepl diff --git a/python-rply.spec b/python-rply.spec index 7f40fc1..c7b7c1f 100644 --- a/python-rply.spec +++ b/python-rply.spec @@ -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 @@ public API, and with RPython support. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %license LICENSE %doc README.rst diff --git a/rply-0.7.5.tar.gz b/rply-0.7.5.tar.gz deleted file mode 100644 index 9461ad2..0000000 --- a/rply-0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50c2bf9fe02514bce46de4373bbdb398d7b812061d239306f9baff9210126453 -size 16378 diff --git a/v0.7.7.tar.gz b/v0.7.7.tar.gz new file mode 100644 index 0000000..703b5e7 --- /dev/null +++ b/v0.7.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d6ef0341802ba955462dc89e35fa8e40f42fb12881f816fcb3421d7310eeba +size 26366