forked from pool/python-textX
-This line, and those below, will be ignored--
! fix_tests_setupcfg.patch D python-textX-2.2.0.tar.gz A python-textX-2.3.0.tar.gz M python-textX.changes M python-textX.spec Diff for working copy: . Index: python-textX.changes =================================================================== --- python-textX.changes (revision 330f9bd3ef646c510cc9e9a2c0ed040e) +++ python-textX.changes (working copy) @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 1 17:56:21 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at> + +- remove fix_tests_setupcfg.patch, included upstream +- update to version 2.3.0: + ------------------------------------------------------------------- Thu Aug 6 13:16:43 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at> Index: python-textX.spec =================================================================== --- python-textX.spec (revision 330f9bd3ef646c510cc9e9a2c0ed040e) +++ python-textX.spec (working copy) @@ -18,15 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-textX -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: Meta-language for DSL implementation inspired by Xtext License: MIT Group: Development/Languages/Python URL: https://textx.github.io/textX/stable/ -Source: https://github.com/igordejanovic/textX/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM fix_tests_setupcfg.path -- based on https://github.com/textX/textX/pull/272.patch without changelog -Patch0: fix_tests_setupcfg.patch +Source: https://github.com/igordejanovic/textX/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -42,6 +40,7 @@ BuildRequires: %{python_module Arpeggio} BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module click >= 7.0} +BuildRequires: %{python_module html5lib} BuildRequires: %{python_module memory_profiler} BuildRequires: %{python_module pytest} # /SECTION @@ -65,7 +64,6 @@ sed -i '0,/#!\/usr\/bin\/env/ d' examples/hello_world/hello.py # do not hardcode deps sed -i -e 's:click==:click>=:g' setup.py -%patch0 -p1 %build %python_build Index: python-textX-2.3.0.tar.gz =================================================================== Binary file 'python-textX-2.3.0.tar.gz' added. Index: python-textX-2.2.0.tar.gz =================================================================== Binary file 'python-textX-2.2.0.tar.gz' deleted. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
3dbbdb46ed
commit
3c4968c147
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eed2f2e8c8e02312c75996ff9d6b7544c3fe51ef60f066b1215dceba348b4cf2
|
|
||||||
size 1800507
|
|
3
python-textX-2.3.0.tar.gz
Normal file
3
python-textX-2.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf702c4711707f8cf1a9315bc8060f9ea5274e70e06a3d7408e26c47ab05e86c
|
||||||
|
size 1818564
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 1 17:56:21 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- remove fix_tests_setupcfg.patch, included upstream
|
||||||
|
- update to version 2.3.0:
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 6 13:16:43 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
Thu Aug 6 13:16:43 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@@ -18,15 +18,13 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-textX
|
Name: python-textX
|
||||||
Version: 2.2.0
|
Version: 2.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Meta-language for DSL implementation inspired by Xtext
|
Summary: Meta-language for DSL implementation inspired by Xtext
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://textx.github.io/textX/stable/
|
URL: https://textx.github.io/textX/stable/
|
||||||
Source: https://github.com/igordejanovic/textX/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/igordejanovic/textX/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM fix_tests_setupcfg.path -- based on https://github.com/textX/textX/pull/272.patch without changelog
|
|
||||||
Patch0: fix_tests_setupcfg.patch
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -42,6 +40,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module Arpeggio}
|
BuildRequires: %{python_module Arpeggio}
|
||||||
BuildRequires: %{python_module Jinja2}
|
BuildRequires: %{python_module Jinja2}
|
||||||
BuildRequires: %{python_module click >= 7.0}
|
BuildRequires: %{python_module click >= 7.0}
|
||||||
|
BuildRequires: %{python_module html5lib}
|
||||||
BuildRequires: %{python_module memory_profiler}
|
BuildRequires: %{python_module memory_profiler}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
@@ -65,7 +64,6 @@ ambiguities, unlimited lookahead, interpreter style of work.
|
|||||||
sed -i '0,/#!\/usr\/bin\/env/ d' examples/hello_world/hello.py
|
sed -i '0,/#!\/usr\/bin\/env/ d' examples/hello_world/hello.py
|
||||||
# do not hardcode deps
|
# do not hardcode deps
|
||||||
sed -i -e 's:click==:click>=:g' setup.py
|
sed -i -e 's:click==:click>=:g' setup.py
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Reference in New Issue
Block a user