Compare commits

1 Commits
1.1 ... main

2 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 1 16:05:49 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Thu Mar 27 00:40:10 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Wed Jan 22 00:59:24 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Explicitly BuildRequire sphinx_rtd_theme.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 28 21:49:17 UTC 2024 - Dirk Müller <dmueller@suse.com> Mon Oct 28 21:49:17 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-zope.i18nmessageid # spec file for package python-zope.i18nmessageid
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 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
@@ -42,6 +42,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION documentation requirements # SECTION documentation requirements
BuildRequires: python3-Sphinx BuildRequires: python3-Sphinx
BuildRequires: python3-sphinx_rtd_theme
# /SECTION # /SECTION
# SECTION testing requirements # SECTION testing requirements
%if %{with test} %if %{with test}
@@ -90,7 +91,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}.dist-info %{python_sitearch}/zope[_.]i18nmessageid-%{version}.dist-info
%{python_sitearch}/zope.i18nmessageid-%{version}*-nspkg.pth %{python_sitearch}/zope.i18nmessageid-%{version}*-nspkg.pth
%endif %endif