Accepting request 1288551 from home:glaubitz:branches:devel:languages:python

- Update to 1.9.0
  * Update contributing guide. (#113)
  * Restore private `_click_major` variable and add public
    versions for full and major version.
- Remove shebangs from Python sources

OBS-URL: https://build.opensuse.org/request/show/1288551
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-consolekit?expand=0&rev=10
This commit is contained in:
2025-06-27 14:18:27 +00:00
committed by Git OBS Bridge
parent 3f766d4fe3
commit f0d1d202f4
4 changed files with 14 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-consolekit%{psuffix}
Version: 1.8.1
Version: 1.9.0
Release: 0
Summary: Additional utilities for click
License: MIT
@@ -61,6 +61,7 @@ Additional utilities for click.
%prep
%autosetup -p1 -n consolekit-%{version}
find . -name "*.py*" -exec sed -i '/#\!\/usr\/bin\/env/d' {} \;
%build
%pyproject_wheel