Accepting request 770297 from home:TheBlackCat:branches:devel:languages:python:numeric
- 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 OBS-URL: https://build.opensuse.org/request/show/770297 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pycha?expand=0&rev=5
This commit is contained in:
parent
b52e953480
commit
b58295d33f
@ -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
3
pycha-0.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19553a5f875a5741b060c3e4ae4cc27c24626af6799bc697f52b4d489fa2b447
|
||||
size 43399
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user