Hello community, here is the log from the commit of package python-PyX for openSUSE:Factory checked in at 2019-07-24 20:36:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyX (Old) and /work/SRC/openSUSE:Factory/.python-PyX.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyX" Wed Jul 24 20:36:38 2019 rev:2 rq:718176 version:0.15 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyX/python-PyX.changes 2017-09-13 22:36:53.584212640 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyX.new.4126/python-PyX.changes 2019-07-24 20:36:39.122566734 +0200 @@ -1,0 +2,14 @@ +Wed Jul 24 10:07:02 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.15: + * This release introduces a new text engine UnicodeEngine, which enables + simple typesetting with Type1 fonts without using TeX/LaTeX. The graph + axis texters have been adjusted to work on the UnicodeEngine, as well. + The exponential and mixed graph axis texters have been merged into the + new default texter. + * PyX' home has been moved to https://pyx-project.org. The source code + repository has been converted to git and is now hosted at + https://github.com/pyx-project/pyx. +- Switch to github tarball and enable tests + +------------------------------------------------------------------- Old: ---- PyX-0.14.1.tar.gz New: ---- 0.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyX.spec ++++++ --- /var/tmp/diff_new_pack.lJmzxJ/_old 2019-07-24 20:36:40.566566575 +0200 +++ /var/tmp/diff_new_pack.lJmzxJ/_new 2019-07-24 20:36:40.606566571 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-PyX # -# Copyright (c) 2017 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,22 +20,24 @@ %define skip_python2 1 %bcond_without test Name: python-PyX -Version: 0.14.1 +Version: 0.15 Release: 0 Summary: Python package for the generation of PostScript, PDF, and SVG files -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Languages/Python -Url: http://pyx.sourceforge.net/ -Source: https://files.pythonhosted.org/packages/source/P/PyX/PyX-%{version}.tar.gz -BuildRequires: %{python_module devel} +URL: https://pyx-project.org/ +Source: https://github.com/pyx-project/pyx/archive/%{version}.tar.gz +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module testfixtures} +BuildRequires: fdupes BuildRequires: python-rpm-macros -# Change <= to < in next version after 0.14.1 -Obsoletes: python3-pyx <= %{version} +BuildRequires: texlive-latex-bin-bin +BuildRequires: texlive-tex-bin +BuildRequires: texlive-texware-bin +Obsoletes: python3-pyx < %{version} Provides: python3-pyx = %{version} -BuildRequires: fdupes BuildArch: noarch - %python_subpackages %description @@ -45,7 +47,7 @@ built out of these primitives. %prep -%setup -q -n PyX-%{version} +%setup -q -n pyx-%{version} %build %python_build @@ -54,9 +56,12 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest test/unit + %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS CHANGES LICENSE README +%license LICENSE +%doc AUTHORS CHANGES README.md %{python_sitelib}/* %changelog ++++++ PyX-0.14.1.tar.gz -> 0.15.tar.gz ++++++ ++++ 43139 lines of diff (skipped)
