forked from pool/python-zope.i18nmessageid
Accepting request 1136297 from devel:languages:python
- update to 6.1.0: * Add support for Python 3.12. - Update to version 5.1.1 * Fix the possibility of a rare crash in the C extension when * Add attributes to support pluralization on a Message and update * Fix a regression copying Message objects in the Python OBS-URL: https://build.opensuse.org/request/show/1136297 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=17
This commit is contained in:
commit
9a0c06ae24
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 2 21:42:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 6.1.0:
|
||||||
|
* Add support for Python 3.12.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 26 07:31:38 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Wed Jul 26 07:31:38 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
@ -27,7 +33,7 @@ Wed Feb 1 13:11:47 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 5 13:49:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Mon Dec 5 13:49:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 5.1.1
|
- Update to version 5.1.1
|
||||||
* Add support for building arm64 wheels on macOS.
|
* Add support for building arm64 wheels on macOS.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -79,11 +85,11 @@ Fri Apr 5 10:09:51 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|||||||
- update to version 4.3.1
|
- update to version 4.3.1
|
||||||
* Drop support for Python 3.3.
|
* Drop support for Python 3.3.
|
||||||
* Add support for Python 3.7.
|
* Add support for Python 3.7.
|
||||||
* Fix the possibility of a rare crash in the C extension when
|
* Fix the possibility of a rare crash in the C extension when
|
||||||
deallocating items.
|
deallocating items.
|
||||||
* Add attributes to support pluralization on a Message and update
|
* Add attributes to support pluralization on a Message and update
|
||||||
the MessageFactory accordingly.
|
the MessageFactory accordingly.
|
||||||
* Fix a regression copying Message objects in the Python
|
* Fix a regression copying Message objects in the Python
|
||||||
implementation.
|
implementation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013-2022 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
|
||||||
@ -27,15 +27,17 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.i18nmessageid%{psuffix}
|
Name: python-zope.i18nmessageid%{psuffix}
|
||||||
Version: 6.0.1
|
Version: 6.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope Location
|
Summary: Zope Location
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
URL: https://github.com/zopefoundation/zope.i18nmessageid
|
URL: https://github.com/zopefoundation/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 pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION documentation requirements
|
# SECTION documentation requirements
|
||||||
@ -64,13 +66,13 @@ rm -rf zope.i18nmessageid.egg-info
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} build/sphinx/html/objects.inv
|
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} build/sphinx/html/objects.inv
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_install
|
%pyproject_install
|
||||||
# don't bother with development files
|
# don't bother with development files
|
||||||
%{python_expand rm -f %{buildroot}%{$python_sitearch}/zope/i18nmessageid/_zope_i18nmessageid_message.c
|
%{python_expand rm -f %{buildroot}%{$python_sitearch}/zope/i18nmessageid/_zope_i18nmessageid_message.c
|
||||||
%fdupes %{buildroot}%{$python_sitearch}
|
%fdupes %{buildroot}%{$python_sitearch}
|
||||||
@ -88,7 +90,7 @@ sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildin
|
|||||||
%doc CHANGES.rst COPYRIGHT.txt README.rst
|
%doc CHANGES.rst COPYRIGHT.txt README.rst
|
||||||
%dir %{python_sitearch}/zope
|
%dir %{python_sitearch}/zope
|
||||||
%{python_sitearch}/zope/i18nmessageid
|
%{python_sitearch}/zope/i18nmessageid
|
||||||
%{python_sitearch}/zope.i18nmessageid-%{version}*-info
|
%{python_sitearch}/zope.i18nmessageid-%{version}.dist-info
|
||||||
%{python_sitearch}/zope.i18nmessageid-%{version}*-nspkg.pth
|
%{python_sitearch}/zope.i18nmessageid-%{version}*-nspkg.pth
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
BIN
zope.i18nmessageid-6.0.1.tar.gz
(Stored with Git LFS)
BIN
zope.i18nmessageid-6.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
zope.i18nmessageid-6.1.0.tar.gz
Normal file
3
zope.i18nmessageid-6.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45ac26fdc86fabdf7b78f1c1bccfc1d4372d1a54838bbaedda9dba7444ad8941
|
||||||
|
size 31187
|
Loading…
Reference in New Issue
Block a user