14
0

Accepting request 1298367 from devel:languages:python

Forwarded request #1298162 from glaubitz

- Update to 2.1.0
    * support python 3.12
    * feat(compat): remove old python2 compatibility code
  - Adjust upstream source name in spec file
  - Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1298367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-logilab-common?expand=0&rev=15
This commit is contained in:
2025-08-08 13:13:49 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Aug 7 14:22:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.1.0
* support python 3.12
* feat(compat): remove old python2 compatibility code
- Adjust upstream source name in spec file
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Thu Jul 10 05:39:07 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -15,14 +15,14 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-logilab-common
Version: 2.0.0
Version: 2.1.0
Release: 0
Summary: Python lowlevel functionality shared by logilab projects
License: LGPL-2.1-or-later
URL: https://logilab-common.readthedocs.io/
Source: https://files.pythonhosted.org/packages/source/l/logilab-common/logilab-common-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/l/logilab_common/logilab_common-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -46,7 +46,7 @@ instance, logilab.common.db will require a db-api 2.0 compliant
database driver.
%prep
%setup -q -n logilab-common-%{version}
%setup -q -n logilab_common-%{version}
%build
%pyproject_wheel