[packages/python3-pytest-asyncio] - up to 0.26.0
baggins
baggins at pld-linux.org
Thu Mar 27 22:53:58 CET 2025
commit 601a01ece06fc2f655881eac18c49af57fe2d691
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Mar 27 23:53:40 2025 +0100
- up to 0.26.0
bad-license-tag.patch | 13 +++++++++++++
python3-pytest-asyncio.spec | 12 +++++++-----
2 files changed, 20 insertions(+), 5 deletions(-)
---
diff --git a/python3-pytest-asyncio.spec b/python3-pytest-asyncio.spec
index be69475..7035d42 100644
--- a/python3-pytest-asyncio.spec
+++ b/python3-pytest-asyncio.spec
@@ -5,13 +5,14 @@
Summary: Pytest support for asyncio
Summary(pl.UTF-8): Wsparcie do asyncio dla Pytesta
Name: python3-pytest-asyncio
-Version: 0.19.0
-Release: 3
+Version: 0.26.0
+Release: 1
License: Apache v2.0
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/pytest-asyncio/
-Source0: https://files.pythonhosted.org/packages/source/p/pytest-asyncio/pytest-asyncio-%{version}.tar.gz
-# Source0-md5: 0c74a0ae2b509735594684bf00512252
+Source0: https://files.pythonhosted.org/packages/source/p/pytest-asyncio/pytest_asyncio-%{version}.tar.gz
+# Source0-md5: 6463f56f564ab33b34b9ab59a779f434
+Patch0: bad-license-tag.patch
URL: https://pypi.org/project/pytest-asyncio/
BuildRequires: python3-modules >= 1:3.7
BuildRequires: python3-setuptools >= 1:51.0
@@ -51,7 +52,8 @@ testowanie przy użyciu zwykłych narzędzi testowych. pytest-asyncio
dostarcza przydatne wyposażenie i znaczniki ułatwiające testowanie.
%prep
-%setup -q -n pytest-asyncio-%{version}
+%setup -q -n pytest_asyncio-%{version}
+%patch -P 0 -p1
# stub for setuptools
cat >setup.py <<EOF
diff --git a/bad-license-tag.patch b/bad-license-tag.patch
new file mode 100644
index 0000000..b4ec78d
--- /dev/null
+++ b/bad-license-tag.patch
@@ -0,0 +1,13 @@
+--- pytest_asyncio-0.26.0/pyproject.toml.orig 2025-03-25 07:19:03.000000000 +0100
++++ pytest_asyncio-0.26.0/pyproject.toml 2025-03-27 23:45:00.176648808 +0100
+@@ -10,10 +10,6 @@
+ description = "Pytest support for asyncio"
+ readme.content-type = "text/x-rst"
+ readme.file = "README.rst"
+-license = "Apache-2.0"
+-license-files = [
+- "LICENSE",
+-]
+ authors = [
+ { name = "Tin Tvrtković <tinchester at gmail.com>", email = "tinchester at gmail.com" },
+ ]
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pytest-asyncio.git/commitdiff/601a01ece06fc2f655881eac18c49af57fe2d691
More information about the pld-cvs-commit
mailing list