15
0

- Update to 1.1:

* fixes for python 3.7
  * varioius cleanups

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docformatter?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-03-08 14:29:20 +00:00
committed by Git OBS Bridge
parent 1a3c95f752
commit 11253af947
4 changed files with 12 additions and 5 deletions

View File

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

3
docformatter-1.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 8 14:28:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.1:
* fixes for python 3.7
* varioius cleanups
-------------------------------------------------------------------
Tue Dec 4 12:47:23 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-docformatter
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-docformatter
Version: 1.0
Version: 1.1
Release: 0
Summary: Utility to re-format docstrings per PEP 257
License: MIT