[packages/python-backcall] - updated to 0.2.0
qboosh
qboosh at pld-linux.org
Sat Nov 8 07:24:37 CET 2025
commit 08ac896d04b76716cd2429e1178a8dcf1b15a11c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Nov 8 07:24:41 2025 +0100
- updated to 0.2.0
python-backcall.spec | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/python-backcall.spec b/python-backcall.spec
index 2cc328f..4f2f7bf 100644
--- a/python-backcall.spec
+++ b/python-backcall.spec
@@ -7,13 +7,13 @@
Summary: Specifications for callback functions passed in to an API
Summary(pl.UTF-8): Specyfikacje funkcji wywołań zwrotnych przekazywane do API
Name: python-backcall
-Version: 0.1.0
-Release: 7
+Version: 0.2.0
+Release: 1
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/backcall/
Source0: https://files.pythonhosted.org/packages/source/b/backcall/backcall-%{version}.tar.gz
-# Source0-md5: 87ce0c7839808e6a3427d57df6a792e7
+# Source0-md5: 1f4c9a370c78743406296f48e56e8821
URL: https://pypi.org/project/backcall/
%if %{with python2}
BuildRequires: python-modules >= 1:2.7
@@ -83,6 +83,7 @@ użyciu funkcji prototypowej.
%py_build
%if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
%{__python} -m pytest tests
%endif
%endif
@@ -91,6 +92,7 @@ użyciu funkcji prototypowej.
%py3_build
%if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
%{__python3} -m pytest tests
%endif
%endif
@@ -114,7 +116,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{with python2}
%files
%defattr(644,root,root,755)
-%doc README.rst
+%doc LICENSE README.rst
%{py_sitescriptdir}/backcall
%{py_sitescriptdir}/backcall-%{version}-py*.egg-info
%endif
@@ -122,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{with python3}
%files -n python3-backcall
%defattr(644,root,root,755)
-%doc README.rst
+%doc LICENSE README.rst
%{py3_sitescriptdir}/backcall
%{py3_sitescriptdir}/backcall-%{version}-py*.egg-info
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-backcall.git/commitdiff/08ac896d04b76716cd2429e1178a8dcf1b15a11c
More information about the pld-cvs-commit
mailing list