Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-show-in-file-manager for
openSUSE:Factory checked in at 2026-04-26 21:11:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-show-in-file-manager (Old)
and /work/SRC/openSUSE:Factory/.python-show-in-file-manager.new.11940
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-show-in-file-manager"
Sun Apr 26 21:11:34 2026 rev:2 rq:1349295 version:1.1.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-show-in-file-manager/python-show-in-file-manager.changes
2022-05-09 18:44:27.768232762 +0200
+++
/work/SRC/openSUSE:Factory/.python-show-in-file-manager.new.11940/python-show-in-file-manager.changes
2026-04-26 21:14:14.280591072 +0200
@@ -1,0 +2,33 @@
+Sat Apr 25 21:13:49 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.1.6:
+ * Support Cosmic Files.
+ * Add check for "kde:plasma" in environment variable
+ `XDG_CURRENT_DESKTOP`.
+ * Fix #27: Incorrect behavior when Windows explorer hides file
+ extensions. Thanks to tpl2go for the fix.
+ * Fix #29: Directory names with Unicode do not open correctly
+ in file managers that cannot select files. Thanks to
+ nipatriknilsson for identifying the underlying problem.
+ * Drop Python 3.8 and 3.9 support. Use Python 3.10+ typing
+ syntax.
+ * Add `__version__` to package.
+ * `hatch build -t sdist` now produces an archive of the
+ project's source code.
+ * `hatch build -t wheel` now produces a wheel (zip archive) of
+ the program's Python code; it also generates the manpage.
+ * Update SPDX headers to be compliant with spec.
+ * Switch to hatch from setuptools.
+ * New build dependency: hatch-argparse-manpage.
+ * Add Release Notes.
+ * Refactor: use absolute imports, not relative.
+ * Refactor: flatten code by using a new class. The API is
+ unchanged.
+ * Drop setup.py and setup.cfg in favor of pyproject.toml.
+ * Purge doc directory.
+ * New build dependency: argparse-manpage
+ * Generate man page with argparse-manpage instead of pandoc.
+ * Format and lint using ruff. Drop black.
+ * Drop Python 3.6 and 3.7 support.
+
+-------------------------------------------------------------------
Old:
----
show-in-file-manager-1.1.4.tar.gz
New:
----
show_in_file_manager-1.1.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-show-in-file-manager.spec ++++++
--- /var/tmp/diff_new_pack.kMJFOK/_old 2026-04-26 21:14:15.040622125 +0200
+++ /var/tmp/diff_new_pack.kMJFOK/_new 2026-04-26 21:14:15.044622288 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-show-in-file-manager
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,19 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-show-in-file-manager
-Version: 1.1.4
+Version: 1.1.6
Release: 0
Summary: Open the system file manager and select files in it
License: MIT
URL: https://github.com/damonlynch/showinfilemanager
-Source:
https://files.pythonhosted.org/packages/source/s/show-in-file-manager/show-in-file-manager-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/s/show-in-file-manager/show_in_file_manager-%{version}.tar.gz
+BuildRequires: %{python_module hatch-argparse-manpage}
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyxdg >= 0.25}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module wheel}
-BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-packaging
@@ -38,9 +36,6 @@
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
-%if 0%{?python_version_nodots} < 38
-Requires: python-importlib-metadata
-%endif
%python_subpackages
%description
@@ -50,7 +45,7 @@
the user to quickly do something with them.
%prep
-%setup -q -n show-in-file-manager-%{version}
+%setup -q -n show_in_file_manager-%{version}
%build
%pyproject_wheel
@@ -58,6 +53,7 @@
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/showinfilemanager
+%python_expand rm %{buildroot}%{$python_sitelib}/man/showinfilemanager.1
%python_expand %fdupes %{buildroot}%{$python_sitelib}
#%%check
@@ -70,7 +66,7 @@
%python_uninstall_alternative showinfilemanager
%files %{python_files}
-%doc CHANGELOG.md README.md
+%doc CHANGELOG.md README.md RELEASE_NOTES.md
%license LICENSE
%python_alternative %{_bindir}/showinfilemanager
%{python_sitelib}/showinfm