diff --git a/pypng-0.0.19.tar.gz b/pypng-0.0.19.tar.gz deleted file mode 100644 index 727d48c..0000000 --- a/pypng-0.0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3145d042947fa8121e6bd5a7e59149871bf8c13675c42371e12977499d7f3926 -size 293055 diff --git a/pypng-0.0.20.tar.gz b/pypng-0.0.20.tar.gz new file mode 100644 index 0000000..839ffe4 --- /dev/null +++ b/pypng-0.0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1032833440c91bafee38a42c38c02d00431b24c42927feb3e63b104d8550170b +size 649538 diff --git a/python-pypng.changes b/python-pypng.changes index c101cf8..0d357f8 100644 --- a/python-pypng.changes +++ b/python-pypng.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 15:05:42 UTC 2019 - Tomáš Chvátal + +- Update to 0.0.20: + * no changelog + ------------------------------------------------------------------- Fri Mar 1 09:50:17 UTC 2019 - Tomáš Chvátal diff --git a/python-pypng.spec b/python-pypng.spec index 1b96102..6050184 100644 --- a/python-pypng.spec +++ b/python-pypng.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pypng -Version: 0.0.19 +Version: 0.0.20 Release: 0 Summary: Pure Python PNG image encoder/decoder License: MIT @@ -51,8 +51,8 @@ sed -i -e '/^#!\//, 1d' code/png.py %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:code $python code/test_png.py %files %{python_files} -%doc README.md %license LICENCE %{python_sitelib}/* +%python3_only %{_bindir}/* %changelog