[packages/python-faulthandler] - up to 3.0

arekm arekm at pld-linux.org
Sun Oct 29 10:35:15 CET 2017


commit 68bebc9c209edb56eb575fa08f2949b94afe1b47
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Oct 29 10:35:09 2017 +0100

    - up to 3.0

 python-faulthandler.spec | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/python-faulthandler.spec b/python-faulthandler.spec
index b27db13..33ef450 100644
--- a/python-faulthandler.spec
+++ b/python-faulthandler.spec
@@ -1,17 +1,17 @@
 %define	module	faulthandler
 Summary:	Display the Python traceback on a crash
 Name:		python-faulthandler
-Version:	2.3
-Release:	3
+Version:	3.0
+Release:	1
 License:	BSD
 Group:		Development/Languages/Python
-Source0:	http://pypi.python.org/packages/source/f/faulthandler/faulthandler-%{version}.tar.gz
-# Source0-md5:	76d1344adc2302cf5c59a5f8a4f4f4ae
-URL:		https://github.com/haypo/faulthandler/wiki
-BuildRequires:	rpmbuild(macros) >= 1.710
+Source0:	https://github.com/haypo/faulthandler/archive/faulthandler-%{version}.tar.gz
+# Source0-md5:	bd628242274c7294c36112bb744a83cf
+URL:		http://faulthandler.readthedocs.io/
 BuildRequires:	python-devel
 BuildRequires:	python-modules
 BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.710
 Requires:	python
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,7 +22,7 @@ alternate stack for this handler, if sigaltstack() is available, to be
 able to allocate memory on the stack, even on stack overflow.
 
 %prep
-%setup -q -n %{module}-%{version}
+%setup -q -n %{module}-%{module}-%{version}
 
 %build
 %py_build
@@ -37,6 +37,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS PKG-INFO README TODO
+%doc AUTHORS README.rst TODO
 %attr(755,root,root) %{py_sitedir}/%{module}.so
 %{py_sitedir}/*egg-info
+%{py_sitedir}/faulthandler.pth
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-faulthandler.git/commitdiff/68bebc9c209edb56eb575fa08f2949b94afe1b47



More information about the pld-cvs-commit mailing list