From fbf2a45e06e3ec5338f80ee735474ade07c4cbfbb32b9527c421caa2f2d7a515 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 15 Dec 2023 21:36:00 +0000 Subject: [PATCH] - update to 3.0.3: * Official support for Pylint 3. * Official support for Python 3.12. * Documentation for configuration within `pyproject.toml` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint-venv?expand=0&rev=5 --- pylint_venv-3.0.2.tar.gz | 3 --- pylint_venv-3.0.3.tar.gz | 3 +++ python-pylint-venv.changes | 8 ++++++++ python-pylint-venv.spec | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pylint_venv-3.0.2.tar.gz create mode 100644 pylint_venv-3.0.3.tar.gz diff --git a/pylint_venv-3.0.2.tar.gz b/pylint_venv-3.0.2.tar.gz deleted file mode 100644 index 69a5299..0000000 --- a/pylint_venv-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:228de47cfc6411b0a94a327bd23026379dd771d8e78c3abc75af1adc1ce8cd91 -size 5323 diff --git a/pylint_venv-3.0.3.tar.gz b/pylint_venv-3.0.3.tar.gz new file mode 100644 index 0000000..535d90c --- /dev/null +++ b/pylint_venv-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df12a17fca39a94acc1c9a0f1dcf68141e90fe685569d78c046695c67c4e55fa +size 5740 diff --git a/python-pylint-venv.changes b/python-pylint-venv.changes index 9b38287..a2543b9 100644 --- a/python-pylint-venv.changes +++ b/python-pylint-venv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 15 21:35:19 UTC 2023 - Dirk Müller + +- update to 3.0.3: + * Official support for Pylint 3. + * Official support for Python 3.12. + * Documentation for configuration within `pyproject.toml` + ------------------------------------------------------------------- Thu Aug 24 14:34:09 UTC 2023 - Ben Greiner diff --git a/python-pylint-venv.spec b/python-pylint-venv.spec index 154801a..cf781a8 100644 --- a/python-pylint-venv.spec +++ b/python-pylint-venv.spec @@ -16,8 +16,9 @@ # +%{?sle15_python_module_pythons} Name: python-pylint-venv -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: Use the same Pylint installation with different virtual environments License: MIT