forked from pool/python-inflection
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18ea7fb7a7d152853386523def08736aa8c32636b047ade55f7578c4edeb16ca
|
||||
size 8715
|
||||
3
inflection-0.4.0.tar.gz
Normal file
3
inflection-0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32a5c3341d9583ec319548b9015b7fbdf8c429cbcb575d326c33ae3a0e90d52c
|
||||
size 14536
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 07:39:01 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user