- switch to gh tarball to get tests again

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=22
This commit is contained in:
Dirk Mueller 2023-10-09 11:21:02 +00:00 committed by Git OBS Bridge
parent ddad819998
commit 865885c37d
4 changed files with 5 additions and 4 deletions

BIN
apipkg-3.0.2-gh.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@ -4,6 +4,7 @@ Mon Oct 2 10:03:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.2:
* Fix import path to make it vendoring-friendly
* remove py reference from tests
- switch to gh tarball to get tests again
-------------------------------------------------------------------
Fri Apr 21 12:21:51 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -32,7 +32,7 @@ Summary: Namespace control and lazy-import mechanism
License: MIT
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/apipkg/
Source: https://files.pythonhosted.org/packages/source/a/apipkg/apipkg-%{version}.tar.gz
Source: https://github.com/pytest-dev/apipkg/archive/refs/tags/v%{version}.tar.gz#/apipkg-%{version}-gh.tar.gz
%if %{with test}
BuildRequires: %{python_module apipkg = %{version}}
BuildRequires: %{python_module pytest}