forked from pool/python-logilab-common
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
2b96d50eb2 | |||
28b679ab38 | |||
5dd32f7e48 | |||
01a0fdf3b6 | |||
2a90aa94fd | |||
afc3125069 | |||
9729f457a0 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:95697aeb9e276ce04279cdb8889ec618a11c632fe06039fdc0c8a5dcf3ea5a49
|
|
||||||
size 206834
|
|
3
logilab_common-2.1.0.tar.gz
Normal file
3
logilab_common-2.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d863c791dea08fce5d3e932bac2f03c322bfc0eb93d62d6bf974e7659e2bfb7e
|
||||||
|
size 187464
|
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
- Sprinkle in fdupes.
|
||||||
|
- No more greedy globs in %files.
|
||||||
|
- Add Requires that are needed.
|
||||||
|
- Fix changelog issues.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 20 15:02:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.0:
|
||||||
|
* drop python 2.x support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 20 19:35:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Jan 20 19:35:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -808,4 +832,3 @@ Sun Jul 17 15:16:36 CEST 2005 - garloff@suse.de
|
|||||||
|
|
||||||
- Initial creation of package python-logilab-common 0.10.0.
|
- Initial creation of package python-logilab-common 0.10.0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-logilab-common
|
# spec file for package python-logilab-common
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,18 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-logilab-common
|
Name: python-logilab-common
|
||||||
Version: 1.11.0
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python lowlevel functionality shared by logilab projects
|
Summary: Python lowlevel functionality shared by logilab projects
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://logilab-common.readthedocs.io/
|
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 setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-mypy_extensions
|
||||||
|
Requires: python-setuptools
|
||||||
|
Requires: python-typing_extensions
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -42,18 +46,22 @@ instance, logilab.common.db will require a db-api 2.0 compliant
|
|||||||
database driver.
|
database driver.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n logilab-common-%{version}
|
%setup -q -n logilab_common-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
rm -f %{buildroot}%{_bindir}/logilab-pytest
|
rm -f %{buildroot}%{_bindir}/logilab-pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING COPYING.LESSER
|
%license COPYING COPYING.LESSER
|
||||||
%doc ChangeLog README.rst
|
%doc ChangeLog README.rst
|
||||||
%{python_sitelib}/*
|
%dir %{python_sitelib}/logilab
|
||||||
|
%{python_sitelib}/logilab/common
|
||||||
|
%{python_sitelib}/logilab_common-%{version}-*-nspkg.pth
|
||||||
|
%{python_sitelib}/logilab_common-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user