Accepting request 770298 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/770298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycha?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-02-05 18:44:13 +00:00 committed by Git OBS Bridge
commit f893b041a0
4 changed files with 27 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4991bc096c02d66bd72421d39f71af116a530dfb8908d4f812df50789d804627
size 41570

3
pycha-0.8.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19553a5f875a5741b060c3e4ae4cc27c24626af6799bc697f52b4d489fa2b447
size 43399

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 30 15:16:25 UTC 2020 - Todd R <toddrme2178@gmail.com>
- 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 <jayvdb@gmail.com> Wed Apr 3 03:55:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,9 +1,7 @@
# #
# spec file for package python-pycha # spec file for package python-pycha
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# Copyright (c) 2016 Dr. Axel Braun
# Copyright (c) 2017 Oliver Kurz
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define mod_name pycha
Name: python-pycha Name: python-pycha
Version: 0.7.0 Version: 0.8.1
Release: 0 Release: 0
Summary: A library for making charts with Python Summary: A library for making charts with Python
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://bitbucket.org/lgs/%{mod_name}/ URL: http://bitbucket.org/lgs/pycha/
Source: https://pypi.io/packages/source/p/%{mod_name}/%{mod_name}-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pycha/pycha-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRequires: fdupes 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 BuildArch: noarch
%python_subpackages %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. web programming. Pycha was developed for the server side.
%prep %prep
%setup -q -n %{mod_name}-%{version} %setup -q -n pycha-%{version}
%build %build
%python_build %python_build