diff --git a/pycha-0.7.0.tar.gz b/pycha-0.7.0.tar.gz deleted file mode 100644 index 377d66a..0000000 --- a/pycha-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4991bc096c02d66bd72421d39f71af116a530dfb8908d4f812df50789d804627 -size 41570 diff --git a/pycha-0.8.1.tar.gz b/pycha-0.8.1.tar.gz new file mode 100644 index 0000000..5cfefcc --- /dev/null +++ b/pycha-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19553a5f875a5741b060c3e4ae4cc27c24626af6799bc697f52b4d489fa2b447 +size 43399 diff --git a/python-pycha.changes b/python-pycha.changes index fcab68b..d3bc279 100644 --- a/python-pycha.changes +++ b/python-pycha.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 30 15:16:25 UTC 2020 - Todd R + +- Update to 0.8.1 + * Forgot to update Changelog for 0.8.0 +- Update to 0.8.0 + * Add support for Python 3 by encukou + * Add support for Tox, Pyflakes, Coverage and Buildbucket pipelines + * Remove support for Buildout + ------------------------------------------------------------------- Wed Apr 3 03:55:04 UTC 2019 - John Vandenberg diff --git a/python-pycha.spec b/python-pycha.spec index f040cc1..9c95fcc 100644 --- a/python-pycha.spec +++ b/python-pycha.spec @@ -1,9 +1,7 @@ # # spec file for package python-pycha # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2016 Dr. Axel Braun -# Copyright (c) 2017 Oliver Kurz +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -14,25 +12,28 @@ # 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/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} - -%define mod_name pycha Name: python-pycha -Version: 0.7.0 +Version: 0.8.1 Release: 0 Summary: A library for making charts with Python -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Languages/Python -Url: http://bitbucket.org/lgs/%{mod_name}/ -Source: https://pypi.io/packages/source/p/%{mod_name}/%{mod_name}-%{version}.tar.gz +URL: http://bitbucket.org/lgs/pycha/ +Source: https://files.pythonhosted.org/packages/source/p/pycha/pycha-%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: python-rpm-macros BuildRequires: fdupes -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python-rpm-macros +Requires: python-cairocffi +Requires: python-six +# SECTION test requirements +BuildRequires: %{python_module cairocffi} +BuildRequires: %{python_module six} +# /SECTION BuildArch: noarch %python_subpackages @@ -44,7 +45,7 @@ PlotKit, both of which are written in JavaScript and are for client web programming. Pycha was developed for the server side. %prep -%setup -q -n %{mod_name}-%{version} +%setup -q -n pycha-%{version} %build %python_build