diff --git a/Genshi-0.7.7.tar.gz b/Genshi-0.7.7.tar.gz deleted file mode 100644 index ca03f31..0000000 --- a/Genshi-0.7.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c100520862cd69085d10ee1a87e91289e7f59f6b3d9bd622bf58b2804e6b9aab -size 267206 diff --git a/Genshi-0.7.9.tar.gz b/Genshi-0.7.9.tar.gz new file mode 100644 index 0000000..4667b0e --- /dev/null +++ b/Genshi-0.7.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76170a8b2dc18944e0915103c284cb889dfcee34e0e140ba3363c80f7541ad2 +size 269399 diff --git a/python-Genshi.changes b/python-Genshi.changes index 3112030..600f350 100644 --- a/python-Genshi.changes +++ b/python-Genshi.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jul 22 09:59:24 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.7.9 + * Add Python 3.12 to CI matrix and fix Python 3.12 support. (#77) + * Add Python 3.13 beta to CI. (#81) + * Add badges to the README. (#82) +- from version 0.7.8 + * Do not merge sub directives if they have not been changed. (#53) + * Silence deprecation warnings from attempting to import Ellipsis and + Str (which are needed to support older Pythons). (#73) + * Remove fallback to distutils, patching of bdist_egg and use of doctools. (#74) + * Clarify the escaping in _URL_FINDER. (#76) + * Fix installation with setuptools >= 60. (#68) +- Rename README.txt to README.md in %files section + ------------------------------------------------------------------- Sun Apr 23 01:39:49 UTC 2023 - Matej Cepl diff --git a/python-Genshi.spec b/python-Genshi.spec index bdb6e23..018a455 100644 --- a/python-Genshi.spec +++ b/python-Genshi.spec @@ -1,7 +1,7 @@ # # spec file for package python-Genshi # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define oldpython python %{?sle15_python_module_pythons} Name: python-Genshi -Version: 0.7.7 +Version: 0.7.9 Release: 0 Summary: A toolkit for generation of output for the web License: BSD-3-Clause @@ -87,7 +87,7 @@ This package contains documentation and examples. %files %{python_files} %license COPYING -%doc ChangeLog README.txt +%doc ChangeLog README.md %{python_sitearch}/genshi/ %{python_sitearch}/Genshi-%{version}*-info %if 0%{?suse_version} > 1500