15
0
forked from pool/python-argh

Accepting request 298190 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/298190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argh?expand=0&rev=11
This commit is contained in:
2015-04-21 08:53:55 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:076f27ed25f64339186810075c9eb2aa5121bd330851d42639abde17a9b9774b
size 26232

3
argh-0.26.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06a7442cb9130fb8806fe336000fcf20edf1f2f8ad205e7b62cec118505510db
size 32261

View File

@@ -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

View File

@@ -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