Accepting request 1288850 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1288850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-consolekit?expand=0&rev=5
This commit is contained in:
2025-06-30 11:03:32 +00:00
committed by Git OBS Bridge
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