diff --git a/argh-0.23.3.tar.gz b/argh-0.23.3.tar.gz deleted file mode 100644 index fef3c54..0000000 --- a/argh-0.23.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:076f27ed25f64339186810075c9eb2aa5121bd330851d42639abde17a9b9774b -size 26232 diff --git a/argh-0.26.1.tar.gz b/argh-0.26.1.tar.gz new file mode 100644 index 0000000..8a62060 --- /dev/null +++ b/argh-0.26.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a7442cb9130fb8806fe336000fcf20edf1f2f8ad205e7b62cec118505510db +size 32261 diff --git a/python-argh.changes b/python-argh.changes index 96bfa49..8a299f8 100644 --- a/python-argh.changes +++ b/python-argh.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Apr 19 16:29:05 UTC 2015 - benoit.monin@gmx.fr + +- update to version 0.26.1 + * no changelog available +- update project URL +- package README.rst instead of README + ------------------------------------------------------------------- Thu Oct 24 10:58:54 UTC 2013 - speilicke@suse.com diff --git a/python-argh.spec b/python-argh.spec index 8506eba..8469cf5 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -1,7 +1,7 @@ # # spec file for package python-argh # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,9 +17,9 @@ Name: python-argh -Version: 0.23.3 +Version: 0.26.1 Release: 0 -Url: http://bitbucket.org/neithere/argh/ +Url: https://github.com/neithere/argh/ Summary: A simple argparse wrapper License: LGPL-3.0+ Group: Development/Languages/Python @@ -70,7 +70,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%doc README +%doc README.rst %{python_sitelib}/* %changelog