diff --git a/entrypoint2-0.0.5.tar.gz b/entrypoint2-0.0.5.tar.gz deleted file mode 100644 index 52c4305..0000000 --- a/entrypoint2-0.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5523514e6343d34076aa746b9ba0e1415dd72bdcc4ec24ace945d4545490c669 -size 16565 diff --git a/entrypoint2-0.0.6.tar.gz b/entrypoint2-0.0.6.tar.gz new file mode 100644 index 0000000..e55965a --- /dev/null +++ b/entrypoint2-0.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba72a243f2a45874ac6c762f1efa4999b75d4186e3ffed2d2ac6386709c3f8ee +size 16458 diff --git a/python-entrypoint2.changes b/python-entrypoint2.changes index ae09bc1..b441d55 100644 --- a/python-entrypoint2.changes +++ b/python-entrypoint2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jun 15 15:21:26 UTC 2012 - os-dev@jacraig.com + +- Update to 0.0.6. Upstream provides no changelog, but looking at the (4) + commits on github since 0.0.5, I see these changes: + * Update documentaiton + * Support repeated arguments + * Use PEP8 formatting +- Add Requires entries for python-argparse and -decorator + ------------------------------------------------------------------- Mon Mar 26 11:39:09 UTC 2012 - saschpe@suse.de diff --git a/python-entrypoint2.spec b/python-entrypoint2.spec index 9ff7767..d89fa36 100644 --- a/python-entrypoint2.spec +++ b/python-entrypoint2.spec @@ -15,8 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-entrypoint2 -Version: 0.0.5 +Version: 0.0.6 Release: 0 Url: https://github.com/ponty/entrypoint2 Summary: Easy to use command-line interface for python modules, fork of entrypoint @@ -26,6 +27,8 @@ Source: http://pypi.python.org/packages/source/e/entrypoint2/entrypoint2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +Requires: python-argparse +Requires: python-decorator %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 @@ -46,7 +49,7 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files -%defattr(-,root,root,-) +%defattr(-,root,root) %doc LICENSE.txt README.rst %{python_sitelib}/*