SHA256
1
0
forked from pool/python-cmd2

Accepting request 899964 from home:mnhauke

- Udpate to version 2.1.0
  Enhancements
  * Converted persistent history files from pickle to compressed
    JSON.

OBS-URL: https://build.opensuse.org/request/show/899964
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=84
This commit is contained in:
Matej Cepl 2021-06-14 18:30:27 +00:00 committed by Git OBS Bridge
parent 34c77d5206
commit dd17205b20
4 changed files with 12 additions and 4 deletions

View File

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

3
cmd2-2.1.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 14 15:58:07 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Udpate to version 2.1.0
Enhancements
* Converted persistent history files from pickle to compressed
JSON.
-------------------------------------------------------------------
Mon Jun 7 08:09:29 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-cmd2
Version: 2.0.1
Version: 2.1.0
Release: 0
Summary: Extra features for standard library's cmd module
License: MIT