15
0
forked from pool/python-clikit

Accepting request 764231 from devel:languages:python

- Update to 0.4.1:
  * minor fixes

OBS-URL: https://build.opensuse.org/request/show/764231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-clikit?expand=0&rev=4
This commit is contained in:
2020-01-14 20:09:08 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 6 deletions

View File

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

3
clikit-0.4.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 14 10:18:04 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.1:
* minor fixes
-------------------------------------------------------------------
Thu Nov 28 15:05:12 CET 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-clikit
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-clikit
Version: 0.4.0
Version: 0.4.1
Release: 0
Summary: Helper to build testable command line interfaces
License: MIT
@@ -49,7 +49,6 @@ command line interfaces.
%prep
%setup -q -n clikit-%{version}
dephell deps convert --from pyproject.toml --to setup.py
mv src/clikit .
%build
%python_build