diff --git a/py2pack-0.7.0.tar.gz b/py2pack-0.7.0.tar.gz deleted file mode 100644 index 1a1bd6a..0000000 --- a/py2pack-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e40f175ab5f5d4fd75eac2d9984a3150b06c67493365b3bd7730885daf29c1ed -size 36460 diff --git a/py2pack-0.8.0.tar.gz b/py2pack-0.8.0.tar.gz new file mode 100644 index 0000000..76bf454 --- /dev/null +++ b/py2pack-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d68a55fa84432276470b00251cc1c7173f72cb847684cb5c22af7b04501562 +size 36939 diff --git a/python-py2pack.changes b/python-py2pack.changes index 9053810..9456db2 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 2 09:25:21 UTC 2017 - tbechtold@suse.com + +- update to 0.8.0: + * Ignore the required python version for now + * Add build condition for tests in opensuse template + * Install setup_requires as BuildRequires during build + * Update opensuse template for singlespec approach + * Remove useless '(' and ')' replacements from opensuse template + * travis: Update credential to deploy on pypi +- Remove manpage for now. Build is broken. + ------------------------------------------------------------------- Tue Feb 14 11:49:36 UTC 2017 - tbechtold@suse.com diff --git a/python-py2pack.spec b/python-py2pack.spec index e005a86..e0a8279 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -17,7 +17,7 @@ Name: python-py2pack -Version: 0.7.0 +Version: 0.8.0 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI @@ -28,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-Jinja2 BuildRequires: python-Sphinx BuildRequires: python-devel +BuildRequires: python-metaextract BuildRequires: python-pbr BuildRequires: python-six BuildRequires: python-sphinxcontrib-programoutput @@ -57,11 +58,6 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -install -d %{buildroot}%{_mandir}/man1 - -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 mkdir -p %{buildroot}%{_sysconfdir}/alternatives mv %{buildroot}%{_bindir}/py2pack %{buildroot}%{_bindir}/py2pack-%{py_ver} @@ -73,8 +69,7 @@ touch %{buildroot}%{_sysconfdir}/alternatives/py2pack.1.gz %post %_sbindir/update-alternatives \ - --install %{_bindir}/py2pack py2pack %{_bindir}/py2pack-%{py_ver} 30 \ - --slave %{_mandir}/man1/py2pack.1.gz py2pack.1.gz %{_mandir}/man1/py2pack-%{py_ver}.1.gz + --install %{_bindir}/py2pack py2pack %{_bindir}/py2pack-%{py_ver} 30 %postun if [ $1 -eq 0 ] ; then @@ -86,8 +81,6 @@ fi %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 %{python_sitelib}/py2pack-%{version}-py*.egg-info