diff --git a/py2pack/version.py b/py2pack/version.py index a89bfeb..4fd8050 100644 --- a/py2pack/version.py +++ b/py2pack/version.py @@ -16,6 +16,6 @@ # limitations under the License. # this one is read by hatch or hatchling during build -__version__ = "0.9.0" +__version__ = "0.9.1" version = __version__ diff --git a/test/examples/poetry-opensuse-augmented.spec b/test/examples/poetry-opensuse-augmented.spec index 8f12f0b..ff912cb 100644 --- a/test/examples/poetry-opensuse-augmented.spec +++ b/test/examples/poetry-opensuse-augmented.spec @@ -1,7 +1,7 @@ # # spec file for package python-poetry # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) __YEAR__ SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Version: 1.5.1 Release: 0 Summary: Python dependency management and packaging made easy License: MIT -URL: https://python-poetry.org/ +URL: None Source: https://files.pythonhosted.org/packages/source/p/poetry/poetry-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: %{python_module pip}