Accepting request 785673 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/785673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-03-26 23:26:20 +00:00 committed by Git OBS Bridge
commit 7f571480ba
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 16 14:13:10 UTC 2020 - pgajdos@suse.com
- version update to 5.0.1
- Remove deprecated use of setuptools features. See `issue 22
<https://github.com/zopefoundation/zope.i18nmessageid/issues/22>`_.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 21 11:12:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com> Tue Jan 21 11:12:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -19,14 +19,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-zope.i18nmessageid Name: python-zope.i18nmessageid
Version: 5.0.0 Version: 5.0.1
Release: 0 Release: 0
Summary: Zope Location Summary: Zope Location
License: ZPL-2.1 License: ZPL-2.1
URL: https://www.python.org/pypi/zope.i18nmessageid URL: https://www.python.org/pypi/zope.i18nmessageid
Source: https://files.pythonhosted.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module zope.testrunner}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION documentation requirements # SECTION documentation requirements
@ -62,6 +64,7 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo build/sphinx/ht
} }
%check %check
sed -i '/coverage/d' setup.py
%python_exec setup.py test %python_exec setup.py test
%files %{python_files} %files %{python_files}

View File

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

View File

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