Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sphinxext-opengraph for 
openSUSE:Factory checked in at 2025-10-09 15:06:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxext-opengraph (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinxext-opengraph.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxext-opengraph"

Thu Oct  9 15:06:31 2025 rev:5 rq:1309923 version:0.13.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxext-opengraph/python-sphinxext-opengraph.changes
    2023-12-18 22:56:40.533221243 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxext-opengraph.new.11973/python-sphinxext-opengraph.changes
 2025-10-09 15:09:15.585601180 +0200
@@ -1,0 +2,16 @@
+Thu Oct  9 06:21:57 UTC 2025 - Markéta Machová <[email protected]>
+
+- update to 0.13.0
+  * Add support for Python 3.12
+  * Drop support for Sphinx 4
+  * Add testing for Sphinx 8
+  * Improvements & general refactoring
+  * Allow setting a canonical URL via ogp_canonical_url
+  * Allow ogp_custom_meta_tags to be a tuple
+  * Only use READTHEDOCS_CANONICAL_URL from Read the Docs
+  * Escape reserved HTML characters in og:description
+  * Ignore EPUB builders in html_page_context()
+  * Declare support for Python 3.14
+  * Specify valid types for configuration options
+
+-------------------------------------------------------------------

Old:
----
  sphinxext-opengraph-0.9.1.tar.gz

New:
----
  sphinxext_opengraph-0.13.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sphinxext-opengraph.spec ++++++
--- /var/tmp/diff_new_pack.8XiW90/_old  2025-10-09 15:09:16.273630222 +0200
+++ /var/tmp/diff_new_pack.8XiW90/_new  2025-10-09 15:09:16.277630390 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxext-opengraph
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,21 +26,21 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-sphinxext-opengraph
-Version:        0.9.1
+Version:        0.13.0
 Release:        0
 Summary:        Sphinx Extension to enable OGP support
 License:        MIT
 URL:            https://github.com/wpilibsuite/sphinxext-opengraph
-Source:         
https://files.pythonhosted.org/packages/source/s/sphinxext-opengraph/sphinxext-opengraph-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/s/sphinxext-opengraph/sphinxext_opengraph-%{version}.tar.gz
+BuildRequires:  %{python_module flit-core}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python3-Sphinx >= 2.0
+Requires:       python3-Sphinx >= 5.0
 BuildArch:      noarch
 %if %{with test}
-BuildRequires:  %{python_module Sphinx >= 2.0}
+BuildRequires:  %{python_module Sphinx >= 5.0}
 BuildRequires:  %{python_module beautifulsoup4}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module sphinxext-opengraph}
@@ -51,7 +51,7 @@
 Sphinx Extension to enable OGP support
 
 %prep
-%setup -q -n sphinxext-opengraph-%{version}
+%setup -q -n sphinxext_opengraph-%{version}
 
 %build
 %pyproject_wheel
@@ -69,8 +69,8 @@
 
 %if !%{with test}
 %files %{python_files}
-%doc README.md
-%license LICENSE.md
+%doc README.rst
+%license LICENCE.rst
 %dir %{python_sitelib}/sphinxext
 %{python_sitelib}/sphinxext/opengraph
 %{python_sitelib}/sphinxext_opengraph-%{version}.dist-info

Reply via email to