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

Binary file not shown.

3
consolekit-1.9.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9e271699018fbbb73e530e7a8dc5ab25f30a539cc451ead0a4fa892a6d77474
size 148823

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 25 13:15:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Mon May 19 08:30:36 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

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