Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion py2pack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__
4 changes: 2 additions & 2 deletions test/examples/poetry-opensuse-augmented.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}
Expand Down
Loading