14
0
forked from pool/python-textX

- update to version 1.6.1. No notable changes.

- update to version 1.6.0. Shortened changelog:
 *  Introduced _tx_fqn class attribute.
 * textX api functions and classes are now available directly from textx module.
 * bugfixes
- update to version 1.5.2. Bugfixes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=2
This commit is contained in:
Sebastian Wagner
2018-01-31 14:25:41 +00:00
committed by Git OBS Bridge
parent 4ff19f1e82
commit 43dd2638d8
4 changed files with 22 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-textX
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@@ -13,22 +13,25 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-textX
Version: 1.5.1
Version: 1.6.1
Release: 0
License: MIT
Summary: Meta-language for DSL implementation inspired by Xtext
Url: https://github.com/igordejanovic/textX
License: MIT
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/t/textX/v%{version}.tar.gz
BuildRequires: python-rpm-macros
Url: https://github.com/igordejanovic/textX
#Source: https://files.pythonhosted.org/packages/source/t/textX/textX-%%{version}.tar.gz
# PyPI release misses docs and tests
Source: https://github.com/igordejanovic/textX/archive/v%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION tests
BuildRequires: %{python_module Arpeggio}
BuildRequires: %{python_module Jinja2}