Sync from SUSE:SLFO:Main python-apipkg revision 5a74c4104b12021506fb4a8a63512092

This commit is contained in:
Adrian Schröter 2024-12-13 11:09:04 +01:00
parent 1a75eaf220
commit 5ffa704d44
4 changed files with 15 additions and 7 deletions

BIN
apipkg-3.0.1.tar.gz (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>
@ -80,7 +88,7 @@ Sun Dec 6 11:49:49 UTC 2020 - Matej Cepl <mcepl@suse.com>
-------------------------------------------------------------------
Fri Jul 19 09:02:40 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- refresh pytest4.patch for pytest5
- refresh pytest4.patch for pytest5
-------------------------------------------------------------------
Tue Feb 12 14:15:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
@ -105,7 +113,7 @@ Thu Apr 27 10:37:20 UTC 2017 - aloisio@gmx.com
-------------------------------------------------------------------
Fri Apr 21 19:39:38 UTC 2017 - aloisio@gmx.com
- Converted to single-spec
- Converted to single-spec
- Enabled tests
-------------------------------------------------------------------

View File

@ -26,13 +26,13 @@
%endif
%{?sle15_python_module_pythons}
Name: python-apipkg%{psuffix}
Version: 3.0.1
Version: 3.0.2
Release: 0
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}