forked from pool/python-zope.i18nmessageid
Accepting request 691794 from home:mcalabkova:branches:devel:languages:python
- update to version 4.3.1 * Drop support for Python 3.3. * Add support for Python 3.7. * Fix the possibility of a rare crash in the C extension when deallocating items. * Add attributes to support pluralization on a Message and update the MessageFactory accordingly. * Fix a regression copying Message objects in the Python implementation. OBS-URL: https://build.opensuse.org/request/show/691794 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=8
This commit is contained in:
parent
398890a70c
commit
3cb8687ad5
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 5 10:09:51 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to version 4.3.1
|
||||||
|
* Drop support for Python 3.3.
|
||||||
|
* Add support for Python 3.7.
|
||||||
|
* Fix the possibility of a rare crash in the C extension when
|
||||||
|
deallocating items.
|
||||||
|
* Add attributes to support pluralization on a Message and update
|
||||||
|
the MessageFactory accordingly.
|
||||||
|
* Fix a regression copying Message objects in the Python
|
||||||
|
implementation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 8 07:15:18 UTC 2017 - aloisio@gmx.com
|
Sat Jul 8 07:15:18 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.i18nmessageid
|
# spec file for package python-zope.i18nmessageid
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -13,13 +13,13 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-zope.i18nmessageid
|
Name: python-zope.i18nmessageid
|
||||||
Version: 4.1.0
|
Version: 4.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope Location
|
Summary: Zope Location
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
@ -32,6 +32,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION documentation requirements
|
# SECTION documentation requirements
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx}
|
||||||
|
Requires: python-six
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f72c00d53407626209b878333a24710e9afa69ae235233333581cc4f3cf1356e
|
|
||||||
size 24166
|
|
3
zope.i18nmessageid-4.3.1.tar.gz
Normal file
3
zope.i18nmessageid-4.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3
|
||||||
|
size 27219
|
Loading…
Reference in New Issue
Block a user