From 809dcea2f3bda604f7ca3a77d57de5f362ef9f40f8eb7f55bc3f10c01927007a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 27 Dec 2024 09:04:31 +0000 Subject: [PATCH] - Update to 1.3.0: - Add support for Python 3.13 - Turn missing config file into a warning instead of an error - Add support for __pyp_before__ configuration for permanent before code OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyp?expand=0&rev=10 --- pyp-1.2.0.tar.gz | 3 --- pyp-1.3.0.tar.gz | 3 +++ python-pyp.changes | 9 +++++++++ python-pyp.spec | 4 +--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 pyp-1.2.0.tar.gz create mode 100644 pyp-1.3.0.tar.gz diff --git a/pyp-1.2.0.tar.gz b/pyp-1.2.0.tar.gz deleted file mode 100644 index 98ca034..0000000 --- a/pyp-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ca70307af36d888027cc5c2a44a7585e2f0b1dddadadc8fa025cce1521149f7 -size 25955 diff --git a/pyp-1.3.0.tar.gz b/pyp-1.3.0.tar.gz new file mode 100644 index 0000000..71fbfb9 --- /dev/null +++ b/pyp-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f140c19947676846c426515733b0be9ced8836068f7cba83ed210bbe80e0649 +size 26385 diff --git a/python-pyp.changes b/python-pyp.changes index ef53a2f..1e28a0b 100644 --- a/python-pyp.changes +++ b/python-pyp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Dec 27 09:01:06 UTC 2024 - Matej Cepl + +- Update to 1.3.0: + - Add support for Python 3.13 + - Turn missing config file into a warning instead of an error + - Add support for __pyp_before__ configuration for permanent + before code + ------------------------------------------------------------------- Mon Dec 9 13:03:02 UTC 2024 - Matej Cepl diff --git a/python-pyp.spec b/python-pyp.spec index b7370ec..b2103e0 100644 --- a/python-pyp.spec +++ b/python-pyp.spec @@ -19,7 +19,7 @@ %define skip_python2 1 Name: python-pyp -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Python at the shell License: MIT @@ -62,8 +62,6 @@ sed -i '/^#!\//, 1d' pyp.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# gh#hauntsaninja/pyp#40 -skip_tests_python313="test_user_error or test_tracebacks" export PATH=$(pwd):$PATH %{python_expand ln -sf %{buildroot}%{_bindir}/pyp-%{$python_bin_suffix} pyp PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -vv "$( [ -n "${skip_tests_$python}" ] && printf "%s" '-k not ('"${skip_tests_$python}"')')"