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:
committed by
Git OBS Bridge
parent
70edd18563
commit
56a88a44e2
@@ -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
3
pypng-0.0.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1032833440c91bafee38a42c38c02d00431b24c42927feb3e63b104d8550170b
|
||||||
|
size 649538
|
@@ -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>
|
Fri Mar 1 09:50:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pypng
|
Name: python-pypng
|
||||||
Version: 0.0.19
|
Version: 0.0.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pure Python PNG image encoder/decoder
|
Summary: Pure Python PNG image encoder/decoder
|
||||||
License: MIT
|
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
|
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:code $python code/test_png.py
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
|
||||||
%license LICENCE
|
%license LICENCE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
%python3_only %{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user