Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pypandoc for openSUSE:Factory 
checked in at 2024-11-20 17:48:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pypandoc (Old)
 and      /work/SRC/openSUSE:Factory/.python-pypandoc.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pypandoc"

Wed Nov 20 17:48:08 2024 rev:12 rq:1225326 version:1.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pypandoc/python-pypandoc.changes  
2024-10-27 11:26:14.488808162 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pypandoc.new.28523/python-pypandoc.changes   
    2024-11-20 17:48:09.693108841 +0100
@@ -1,0 +2,6 @@
+Wed Nov 20 15:46:13 UTC 2024 - Dirk Müller <[email protected]>
+
+- add remove-py313-upper-bound.patch: fix build with python 3.13
+- cleanup url/source links
+
+-------------------------------------------------------------------

New:
----
  remove-py313-upper-bound.patch

BETA DEBUG BEGIN:
  New:
- add remove-py313-upper-bound.patch: fix build with python 3.13
- cleanup url/source links
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-pypandoc.spec ++++++
--- /var/tmp/diff_new_pack.dV3hxa/_old  2024-11-20 17:48:11.433181205 +0100
+++ /var/tmp/diff_new_pack.dV3hxa/_new  2024-11-20 17:48:11.449181871 +0100
@@ -23,8 +23,10 @@
 Release:        0
 Summary:        Thin wrapper for pandoc
 License:        MIT
-URL:            https://github.com/bebraw/pypandoc
-Source:         
https://github.com/NicklasTegner/pypandoc/archive/refs/tags/v%{version}.tar.gz#/pypandoc-%{version}.tar.gz
+URL:            https://github.com/JessicaTegner/pypandoc
+Source:         
https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v%{version}.tar.gz#/pypandoc-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM: 
https://github.com/JessicaTegner/pypandoc/commit/50f3b0867e82874edfd8828087acb6a52ef2eaef
+Patch1:         remove-py313-upper-bound.patch
 BuildRequires:  %{python_module pandocfilters}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module poetry}
@@ -47,7 +49,7 @@
 pypandoc provides a thin wrapper for pandoc, a universal document converter.
 
 %prep
-%setup -q -n pypandoc-%{version}
+%autosetup -p1 -n pypandoc-%{version}
 
 %build
 %pyproject_wheel
@@ -59,7 +61,7 @@
 %check
 # 'test_basic_conversion_from_http_url' needs network
 # 'test_conversion_with_data_files' => 
https://github.com/JessicaTegner/pypandoc/issues/278
-%pytest tests.py -k 'not test_basic_conversion_from_http_url and not 
test_conversion_with_data_files'
+%pytest tests.py -k 'not test_basic_conversion_from_http_url and not 
test_conversion_with_data_files and not 
test_basic_conversion_from_file_pattern_pathlib_glob'
 
 %files %{python_files}
 %license LICENSE

++++++ remove-py313-upper-bound.patch ++++++
Index: pypandoc-1.14/pyproject.toml
===================================================================
--- pypandoc-1.14.orig/pyproject.toml
+++ pypandoc-1.14/pyproject.toml
@@ -24,6 +24,7 @@ classifiers = [
         'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: 3.11',
         'Programming Language :: Python :: 3.12',
+        'Programming Language :: Python :: 3.13',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy'
     ]
@@ -33,7 +34,7 @@ packages = [
 ]
 
 [tool.poetry.dependencies]
-python = ">=3.7,<3.13"
+python = ">=3.7"
 
 [tool.poetry.dev-dependencies]
 pandocfilters = "^1.5"

Reply via email to