diff --git a/pyp-1.1.0.tar.gz b/pyp-1.1.0.tar.gz new file mode 100644 index 0000000..85a8999 --- /dev/null +++ b/pyp-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6a843ee6eb85304f4ad170958ba5decd72964d1936ed4460a72d02b696f543 +size 25848 diff --git a/pyp-tests.tar.gz b/pyp-tests.tar.gz deleted file mode 100644 index 414e3c9..0000000 --- a/pyp-tests.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ce25ccf514012e516ec165263714a9d09bff513fce627cccfa5b92da3f8b897 -size 25855 diff --git a/pypyp-1.1.0.tar.gz b/pypyp-1.1.0.tar.gz deleted file mode 100644 index 8b7b5d4..0000000 --- a/pypyp-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0f05b0b8ebd0fa0704af7e5830eed67a75629211e1e882746432d8ae6860140 -size 18637 diff --git a/python-pyp.changes b/python-pyp.changes index d35af99..0add8c1 100644 --- a/python-pyp.changes +++ b/python-pyp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 22 06:20:21 UTC 2023 - Daniel Garcia + +- Use release from github, the new release was created there + (gh#hauntsaninja/pyp#33) + ------------------------------------------------------------------- Tue Feb 21 16:35:23 UTC 2023 - Daniel Garcia diff --git a/python-pyp.spec b/python-pyp.spec index 7cd8d04..87ea6b8 100644 --- a/python-pyp.spec +++ b/python-pyp.spec @@ -25,8 +25,7 @@ Summary: Python at the shell License: MIT Group: Development/Libraries/Python URL: https://github.com/hauntsaninja/pyp -Source0: https://files.pythonhosted.org/packages/source/p/pypyp/pypyp-%{version}.tar.gz -Source1: https://github.com/hauntsaninja/pyp/archive/d79c1e7bc9bb8af99ff6ac1257fafb370a78ad4d.tar.gz#/pyp-tests.tar.gz +Source0: https://github.com/hauntsaninja/pyp/archive/v%{version}.tar.gz#/pyp-%{version}.tar.gz BuildRequires: %{python_module astunparse} BuildRequires: %{python_module base} BuildRequires: %{python_module flit-core} @@ -50,10 +49,8 @@ Easily run Python at the shell! Magical, but never mysterious. See README.md or https://github.com/hauntsaninja/pyp for examples. %prep -%autosetup -p1 -n pypyp-%{version} +%autosetup -p1 -n pyp-%{version} sed -i '/^#!\//, 1d' pyp.py -mkdir pyp-tests -tar xz -C pyp-tests -f %{SOURCE1} %build %pyproject_wheel