14
0
forked from pool/python-pypng

- Update to 0.0.20:

* no changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-07-22 15:07:40 +00:00
committed by Git OBS Bridge
parent 70edd18563
commit 56a88a44e2
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3145d042947fa8121e6bd5a7e59149871bf8c13675c42371e12977499d7f3926
size 293055

3
pypng-0.0.20.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1032833440c91bafee38a42c38c02d00431b24c42927feb3e63b104d8550170b
size 649538

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 22 15:05:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.0.20:
* no changelog
-------------------------------------------------------------------
Fri Mar 1 09:50:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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