Hello community,

here is the log from the commit of package python-pypng for openSUSE:Factory 
checked in at 2019-03-05 12:19:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pypng (Old)
 and      /work/SRC/openSUSE:Factory/.python-pypng.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pypng"

Tue Mar  5 12:19:29 2019 rev:3 rq:680421 version:0.0.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pypng/python-pypng.changes        
2018-12-24 11:42:15.845405728 +0100
+++ /work/SRC/openSUSE:Factory/.python-pypng.new.28833/python-pypng.changes     
2019-03-05 12:19:36.128946092 +0100
@@ -1,0 +2,6 @@
+Fri Mar  1 09:50:17 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.0.19:
+  * No upstream changelog, many flake/codewarning fixes
+
+-------------------------------------------------------------------

Old:
----
  pypng-0.0.18.tar.gz

New:
----
  pypng-0.0.19.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pypng.spec ++++++
--- /var/tmp/diff_new_pack.ToiW08/_old  2019-03-05 12:19:37.532945663 +0100
+++ /var/tmp/diff_new_pack.ToiW08/_new  2019-03-05 12:19:37.536945662 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pypng
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,20 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  test
 Name:           python-pypng
-Version:        0.0.18
+Version:        0.0.19
 Release:        0
 Summary:        Pure Python PNG image encoder/decoder
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/drj11/pypng
+URL:            https://github.com/drj11/pypng
 Source:         
https://files.pythonhosted.org/packages/source/p/pypng/pypng-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-2to3
-%if %{with test}
-BuildRequires:  %{python_module numpy}
-%endif
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -52,22 +47,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_expand cp code/test_png.py test_png_%{$python_bin_suffix}.py
-
-if [ -f test_png_%{python3_bin_suffix}.py  ]; then
-2to3 -wn test_png_%{python3_bin_suffix}.py
-fi
-
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}:code
-$python test_png_%{$python_bin_suffix}.py
-}
-%endif
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:code $python 
code/test_png.py
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.txt
+%doc README.md
+%license LICENCE
 %{python_sitelib}/*
 
 %changelog

++++++ pypng-0.0.18.tar.gz -> pypng-0.0.19.tar.gz ++++++
++++ 36485 lines of diff (skipped)


Reply via email to