Hello community,

here is the log from the commit of package python-py2pack for openSUSE:Factory 
checked in at 2017-02-24 02:54:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-py2pack (Old)
 and      /work/SRC/openSUSE:Factory/.python-py2pack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-py2pack"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-py2pack/python-py2pack.changes    
2016-08-17 12:05:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-py2pack.new/python-py2pack.changes       
2017-02-24 02:54:48.429130732 +0100
@@ -1,0 +2,26 @@
+Tue Feb 14 11:49:36 UTC 2017 - tbecht...@suse.com
+
+- update to 0.7.0:
+  * Switch to pbr
+  * Include doc/* in sdist tarball
+  * Add Shinx config to setup.cfg
+  * Post release version bump to 0.6.7
+  * Bump version to 0.6.6
+  * Set files.pythonhosted.org as Source url
+  * Also search for tarballs with underscores
+  * Set pypi.io url for Source
+  * Remove deprecated metadata subcommand
+  * doc: Move CLI help to extra document
+  * Support multiple template directories
+  * Fix pep8 error
+  * Use Sphinx for documentation
+  * Remove hardcoded markers
+  * Add license wit FIXME if available
+  * Fix extensions for openSUSE template
+  * Add script to create packages for OBS
+  * Switch to metaextract
+  * Improve openSUSE template checks
+  * Update repository name after move to openSUSE
+- Adjust Requires
+
+-------------------------------------------------------------------

Old:
----
  py2pack-0.6.4.tar.gz

New:
----
  py2pack-0.7.0.tar.gz

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

Other differences:
------------------
++++++ python-py2pack.spec ++++++
--- /var/tmp/diff_new_pack.LRM0vP/_old  2017-02-24 02:54:48.961048416 +0100
+++ /var/tmp/diff_new_pack.LRM0vP/_new  2017-02-24 02:54:48.961048416 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-py2pack
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           python-py2pack
-Version:        0.6.4
+Version:        0.7.0
 Release:        0
 Url:            http://github.com/saschpe/py2pack
 Summary:        Generate distribution packages from Python packages on PyPI
@@ -26,26 +26,18 @@
 Source:         
https://pypi.io/packages/source/p/py2pack/py2pack-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-Jinja2
-BuildRequires:  python-argparse
-BuildRequires:  python-cssselect
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
-BuildRequires:  python-lxml
-BuildRequires:  python-requests
-BuildRequires:  python-setuptools
+BuildRequires:  python-pbr
 BuildRequires:  python-six
+BuildRequires:  python-sphinxcontrib-programoutput
 Requires:       python-Jinja2
-Requires:       python-argparse
-Requires:       python-cssselect
-Requires:       python-lxml
-Requires:       python-requests
+Requires:       python-metaextract
+Requires:       python-pbr
 Requires:       python-six
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-%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
 BuildArch:      noarch
-%endif
 
 %description
 This script allows to generate RPM spec or DEB dsc files from Python modules.
@@ -55,19 +47,19 @@
 
 %prep
 %setup -q -n py2pack-%{version}
-#sed -i "1d" py2pack/py2pack.py # Fix non-executable script
 
 %build
 python setup.py build
+python setup.py build_sphinx
+# remove the sphinx-build leftovers
+rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# The setup script installs stuff into '/usr/local', move stuff around 
accordingly
+
 install -d %{buildroot}%{_mandir}/man1
-install -d %{buildroot}%{_docdir}/%{name}
 
-mv %{buildroot}/usr/share/doc/py2pack/* %{buildroot}%{_docdir}/%{name}
-mv %{buildroot}/usr/man/man1/py2pack.1 
%{buildroot}%{_mandir}/man1/py2pack-%{py_ver}.1
+mv doc/build/man/py2pack.1 %{buildroot}%{_mandir}/man1/py2pack-%{py_ver}.1
 ln -s -f %{_sysconfdir}/alternatives/py2pack.1.gz 
%{buildroot}%{_mandir}/man1/py2pack.1.gz
 
 # Prepare for update-alternatives usage
@@ -91,14 +83,13 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst
+%doc AUTHORS LICENSE README.rst doc/build/html
 %{_bindir}/py2pack
 %{_bindir}/py2pack-%{py_ver}
 %{_mandir}/man1/py2pack.1.gz
 %{_mandir}/man1/py2pack-%{py_ver}.1.gz
 %ghost %{_sysconfdir}/alternatives/py2pack
 %ghost %{_sysconfdir}/alternatives/py2pack.1.gz
-%{_docdir}/%{name}
 %{python_sitelib}/py2pack-%{version}-py*.egg-info
 %{python_sitelib}/py2pack
 

++++++ py2pack-0.6.4.tar.gz -> py2pack-0.7.0.tar.gz ++++++
++++ 2391 lines of diff (skipped)


Reply via email to