Hello community,

here is the log from the commit of package python-factory_boy for 
openSUSE:Factory checked in at 2017-10-07 17:51:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-factory_boy (Old)
 and      /work/SRC/openSUSE:Factory/.python-factory_boy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-factory_boy"

Sat Oct  7 17:51:20 2017 rev:8 rq:532235 version:2.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-factory_boy/python-factory_boy.changes    
2015-05-07 09:22:38.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-factory_boy.new/python-factory_boy.changes   
    2017-10-07 17:51:23.261399237 +0200
@@ -1,0 +2,9 @@
+Fri Oct  6 09:52:31 UTC 2017 - [email protected]
+
+- Update to version 2.9.2:
+  * read the upstream ChangeLog for in detail list as there are
+    too many changes
+- Do not generate docu in the spec and make sure tests are run
+- Switch to python singlespec
+
+-------------------------------------------------------------------

Old:
----
  factory_boy-2.5.2.tar.gz

New:
----
  2.9.2.tar.gz

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

Other differences:
------------------
++++++ python-factory_boy.spec ++++++
--- /var/tmp/diff_new_pack.VYaUpM/_old  2017-10-07 17:51:24.033365301 +0200
+++ /var/tmp/diff_new_pack.VYaUpM/_new  2017-10-07 17:51:24.037365125 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-factory_boy
 #
-# Copyright (c) 2015 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,24 +16,25 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-factory_boy
-Version:        2.5.2
+Version:        2.9.2
 Release:        0
 Summary:        A test fixtures replacement
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://github.com/rbarrois/factory_boy
-Source:         
http://pypi.python.org/packages/source/f/factory_boy/factory_boy-%{version}.tar.gz
-BuildRequires:  python-Sphinx
-BuildRequires:  python-devel
-BuildRequires:  python-mock
-BuildRequires:  python-setuptools
-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()")}
-%else
+Source:         
https://github.com/FactoryBoy/factory_boy/archive/%{version}.tar.gz
+BuildRequires:  %{python_module Faker >= 0.7.0}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module flake8}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
+BuildRequires:  python2-ipaddress
+Requires:       python-Faker >= 0.7.0
 BuildArch:      noarch
-%endif
+%python_subpackages
 
 %description
 A test fixtures replacement based on thoughtbot's factory_girl for Ruby.
@@ -42,18 +43,16 @@
 %setup -q -n factory_boy-%{version}
 
 %build
-python setup.py build
-python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
 %check
-python setup.py -q test
+%python_exec setup.py test
 
-%files
-%defattr(-,root,root,-)
-%doc README.rst build/sphinx/html
+%files %{python_files}
+%doc README.rst LICENSE
 %{python_sitelib}/*
 
 %changelog

++++++ factory_boy-2.5.2.tar.gz -> 2.9.2.tar.gz ++++++
++++ 9728 lines of diff (skipped)


Reply via email to