From f0d1d202f43e9f90778ee845ddfb11d68b4715f04f315ed3441bfaf5672a3e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 27 Jun 2025 14:18:27 +0000 Subject: [PATCH] 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 --- consolekit-1.8.1.tar.gz | 3 --- consolekit-1.9.0.tar.gz | 3 +++ python-consolekit.changes | 9 +++++++++ python-consolekit.spec | 3 ++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 consolekit-1.8.1.tar.gz create mode 100644 consolekit-1.9.0.tar.gz diff --git a/consolekit-1.8.1.tar.gz b/consolekit-1.8.1.tar.gz deleted file mode 100644 index 596054f..0000000 --- a/consolekit-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c9edbde4f1880fd4c08a7f6d8b1a26a4030ecdc0464a14b60e4930d0d2a8654 -size 148736 diff --git a/consolekit-1.9.0.tar.gz b/consolekit-1.9.0.tar.gz new file mode 100644 index 0000000..b94661c --- /dev/null +++ b/consolekit-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e271699018fbbb73e530e7a8dc5ab25f30a539cc451ead0a4fa892a6d77474 +size 148823 diff --git a/python-consolekit.changes b/python-consolekit.changes index 8d63e8c..b4ece96 100644 --- a/python-consolekit.changes +++ b/python-consolekit.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 25 13:15:42 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-consolekit.spec b/python-consolekit.spec index f3d9a1a..b67c546 100644 --- a/python-consolekit.spec +++ b/python-consolekit.spec @@ -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