Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:alveus:kde:extra
bleachbit
001_bleachbit_use_python312.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 001_bleachbit_use_python312.patch of Package bleachbit
diff -uNr bleachbit.orig/bleachbit/CLI.py bleachbit/bleachbit/CLI.py --- bleachbit.orig/bleachbit/CLI.py 2024-07-24 13:06:08.756014218 +0200 +++ bleachbit/bleachbit/CLI.py 2024-07-24 13:09:00.794306180 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python3.12 # vim: ts=4:sw=4:expandtab # BleachBit diff -uNr bleachbit.orig/bleachbit/GUI.py bleachbit/bleachbit/GUI.py --- bleachbit.orig/bleachbit/GUI.py 2024-07-24 13:06:08.758014244 +0200 +++ bleachbit/bleachbit/GUI.py 2024-07-24 13:09:00.796306207 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python3.12 # vim: ts=4:sw=4:expandtab # BleachBit diff -uNr bleachbit.orig/bleachbit/_platform.py bleachbit/bleachbit/_platform.py --- bleachbit.orig/bleachbit/_platform.py 2024-07-24 13:06:08.760014271 +0200 +++ bleachbit/bleachbit/_platform.py 2024-07-24 13:09:59.154084397 +0200 @@ -1,4 +1,4 @@ -#! /usr/bin/python3.7 +#! /usr/bin/python3.12 """ This module tries to retrieve as much platform-identifying data as possible. It makes this information available via function APIs. diff -uNr bleachbit.orig/bleachbit.py bleachbit/bleachbit.py --- bleachbit.orig/bleachbit.py 2024-07-24 13:06:08.755014204 +0200 +++ bleachbit/bleachbit.py 2024-07-24 13:09:00.864307113 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python3.12 # vim: ts=4:sw=4:expandtab # BleachBit diff -uNr bleachbit.orig/Makefile bleachbit/Makefile --- bleachbit.orig/Makefile 2024-07-24 13:06:08.755014204 +0200 +++ bleachbit/Makefile 2024-07-24 13:20:54.572128607 +0200 @@ -19,7 +19,7 @@ INSTALL_DATA = $(INSTALL) -m 644 # if not specified, do not check coverage -PYTHON ?= python3 +PYTHON ?= python3.12 COVERAGE ?= $(PYTHON) build: diff -uNr bleachbit.orig/setup.py bleachbit/setup.py --- bleachbit.orig/setup.py 2024-07-24 13:06:08.762014297 +0200 +++ bleachbit/setup.py 2024-07-24 13:10:40.983642377 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3.12 # vim: ts=4:sw=4:expandtab # BleachBit diff -uNr bleachbit.orig/tests/TestNsisUtilities.py bleachbit/tests/TestNsisUtilities.py --- bleachbit.orig/tests/TestNsisUtilities.py 2024-07-24 13:06:08.817015030 +0200 +++ bleachbit/tests/TestNsisUtilities.py 2024-07-24 13:09:00.837306753 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python3.12 # vim: ts=4:sw=4:expandtab # BleachBit diff -uNr bleachbit.orig/windows/NsisUtilities.py bleachbit/windows/NsisUtilities.py --- bleachbit.orig/windows/NsisUtilities.py 2024-07-24 13:06:08.816015016 +0200 +++ bleachbit/windows/NsisUtilities.py 2024-07-24 13:09:00.824306580 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python3.12 # vim: ts=4:sw=4:expandtab # BleachBit
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor