diff --git a/logilab-common-2.0.0.tar.gz b/logilab-common-2.0.0.tar.gz deleted file mode 100644 index 355271b..0000000 --- a/logilab-common-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a23bd1da4dd6a63e448f4392e7b2386855ff70615578bfcf993eeb8824de970b -size 187453 diff --git a/logilab_common-2.1.0.tar.gz b/logilab_common-2.1.0.tar.gz new file mode 100644 index 0000000..70bf350 --- /dev/null +++ b/logilab_common-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d863c791dea08fce5d3e932bac2f03c322bfc0eb93d62d6bf974e7659e2bfb7e +size 187464 diff --git a/python-logilab-common.changes b/python-logilab-common.changes index 674b6fd..87933df 100644 --- a/python-logilab-common.changes +++ b/python-logilab-common.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Aug 7 14:22:57 UTC 2025 - John Paul Adrian 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 + ------------------------------------------------------------------- Thu Jul 10 05:39:07 UTC 2025 - Steve Kowalik diff --git a/python-logilab-common.spec b/python-logilab-common.spec index 3aecf1e..f5cc926 100644 --- a/python-logilab-common.spec +++ b/python-logilab-common.spec @@ -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