Hello community,

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

Package is "python-funcsigs"

Tue Sep 12 19:38:51 2017 rev:4 rq:522056 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-funcsigs/python-funcsigs.changes  
2016-06-29 15:02:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-funcsigs.new/python-funcsigs.changes     
2017-09-12 19:38:52.454438364 +0200
@@ -1,0 +2,14 @@
+Thu Sep  7 16:01:56 UTC 2017 - toddrme2...@gmail.com
+
+- Revert single-spec conversion. 
+  This is a backport package, it shouldn't be used with python3.
+- Use provides python2-funcsigs for compatibility with single-spec
+  packages.
+- Use some newer macros.
+
+-------------------------------------------------------------------
+Mon May 22 09:18:14 UTC 2017 - tbecht...@suse.com
+
+- Convert to singlespec
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-funcsigs.spec ++++++
--- /var/tmp/diff_new_pack.NAvs87/_old  2017-09-12 19:38:53.038356302 +0200
+++ /var/tmp/diff_new_pack.NAvs87/_new  2017-09-12 19:38:53.042355740 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-funcsigs
 #
-# 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
@@ -23,38 +23,35 @@
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            http://funcsigs.readthedocs.org
-Source:         
https://pypi.io/packages/source/f/funcsigs/funcsigs-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/f/funcsigs/funcsigs-%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-unittest2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-BuildRequires:  python-ordereddict
-%else
+BuildRequires:  python-rpm-macros
+Provides:       python2-funcsigs = %{version}
 BuildArch:      noarch
-%endif
 
 %description
-funcsigs is a backport of the PEP 362 function signature features from
-Python 3.3's inspect module. The backport is compatible with Python 2.6, 2.7
-as well as 3.2 and up.
+The funcsigs package is a backport of the PEP 362 function signature
+features from Python 3.3's inspect module.
 
 %prep
 %setup -q -n funcsigs-%{version}
 
 %build
-python setup.py build
+%python2_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python2_install
+%fdupes %{buildroot}%{python2_sitelib}
 
 %check
-python setup.py test
+python2 setup.py test
 
 %files
 %defattr(-,root,root,-)
 %doc CHANGELOG LICENSE README.rst
-%{python_sitelib}/*
+%{python2_sitelib}/*
 
 %changelog


Reply via email to