Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-pptx for 
openSUSE:Factory checked in at 2024-10-27 11:24:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-pptx (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-pptx.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-pptx"

Sun Oct 27 11:24:46 2024 rev:6 rq:1218358 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-pptx/python-python-pptx.changes    
2024-03-15 20:32:11.846095750 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-pptx.new.2020/python-python-pptx.changes
  2024-10-27 11:25:00.157727015 +0100
@@ -1,0 +2,23 @@
+Fri Sep 27 17:49:50 UTC 2024 - Thiago Bertoldi <thiago.berto...@suse.com>
+
+- Remove utc.patch (not necessary since 1.0.0)
+
+- Update to 1.0.2 (2024-08-07)
+  * fix: #1003 restore read-only enum members
+
+- Update to 1.0.1 (2024-08-05)
+  * fix: #1000 add py.typed
+
+- Update to 1.0.0 (2024-08-03)
+  * fix: #929 raises on JPEG with image/jpg MIME-type
+  * fix: #943 remove mention of a Px Length subtype
+  * fix: #972 next-slide-id fails in rare cases
+  * fix: #990 do not require strict timestamps for Zip
+  * Add type annotations
+
+-------------------------------------------------------------------
+Thu Sep 26 20:25:47 UTC 2024 - Yogalakshmi Arunachalam <yarunacha...@suse.com>
+
+- fixed %{?sle15_python_module_pythons} 
+
+-------------------------------------------------------------------

Old:
----
  python-pptx-0.6.23.tar.gz
  utc.patch

New:
----
  python_pptx-1.0.2.tar.gz

BETA DEBUG BEGIN:
  Old:
- Remove utc.patch (not necessary since 1.0.0)
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-python-pptx.spec ++++++
--- /var/tmp/diff_new_pack.6IMo76/_old  2024-10-27 11:25:00.993761669 +0100
+++ /var/tmp/diff_new_pack.6IMo76/_new  2024-10-27 11:25:00.993761669 +0100
@@ -17,16 +17,16 @@
 #
 
 
+%{?sle15_python_module_pythons}
 Name:           python-python-pptx
-Version:        0.6.23
+Version:        1.0.2
 Release:        0
 Summary:        Generate and manipulate Open XML PowerPoint (pptx) files
 License:        MIT
 URL:            http://github.com/scanny/python-pptx
-Source:         
https://files.pythonhosted.org/packages/source/p/python-pptx/python-pptx-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM https://github.com/scanny/python-pptx/pull/957 Use 
UTC-aware datetime objects
-Patch:          utc.patch
-BuildRequires:  %{python_module setuptools}
+Source:         
https://files.pythonhosted.org/packages/source/p/python-pptx/python_pptx-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools >= 61.0.0}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module lxml >= 3.1.0}
@@ -35,25 +35,27 @@
 BuildRequires:  %{python_module behave}
 BuildRequires:  %{python_module pyparsing >= 2.0.1}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module typing_extensions >= 4.9.0}
 # /SECTION
 BuildRequires:  fdupes
 Requires:       python-Pillow >= 3.3.2
 Requires:       python-XlsxWriter >= 0.5.7
 Requires:       python-lxml >= 3.1.0
+Requires:       python-typing_extensions >= 4.9.0
 BuildArch:      noarch
 %python_subpackages
 
 %description
-Generate and manipulate Open XML PowerPoint (.pptx) files.
+Create, read, and update PowerPoint 2007+ (.pptx) files.
 
 %prep
-%autosetup -p1 -n python-pptx-%{version}
+%autosetup -p1 -n python_pptx-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

Reply via email to