Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pylint-venv for openSUSE:Factory checked in at 2023-08-28 17:12:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylint-venv (Old) and /work/SRC/openSUSE:Factory/.python-pylint-venv.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylint-venv" Mon Aug 28 17:12:44 2023 rev:2 rq:1105908 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylint-venv/python-pylint-venv.changes 2022-11-07 13:52:09.559959357 +0100 +++ /work/SRC/openSUSE:Factory/.python-pylint-venv.new.1766/python-pylint-venv.changes 2023-08-28 17:12:48.991482564 +0200 @@ -1,0 +2,17 @@ +Thu Aug 24 14:34:09 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 3.0.2 + * Handle symlinks pointing to the main python3.x directory in a + venv. In particular, this fixes an issue with Conda and Python + 3.10 (#16). +- Release 3.0.0 + * Require that the force_venv_activation argument to inithook is + passed as keyword argument. + * Remove (official) support for Python 3.6. + * Do not include documentation files in pure library distribution + (#13). + * Clarify that the hook has to be configured in the [MAIN] + section (#14) +- Drop pylint-venv-pr13-fixinclude.patch + +------------------------------------------------------------------- Old: ---- pylint-venv-2.3.0.tar.gz pylint-venv-pr13-fixinclude.patch New: ---- pylint_venv-3.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylint-venv.spec ++++++ --- /var/tmp/diff_new_pack.bD9HLw/_old 2023-08-28 17:12:50.175525084 +0200 +++ /var/tmp/diff_new_pack.bD9HLw/_new 2023-08-28 17:12:50.179525227 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pylint-venv # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,15 @@ Name: python-pylint-venv -Version: 2.3.0 +Version: 3.0.2 Release: 0 Summary: Use the same Pylint installation with different virtual environments License: MIT URL: https://github.com/jgosmann/pylint-venv/ -Source: https://files.pythonhosted.org/packages/source/p/pylint-venv/pylint-venv-%{version}.tar.gz -# PATCH-FIX-UPSTREAM pylint-venv-pr13-fixinclude.patch gh#jgosmann/pylint-venv#13 -Patch0: pylint-venv-pr13-fixinclude.patch -BuildRequires: %{python_module base >= 3.6} +Source: https://files.pythonhosted.org/packages/source/p/pylint-venv/pylint_venv-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core} +BuildRequires: %{python_module poetry-core >= 1} BuildRequires: fdupes BuildRequires: python-rpm-macros Provides: python-pylint_venv = %{version}-%{release} @@ -38,7 +36,7 @@ pylint-venv provides a Pylint init-hook to use the same Pylint installation with different virtual environments. %prep -%autosetup -p1 -n pylint-venv-%{version} +%autosetup -p1 -n pylint_venv-%{version} %build %pyproject_wheel