X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=python3-typed_ast.spec;h=b75ca435b477e2d6c0fd03f361cd1ff18765ffb3;hb=refs%2Ftags%2Fauto%2Fth%2Fpython3-typed_ast-1.4.2-2;hp=310d0b1516dcbdbbcf975f91503ee0f6763017d7;hpb=6a0d703c936c46426100754d39eee23dd00cdb6e;p=packages%2Fpython3-typed_ast.git diff --git a/python3-typed_ast.spec b/python3-typed_ast.spec index 310d0b1..b75ca43 100644 --- a/python3-typed_ast.spec +++ b/python3-typed_ast.spec @@ -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 -Release: 1 +Version: 1.4.2 +Release: 2 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: 5aaec45a8259fd9dd13e7fe938a5565d 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