From e001a00077cbad71eec66f61d747e881771425ddde57ddd49d761d67b86d81d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 20 Apr 2015 13:27:42 +0000 Subject: [PATCH] Accepting request 298061 from home:benoit_monin:branches:devel:languages:python - update to version 0.26.1 - update project URL - package README.rst instead of README OBS-URL: https://build.opensuse.org/request/show/298061 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argh?expand=0&rev=13 --- argh-0.23.3.tar.gz | 3 --- argh-0.26.1.tar.gz | 3 +++ python-argh.changes | 8 ++++++++ python-argh.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 argh-0.23.3.tar.gz create mode 100644 argh-0.26.1.tar.gz 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