commit python-pycha for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package python-pycha for openSUSE:Factory 
checked in at 2020-05-20 18:47:40

Comparing /work/SRC/openSUSE:Factory/python-pycha (Old)
 and  /work/SRC/openSUSE:Factory/.python-pycha.new.2738 (New)


Package is "python-pycha"

Wed May 20 18:47:40 2020 rev:6 rq:807657 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pycha/python-pycha.changes
2020-02-05 19:44:53.155358671 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycha.new.2738/python-pycha.changes  
2020-05-20 18:47:49.949601802 +0200
@@ -1,0 +2,5 @@
+Wed May 20 07:26:19 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-pycha.spec ++
--- /var/tmp/diff_new_pack.QGf3vu/_old  2020-05-20 18:47:50.937604021 +0200
+++ /var/tmp/diff_new_pack.QGf3vu/_new  2020-05-20 18:47:50.941604030 +0200
@@ -23,18 +23,20 @@
 Summary:A library for making charts with Python
 License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
-URL:http://bitbucket.org/lgs/pycha/
+URL:https://bitbucket.org/lgs/pycha/
 Source: 
https://files.pythonhosted.org/packages/source/p/pycha/pycha-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-cairocffi
 Requires:   python-six
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module cairocffi}
 BuildRequires:  %{python_module six}
 # /SECTION
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -52,12 +54,19 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/chavier
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%post
+%python_install_alternative chavier
+
+%postun
+%python_uninstall_alternative chavier
+
 %files %{python_files}
 %doc README.txt CHANGES.txt AUTHORS
 %license COPYING
 %{python_sitelib}/*
-%python3_only %{_bindir}/chavier
+%python_alternative %{_bindir}/chavier
 
 %changelog




commit python-pycha for openSUSE:Factory

2020-02-05 Thread root
Hello community,

here is the log from the commit of package python-pycha for openSUSE:Factory 
checked in at 2020-02-05 19:44:13

Comparing /work/SRC/openSUSE:Factory/python-pycha (Old)
 and  /work/SRC/openSUSE:Factory/.python-pycha.new.26092 (New)


Package is "python-pycha"

Wed Feb  5 19:44:13 2020 rev:5 rq:770298 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pycha/python-pycha.changes
2019-04-04 12:07:00.317455536 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycha.new.26092/python-pycha.changes 
2020-02-05 19:44:53.155358671 +0100
@@ -1,0 +2,10 @@
+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
+
+---

Old:

  pycha-0.7.0.tar.gz

New:

  pycha-0.8.1.tar.gz



Other differences:
--
++ python-pycha.spec ++
--- /var/tmp/diff_new_pack.XqmMst/_old  2020-02-05 19:44:53.783358970 +0100
+++ /var/tmp/diff_new_pack.XqmMst/_new  2020-02-05 19:44:53.811358983 +0100
@@ -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 @@
 web programming. Pycha was developed for the server side.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n pycha-%{version}
 
 %build
 %python_build

++ pycha-0.7.0.tar.gz -> pycha-0.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycha-0.7.0/CHANGES.txt new/pycha-0.8.1/CHANGES.txt
--- old/pycha-0.7.0/CHANGES.txt 2013-04-07 20:47:07.0 +0200
+++ new/pycha-0.8.1/CHANGES.txt 2019-11-18 07:45:36.0 +0100
@@ -1,6 +1,16 @@
 Changes
 ===
 
+0.8.1 (2019-11-17)
+-
+- Forgot to update Changelog for 0.8.0
+
+0.8.0 (2019-11-17)
+-
+- Add support for Python 3 by encukou
+- Add support for Tox, Pyflakes, Coverage and Buildbucket pipelines
+- Remove support for Buildout
+
 0.7.0 (2012-04-07)
 --
 - Radial Chart by Roberto Garcia Carvajal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycha-0.7.0/PKG-INFO new/pycha-0.8.1/PKG-INFO
--- old/pycha-0.7.0/PKG-INFO2013-04-07 20:55:50.0 +0200
+++ new/pycha-0.8.1/PKG-INFO2019-11-18 07:47:15.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 2.1
 Name: pycha
-Version: 0.7.0
+Version: 0.8.1
 Summary: A library for making charts with Python
 Home-page: http://bitbucket.org/lgs/pycha/
 Author: Lorenzo Gil Sanchez
@@ -62,6 +62,16 @@
 Changes
 ===
 
+0.8.1 (2019-11-17)
+-
+- Forgot to update Changelog for 0.8.0
+
+0.8.0 (2019-11-17)
+-
+- Add support for Python 3 by encukou
+- Add support for Tox, Pyflakes, Coverage and Buildbucket pipelines
+- Remove support for Buildout
+   

commit python-pycha for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package python-pycha for openSUSE:Factory 
checked in at 2019-04-04 12:06:43

Comparing /work/SRC/openSUSE:Factory/python-pycha (Old)
 and  /work/SRC/openSUSE:Factory/.python-pycha.new.3908 (New)


Package is "python-pycha"

Thu Apr  4 12:06:43 2019 rev:4 rq:690886 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pycha/python-pycha.changes
2017-06-08 15:02:31.119125733 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycha.new.3908/python-pycha.changes  
2019-04-04 12:07:00.317455536 +0200
@@ -1,0 +2,7 @@
+Wed Apr  3 03:55:04 UTC 2019 - John Vandenberg 
+
+- Fix fdupes to avoid python3 package egg-info being symlinks into
+  the python2 package which may not be installed.
+- Use %license
+
+---



Other differences:
--
++ python-pycha.spec ++
--- /var/tmp/diff_new_pack.mgXJ9o/_old  2019-04-04 12:07:01.473455841 +0200
+++ /var/tmp/diff_new_pack.mgXJ9o/_new  2019-04-04 12:07:01.477455843 +0200
@@ -51,11 +51,11 @@
 
 %install
 %python_install
-%fdupes -s %{buildroot}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc COPYING README.txt CHANGES.txt AUTHORS
+%doc README.txt CHANGES.txt AUTHORS
+%license COPYING
 %{python_sitelib}/*
 %python3_only %{_bindir}/chavier
 




commit python-pycha for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-pycha for openSUSE:Factory 
checked in at 2017-06-08 15:02:28

Comparing /work/SRC/openSUSE:Factory/python-pycha (Old)
 and  /work/SRC/openSUSE:Factory/.python-pycha.new (New)


Package is "python-pycha"

Thu Jun  8 15:02:28 2017 rev:3 rq:501308 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pycha/python-pycha.changes
2016-11-09 11:39:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycha.new/python-pycha.changes   
2017-06-08 15:02:31.119125733 +0200
@@ -1,0 +2,10 @@
+Mon May 29 07:55:03 UTC 2017 - axel.br...@gmx.de
+
+- added python-rpm-macros
+
+---
+Sun May 28 13:01:00 UTC 2017 - ok...@suse.com
+
+- Convert to singlespec
+
+---



Other differences:
--
++ python-pycha.spec ++
--- /var/tmp/diff_new_pack.iNMHTH/_old  2017-06-08 15:02:32.390946242 +0200
+++ /var/tmp/diff_new_pack.iNMHTH/_new  2017-06-08 15:02:32.394945677 +0200
@@ -1,8 +1,9 @@
 #
 # spec file for package python-pycha
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Dr. Axel Braun
+# Copyright (c) 2017 Oliver Kurz
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +18,23 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+
+%define mod_name pycha
 Name:   python-pycha
 Version:0.7.0
 Release:0
 Summary:A library for making charts with Python
 License:LGPL-3.0+
 Group:  Development/Languages/Python
-Url:http://bitbucket.org/lgs/pycha/
-Source: https://pypi.io/packages/source/p/pycha/pycha-%{version}.tar.gz
+Url:http://bitbucket.org/lgs/%{mod_name}/
+Source: 
https://pypi.io/packages/source/p/%{mod_name}/%{mod_name}-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildArch:  noarch
+%python_subpackages
 
 %description
 Pycha is a Python package for drawing charts using the Cairo library.
@@ -40,22 +44,19 @@
 web programming. Pycha was developed for the server side.
 
 %prep
-%setup -q -n pycha-%{version}
+%setup -q -n %{mod_name}-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 %fdupes -s %{buildroot}
 
-%check
-#python setup.py test
-
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc COPYING README.txt CHANGES.txt AUTHORS
 %{python_sitelib}/*
-%{_bindir}/chavier
+%python3_only %{_bindir}/chavier
 
 %changelog




commit python-pycha for openSUSE:Factory

2016-11-09 Thread h_root
Hello community,

here is the log from the commit of package python-pycha for openSUSE:Factory 
checked in at 2016-11-09 11:39:45

Comparing /work/SRC/openSUSE:Factory/python-pycha (Old)
 and  /work/SRC/openSUSE:Factory/.python-pycha.new (New)


Package is "python-pycha"

Changes:

--- /work/SRC/openSUSE:Factory/python-pycha/python-pycha.changes
2016-09-23 11:28:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycha.new/python-pycha.changes   
2016-11-09 11:39:46.0 +0100
@@ -1,0 +2,5 @@
+Fri Sep 23 09:38:32 UTC 2016 - jeng...@inai.de
+
+- Update license field; trim description.
+
+---



Other differences:
--
++ python-pycha.spec ++
--- /var/tmp/diff_new_pack.35pNZ6/_old  2016-11-09 11:39:47.0 +0100
+++ /var/tmp/diff_new_pack.35pNZ6/_new  2016-11-09 11:39:47.0 +0100
@@ -14,51 +14,30 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-pycha
 Version:0.7.0
 Release:0
-License:LGPL-3.0
 Summary:A library for making charts with Python
-Url:http://bitbucket.org/lgs/pycha/
+License:LGPL-3.0+
 Group:  Development/Languages/Python
+Url:http://bitbucket.org/lgs/pycha/
 Source: https://pypi.io/packages/source/p/pycha/pycha-%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires: fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildArch:  noarch
 
 %description
-.. contents::
-
-=
-PyCha
-=
-
-Pycha is a very simple Python package for drawing charts using the great
-`Cairo `_ library. Its goals are:
-
-* Lightweight
-* Simple to use
-* Nice looking with default values
-* Customization
-
-It won't try to draw any possible chart on earth but draw the most common ones
-nicely. There are some other options you may want to look at like
-`pyCairoChart `_.
-
-Pycha is based on `Plotr `_ which is based on
-`PlotKit `_. Both libraries are written in
-JavaScript and are great for client web programming. I needed the same for the
-server side so that's the reason I ported Plotr to Python. Now we can deliver
-charts to people with JavaScript disabled or embed them in PDF reports.
-
-Pycha is distributed under the terms of the `GNU Lesser General Public License
-`_.
-
+Pycha is a Python package for drawing charts using the Cairo library.
+It will not try to draw any possible chart on Earth, but draw the
+most common ones nicely. Pycha is based on the Plotr which is based on
+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 pycha-%{version}




commit python-pycha for openSUSE:Factory

2016-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-pycha for openSUSE:Factory 
checked in at 2016-09-23 11:28:49

Comparing /work/SRC/openSUSE:Factory/python-pycha (Old)
 and  /work/SRC/openSUSE:Factory/.python-pycha.new (New)


Package is "python-pycha"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycha.new/python-pycha.changes   
2016-09-23 11:28:51.0 +0200
@@ -0,0 +1,11 @@
+---
+Sun Aug 21 07:58:47 UTC 2016 - axel.br...@gmx.de
+
+- link to pypi.io
+
+---
+Thu Jun 30 09:35:21 UTC 2016 - axel.br...@gmx.de
+
+- release 0.7.0 
+  Initial build on OBS
+

New:

  pycha-0.7.0.tar.gz
  python-pycha.changes
  python-pycha.spec



Other differences:
--
++ python-pycha.spec ++
#
# spec file for package python-pycha
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/


Name:   python-pycha
Version:0.7.0
Release:0
License:LGPL-3.0
Summary:A library for making charts with Python
Url:http://bitbucket.org/lgs/pycha/
Group:  Development/Languages/Python
Source: https://pypi.io/packages/source/p/pycha/pycha-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  fdupes
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildArch:  noarch

%description
.. contents::

=
PyCha
=

Pycha is a very simple Python package for drawing charts using the great
`Cairo `_ library. Its goals are:

* Lightweight
* Simple to use
* Nice looking with default values
* Customization

It won't try to draw any possible chart on earth but draw the most common ones
nicely. There are some other options you may want to look at like
`pyCairoChart `_.

Pycha is based on `Plotr `_ which is based on
`PlotKit `_. Both libraries are written in
JavaScript and are great for client web programming. I needed the same for the
server side so that's the reason I ported Plotr to Python. Now we can deliver
charts to people with JavaScript disabled or embed them in PDF reports.

Pycha is distributed under the terms of the `GNU Lesser General Public License
`_.


%prep
%setup -q -n pycha-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes -s %{buildroot}

%check
#python setup.py test

%files
%defattr(-,root,root,-)
%doc COPYING README.txt CHANGES.txt AUTHORS
%{python_sitelib}/*
%{_bindir}/chavier

%changelog