]> git.pld-linux.org Git - packages/python3-typed_ast.git/blobdiff - python3-typed_ast.spec
- up to 1.5.0
[packages/python3-typed_ast.git] / python3-typed_ast.spec
index 310d0b1516dcbdbbcf975f91503ee0f6763017d7..8f4a285bcdb364a03d8bf6141aafcc50d2f1191e 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       Python 2 and 3 ast modules with type comment support
 Summary(pl.UTF-8):     Moduły ast z Pythona 2 i 3 z obsługą komentarzy o typach
 Name:          python3-typed_ast
-Version:       1.4.0
+Version:       1.5.0
 Release:       1
 License:       Apache v2.0
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/typed-ast/
 Source0:       https://files.pythonhosted.org/packages/source/t/typed-ast/typed_ast-%{version}.tar.gz
-# Source0-md5: 9a3dd35e136427313465faa75f3110da
+# Source0-md5: c10e924e90f70312eb0303afb5293670
 URL:           https://pypi.org/project/typed-ast/
 BuildRequires: python3-modules >= 1:3.5
 BuildRequires: python3-setuptools
@@ -61,11 +61,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %py3_install
 
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitedir}/typed_ast/tests
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc LICENSE README.md
-%{py3_sitedir}/typed_ast
+%dir %{py3_sitedir}/typed_ast
+%attr(755,root,root) %{py3_sitedir}/typed_ast/_ast*.cpython-*.so
+%{py3_sitedir}/typed_ast/*.py
+%{py3_sitedir}/typed_ast/__pycache__
 %{py3_sitedir}/typed_ast-%{version}-py*.egg-info
This page took 0.080883 seconds and 4 git commands to generate.