]> git.pld-linux.org Git - packages/python-pycparser.git/commitdiff
- updated to 2.21 auto/th/python-pycparser-2.21-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Mar 2022 13:49:25 +0000 (14:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Mar 2022 13:49:25 +0000 (14:49 +0100)
python-pycparser.spec

index 6feb5fc8440b75a966804666ce9ac00ff6c0cda9..9c62356db1d36da583ed23ae8ad420ce2c4af54a 100644 (file)
@@ -7,13 +7,13 @@
 Summary:       C Parser in Python 2
 Summary(pl.UTF-8):     Parser języka C w Pythonie 2
 Name:          python-pycparser
-Version:       2.20
-Release:       2
+Version:       2.21
+Release:       1
 License:       BSD
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/pycparser/
 Source0:       https://files.pythonhosted.org/packages/source/p/pycparser/pycparser-%{version}.tar.gz
-# Source0-md5: b8f88de737db8c346ee8d31c07c7a25a
+# Source0-md5: 48f7d743bf018f7bb2ffc5fb976d1492
 URL:           https://github.com/eliben/pycparser
 %if %{with python2}
 BuildRequires: python >= 1:2.7
@@ -73,7 +73,7 @@ Ten pakiet zawiera moduł Pythona 3.
 %py_build
 
 %if %{with tests}
-%{__python} tests/all_tests.py
+%{__python} tests/test_c_parser.py
 %endif
 %endif
 
@@ -81,7 +81,7 @@ Ten pakiet zawiera moduł Pythona 3.
 %py3_build
 
 %if %{with tests}
-%{__python3} tests/all_tests.py
+%{__python3} tests/test_c_parser.py
 %endif
 %endif
 
This page took 0.099765 seconds and 4 git commands to generate.