- Use release from github, the new release was created there

(gh#hauntsaninja/pyp#33)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyp?expand=0&rev=4
This commit is contained in:
2023-02-22 06:21:31 +00:00
committed by Git OBS Bridge
parent d9b1efcdf2
commit 3e4c6648f0
5 changed files with 11 additions and 11 deletions

3
pyp-1.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c6a843ee6eb85304f4ad170958ba5decd72964d1936ed4460a72d02b696f543
size 25848

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ce25ccf514012e516ec165263714a9d09bff513fce627cccfa5b92da3f8b897
size 25855

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0f05b0b8ebd0fa0704af7e5830eed67a75629211e1e882746432d8ae6860140
size 18637

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 22 06:20:21 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Use release from github, the new release was created there
(gh#hauntsaninja/pyp#33)
-------------------------------------------------------------------
Tue Feb 21 16:35:23 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -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