Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pathable for openSUSE:Factory
checked in at 2023-05-10 16:18:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pathable (Old)
and /work/SRC/openSUSE:Factory/.python-pathable.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pathable"
Wed May 10 16:18:31 2023 rev:3 rq:1085811 version:0.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pathable/python-pathable.changes
2023-04-15 22:32:44.485397492 +0200
+++
/work/SRC/openSUSE:Factory/.python-pathable.new.1533/python-pathable.changes
2023-05-10 16:18:33.402986145 +0200
@@ -1,0 +2,5 @@
+Tue May 9 19:22:19 UTC 2023 - Ben Greiner <[email protected]>
+
+- poetry-core is enough to build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pathable.spec ++++++
--- /var/tmp/diff_new_pack.Ia8gOb/_old 2023-05-10 16:18:33.914989173 +0200
+++ /var/tmp/diff_new_pack.Ia8gOb/_new 2023-05-10 16:18:33.918989197 +0200
@@ -22,12 +22,11 @@
Summary: Object-oriented paths
License: Apache-2.0
URL: https://github.com/p1c2u/pathable
-Source:
/https://github.com/p1c2u/pathable/archive/refs/tags/%{version}.tar.gz#/pathable-%{version}.tar.gz
+Source:
https://github.com/p1c2u/pathable/archive/refs/tags/%{version}.tar.gz#/pathable-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module poetry}
+BuildRequires: %{python_module poetry-core >= 1.0}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# I know self obsoletion, but se want following, right?
@@ -58,6 +57,7 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/pathable*/
+%{python_sitelib}/pathable
+%{python_sitelib}/pathable-%{version}.dist-info
%changelog