Hello community,

here is the log from the commit of package python-blessings for 
openSUSE:Factory checked in at 2017-09-04 12:31:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blessings (Old)
 and      /work/SRC/openSUSE:Factory/.python-blessings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blessings"

Mon Sep  4 12:31:03 2017 rev:2 rq:519781 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blessings/python-blessings.changes        
2016-10-20 23:07:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-blessings.new/python-blessings.changes   
2017-09-04 12:31:08.267252456 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:33:25 UTC 2017 - [email protected]
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -4,0 +10 @@
+

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-blessings.spec ++++++
--- /var/tmp/diff_new_pack.x8Ktyr/_old  2017-09-04 12:31:10.874885824 +0200
+++ /var/tmp/diff_new_pack.x8Ktyr/_new  2017-09-04 12:31:10.894883012 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blessings
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-blessings
 Version:        1.6
 Release:        0
@@ -24,11 +25,14 @@
 Group:          Development/Languages/Python
 Url:            https://github.com/erikrose/blessings
 Source:         
https://files.pythonhosted.org/packages/source/b/blessings/blessings-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-BuildRequires:  python-setuptools
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{python_module curses}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
+Requires:       python-curses
 BuildArch:      noarch
+%python_subpackages
 
 %description
 Curses-like terminal wrapper with a display based on compositing 2d
@@ -38,14 +42,14 @@
 %setup -q -n blessings-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%{python_sitelib}/*
 %doc LICENSE README.rst
+%{python_sitelib}/*
 
 %changelog


Reply via email to