1
0

Accepting request 865027 from home:jayvdb:noflake8

- Update URL to https://github.com/jaraco/inflect
- Update to v5.0.2

OBS-URL: https://build.opensuse.org/request/show/865027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=8
This commit is contained in:
Markéta Machová 2021-01-20 16:07:19 +00:00 committed by Git OBS Bridge
parent 0219d1eeea
commit 7e3c29911f
4 changed files with 25 additions and 6 deletions

View File

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

3
inflect-5.0.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jan 20 15:12:07 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Update URL to https://github.com/jaraco/inflect
- Update to v5.0.2
* Inflect withdraws from Jazzband organisation
in order to continue to participate in sustained maintenance
and enterprise support through Tidelift.
The project continues to honor the guidelines and principles
behind Jazzband and welcomes contributors openly
- from v5.0.1
* Identical release validating release process
- from v5.0.0
* Module no longer exposes a ``__version__`` attribute.
Instead to query the version installed, use
importlib.metadata or its backport
- from v4.1.1
* Refreshed package metadata
-------------------------------------------------------------------
Tue Apr 14 11:03:28 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-inflect
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,12 +20,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-inflect
Version: 4.1.0
Version: 5.0.2
Release: 0
Summary: Methods for working on numbers and nouns
License: MIT
Group: Development/Languages/Python
URL: https://github.com/jazzband/inflect
URL: https://github.com/jaraco/inflect
Source0: https://files.pythonhosted.org/packages/source/i/inflect/inflect-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}