From 7f933f7111cefaccb1e8a6929787c5ced8e49831f86fff18a2f506145d897757 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Wed, 18 Feb 2026 12:16:10 +0100 Subject: [PATCH] Sync with factory --- .gitattributes | 3 ++- .gitignore | 5 ++++- _service | 2 +- _servicedata | 2 +- pipx-1.7.0.obscpio | 3 --- pipx-1.7.1.obscpio | 3 --- pipx-1.7.1.tar.gz | 3 --- pipx-1.8.0.obscpio | 3 +++ pipx-1.8.0.tar.gz | 3 +++ pipx.obsinfo | 6 +++--- python-pipx.changes | 44 ++++++++++++++++++++++++++++++++++++++++++++ python-pipx.spec | 7 ++++--- 12 files changed, 65 insertions(+), 19 deletions(-) delete mode 100644 pipx-1.7.0.obscpio delete mode 100644 pipx-1.7.1.obscpio delete mode 100644 pipx-1.7.1.tar.gz create mode 100644 pipx-1.8.0.obscpio create mode 100644 pipx-1.8.0.tar.gz diff --git a/.gitattributes b/.gitattributes index 9b03811..37a8eaa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -## Default LFS +*.changes merge=merge-changes *.7z filter=lfs diff=lfs merge=lfs -text *.bsp filter=lfs diff=lfs merge=lfs -text *.bz2 filter=lfs diff=lfs merge=lfs -text @@ -12,6 +12,7 @@ *.pdf filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text *.rpm filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text *.tbz filter=lfs diff=lfs merge=lfs -text *.tbz2 filter=lfs diff=lfs merge=lfs -text *.tgz filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 57affb6..8b731c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -.osc +*.obscpio +*.osc +_build.* +.pbuild diff --git a/_service b/_service index 35eef96..b9cb7f6 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/pypa/pipx - 1.7.1 + 1.8.0 * (\d+\.\d+\.\d+) @PARENT_TAG@ diff --git a/_servicedata b/_servicedata index 3da35ec..b2a78b3 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/pypa/pipx - 4462299fa391b7349074facc39c73767853c9d02 \ No newline at end of file + f0076c74571aceaaefe919b2eeb46011075ee5c1 \ No newline at end of file diff --git a/pipx-1.7.0.obscpio b/pipx-1.7.0.obscpio deleted file mode 100644 index 29cae1c..0000000 --- a/pipx-1.7.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbf4e36fb3107b39c05019e0f09133947de806ceefa8eac816c2d6ab5c7d0ff8 -size 1131020 diff --git a/pipx-1.7.1.obscpio b/pipx-1.7.1.obscpio deleted file mode 100644 index 4d35f7a..0000000 --- a/pipx-1.7.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:365a7834d0d45e70c1f8acbac444e6e869f9e58501f119f4f4297bf081852221 -size 1144844 diff --git a/pipx-1.7.1.tar.gz b/pipx-1.7.1.tar.gz deleted file mode 100644 index ad7b13f..0000000 --- a/pipx-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dc94eac3d677a35676eb383d516298573e25518a2bae69c9926c7b4c5641cb9 -size 400530 diff --git a/pipx-1.8.0.obscpio b/pipx-1.8.0.obscpio new file mode 100644 index 0000000..dbb7fb8 --- /dev/null +++ b/pipx-1.8.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854a846cabee2051f99d0a2c0b989290a379bf3dbfc607a9fb2aca701c4360e8 +size 1257484 diff --git a/pipx-1.8.0.tar.gz b/pipx-1.8.0.tar.gz new file mode 100644 index 0000000..8f8ddac --- /dev/null +++ b/pipx-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8cf672477404065a3d82916ba9783c3355feba63cd572a87f3f7f5449f784a +size 450755 diff --git a/pipx.obsinfo b/pipx.obsinfo index ff65ee0..270027a 100644 --- a/pipx.obsinfo +++ b/pipx.obsinfo @@ -1,4 +1,4 @@ name: pipx -version: 1.7.1 -mtime: 1724431976 -commit: 4462299fa391b7349074facc39c73767853c9d02 +version: 1.8.0 +mtime: 1759157773 +commit: f0076c74571aceaaefe919b2eeb46011075ee5c1 diff --git a/python-pipx.changes b/python-pipx.changes index a1114ae..55e302e 100644 --- a/python-pipx.changes +++ b/python-pipx.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Wed Feb 4 10:58:44 UTC 2026 - Daniel Garcia + +- Add pythons_for_pypi macro. This macro will help to build the python + minimal stack for different python versions. + +------------------------------------------------------------------- +Tue Nov 25 16:07:03 UTC 2025 - Marius Grossu + +- Update to version 1.8.0: + * chore(deps): bump pypa/gh-action-pypi-publish in /.github/workflows (#1664) + * Add support for Python 3.13 (#1647) + * Add examples for using ssh to install from Source Control (#1629) + * Fix typo in PATH notification message (#1667) + * fix #1652: Use GitHub API for standalone python checksums (#1662) + * BUG: fix running a script with explicitly empty `dependencies = []` (#1658) + * Check for stdout/stderr in case file descriptor is closed (#1620) + * Update the logic of finding python interpreter (#1631) + * Update the archive name of build of Python for Windows (#1632) + * fix #1610: Reorder upgrade option and arguments (#1625) + * Upgrade ruff and rename ruleset: `TCH` → `TC` (#1626) + * Drop support for Python 3.8 (#1628) + * fix: make Github Action safe to RCE via pull request title (#1600) + * fix: no message when no packages upgraded with upgrade-all (#1597) + * chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the actions group (#1595) + * Add --all-shells flag to ensure_path (#1591) + * chore(deps): bump pypa/gh-action-pypi-publish in the actions group (#1586) + * feat: rename USE_EMOJI to PIPX_USE_EMOJI (#1581) + * Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2 in the actions group (#1571) + * Bump pypa/gh-action-pypi-publish in the actions group across 1 directory (#1569) + * Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 in the actions group (#1555) + * [pre-commit.ci] pre-commit autoupdate (#1558) + * [pre-commit.ci] pre-commit autoupdate (#1552) + * Bump pypa/gh-action-pypi-publish in the actions group (#1549) + * [pre-commit.ci] pre-commit autoupdate (#1546) + * [pre-commit.ci] pre-commit autoupdate (#1543) + * Fix `/changelog/` and `/contributing/` docs URLs (#1541) + * Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#1532) + * fix(commands/common/_copy_package_resource): if destination exists and files are same, do not overwrite existing files (#1528) + * Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#1529) + * [pre-commit.ci] pre-commit autoupdate (#1530) + * [pre-commit.ci] pre-commit autoupdate (#1512) +- %docs CHANGELOG.md -> changelog.md + ------------------------------------------------------------------- Thu Aug 21 15:24:12 UTC 2025 - Markéta Machová diff --git a/python-pipx.spec b/python-pipx.spec index c4c4497..e67cc5a 100644 --- a/python-pipx.spec +++ b/python-pipx.spec @@ -1,7 +1,7 @@ # # spec file for package python-pipx # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,9 +21,10 @@ %else %bcond_with libalternatives %endif +%{?pythons_for_pypi} %{?sle15_python_module_pythons} Name: python-pipx -Version: 1.7.1 +Version: 1.8.0 Release: 0 Summary: Install and Run Python Applications in Isolated Environments License: MIT @@ -88,7 +89,7 @@ PYTHONPATH=%{buildroot}%{$python_sitelib} %{buildroot}%{_bindir}/pipx-%{$python_ } %files %{python_files} -%doc docs/CHANGELOG.md docs/README.md +%doc docs/changelog.md docs/README.md %license LICENSE %python_alternative %{_bindir}/pipx %{python_sitelib}/pipx