Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-EditorConfig for 
openSUSE:Factory checked in at 2024-07-31 13:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-EditorConfig (Old)
 and      /work/SRC/openSUSE:Factory/.python-EditorConfig.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-EditorConfig"

Wed Jul 31 13:30:20 2024 rev:7 rq:1190540 version:0.12.4+git.1707726233.2740dee

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-EditorConfig/python-EditorConfig.changes  
2021-09-20 23:34:24.899267107 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-EditorConfig.new.7232/python-EditorConfig.changes
        2024-07-31 13:30:47.455492294 +0200
@@ -1,0 +2,10 @@
+Tue Jul 30 21:16:59 UTC 2024 - Matej Cepl <mc...@cepl.eu>
+
+- Update to editorconfig-core-py-0.12.4+git.1707726233.2740dee:
+  * Bump to v0.12.4 (#50)
+  * fix: only support Python3 (#48)
+  * Move the most of metadata into `setup.cfg` supported since Dec 2015. (#44)
+  * Add additional URLs into package metadata. (#43)
+  * Fix cloning submodules (#40)
+
+-------------------------------------------------------------------

Old:
----
  editorconfig-core-py-0.12.3+git.1630438300.f43312a.tar.xz

New:
----
  editorconfig-core-py-0.12.4+git.1707726233.2740dee.obscpio

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

Other differences:
------------------
++++++ python-EditorConfig.spec ++++++
--- /var/tmp/diff_new_pack.7XzvSK/_old  2024-07-31 13:30:48.067517428 +0200
+++ /var/tmp/diff_new_pack.7XzvSK/_new  2024-07-31 13:30:48.067517428 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-EditorConfig
 #
-# Copyright (c) 2021 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
@@ -16,16 +16,17 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define modname editorconfig-core-py
 Name:           python-EditorConfig
-Version:        0.12.3+git.1630438300.f43312a
+Version:        0.12.4+git.1707726233.2740dee
 Release:        0
 Summary:        File Locator and Interpreter for Python
 License:        BSD-2-Clause AND Python-2.0
 URL:            https://editorconfig.org
 Source0:        %{modname}-%{version}.tar.xz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -41,23 +42,24 @@
 %autosetup -p1 -n %{modname}-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 # remove executable that is already supplied by the editorconfig package
 rm -rf %{buildroot}%{_bindir}
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 # Still not resolved issues with tests, gh#editorconfig/editorconfig-core-py#37
-cmake .
+%{python_expand cmake .
 export PYTHONPATH=%{buildroot}%{$python_sitelib}
 ctest -VV --output-on-failure . || /bin/true
+}
 
 %files %{python_files}
 %license LICENSE.* COPYING
 %doc README.rst
 %{python_sitelib}/editorconfig
-%{python_sitelib}/EditorConfig-*.egg-info
+%{python_sitelib}/EditorConfig-%(echo %{version}|cut -d+ -f 1)*-info
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.7XzvSK/_old  2024-07-31 13:30:48.095518578 +0200
+++ /var/tmp/diff_new_pack.7XzvSK/_new  2024-07-31 13:30:48.099518742 +0200
@@ -1,16 +1,16 @@
 <services>
-  <service name="obs_scm" mode="disabled">
+  <service name="obs_scm" mode="manual">
     <param 
name="url">https://github.com/editorconfig/editorconfig-core-py.git</param>
     <param name="scm">git</param>
-    <param name="versionprefix">0.12.3+git</param>
+    <param name="versionprefix">0.12.4+git</param>
     <param name="changesgenerate">enable</param>
     <param name="changesauthor">mc...@cepl.eu</param>
   </service>
-  <service mode="disabled" name="tar" />
-  <service mode="disabled" name="recompress">
+  <service mode="buildtime" name="tar" />
+  <service mode="buildtime" name="recompress">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service mode="disabled" name="set_version" />
+  <service mode="manual" name="set_version" />
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.7XzvSK/_old  2024-07-31 13:30:48.119519564 +0200
+++ /var/tmp/diff_new_pack.7XzvSK/_new  2024-07-31 13:30:48.123519728 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/editorconfig/editorconfig-core-py.git</param>
-              <param 
name="changesrevision">f43312abcf6888b78ca80f1e95bfa627281746ad</param></service></servicedata>
+              <param 
name="changesrevision">2740deeacfa9b6a5fbfd419500126daec80c5022</param></service></servicedata>
 (No newline at EOF)
 

++++++ editorconfig-core-py.obsinfo ++++++
--- /var/tmp/diff_new_pack.7XzvSK/_old  2024-07-31 13:30:48.147520713 +0200
+++ /var/tmp/diff_new_pack.7XzvSK/_new  2024-07-31 13:30:48.151520878 +0200
@@ -1,6 +1,5 @@
 name: editorconfig-core-py
-version: 0.12.3+git.1630438300.f43312a
-mtime: 1630438300
-commit: f43312abcf6888b78ca80f1e95bfa627281746ad
-
+version: 0.12.4+git.1707726233.2740dee
+mtime: 1707726233
+commit: 2740deeacfa9b6a5fbfd419500126daec80c5022
 

Reply via email to