python-logilab-common/python-logilab-common.spec

60 lines
1.9 KiB
RPMSpec
Raw Normal View History

#
# spec file for package python-logilab-common
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-logilab-common
Version: 1.8.3
Release: 0
Summary: Python lowlevel functionality shared by logilab projects
License: LGPL-2.1-or-later
Group: Development/Languages/Python
URL: https://www.logilab.org/project/logilab-common
Source: https://files.pythonhosted.org/packages/source/l/logilab-common/logilab-common-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
The package logilab.common contains several modules providing low level
functionalities shared among some python projects developed by logilab.
The package is used by pylint, an advanced Python style and syntax
checker.
Please note that some of the modules have some extra dependencies. For
instance, logilab.common.db will require a db-api 2.0 compliant
database driver.
%prep
%setup -q -n logilab-common-%{version}
%build
%python_build
%install
%python_install
rm -f %{buildroot}%{_bindir}/logilab-pytest
%files %{python_files}
%license COPYING COPYING.LESSER
- updadate to 1.8.0: * deprecation: add types annotations * declare that logilab.common ships type annotations (py.typed file) * various bug fixes * type: declare that logilab-common ship type annotations * make the build reproducible * fix(deprecation): stacked decorators breaks getting the real callable __name__ attribute * fix: in some situation (using several deprecation functions), renaming deprecation utils failed to point to the correct new name and used random internal names of the module * fix(deprecation): rollback to old class_deprecation being a class behavior * logilab-common requires python 3.6 now * greatly improve our CI and migrate it to heptapod/gitlab-ci * black the whole code base * move test suit to pytest * use check-manifest and fix related bugs in MANIFEST.in * integrates flake8 and please the flake8 gods * various fixes * class_deprecation is not a class anymore * pytest 5.4.2 breaks tests, pin to 5.4.1 for now * fix: rollback to old class_deprecation being a class behavior * fix: @functools.wraps broke callable_renamed, write a @lazy_wraps and use it everywhere in logilab.common.deprecation * add docstring to LazyObject * fix: metaclass conflict in class_deprecated * fix: explicitly requires python 3.6 in setup.py * bug fix, bad usage of callable_renamed * logilab-common requires python >= 3.6 now * use pyannotates to introduces types in all the modules OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logilab-common?expand=0&rev=56
2020-12-19 14:21:55 +01:00
%doc ChangeLog README.rst
%{python_sitelib}/*
%changelog