Hello community,

here is the log from the commit of package python-venusian for openSUSE:Factory 
checked in at 2018-11-09 07:55:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-venusian (Old)
 and      /work/SRC/openSUSE:Factory/.python-venusian.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-venusian"

Fri Nov  9 07:55:39 2018 rev:5 rq:647324 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-venusian/python-venusian-doc.changes      
2017-08-16 16:10:26.540927614 +0200
+++ /work/SRC/openSUSE:Factory/.python-venusian.new/python-venusian-doc.changes 
2018-11-09 07:55:50.955613010 +0100
@@ -24 +23,0 @@
-
@@ -37 +36 @@
-    venusian decorators on it would inherit its superclass’ decorations.
+    venusian decorators on it would inherit its superclass' decorations.
@@ -67,0 +67 @@
+
--- /work/SRC/openSUSE:Factory/python-venusian/python-venusian.changes  
2017-08-16 16:10:27.196835691 +0200
+++ /work/SRC/openSUSE:Factory/.python-venusian.new/python-venusian.changes     
2018-11-09 07:55:52.927610758 +0100
@@ -1,0 +2,11 @@
+Thu Jun 28 17:17:31 UTC 2018 - [email protected]
+
+- Clean up SPEC file
+- Enable tests and make docs work again
+
+-------------------------------------------------------------------
+Thu Aug 24 13:56:55 UTC 2017 - [email protected]
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -37 +48 @@
-    venusian decorators on it would inherit its superclass’ decorations.
+    venusian decorators on it would inherit its superclass' decorations.

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

Other differences:
------------------
++++++ python-venusian-doc.spec ++++++
--- /var/tmp/diff_new_pack.zKdC9N/_old  2018-11-09 07:55:54.443609026 +0100
+++ /var/tmp/diff_new_pack.zKdC9N/_new  2018-11-09 07:55:54.447609022 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-venusian-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # 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/
 #
 
 
@@ -24,26 +24,18 @@
 Summary:        Documentation for python-venusian
 License:        SUSE-Repoze
 Group:          Development/Languages/Python
-Url:            https://pylonsproject.org
+URL:            https://github.com/Pylons/venusian
 Source:         
https://files.pythonhosted.org/packages/source/v/venusian/venusian-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module venusian = %{version}}
+BuildRequires:  python-rpm-macros
+BuildArch:      noarch
 # SECTION documentation requirements
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-pylons-sphinx-themes
 BuildRequires:  python3-repoze.sphinx.autointerface
 # /SECTION
-# SECTION test requirements
-BuildRequires:  %{python_module coverage}
-BuildRequires:  %{python_module nose-exclude}
-BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest}
-# /SECTION
-BuildRequires:  python-rpm-macros
-Provides:       %{python_module venusian-doc = %{version}}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
+%python_subpackages
 
 %description
 This package contains documentation files for python-venusian.
@@ -53,16 +45,14 @@
 
 %build
 ln -s %{python3_sitelib}/pylons_sphinx_themes docs/_themes
-%{_python_use_flavor python3}
-%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo 
build/sphinx/html/objects.inv
+%python_build
+python3 setup.py build_sphinx && rm -v 
build/sphinx/html/{.buildinfo,objects.inv}
 
 %install
-# nothing to do
-
-%check
-%python_exec %{_bindir}/py.test
+%python_install
+%python_expand rm -rfv %{buildroot}%{$python_sitelib}/venusian*
 
-%files
+%files %{python_files}
 %doc build/sphinx/html/
 
 %changelog

++++++ python-venusian.spec ++++++
--- /var/tmp/diff_new_pack.zKdC9N/_old  2018-11-09 07:55:54.463609004 +0100
+++ /var/tmp/diff_new_pack.zKdC9N/_new  2018-11-09 07:55:54.467609000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-venusian
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # 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/
 #
 
 
@@ -22,15 +22,21 @@
 Version:        1.1.0
 Release:        0
 Summary:        A library for deferring decorator actions
-License:        SUSE-Repoze
+License:        SUSE-Repoze AND ZPL-2.1
 Group:          Development/Languages/Python
-Url:            https://pylonsproject.org
+URL:            https://github.com/Pylons/venusian
 Source:         
https://files.pythonhosted.org/packages/source/v/venusian/venusian-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+# SECTION test requirements
+BuildRequires:  %{python_module coverage}
+BuildRequires:  %{python_module nose-exclude}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest}
+# /SECTION
 %python_subpackages
 
 %description
@@ -53,9 +59,12 @@
 %python_install
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
+%check
+%python_expand py.test-%{$python_bin_suffix} -v venusian
+
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES.rst LICENSE.txt README.rst
+%license LICENSE.txt
+%doc CHANGES.rst README.rst
 %{python_sitelib}/venusian
 %{python_sitelib}/venusian-%{version}-py%{python_version}.egg-info
 


Reply via email to