From 56a88a44e2f39ba98f804acc2b11cd549f0f6aa39f41c2ad7a4b2836c17e6bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 15:07:40 +0000 Subject: [PATCH] - Update to 0.0.20: * no changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=7 --- pypng-0.0.19.tar.gz | 3 --- pypng-0.0.20.tar.gz | 3 +++ python-pypng.changes | 6 ++++++ python-pypng.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pypng-0.0.19.tar.gz create mode 100644 pypng-0.0.20.tar.gz 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