commit python-pyrrd for openSUSE:Factory

2018-06-27 Thread root
Hello community,

here is the log from the commit of package python-pyrrd for openSUSE:Factory 
checked in at 2018-06-27 10:20:42

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


Package is "python-pyrrd"

Wed Jun 27 10:20:42 2018 rev:8 rq:618635 version:0.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyrrd/python-pyrrd.changes
2013-10-25 11:29:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyrrd.new/python-pyrrd.changes   
2018-06-27 10:20:47.449417678 +0200
@@ -1,0 +2,15 @@
+Fri Jun 22 15:52:52 UTC 2018 - mc...@suse.com
+
+- This time really clean SPEC file (and yes, this is noarch package)
+
+---
+Fri Jun 22 14:22:21 UTC 2018 - mc...@suse.com
+
+- Clean SPEC file
+
+---
+Thu Aug 24 13:51:51 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -41,0 +57 @@
+



Other differences:
--
++ python-pyrrd.spec ++
--- /var/tmp/diff_new_pack.ZyHgVJ/_old  2018-06-27 10:20:48.329385684 +0200
+++ /var/tmp/diff_new_pack.ZyHgVJ/_new  2018-06-27 10:20:48.329385684 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyrrd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,48 +16,56 @@
 #
 
 
+%define skip_python3 1
 %define modname PyRRD
-
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyrrd
 Version:0.1.0
 Release:0
 Summary:An Object-Oriented Python Interface for RRD
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
-Url:http://code.google.com/p/pyrrd/
-Source: 
http://pypi.python.org/packages/source/P/PyRRD/%{modname}-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-xml
-Requires:   python-setuptools
+URL:http://code.google.com/p/pyrrd/
+Source: 
https://files.pythonhosted.org/packages/source/P/PyRRD/%{modname}-%{version}.tar.gz
+BuildRequires:  %{python_module docutils}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module xml}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-xml
 Requires:   rrdtool
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-%if %{?suse_version: 0%{?suse_version} > 1110} %{!?suse_version:1}
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 PyRRD is a pure-Python OO wrapper for the RRDTool (round-robin database tool).
 The idea is to make RRDTool insanely easy to use and to be aesthetically
 pleasing for Python programmers.
 
+%package -n %{name}-docs
+Summary:Documentation files for %{name}
+Group:  Documentation/Other
+
+%description -n %{name}-docs
+HTML Documentation and examples for %{name}.
+
 %prep
 %setup -q -n %{modname}-%{version}
 
 %build
-export CFLAGS="%{optflags}"
-python setup.py build
+%python_build
 
 %install
-python setup.py install --single-version-externally-managed 
--prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%clean
-rm -rf %{buildroot}
+%files %{python_files}
+%license LICENSE
+%doc ChangeLog README TODO
+%{python_sitelib}/pyrrd
+%{python_sitelib}/PyRRD-*.egg-info
 
-%files -f INSTALLED_FILES
-%defattr(-,root,root)
-%doc docs examples ChangeLog LICENSE README TODO
+%files -n %{name}-docs
+%doc examples docs
 
 %changelog




commit python-pyrrd for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-pyrrd for openSUSE:Factory 
checked in at 2013-10-25 11:29:44

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


Package is "python-pyrrd"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyrrd/python-pyrrd.changes
2012-02-27 18:36:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyrrd.new/python-pyrrd.changes   
2013-10-25 11:29:45.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:12:27 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-pyrrd.spec ++
--- /var/tmp/diff_new_pack.npyaav/_old  2013-10-25 11:29:47.0 +0200
+++ /var/tmp/diff_new_pack.npyaav/_new  2013-10-25 11:29:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyrrd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,16 +20,16 @@
 
 Name:   python-pyrrd
 Version:0.1.0
-Release:1
+Release:0
 Summary:An Object-Oriented Python Interface for RRD
-Url:http://code.google.com/p/pyrrd/
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
+Url:http://code.google.com/p/pyrrd/
 Source: 
http://pypi.python.org/packages/source/P/PyRRD/%{modname}-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  python-xml
-Requires:   python-distribute
+Requires:   python-setuptools
 Requires:   python-xml
 Requires:   rrdtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-pyrrd for openSUSE:Factory

2012-02-27 Thread h_root
Hello community,

here is the log from the commit of package python-pyrrd for openSUSE:Factory 
checked in at 2012-02-27 18:36:10

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


Package is "python-pyrrd", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-pyrrd/python-pyrrd.changes
2011-11-29 16:24:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyrrd.new/python-pyrrd.changes   
2012-02-27 18:36:14.0 +0100
@@ -1,0 +2,11 @@
+Wed Feb 15 18:40:38 UTC 2012 - jf...@funktronics.ca
+
+- Switch from setuptools to distribute
+
+---
+Tue Nov 29 14:47:29 UTC 2011 - cfarr...@suse.com
+
+- license update: BSD-3-Clause
+  SPDX format
+
+---



Other differences:
--
++ python-pyrrd.spec ++
--- /var/tmp/diff_new_pack.OQaIQ3/_old  2012-02-27 18:36:15.0 +0100
+++ /var/tmp/diff_new_pack.OQaIQ3/_new  2012-02-27 18:36:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyrrd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,13 +23,13 @@
 Release:1
 Summary:An Object-Oriented Python Interface for RRD
 Url:http://code.google.com/p/pyrrd/
-License:BSD
+License:BSD-3-Clause
 Group:  Development/Libraries/Python
 Source: 
http://pypi.python.org/packages/source/P/PyRRD/%{modname}-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-distribute
 BuildRequires:  python-xml
-Requires:   python-setuptools
+Requires:   python-distribute
 Requires:   python-xml
 Requires:   rrdtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org