forked from pool/python-rply
Accepting request 691760 from home:pgajdos
- version update to 0.7.7 * no upstream changelog - run testsuite OBS-URL: https://build.opensuse.org/request/show/691760 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rply?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
d9bab0cb46
commit
88acecd563
@@ -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 <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50c2bf9fe02514bce46de4373bbdb398d7b812061d239306f9baff9210126453
|
||||
size 16378
|
||||
3
v0.7.7.tar.gz
Normal file
3
v0.7.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64d6ef0341802ba955462dc89e35fa8e40f42fb12881f816fcb3421d7310eeba
|
||||
size 26366
|
||||
Reference in New Issue
Block a user