diff --git a/_service b/_service
new file mode 100644
index 0000000..fb0cfff
--- /dev/null
+++ b/_service
@@ -0,0 +1,16 @@
+
+
+ git
+ https://github.com/pypa/pipx
+ 1.7.0
+ *
+ (\d+\.\d+\.\d+)
+ @PARENT_TAG@
+ \1
+ enable
+
+
+
+
+
+
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..a24a8e3
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,4 @@
+
+
+ https://github.com/pypa/pipx
+ 551e9ce8f88135a9e45a4bb2f85dd8156b370a60
\ No newline at end of file
diff --git a/pipx-1.6.0.tar.gz b/pipx-1.6.0.tar.gz
deleted file mode 100644
index 258f764..0000000
--- a/pipx-1.6.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:840610e00103e3d49ae24b6b51804b60988851a5dd65468adb71e5a97e2699b2
-size 307321
diff --git a/pipx-1.7.0.obscpio b/pipx-1.7.0.obscpio
new file mode 100644
index 0000000..29cae1c
--- /dev/null
+++ b/pipx-1.7.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cbf4e36fb3107b39c05019e0f09133947de806ceefa8eac816c2d6ab5c7d0ff8
+size 1131020
diff --git a/pipx.obsinfo b/pipx.obsinfo
new file mode 100644
index 0000000..e488286
--- /dev/null
+++ b/pipx.obsinfo
@@ -0,0 +1,4 @@
+name: pipx
+version: 1.7.0
+mtime: 1724337711
+commit: 551e9ce8f88135a9e45a4bb2f85dd8156b370a60
diff --git a/python-pipx.changes b/python-pipx.changes
index 5a6bf84..074afb9 100644
--- a/python-pipx.changes
+++ b/python-pipx.changes
@@ -1,3 +1,29 @@
+-------------------------------------------------------------------
+Fri Aug 23 14:53:33 UTC 2024 - Eyad Issa
+
+- Update to 1.7.0:
+ * Add help messages for pipx pin and pipx unpin commands
+ * Add quotes to title and fix tag name in release action
+ * Add a --prepend option to the pipx ensurepath command
+ * ci: clean up auto changelog on releases
+ * Introduce a new env variable to allow spaces in home path
+ * Use multiple machine suffixes for standalone python
+ * Fix install all example typo
+ * Fix passing constraints file path into pipx install operation
+ via --pip-args
+ * Apply preview ruff/Pylint rule PLC0206
+ * Apply ruff/pycodestyle rule E721
+ * Enforce new ruff rules
+ * Moved documentation to docs directory
+ * Fix #1475 (--global installs to ~/.local)
+ * Fix #1492: Add PIPX_GLOBAL_(HOME|BIN_DIR|MAN_DIR) documentation
+ and list them in pipx environment
+ * Assorted repo-review suggestions
+ * Fixes #1509 short-circuit of installing packages when already
+ installed
+
+- Use obs-service-tar_scm instead of GitHub releases
+
-------------------------------------------------------------------
Sun Jun 30 20:48:31 UTC 2024 - Dirk Müller
diff --git a/python-pipx.spec b/python-pipx.spec
index 7e17d2f..a83b562 100644
--- a/python-pipx.spec
+++ b/python-pipx.spec
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-pipx
-Version: 1.6.0
+Version: 1.7.0
Release: 0
Summary: Install and Run Python Applications in Isolated Environments
License: MIT
URL: https://github.com/pypa/pipx
-Source: https://files.pythonhosted.org/packages/source/p/pipx/pipx-%{version}.tar.gz
+Source: pipx-%{version}.tar
BuildRequires: %{python_module hatch-vcs >= 0.4}
BuildRequires: %{python_module hatchling >= 1.18}
BuildRequires: %{python_module pip}
@@ -51,6 +51,7 @@ Install and Run Python Applications in Isolated Environments
%autosetup -p1 -n pipx-%{version}
%build
+export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%pyproject_wheel
%install
@@ -65,7 +66,7 @@ Install and Run Python Applications in Isolated Environments
%python_uninstall_alternative pipx
%files %{python_files}
-%doc CHANGELOG.md README.md
+%doc docs/CHANGELOG.md docs/README.md
%license LICENSE
%python_alternative %{_bindir}/pipx
%{python_sitelib}/pipx