update to 3.0.2 [release 3.0.2-1mamba;Sat Sep 09 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:27:00 +01:00
parent e963235b72
commit 096771fc4e

View File

@ -1,19 +1,19 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
%define pkgname pylint_venv
Name: python-pylint-venv
Version: 2.3.0
Release: 2mamba
Version: 3.0.2
Release: 1mamba
Summary: A Pylint init-hook to use the same Pylint installation with different virtual environments
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/jgosmann/pylint-venv/
Source: http://pypi.debian.net/pylint-venv/pylint-venv-%{version}.tar.gz
Source: http://pypi.debian.net/pylint-venv/pylint_venv-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
BuildRequires: python-poetry-core-py3
BuildRequires: python-poetry-core-py310
%description
%{summary}.
@ -23,7 +23,7 @@ BuildRequires: python-poetry-core-py3
%endif
%prep
%setup -q -n pylint-venv-%{version}
%setup -q -n pylint_venv-%{version}
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
@ -33,7 +33,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
mkdir %{buildroot}%{python_sitelib}/pylint_venv
mv %{buildroot}%{python_sitelib}/README.rst %{buildroot}%{python_sitelib}/pylint_venv/
#mv %{buildroot}%{python_sitelib}/README.rst %{buildroot}%{python_sitelib}/pylint_venv/
mv %{buildroot}%{python_sitelib}/pylint_venv.py %{buildroot}%{python_sitelib}/pylint_venv/
mv %{buildroot}%{python_sitelib}/__pycache__ %{buildroot}%{python_sitelib}/pylint_venv/
@ -52,6 +52,9 @@ mv %{buildroot}%{python_sitelib}/__pycache__ %{buildroot}%{python_sitelib}/pylin
%{python_sitelib}/pylint_venv/*
%changelog
* Sat Sep 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-1mamba
- update to 3.0.2
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 2.3.0-2mamba
- rebuilt with python 3.10