From 58b38fd67854dee7809b43b8a8dd1029c55cab0f7d053ab34e2decd71cb4fbc6 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 7 Apr 2020 07:39:40 +0000 Subject: [PATCH] - update to version 0.4.0: - BREAKING CHANGES - Drop support for Python 2.6 and 3.3 (2dfa5f6) - Drop support for Python 2.7 (a826dac) - Drop support for Python 3.4 (351a0f5) - Drop support for PyPy (88a0a5f) - Features - Include docs in releases (4c85b45) - Add universal wheel distribution (2daa3c7) - Add support for Python 3.5 and 3.6 (2dfa5f6) - Add support for Python 3.7 and 3.8 (09efb13) - Add support for PyPy 3 (2d2d379) - Move Changelog to GitHub releases (5181192) - Bug Fixes - Fix typo in camelize docs (5f44276) - Fix doctest blocks in docstrings (1d6c78f) (#11) - Fix "passerby" pluralized as "passerbys" and not "passersby (1969b3a) (#40) - Fix titleize() capitalizing only words starting with A-Z (e32443b) (#33) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflection?expand=0&rev=5 --- inflection-0.3.1.tar.gz | 3 --- inflection-0.4.0.tar.gz | 3 +++ python-inflection.changes | 22 ++++++++++++++++++++++ python-inflection.spec | 8 ++++---- 4 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 inflection-0.3.1.tar.gz create mode 100644 inflection-0.4.0.tar.gz diff --git a/inflection-0.3.1.tar.gz b/inflection-0.3.1.tar.gz deleted file mode 100644 index 4fda65a..0000000 --- a/inflection-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18ea7fb7a7d152853386523def08736aa8c32636b047ade55f7578c4edeb16ca -size 8715 diff --git a/inflection-0.4.0.tar.gz b/inflection-0.4.0.tar.gz new file mode 100644 index 0000000..af0172f --- /dev/null +++ b/inflection-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a5c3341d9583ec319548b9015b7fbdf8c429cbcb575d326c33ae3a0e90d52c +size 14536 diff --git a/python-inflection.changes b/python-inflection.changes index 3e7c69a..93e2812 100644 --- a/python-inflection.changes +++ b/python-inflection.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Apr 7 07:39:01 UTC 2020 - Sebastian Wagner + +- update to version 0.4.0: + - BREAKING CHANGES + - Drop support for Python 2.6 and 3.3 (2dfa5f6) + - Drop support for Python 2.7 (a826dac) + - Drop support for Python 3.4 (351a0f5) + - Drop support for PyPy (88a0a5f) + - Features + - Include docs in releases (4c85b45) + - Add universal wheel distribution (2daa3c7) + - Add support for Python 3.5 and 3.6 (2dfa5f6) + - Add support for Python 3.7 and 3.8 (09efb13) + - Add support for PyPy 3 (2d2d379) + - Move Changelog to GitHub releases (5181192) + - Bug Fixes + - Fix typo in camelize docs (5f44276) + - Fix doctest blocks in docstrings (1d6c78f) (#11) + - Fix "passerby" pluralized as "passerbys" and not "passersby (1969b3a) (#40) + - Fix titleize() capitalizing only words starting with A-Z (e32443b) (#33) + ------------------------------------------------------------------- Tue Dec 4 12:49:19 UTC 2018 - Matej Cepl diff --git a/python-inflection.spec b/python-inflection.spec index 1850ad1..e7f537a 100644 --- a/python-inflection.spec +++ b/python-inflection.spec @@ -1,7 +1,7 @@ # # spec file for package python-inflection # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-inflection -Version: 0.3.1 +Version: 0.4.0 Release: 0 Summary: A port of Ruby on Rails inflector to Python License: MIT Group: Development/Languages/Python -Url: http://github.com/jpvanhal/inflection +URL: http://github.com/jpvanhal/inflection Source: https://files.pythonhosted.org/packages/source/i/inflection/inflection-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -54,7 +54,7 @@ Inflection is a port of `Ruby on Rails`_' `inflector`_ to Python. %python_exec setup.py test %files %{python_files} -%doc CHANGES.rst README.rst +%doc README.rst %%license LICENSE %{python_sitelib}/*