Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package javapackages-tools for openSUSE:Factory checked in at 2026-06-04 18:53:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/javapackages-tools (Old) and /work/SRC/openSUSE:Factory/.javapackages-tools.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "javapackages-tools" Thu Jun 4 18:53:20 2026 rev:51 rq:1356838 version:6.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/javapackages-tools/javapackages-tools.changes 2026-05-24 19:36:10.344550596 +0200 +++ /work/SRC/openSUSE:Factory/.javapackages-tools.new.2375/javapackages-tools.changes 2026-06-04 18:55:08.218908006 +0200 @@ -1,0 +2,7 @@ +Thu May 28 11:14:13 UTC 2026 - Matej Cepl <[email protected]> + +- Outside of the ancient distros (< SLE-15-SP5) for the + Python packaging use the modern style of %pyproject_* macros + (soo#python/_ObsPrj#491). + +------------------------------------------------------------------- @@ -6,0 +14,2 @@ +- Add `python-rpm-packaging` as BR (not sure whether it is a good + idea). ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ javapackages-tools.spec ++++++ --- /var/tmp/diff_new_pack.tX19FL/_old 2026-06-04 18:55:09.670967899 +0200 +++ /var/tmp/diff_new_pack.tX19FL/_new 2026-06-04 18:55:09.670967899 +0200 @@ -26,8 +26,16 @@ %if %{with python} %bcond_with gradle %bcond_without ivy + %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 + +%if 0%{?suse_version} >= 1550 +%bcond_with ancient_python +%else +%bcond_without ancient_python +%endif + Name: javapackages-tools-%{flavor} %else Name: javapackages-tools @@ -70,7 +78,10 @@ BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildArch: noarch -%if 0%{?suse_version} >= 1550 +%if %{without ancient_python} +BuildRequires: python-rpm-packaging +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} # TW: generate subpackages for every python3 flavor %define python_subpackage_only 1 %python_subpackages @@ -180,7 +191,11 @@ ./build %if %{with python} pushd python +%if %{with ancient_python} %python_build +%else +%pyproject_wheel +%endif popd %endif @@ -190,7 +205,11 @@ %if %{with python} pushd python +%if %{with ancient_python} %python_install +%else +%pyproject_install +%endif popd # kill all the common files files=" @@ -250,7 +269,7 @@ popd %endif -%if !%{with python} +%if %{without python} %files -f files-tools %license LICENSE @@ -273,6 +292,7 @@ %files %{python_files javapackages} %license LICENSE -%{python_sitelib}/javapackages* +%{python_sitelib}/javapackages +%{python_sitelib}/javapackages-%{version}*-info %endif ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.tX19FL/_old 2026-06-04 18:55:09.718969880 +0200 +++ /var/tmp/diff_new_pack.tX19FL/_new 2026-06-04 18:55:09.722970045 +0200 @@ -1,6 +1,6 @@ -mtime: 1779436722 -commit: 978f06b3785a559b520782bce503d7c3c432ef0ad51d7d0f8cdaa968be5a191a +mtime: 1779967890 +commit: 5ba6b114e67df7d26c588a251ab7f26651742090befd2247c40f90f2ea257424 url: https://src.opensuse.org/java-packages/javapackages-tools -revision: 978f06b3785a559b520782bce503d7c3c432ef0ad51d7d0f8cdaa968be5a191a +revision: 5ba6b114e67df7d26c588a251ab7f26651742090befd2247c40f90f2ea257424 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-28 13:31:30.000000000 +0200 @@ -0,0 +1 @@ +.osc
