17
0

- Update to 4.18:

* Added humanfriendly.text.generate_slug() function.
  * Fixed "invalid escape sequence" DeprecationWarning (pointed out by Python >= 3.6).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanfriendly?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2019-03-12 16:10:33 +00:00
committed by Git OBS Bridge
parent f7f3b5e6fe
commit 1fe84d5bb8
4 changed files with 11 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 12 16:03:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.18:
* Added humanfriendly.text.generate_slug() function.
* Fixed "invalid escape sequence" DeprecationWarning (pointed out by Python >= 3.6).
-------------------------------------------------------------------
Thu Jan 31 11:32:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -28,7 +28,7 @@ Name: python-humanfriendly-%{flavor}
%else
Name: python-humanfriendly
%endif
Version: 4.17
Version: 4.18
Release: 0
Summary: Human friendly input/output for text interfaces using Python
License: MIT